|
17 | 17 | ], |
18 | 18 | "require": { |
19 | 19 | "php": "^8.0", |
20 | | - "illuminate/database": "^9.0|^10.0", |
21 | | - "illuminate/support": "^9.0|^10.0", |
| 20 | + "illuminate/database": "^10.0|^11.0", |
| 21 | + "illuminate/support": "^10.0|^11.0", |
22 | 22 | "spatie/laravel-package-tools": "^1.14.1" |
23 | 23 | }, |
24 | 24 | "require-dev": { |
25 | 25 | "friendsofphp/php-cs-fixer": "^3.7", |
26 | | - "nunomaduro/collision": "^6.0", |
27 | | - "nunomaduro/larastan": "^2.0.1", |
28 | | - "orchestra/testbench": "^7.0|^8.0", |
29 | | - "pestphp/pest": "^1.21", |
30 | | - "pestphp/pest-plugin-laravel": "^1.1", |
31 | | - "pestphp/pest-plugin-mock": "^1.0", |
32 | | - "phpstan/extension-installer": "^1.1", |
| 26 | + "larastan/larastan": "^2.0.1", |
| 27 | + "nunomaduro/collision": "^7.10.0|^8.1.1", |
| 28 | + "orchestra/testbench": "^8.0|^9.0", |
| 29 | + "pestphp/pest": "^2.34", |
| 30 | + "pestphp/pest-plugin-laravel": "^2.3", |
| 31 | + "phpstan/extension-installer": "^1.3", |
33 | 32 | "phpstan/phpstan-deprecation-rules": "^1.0", |
34 | | - "phpstan/phpstan-phpunit": "^1.0", |
35 | | - "phpunit/phpunit": "^9.5" |
| 33 | + "phpstan/phpstan-phpunit": "^1.0" |
36 | 34 | }, |
37 | 35 | "autoload": { |
38 | 36 | "psr-4": { |
|
0 commit comments