Skip to content

Commit

Permalink
Compatibility with php 8 and Magento 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sashas777 authored Apr 20, 2022
1 parent c8883a7 commit e12e717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
}
],
"require": {
"php": "~7.3.0||~7.4.0",
"php": "~7.3.0||~7.4.0||~8.1.0",
"magento/framework": "103.0.*",
"magento/module-webapi": "100.4.*",
"magento/magento-coding-standard": "*",
"rregeer/phpunit-coverage-check": "*",
"phpunit/phpunit": "^9",
"laminas/laminas-code": "~3.4",
"phpstan/phpstan": ">=0.12.3 <=0.12.23",
"phpstan/phpstan": ">=0.12.3 <=0.12.23||~1.2.0",
"phpmd/phpmd": "@stable",
"sebastian/phpcpd": "~6.0.0"
},
Expand Down

0 comments on commit e12e717

Please sign in to comment.