diff --git a/Dockerfile b/Dockerfile index 6df5a79..5d0203b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # # Base install # -FROM amd64/php:8.1-apache as base +FROM amd64/php:8.2-apache as base LABEL vendor="L5 Swagger" diff --git a/composer.json b/composer.json index 6564e6e..41c53fc 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "require": { "php": "^7.2 || ^8.0", - "laravel/framework": "^10.0 || ^9.0 || >=8.40.0 || ^7.0", + "laravel/framework": "^11.0 || ^10.0 || ^9.0 || >=8.40.0 || ^7.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,9 +28,9 @@ "doctrine/annotations": "^1.0 || ^2.0" }, "require-dev": { - "phpunit/phpunit": "^10.0 || ^9.5", + "phpunit/phpunit": "^11.0 || ^10.0 || ^9.5", "mockery/mockery": "1.*", - "orchestra/testbench": "^8.0 || 7.* || ^6.15 || 5.*", + "orchestra/testbench": "^9.0 || ^8.0 || 7.* || ^6.15 || 5.*", "php-coveralls/php-coveralls": "^2.0" }, "autoload": { diff --git a/phpunit.xml b/phpunit.xml index 11e592b..9eeecd1 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,16 +1,6 @@ - + - - src/ - @@ -24,4 +14,9 @@ + + + src/ + +