diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 316fa6b..3565da8 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -17,11 +17,9 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] php: [8.2] - laravel: [9.*, 10.*] + laravel: [10.*] stability: [prefer-lowest, prefer-stable] include: - - laravel: 9.* - testbench: ^7.20 - laravel: 10.* testbench: 8.* diff --git a/.gitignore b/.gitignore index 9a43686..6127d06 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ .idea .php_cs .php_cs.cache -.phpunit.result.cache +.phpunit.cache build composer.lock coverage diff --git a/composer.json b/composer.json index 6fc37cf..3d0e356 100644 --- a/composer.json +++ b/composer.json @@ -17,20 +17,18 @@ ], "require": { "php": "^8.2", - "illuminate/contracts": "^9.49|^10.0", - "nunomaduro/termwind": "^v1.15", + "illuminate/contracts": "^10.0", + "nunomaduro/termwind": "^1.15", "spatie/laravel-package-tools": "^1.14" }, "require-dev": { - "guzzlehttp/guzzle": "^7.4", - "nunomaduro/collision": "^6.3", + "guzzlehttp/guzzle": "^7.5", + "nunomaduro/collision": "^7.0", "nunomaduro/larastan": "^2.4", - "orchestra/testbench": "^7.20|^8.0", - "pestphp/pest": "^1.22", - "pestphp/pest-plugin-laravel": "^1.4", - "pestphp/pest-plugin-parallel": "^1.0", - "worksome/coding-style": "^2.3", - "worksome/pest-plugin-silence": "^0.1.2" + "orchestra/testbench": "^8.0", + "pestphp/pest": "^2.0", + "pestphp/pest-plugin-laravel": "^2.0", + "worksome/coding-style": "^2.3" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index af0279f..bb95c5e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -2,21 +2,9 @@