diff --git a/.travis.yml b/.travis.yml index 152e775cda1..023f51ad1f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 5.6 - 7.0 - 7.1 +- 7.2 sudo: false @@ -13,4 +14,4 @@ cache: script: - composer validate -- find . -name '*.php' | xargs -n 1 -P4 php -l \ No newline at end of file +- find . -name '*.php' | xargs -n 1 -P4 php -l diff --git a/composer.json b/composer.json index 25cbe6a016f..139cddb6dd3 100644 --- a/composer.json +++ b/composer.json @@ -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",