|
18 | 18 | }
|
19 | 19 | ],
|
20 | 20 | "require": {
|
21 |
| - "php": "^8.0", |
22 |
| - "illuminate/database": "^9.0|^10.0", |
23 |
| - "illuminate/support": "^9.0|^10.0", |
| 21 | + "php": "^8.1", |
| 22 | + "illuminate/database": "^10.0|^11.0", |
| 23 | + "illuminate/support": "^10.0|^11.0", |
24 | 24 | "spatie/laravel-package-tools": "^1.14.1"
|
25 | 25 | },
|
26 | 26 | "require-dev": {
|
27 |
| - "friendsofphp/php-cs-fixer": "^3.7", |
28 |
| - "nunomaduro/larastan": "^2.0.1", |
29 |
| - "orchestra/testbench": "^7.0|^8.0", |
30 |
| - "pestphp/pest": "^1.21", |
31 |
| - "pestphp/pest-plugin-laravel": "^1.1", |
32 |
| - "phpstan/extension-installer": "^1.1", |
| 27 | + "laravel/pint": "^1.0", |
| 28 | + "larastan/larastan": "^2.0.1", |
| 29 | + "orchestra/testbench": "^8.0|^9.0", |
| 30 | + "pestphp/pest": "^2.34", |
| 31 | + "pestphp/pest-plugin-arch": "^2.7", |
| 32 | + "pestphp/pest-plugin-laravel": "^2.3", |
| 33 | + "phpstan/extension-installer": "^1.3", |
33 | 34 | "phpstan/phpstan-deprecation-rules": "^1.0",
|
34 |
| - "phpstan/phpstan-phpunit": "^1.0", |
35 |
| - "phpunit/phpunit": "^9.5" |
| 35 | + "phpstan/phpstan-phpunit": "^1.3" |
36 | 36 | },
|
37 | 37 | "autoload": {
|
38 | 38 | "psr-4": {
|
|
46 | 46 | }
|
47 | 47 | },
|
48 | 48 | "scripts": {
|
49 |
| - "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes", |
| 49 | + "format": "vendor/bin/pint", |
50 | 50 | "analyse": "vendor/bin/phpstan analyse",
|
51 | 51 | "test": "vendor/bin/pest",
|
52 | 52 | "test-coverage": "vendor/bin/pest coverage"
|
|
0 commit comments