Skip to content

Commit

Permalink
Merge pull request #76 from wouter-toppershops/master
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
Marvin-Magmodules authored Sep 20, 2018
2 parents 32f8775 + 5c3548a commit e930f21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2

sudo: false

Expand All @@ -13,4 +14,4 @@ cache:

script:
- composer validate
- find . -name '*.php' | xargs -n 1 -P4 php -l
- find . -name '*.php' | xargs -n 1 -P4 php -l
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Mollie Payment Module for Magento 2",
"version": "1.3.6",
"require": {
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6|~7.1.0",
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0",
"mollie/mollie-api-php": "^2.0"
},
"type": "magento2-module",
Expand Down

0 comments on commit e930f21

Please sign in to comment.