Skip to content
This repository has been archived by the owner on Aug 1, 2018. It is now read-only.

Commit

Permalink
Fix PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix128 committed Nov 13, 2017
1 parent 1b2e005 commit 4d5e3d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "msp/cashondelivery",
"description": "",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"php": "^7.0|^7.1",
"msp/common": "*",

"magento/magento-composer-installer": "*"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MSP_CashOnDelivery" setup_version="1.2.7">
<module name="MSP_CashOnDelivery" setup_version="1.2.9">
<sequence>
<module name="Magento_Sales" />
<module name="Magento_Payment" />
Expand Down

0 comments on commit 4d5e3d5

Please sign in to comment.