Skip to content

Commit cfbd112

Browse files
committed
"--dev" is the default for a long time now
1 parent 3d588ab commit cfbd112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ composer.phar:
140140
curl -s -z composer.phar -o composer.phar http://getcomposer.org/composer.phar
141141

142142
composer-install: composer.phar
143-
$(PHP) composer.phar $(COMPOSER_FLAGS) install --dev
143+
$(PHP) composer.phar $(COMPOSER_FLAGS) install
144144

145145
composer-update: clean composer.phar
146-
$(PHP) composer.phar $(COMPOSER_FLAGS) update --dev
146+
$(PHP) composer.phar $(COMPOSER_FLAGS) update
147147

148148
vendor/autoload.php: composer-install
149149
vendor/bin/phpunit: composer-install

0 commit comments

Comments
 (0)