diff --git a/.gitignore b/.gitignore index a67e023..54ebb68 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ composer.lock phpunit.xml .phpunit.result.cache +.phpunit.cache .php_cs.cache .php-cs-fixer.cache .idea diff --git a/composer.json b/composer.json index 70d762c..60049f2 100644 --- a/composer.json +++ b/composer.json @@ -11,17 +11,17 @@ } ], "require": { - "php": "^8.1", - "guzzlehttp/guzzle": "^7.2", - "illuminate/contracts": "^10.0", - "illuminate/http": "^10.0", - "illuminate/routing": "^10.0", - "illuminate/support": "^10.0" + "php": "^8.2", + "guzzlehttp/guzzle": "^7.8", + "illuminate/contracts": "^10.0|^11.0", + "illuminate/http": "^10.0|^11.0", + "illuminate/routing": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0" }, "require-dev": { "laravel/pint": "^1.10", - "orchestra/testbench": "^8.0", - "pestphp/pest": "^1.23" + "orchestra/testbench": "^8.0|^9.0", + "pestphp/pest": "^3.0" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index ec8cbfe..4e9cd92 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,23 +1,19 @@ - - - - ./tests - - - - - ./src - - - - - - - - + + + + ./tests + + + + + + + + + + + ./src + +