|
11 | 11 | } |
12 | 12 | ], |
13 | 13 | "require": { |
14 | | - "php": "^8.0", |
| 14 | + "php": "^8.2", |
15 | 15 | "ext-json": "*", |
16 | | - "illuminate/console": "^11.0 | ^12.0", |
17 | | - "illuminate/database": "^11.0 | ^12.0", |
18 | | - "illuminate/events": "^11.0 | ^12.0", |
19 | | - "illuminate/support": "^11.0 | ^12.0", |
| 16 | + "illuminate/console": "^12.0 | ^13.0", |
| 17 | + "illuminate/database": "^12.0 | ^13.0", |
| 18 | + "illuminate/events": "^12.0 | ^13.0", |
| 19 | + "illuminate/support": "^12.0 | ^13.0", |
20 | 20 | "spatie/yaml-front-matter": "^2.0", |
21 | 21 | "symfony/yaml": "^6.0 | ^7.0" |
22 | 22 | }, |
23 | 23 | "require-dev": { |
24 | | - "laravel/scout": "^9.4 | ^10.0", |
25 | | - "nunomaduro/larastan": "^2.0", |
26 | | - "orchestra/testbench": "^9.0 | ^10.0", |
| 24 | + "laravel/scout": "^10.0 | ^11.0", |
| 25 | + "nunomaduro/larastan": "^3.0", |
| 26 | + "orchestra/testbench": "^10.0 | ^11.0", |
27 | 27 | "phpstan/extension-installer": "^1.1", |
28 | 28 | "phpstan/phpstan-deprecation-rules": "^1.0 | ^2.0", |
29 | 29 | "phpstan/phpstan-phpunit": "^1.0 | ^2.0", |
30 | | - "phpunit/phpunit": "^10.0 | ^11.5.3" |
| 30 | + "phpunit/phpunit": "^11.5.3" |
31 | 31 | }, |
32 | 32 | "extra": { |
33 | 33 | "laravel": { |
|
0 commit comments