diff --git a/.travis.yml b/.travis.yml index e2e7f135..d16f131b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: php php: - - 7.2 - 7.3 + - 7.4 before_script: - cp .env.travis .env diff --git a/composer.json b/composer.json index 00bcd961..087ed256 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ ], "license": "MIT", "require": { - "php": "^7.2.5", + "php": "^7.3", "appstract/laravel-options": "^4.1.1", "doctrine/dbal": "^2.10", "fideloper/proxy": "^4.2",