diff --git a/arts/screenshot.jpg b/arts/screenshot.jpg index 2aaa660..4271915 100644 Binary files a/arts/screenshot.jpg and b/arts/screenshot.jpg differ diff --git a/composer.json b/composer.json index 9f01196..a22627f 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require": { "php": "^8.3|^8.4", "spatie/laravel-package-tools": "^1.14", - "spatie/laravel-permission": "^6.0 || ^7.0 || ^8.0", + "spatie/laravel-permission": "^6.0|^7.0|^8.0", "spatie/laravel-medialibrary": "^11.0", "laravilt/laravilt": "^1.0" }, @@ -31,12 +31,12 @@ "larastan/larastan": "^2.9||^3.0", "laravel/pint": "^1.14", "nunomaduro/collision": "^8.1.1||^7.10.0", - "orchestra/testbench": "^10.0", - "pestphp/pest": "^3.0", - "pestphp/pest-plugin-arch": "^3.0", - "pestphp/pest-plugin-laravel": "^3.0", - "pestphp/pest-plugin-livewire": "^3.0", - "pestphp/pest-plugin-type-coverage": "^3.5", + "orchestra/testbench": "^10.0|^11.0", + "pestphp/pest": "^3.0|^4.0|^5.0", + "pestphp/pest-plugin-arch": "^3.0|^4.0|^5.0", + "pestphp/pest-plugin-laravel": "^3.0|^4.0|^5.0", + "pestphp/pest-plugin-livewire": "^3.0|^4.0|^5.0", + "pestphp/pest-plugin-type-coverage": "^3.5|^4.0|^5.0", "phpstan/extension-installer": "^1.3||^2.0", "phpstan/phpstan-deprecation-rules": "^1.1||^2.0", "phpstan/phpstan-phpunit": "^1.3||^2.0" diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon new file mode 100644 index 0000000..f51e71c --- /dev/null +++ b/phpstan-baseline.neon @@ -0,0 +1,2 @@ +parameters: + ignoreErrors: [] diff --git a/phpstan.neon b/phpstan.neon index 56da168..4f48587 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -8,4 +8,5 @@ parameters: tmpDir: build/phpstan checkOctaneCompatibility: true checkModelProperties: true - checkMissingIterableValueType: false + ignoreErrors: + - identifier: missingType.iterableValue diff --git a/phpunit.xml b/phpunit.xml index c2db6e4..6839f7e 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -9,13 +9,6 @@ ./tests - - - - - - - ./src