Skip to content

Commit

Permalink
2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyraul committed Oct 4, 2017
1 parent 668aefd commit 43c0577
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: php
php:
- 5.6
- 7.0
- 7.1

before_script:
- composer self-update
Expand Down
10 changes: 5 additions & 5 deletions composer.json
@@ -1,7 +1,7 @@
{
"name": "mygento/base",
"type": "magento2-module",
"version": "2.0.12",
"version": "2.2.0",
"license": "OSL-3.0",
"homepage": "https://github.com/mygento/base",
"description": "Mygento Base",
Expand All @@ -23,10 +23,10 @@
"mygento"
],
"require": {
"php": "~5.6.0|~7.0.0",
"magento/framework": ">= 100.1.9",
"magento/module-config": ">=100.1.6",
"magento/module-store": ">=100.1.7"
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
"magento/framework": "101.*",
"magento/module-config": "101.*",
"magento/module-store": "100.*"
},
"require-dev": {
"mygento/coding-standard": "2.*",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Expand Up @@ -7,5 +7,5 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Mygento_Base" setup_version="2.0.12"></module>
<module name="Mygento_Base" setup_version="2.2.0"></module>
</config>

0 comments on commit 43c0577

Please sign in to comment.