Skip to content

Commit 5664102

Browse files
committed
Increased minimum version of certain dev dependencies we use, now all tests pass when we run them after executing 'composer update --prefer-lowest'.
1 parent 0afcc2d commit 5664102

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"require-dev": {
2424
"bitexpert/phpstan-magento": "^0.3.0",
2525
"ergebnis/composer-normalize": "^2.2",
26-
"friendsofphp/php-cs-fixer": "^2.15",
26+
"friendsofphp/php-cs-fixer": "^2.16",
2727
"magento/magento-coding-standard": "^5.0",
2828
"phpcompatibility/php-compatibility": "^9.2",
2929
"phpstan/extension-installer": "^1.0",
30-
"phpstan/phpstan": "^0.12.0",
30+
"phpstan/phpstan": "^0.12.26",
3131
"phpunit/phpunit": "^7.5",
32-
"vimeo/psalm": "^3.9"
32+
"vimeo/psalm": "^3.11"
3333
},
3434
"config": {
3535
"sort-packages": true

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)