Skip to content

Commit

Permalink
Fix php version requirement (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelbm authored Jan 3, 2019
1 parent 3189d67 commit 7f90d46
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,10 +9,10 @@
"magento2"
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0"
"php": ">=5.5"
},
"type": "magento2-module",
"version": "1.1.0",
"version": "1.1.1",
"license": [
"AGPL-3.0"
],
Expand Down

0 comments on commit 7f90d46

Please sign in to comment.