Skip to content

Commit

Permalink
Merge pull request #40 from maxx-c/hotfix/composer-php
Browse files Browse the repository at this point in the history
M2-458 Added PHP7.2 and removed PHP5 support, closes #32 #39
  • Loading branch information
Jeroen authored Jan 17, 2019
2 parents 4be564a + bc53fca commit 97ff376
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"
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0"
},
"type": "magento2-module",
"license": "BSD-2-Clause",
Expand Down

0 comments on commit 97ff376

Please sign in to comment.