|
17 | 17 | } |
18 | 18 | ], |
19 | 19 | "require": { |
20 | | - "php": "^8.2", |
21 | | - "illuminate/contracts": "^10.0", |
22 | | - "illuminate/database": "^10.0", |
23 | | - "illuminate/queue": "^10.0", |
24 | | - "illuminate/support": "^10.0", |
25 | | - "rokde/laravel-utilities": "^1.0", |
26 | | - "spatie/laravel-package-tools": "^1.14.0" |
| 20 | + "php": "^8.3", |
| 21 | + "illuminate/contracts": "^10.0|^11.0|^12.0", |
| 22 | + "illuminate/database": "^10.0|^11.0|^12.0", |
| 23 | + "illuminate/queue": "^10.0|^11.0|^12.0", |
| 24 | + "illuminate/support": "^10.0|^11.0|^12.0", |
| 25 | + "rokde/laravel-utilities": "^1.0.1", |
| 26 | + "spatie/laravel-package-tools": "^1.92.7" |
27 | 27 | }, |
28 | 28 | "require-dev": { |
29 | | - "doctrine/dbal": "^4.0", |
30 | | - "larastan/larastan": "^2.0.1", |
31 | | - "laravel/pint": "^1.0", |
32 | | - "nunomaduro/collision": "^7.8", |
33 | | - "orchestra/testbench": "^8.8", |
34 | | - "pestphp/pest": "^2.20", |
35 | | - "pestphp/pest-plugin-arch": "^2.5", |
36 | | - "pestphp/pest-plugin-laravel": "^2.0", |
37 | | - "phpstan/extension-installer": "^1.1", |
38 | | - "phpstan/phpstan-deprecation-rules": "^1.0", |
39 | | - "phpstan/phpstan-phpunit": "^1.0" |
| 29 | + "doctrine/dbal": "^4.3.4", |
| 30 | + "larastan/larastan": "^2.9.14", |
| 31 | + "laravel/pint": "^1.25.1", |
| 32 | + "nunomaduro/collision": "^7.12", |
| 33 | + "orchestra/testbench": "^8.18", |
| 34 | + "pestphp/pest": "^2.36", |
| 35 | + "pestphp/pest-plugin-arch": "^2.7", |
| 36 | + "pestphp/pest-plugin-laravel": "^2.2", |
| 37 | + "phpstan/extension-installer": "^1.4.3", |
| 38 | + "phpstan/phpstan-deprecation-rules": "^1.2.1", |
| 39 | + "phpstan/phpstan-phpunit": "^1.4.2" |
40 | 40 | }, |
41 | 41 | "autoload": { |
42 | 42 | "psr-4": { |
|
0 commit comments