Skip to content

Commit

Permalink
Merge pull request #37 from henkelund/2.0.3
Browse files Browse the repository at this point in the history
2.0.3
  • Loading branch information
henkelund committed Aug 23, 2019
2 parents 22ab5c5 + 470e5f4 commit 077c5ca
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
language: php
php:
- 7.2
- 7.1
- 7.0
env:
- M2_VERSION=2.2.4
- M2_VERSION=2.2.3
- M2_VERSION=2.2.2
- M2_VERSION=2.2.1
- M2_VERSION=2.2.0
- M2_VERSION=2.3.2
- M2_VERSION=2.3.1
- M2_VERSION=2.3.0
matrix:
include:
- php: 7.1
env: M2_VERSION=2.2.9
- php: 7.0
env: M2_VERSION=2.2.9
cache:
directories:
- $HOME/.composer/cache
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"AGPL-3.0+"
],
"require": {
"php": "~7.0.0|~7.1.0",
"magento/framework": "~101.0",
"magento/module-catalog": "~102.0",
"magento/module-catalog-search": "~100.0",
"php": "~7.0.0|~7.1.0|~7.2.0",
"magento/framework": "~101.0|~102.0",
"magento/module-catalog": "~102.0|~103.0",
"magento/module-catalog-search": "~100.0|~101.0",
"magento/module-checkout": "~100.0",
"magento/module-config": "~101.0",
"magento/module-customer": "~101.0",
"magento/module-customer": "~101.0|~102.0",
"magento/module-quote": "~101.0",
"magento/module-sales": "~101.0",
"magento/module-search": "~100.0",
"magento/module-store": "~100.0"
"magento/module-sales": "~101.0|~102.0",
"magento/module-search": "~100.0|~101.0",
"magento/module-store": "~100.0|~101.0"
},
"autoload": {
"files": ["registration.php"],
Expand Down

0 comments on commit 077c5ca

Please sign in to comment.