Skip to content

Commit

Permalink
Compatiblity with PHP 7.1 passed
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix128 committed Aug 28, 2017
1 parent 4a1fc47 commit d5495ba
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/devtools",
"description": "",
"require": {
"php": "~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_DevTools" setup_version="1.2.5">
<module name="MSP_DevTools" setup_version="1.2.6">
<sequence>
<module name="MSP_Common"/>

Expand Down

0 comments on commit d5495ba

Please sign in to comment.