Skip to content

Commit

Permalink
Increased minimum version of certain dev dependencies we use, now all…
Browse files Browse the repository at this point in the history
… tests pass when we run them after executing 'composer update --prefer-lowest'.
  • Loading branch information
hostep committed Jun 26, 2020
1 parent 0afcc2d commit 5664102
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"require-dev": {
"bitexpert/phpstan-magento": "^0.3.0",
"ergebnis/composer-normalize": "^2.2",
"friendsofphp/php-cs-fixer": "^2.15",
"friendsofphp/php-cs-fixer": "^2.16",
"magento/magento-coding-standard": "^5.0",
"phpcompatibility/php-compatibility": "^9.2",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.0",
"phpstan/phpstan": "^0.12.26",
"phpunit/phpunit": "^7.5",
"vimeo/psalm": "^3.9"
"vimeo/psalm": "^3.11"
},
"config": {
"sort-packages": true
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5664102

Please sign in to comment.