diff --git a/.travis.yml b/.travis.yml index c521f0c..5b077e1 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: php php: - - 7.2 - 7.3 + - 7.4 env: matrix: diff --git a/composer.json b/composer.json index f5f0a4e..e7153e1 100755 --- a/composer.json +++ b/composer.json @@ -18,11 +18,11 @@ "require": { "php": "^7.2", "doctrine/dbal": "^2.10", - "illuminate/support": "^6.0|^7.0" + "illuminate/support": "^6.0|^7.0|^8.0" }, "require-dev": { "orchestra/testbench": "^4.0", - "phpunit/phpunit": "^8.0" + "phpunit/phpunit": "^9.0" }, "autoload": { "psr-4": {