diff --git a/.travis.yml b/.travis.yml index 5550303..49289cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ language: php php: - 7.2 - 7.3 +- 7.4 env: matrix: diff --git a/composer.json b/composer.json index 79c3616..1fb50cb 100644 --- a/composer.json +++ b/composer.json @@ -21,11 +21,11 @@ ], "require": { "php": "^7.2", - "illuminate/http": "^6.0" + "illuminate/http": "^7.0" }, "require-dev": { "phpunit/phpunit": "^8.0", - "orchestra/testbench": "^4.0", + "orchestra/testbench": "^5.1", "mockery/mockery": "^1.0" }, "autoload": {