diff --git a/.travis.yml b/.travis.yml index ffcf80f..6075db3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: php php: - - 7.0 - - 7.1 - 7.2 - 7.3 diff --git a/composer.json b/composer.json index 6549fa7..f5ffde6 100644 --- a/composer.json +++ b/composer.json @@ -24,8 +24,8 @@ ], "require": { "php": ">=7.0.0", - "sofa/hookable": "^5.5", - "illuminate/database": "^5.5" + "sofa/hookable": "^5.5|^6.0", + "illuminate/database": "^5.5|^6.0" }, "require-dev": { "phpunit/phpunit": "4.5.0",