diff --git a/.travis.yml b/.travis.yml index 70c727f..c9d9294 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: php sudo: false php: - - 7.1 - 7.2 - nightly diff --git a/composer.json b/composer.json index 8a8714a..5451e8b 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "doctrine/inflector": "~1.0" }, "require-dev": { - "php": "~7.1", + "php": "~7.2", "consistence/coding-standard": "2.4", "jakub-onderka/php-console-highlighter": "0.3.2", "jakub-onderka/php-parallel-lint": "1.0",