diff --git a/release.sh b/release.sh
index 8e104ea2..ff86953d 100644
--- a/release.sh
+++ b/release.sh
@@ -38,7 +38,7 @@ if [ $1 = "prepare" ]; then
 	cd $dir || exit
 
 	# dependencies
-	composer install
+	composer install --no-dev
 
 	echo "Now you can make changes to $dir. When you are ready, type 'release.sh pack'"
 	exit