diff --git a/.gitignore b/.gitignore index 841e6e5..be54736 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,4 @@ phpunit.xml psalm.xml vendor .php-cs-fixer.cache - +.phpunit.cache diff --git a/composer.json b/composer.json index c6b372c..74ba0ce 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,13 @@ } ], "require": { - "php": "^8.1", - "laravel/framework": "^9" + "php": "^8.2", + "laravel/framework": "^10" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.13", - "orchestra/testbench": "^7.15", - "phpunit/phpunit": "^9.5" + "orchestra/testbench": "^8", + "phpunit/phpunit": "^10" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 414ae7d..9480a1f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,39 +1,23 @@ - - - - tests/Feature - - - - - ./src - - - - - - - - - - + + + + tests/Feature + + + + + + + + + + + + + + + ./src + +