|
13 | 13 | ], |
14 | 14 | "require": { |
15 | 15 | "php": "^8.1", |
16 | | - "illuminate/contracts": "^10.0|^11.0", |
| 16 | + "illuminate/contracts": "^10.0|^11.0|^12.0", |
17 | 17 | "spatie/laravel-package-tools": "^1.16.2" |
18 | 18 | }, |
19 | 19 | "require-dev": { |
20 | | - "composer-runtime-api": "^2.2", |
21 | | - "orchestra/testbench": "^8.0|^9.0", |
22 | | - "pestphp/pest" : "^2.34.1", |
23 | | - "rector/rector": "^1.0.2", |
24 | | - "spatie/pest-plugin-snapshots": "^2.1.0", |
| 20 | + "larastan/larastan": "^3.1.0", |
25 | 21 | "laravel/pint": "^1.14", |
26 | | - "phpstan/phpstan": "^1.10.59", |
27 | | - "larastan/larastan": "^2.9.2" |
| 22 | + "orchestra/testbench": "^8.0|^9.0|^10.0", |
| 23 | + "pestphp/pest": "^3.7.4", |
| 24 | + "phpstan/extension-installer": "^1.4", |
| 25 | + "phpstan/phpstan": "^2.1.6", |
| 26 | + "rector/rector": "^2.0.9", |
| 27 | + "spatie/pest-plugin-snapshots": "^2.1.0", |
| 28 | + "ticketswap/phpstan-error-formatter": "^1.1" |
28 | 29 | }, |
29 | 30 | "autoload": { |
30 | 31 | "psr-4": { |
|
55 | 56 | "refactor-dry-run": "vendor/bin/rector process --dry-run" |
56 | 57 | }, |
57 | 58 | "config": { |
| 59 | + "sort-packages": true, |
58 | 60 | "allow-plugins": { |
59 | | - "pestphp/pest-plugin": true |
| 61 | + "pestphp/pest-plugin": true, |
| 62 | + "phpstan/extension-installer": true |
60 | 63 | } |
61 | 64 | }, |
62 | 65 | "minimum-stability": "dev", |
|
0 commit comments