Remove deprecated --dev from composer calls
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
7642280aa1
commit
ece3dd04fb
@ -1,5 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
./test/install-browserstack
|
||||
composer install --dev --no-interaction
|
||||
|
||||
composer install --no-interaction
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
./test/install-runkit
|
||||
composer install --dev --no-interaction
|
||||
|
||||
composer install --no-interaction
|
||||
|
||||
Loading…
Reference in New Issue
Block a user