diff --git a/.gitignore b/.gitignore index 0f98a24..351e4cd 100644 --- a/.gitignore +++ b/.gitignore @@ -104,4 +104,5 @@ modules.xml .DS_Store src/.DS_Store -.editorconfig \ No newline at end of file +.editorconfig +.phpunit.result.cache \ No newline at end of file diff --git a/composer.json b/composer.json index bded07d..ba177c3 100644 --- a/composer.json +++ b/composer.json @@ -17,16 +17,16 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.1|8.2", "ext-dom": "*", "ext-json": "*", "ext-simplexml": "*", - "guzzlehttp/guzzle": "^7.4", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0" + "guzzlehttp/guzzle": "^7.5", + "illuminate/support": "^9.0|^10" }, "require-dev": { - "orchestra/testbench": "^4.6.0", - "phpunit/phpunit": "^8.0" + "orchestra/testbench": "^8.0.8", + "phpunit/phpunit": "^10.0" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 22fe879..02fb293 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,29 +1,11 @@ - - - - tests - - - - - src/ - - - - - - - - - - + + + + + + \ No newline at end of file