|
18 | 18 | ],
|
19 | 19 | "require": {
|
20 | 20 | "php": "^8.1",
|
21 |
| - "illuminate/contracts": "^10.13.1|^11.0", |
22 |
| - "illuminate/database": "^10.13.1|^11.0", |
23 |
| - "illuminate/support": "^10.0|^11.0" |
| 21 | + "illuminate/contracts": "^10.13.1|^11.0|^12.0", |
| 22 | + "illuminate/database": "^10.13.1|^11.0|^12.0", |
| 23 | + "illuminate/support": "^10.0|^11.0|^12.0" |
24 | 24 | },
|
25 | 25 | "require-dev": {
|
26 | 26 | "larastan/larastan": "^2.7.0",
|
27 | 27 | "laravel/pint": "^1.0",
|
28 | 28 | "nunomaduro/collision": "^7.0|^8.0",
|
29 |
| - "orchestra/testbench": "^8.0|^9.0", |
30 |
| - "pestphp/pest": "^2.28.1", |
31 |
| - "pestphp/pest-plugin-laravel": "^2.2.0", |
| 29 | + "orchestra/testbench": "^8.0|^9.0|^10.0", |
| 30 | + "pestphp/pest": "^2.28.1|^3.0.0", |
| 31 | + "pestphp/pest-plugin-laravel": "^2.2.0|^3.0.0", |
32 | 32 | "phpstan/extension-installer": "^1.1",
|
33 | 33 | "phpstan/phpstan": "^1.11",
|
34 | 34 | "phpstan/phpstan-deprecation-rules": "^1.0",
|
35 | 35 | "phpstan/phpstan-phpunit": "^1.0",
|
36 |
| - "phpunit/phpunit": "^10.5.3", |
| 36 | + "phpunit/phpunit": "^10.5.3|^11.0.0", |
37 | 37 | "spatie/laravel-ray": "^1.26"
|
38 | 38 | },
|
39 | 39 | "autoload": {
|
|
0 commit comments