Skip to content

Commit

Permalink
update php version
Browse files Browse the repository at this point in the history
  • Loading branch information
hryvinskyi committed Sep 18, 2018
1 parent b8f7ece commit 6361671
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "scriptua/magento2-base",
"description": "N/A",
"require": {
"php": "~7.0.0"
"php": "~7.0.0|~7.1.0"
},
"type": "magento2-module",
"version": "1.1.1",
"version": "1.1.2",
"license": "GPL-3.0",
"autoload": {
"files": [ "registration.php" ],
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
~ @github: <https://github.com/scriptua>
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Script_Base" setup_version="1.1.1">
<module name="Script_Base" setup_version="1.1.2">

</module>
</config>

0 comments on commit 6361671

Please sign in to comment.