Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Jul 27, 2020
1 parent 3b12fb9 commit bbdb1e3
Show file tree
Hide file tree
Showing 4 changed files with 362 additions and 656 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
coverage: "none"
php-version: "7.1"
- name: "Install dependencies"
run: "composer install"
run: "composer update --prefer-dist --no-interaction --no-progress --no-suggest"
- name: "Run PHP_CodeSniffer"
run: "vendor/bin/phpcs"

Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"monolog/monolog": "^1.24",
"phpunit/phpunit": "^7.5",
"monolog/monolog": "^1.25",
"phpunit/phpunit": "^7.5.20",
"psr/log": "^1.1",
"roave/doctrine-simplecache": "^2.2",
"spatie/phpunit-watcher": "^1.8",
"vimeo/psalm": "^3.4"
"vimeo/psalm": "^3.12.2"
},
"suggest": {
"ext-scoutapm": "Recommended for additional recording capability of IO-bound PHP internal functions"
Expand All @@ -43,7 +42,7 @@
},
"config": {
"platform": {
"php": "7.1.0"
"php": "7.1.3"
},
"preferred-install": "dist",
"sort-packages": true
Expand Down
Loading

0 comments on commit bbdb1e3

Please sign in to comment.