Skip to content

Commit

Permalink
Loosen php version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen authored Apr 17, 2020
1 parent fb224f0 commit c66ab94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0"
"php": "~7.1"

This comment has been minimized.

Copy link
@aadmathijssen

aadmathijssen Oct 21, 2020

Hi, this change has made the module incompatible with every PHP version besides 7.1 Please revert this commit to make this module compatible again with Magento 2.3.

},
"type": "magento2-module",
"license": "BSD-2-Clause",
Expand Down

0 comments on commit c66ab94

Please sign in to comment.