We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bba0ac commit d1d0675Copy full SHA for d1d0675
docker-compose.yml
@@ -10,7 +10,7 @@ services:
10
- .:/code
11
working_dir: /code
12
environment:
13
- PHP_VERSION: ${PHP_VERSION}
+ PHP_VERSION: 7.1
14
command: bash -c "composer install --prefer-source --no-interaction && php ./vendor/bin/phpunit"
15
depends_on:
16
- mysql
0 commit comments