Skip to content

Commit 27447f9

Browse files
authored
Downgraded composer dependencies to also fit php7.3 (OpenMage#2576)
1 parent 5a3e2c3 commit 27447f9

File tree

2 files changed

+2024
-304
lines changed

2 files changed

+2024
-304
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@
2828
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
2929
"friendsofphp/php-cs-fixer": ">=3.4",
3030
"macopedia/phpstan-magento1": "^1.0.4",
31-
"magento-ecg/coding-standard": "^4.4",
31+
"magento-ecg/coding-standard": "^4.5",
3232
"phpcompatibility/php-compatibility": "^9.3",
3333
"phpmd/phpmd": "^2.12",
34-
"phpstan/phpstan": "^1.8.3",
34+
"phpstan/phpstan": "^1.8.5",
35+
"phpunit/phpunit": "^9.5",
3536
"squizlabs/php_codesniffer": "^3.7"
3637
},
3738
"conflict": {

0 commit comments

Comments
 (0)