Skip to content

Commit 985be12

Browse files
authored
Merge pull request #2 from diglin/feature/oro-5.1.0-compatibility
UPDATE: update composer.json for compatibility with Oro 5.1.0
2 parents 560c81d + fc5a2fd commit 985be12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.4",
13-
"oro/commerce": "4.2.*"
12+
"php": ">=7.4.0 <8.3",
13+
"oro/commerce": ">=4.2.0 <5.2"
1414
},
1515
"autoload": {
1616
"psr-4": {

0 commit comments

Comments
 (0)