|
16 | 16 | }
|
17 | 17 | ],
|
18 | 18 | "require": {
|
19 |
| - "php": "^8.1", |
| 19 | + "php": "^8.2", |
20 | 20 | "spatie/laravel-package-tools": "^1.14.0",
|
21 |
| - "illuminate/contracts": "^10|^11" |
| 21 | + "illuminate/contracts": "^12" |
22 | 22 | },
|
23 | 23 | "require-dev": {
|
24 | 24 | "laravel/pint": "^1.0",
|
25 |
| - "nunomaduro/collision": "^8.1.1||^7.10.0", |
26 |
| - "orchestra/testbench": "^9.0.0||^8.22.0", |
27 |
| - "pestphp/pest": "^2.20", |
28 |
| - "pestphp/pest-plugin-arch": "^2.0", |
29 |
| - "pestphp/pest-plugin-laravel": "^2.0", |
30 |
| - "phpstan/extension-installer": "^1.1", |
31 |
| - "phpstan/phpstan-deprecation-rules": "^1.0", |
32 |
| - "phpstan/phpstan-phpunit": "^1.0" |
| 25 | + "nunomaduro/collision": "^8.1.1", |
| 26 | + "orchestra/testbench": "^10.0.0", |
| 27 | + "pestphp/pest": "^3", |
| 28 | + "pestphp/pest-plugin-arch": "^3.0", |
| 29 | + "pestphp/pest-plugin-laravel": "^3.0" |
33 | 30 | },
|
34 | 31 | "autoload": {
|
35 | 32 | "psr-4": {
|
|
56 | 53 | "@composer run build",
|
57 | 54 | "@php vendor/bin/testbench serve"
|
58 | 55 | ],
|
59 |
| - "analyse": "vendor/bin/phpstan analyse", |
60 | 56 | "test": "vendor/bin/pest",
|
61 | 57 | "test-coverage": "vendor/bin/pest --coverage",
|
62 | 58 | "format": "vendor/bin/pint"
|
63 | 59 | },
|
64 | 60 | "config": {
|
65 | 61 | "sort-packages": true,
|
66 | 62 | "allow-plugins": {
|
67 |
| - "pestphp/pest-plugin": true, |
68 |
| - "phpstan/extension-installer": true |
| 63 | + "pestphp/pest-plugin": true |
69 | 64 | }
|
70 | 65 | },
|
71 | 66 | "extra": {
|
|
0 commit comments