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