Skip to content

Commit c11cbdc

Browse files
committed
Allow for backward compatibility
1 parent b18d91c commit c11cbdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"AFL-3.0"
99
],
1010
"require": {
11-
"php": "~7.2.0",
12-
"magento/framework": "~102.0"
11+
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0",
12+
"magento/framework": "~100.0 || ~101.0 || ~102.0"
1313
},
1414
"autoload": {
1515
"files": [ "registration.php" ],

0 commit comments

Comments
 (0)