Skip to content

Commit

Permalink
Eventually the workflow will work
Browse files Browse the repository at this point in the history
  • Loading branch information
sstok committed Apr 11, 2020
1 parent 2d6a765 commit 1fae158
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ docker-down:
##
in-docker-install:
rm -f composer.lock
composer.phar install --no-progress --no-interaction --no-suggest --optimize-autoloader --ansi
composer install --no-progress --no-interaction --no-suggest --optimize-autoloader --ansi

in-docker-install-dev:
rm -f composer.lock
cp composer.json _composer.json
composer.phar config minimum-stability dev
composer.phar update --no-progress --no-interaction --no-suggest --optimize-autoloader --ansi
composer config minimum-stability dev
composer update --no-progress --no-interaction --no-suggest --optimize-autoloader --ansi
mv _composer.json composer.json

in-docker-install-lowest:
Expand Down

0 comments on commit 1fae158

Please sign in to comment.