Remove deprecated --dev from composer calls

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-10-18 10:17:54 +02:00
parent 7642280aa1
commit ece3dd04fb
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
#!/bin/sh
./test/install-browserstack
composer install --dev --no-interaction
composer install --no-interaction

View File

@ -1,5 +1,4 @@
#!/bin/sh
./test/install-runkit
composer install --dev --no-interaction
composer install --no-interaction