|
17 | 17 | ],
|
18 | 18 | "require": {
|
19 | 19 | "php": "^8.0",
|
20 |
| - "illuminate/database": "^9.0 || ^10.0 || ^11.0", |
21 |
| - "illuminate/support": "^9.0 || ^10.0 || ^11.0", |
22 |
| - "illuminate/testing": "^9.0 || ^10.0 || ^11.0", |
23 |
| - "illuminate/contracts": "^9.0 || ^10.0 || ^11.0", |
| 20 | + "illuminate/database": "^9.0 || ^10.0 || ^11.0 || ^12.0", |
| 21 | + "illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0", |
| 22 | + "illuminate/testing": "^9.0 || ^10.0 || ^11.0 || ^12.0", |
| 23 | + "illuminate/contracts": "^9.0 || ^10.0 || ^11.0 || ^12.0", |
24 | 24 | "spatie/laravel-package-tools": "^1.12 || ^1.14"
|
25 | 25 | },
|
26 | 26 | "require-dev": {
|
27 | 27 | "friendsofphp/php-cs-fixer": "^3.13",
|
28 |
| - "nunomaduro/larastan": "^1.0 || ^2.5", |
29 |
| - "orchestra/testbench": "^7.0 || ^8.0 || ^9.0", |
30 |
| - "pestphp/pest": "^1.22 || ^2.0", |
31 |
| - "pestphp/pest-plugin-laravel": "^1.22 || ^2.0", |
| 28 | + "nunomaduro/larastan": "^1.0 || ^2.5 || ^3.1", |
| 29 | + "orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0", |
| 30 | + "pestphp/pest": "^1.22 || ^2.0 || ^3.7", |
| 31 | + "pestphp/pest-plugin-laravel": "^1.22 || ^2.0 || ^3.1", |
32 | 32 | "spatie/laravel-ray": "^1.32"
|
33 | 33 | },
|
34 | 34 | "autoload": {
|
|
0 commit comments