|
10 | 10 | } |
11 | 11 | ], |
12 | 12 | "require": { |
13 | | - "php": ">=7.4.0", |
| 13 | + "php": ">=8.0.1", |
14 | 14 | "ext-pdo": "*", |
15 | | - "laravel/framework": "^8.83", |
| 15 | + "laravel/framework": "^9.0", |
16 | 16 | "laravel/ui": "^3.4" |
17 | 17 | }, |
18 | 18 | "require-dev": { |
19 | 19 | "ext-fileinfo": "*", |
20 | 20 | "ext-json": "*", |
21 | | - "barryvdh/laravel-debugbar": "^3.7", |
22 | | - "barryvdh/laravel-ide-helper": "^2.14", |
23 | | - "codeception/codeception": "^4.1 | ^5.0.0-RC3", |
24 | | - "codeception/module-asserts": "^2.0 | ^3.0", |
25 | | - "codeception/module-laravel": "^2.1 | ^3.0 | *@dev", |
26 | | - "facade/ignition": "^2.17", |
27 | | - "fakerphp/faker": "^1.17", |
28 | | - "nunomaduro/collision": "^5.11" |
| 21 | + "barryvdh/laravel-debugbar": "^3.14", |
| 22 | + "barryvdh/laravel-ide-helper": "^2.15", |
| 23 | + "codeception/codeception": "^5.0.8", |
| 24 | + "codeception/module-asserts": "^3.0", |
| 25 | + "codeception/module-laravel": "^3.0 | *@dev", |
| 26 | + "fakerphp/faker": "^1.24", |
| 27 | + "nunomaduro/collision": "^v6.4", |
| 28 | + "spatie/laravel-ignition": "^1.7" |
29 | 29 | }, |
30 | 30 | "config": { |
31 | 31 | "optimize-autoloader": true, |
|
0 commit comments