Skip to content

Commit

Permalink
ODOS-604 made module magento 2.4.7 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanteugels committed May 24, 2024
1 parent f89acd6 commit e9bf05b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
}
],
"require": {
"php": "~7.4.0||^8.1",
"magento/framework": "^102.0|^103.0",
"magento/module-backend": "^101.0|^102.0",
"magento/module-ui": "^101.0|^102.0"
"php": "^8.2",
"magento/framework": "^103.0",
"magento/module-backend": "^102.0",
"magento/module-ui": "^102.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~3.4.0",
Expand Down

0 comments on commit e9bf05b

Please sign in to comment.