Skip to content

Commit

Permalink
Fix PHP version for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz-Silpion committed Jun 17, 2017
1 parent 10836a0 commit 2c11987
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 @@ -8,13 +8,13 @@
}
],
"type": "magento2-module",
"version": "1.0.0",
"version": "1.0.1",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"php": ">=5.5.0",
"magento/framework": ">=100.0.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
<module name="LCB_GoogleMap" setup_version="1.0.0"></module>
<module name="LCB_GoogleMap" setup_version="1.0.1"></module>
<sequence>
<module name="Magento_Backend"/>
<module name="Magento_Contact"/>
Expand Down

0 comments on commit 2c11987

Please sign in to comment.