diff --git a/composer.json b/composer.json index 6c6a9e4..14967e7 100644 --- a/composer.json +++ b/composer.json @@ -8,9 +8,9 @@ } ], "require": { - "php": ">=7.3.0", - "illuminate/support": "^7.0", - "illuminate/routing": "^7.0", + "php": "^7.3|^8.0", + "illuminate/support": "^8.0", + "illuminate/routing": "^8.0", "beatlabs/prometheus_client_php": "dev-master" }, "repositories": [ @@ -34,6 +34,6 @@ "phpunit/phpunit": "^8.0", "mockery/mockery": "^1.0", "friendsofphp/php-cs-fixer": "2.*", - "orchestra/testbench": "^5.2" + "orchestra/testbench": "^6.0" } }