Skip to content

Commit

Permalink
ODOS-604 revert composer.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanteugels authored May 24, 2024
1 parent e9bf05b commit 1731476
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": "^8.2",
"magento/framework": "^103.0",
"magento/module-backend": "^102.0",
"magento/module-ui": "^102.0"
"php": "^8.1",
"magento/framework": "^102.0|^103.0",
"magento/module-backend": "^101.0|^102.0",
"magento/module-ui": "^101.0|^102.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~3.4.0",
Expand Down

0 comments on commit 1731476

Please sign in to comment.