Skip to content

Commit

Permalink
Merge pull request #2 from diglin/feature/oro-5.1.0-compatibility
Browse files Browse the repository at this point in the history
UPDATE: update composer.json for compatibility with Oro 5.1.0
  • Loading branch information
sylvainraye authored Jun 6, 2023
2 parents 560c81d + fc5a2fd commit 985be12
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 @@ -9,8 +9,8 @@
}
],
"require": {
"php": "^7.4",
"oro/commerce": "4.2.*"
"php": ">=7.4.0 <8.3",
"oro/commerce": ">=4.2.0 <5.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 985be12

Please sign in to comment.