diff --git a/.gitignore b/.gitignore index a683006..2f6bb25 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -.phpunit.result.cache +.phpunit.cache package-lock.json composer.lock vendor/ diff --git a/README.md b/README.md index 2bc3866..af40a70 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # REPLACE -Simple and flexible package template. Supports Laravel 8 and 9. +Simple and flexible package template. Supports Laravel 11. # Template usage diff --git a/composer.json b/composer.json index 901558a..72c5827 100644 --- a/composer.json +++ b/composer.json @@ -20,14 +20,14 @@ } }, "require": { - "php": "^8.0", - "illuminate/support": "^8.24|^9.0" + "php": "^8.3", + "illuminate/support": "^11.0" }, "require-dev": { - "orchestra/testbench": "^6.9|^7.0", - "nunomaduro/larastan": "^1.0|^2.0", - "pestphp/pest": "^1.2", - "pestphp/pest-plugin-laravel": "^1.0" + "orchestra/testbench": "^9.0", + "nunomaduro/larastan": "^2.0", + "pestphp/pest": "^2.0", + "pestphp/pest-plugin-laravel": "^2.0" }, "extra": { "laravel": { @@ -37,5 +37,10 @@ } }, "minimum-stability": "dev", - "prefer-stable": true + "prefer-stable": true, + "config": { + "allow-plugins": { + "pestphp/pest-plugin": true + } + } } diff --git a/phpunit.xml b/phpunit.xml index d26232e..49b212d 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,9 +1,6 @@ - - - - ./src - + + @@ -22,12 +19,15 @@ - - + + + ./src + +