Skip to content

Commit

Permalink
Merge pull request #32 from badges/fixup/freeze-docker-compose-versio…
Browse files Browse the repository at this point in the history
…n-and-fix-security-alert

Freeze docker-composer version and fixup security alert
  • Loading branch information
JellyBellyDev authored Jun 4, 2020
2 parents 9f2caf1 + 245655c commit b7d1fc8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2,384 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/bin/php-cs-fixer
/bin/phpspec
/vendor
composer.lock
docker-compose.yml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ We provide a `docker-compose.yml.dist` file to allow you to run tests in a Docke
```bash
cp docker-compose.yml.dist docker-compose.yml
docker-compose up -d
docker-compose exec fpm composer update
docker-compose exec fpm composer install
docker-compose exec fpm bin/phpspec run --format=pretty
docker-compose exec fpm bin/behat
```
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"symfony/console": "~2.0|~3.0|~4.0"
},
"require-dev": {
"phpspec/phpspec": "2.*",
"behat/behat": "3.*",
"phpspec/phpspec": "^2.5",
"behat/behat": "^3.4",
"friendsofphp/php-cs-fixer": "@stable",
"coduo/phpspec-data-provider-extension": "^1.0"
},
Expand Down
Loading

0 comments on commit b7d1fc8

Please sign in to comment.