diff --git a/.travis.yml b/.travis.yml index 8c924ef..e4581d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: php -php: 7.1 +php: 7.2 install: composer install diff --git a/composer.json b/composer.json index 7acfae5..a7e61f1 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Quest Component", "type": "library", "require": { - "php": "^7.1", + "php": "^7.2", "symfony/workflow": "^3.2 || ^4.0", "roave/security-advisories": "dev-master", "doctrine/orm": "^2.5", diff --git a/composer.lock b/composer.lock index 87513cb..218a832 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "814c83f6c631566c623b8cb9a8432026", + "content-hash": "8c9eda6382993b20fc97dde7ad4b499e", "packages": [ { "name": "doctrine/annotations", @@ -4667,7 +4667,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.1" + "php": "^7.2" }, "platform-dev": [] }