diff --git a/composer.json b/composer.json index 41c53fc..ea4aca3 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ } ], "require": { - "php": "^7.2 || ^8.0", - "laravel/framework": "^11.0 || ^10.0 || ^9.0 || >=8.40.0 || ^7.0", + "php": "^8.0", + "laravel/framework": "^11.0 || ^10.0 || ^9.0", "zircote/swagger-php": "^3.2.0 || ^4.0.0", "swagger-api/swagger-ui": "^3.0 || >=4.1.3", "symfony/yaml": "^5.0 || ^6.0 || ^7.0", @@ -28,7 +28,7 @@ "doctrine/annotations": "^1.0 || ^2.0" }, "require-dev": { - "phpunit/phpunit": "^11.0 || ^10.0 || ^9.5", + "phpunit/phpunit": "^11.0 || ^10.0", "mockery/mockery": "1.*", "orchestra/testbench": "^9.0 || ^8.0 || 7.* || ^6.15 || 5.*", "php-coveralls/php-coveralls": "^2.0"