|
11 | 11 | } |
12 | 12 | ], |
13 | 13 | "require": { |
14 | | - "php": "^7.3|^8.0", |
| 14 | + "php": "^8.0", |
15 | 15 | "ext-simplexml": "*", |
16 | | - "illuminate/config": "^6.0 || ^8.0", |
17 | | - "illuminate/container": "^6.0 || ^8.0", |
18 | | - "illuminate/contracts": "^6.0 || ^8.0", |
19 | | - "illuminate/database": "^6.0 || ^8.0", |
20 | | - "illuminate/events": "^6.0 || ^8.0", |
21 | | - "illuminate/http": "^6.0 || ^8.0", |
22 | | - "illuminate/routing": "^6.0 || ^8.0", |
23 | | - "illuminate/support": "^6.0 || ^8.0", |
24 | | - "illuminate/view": "^6.0 || ^8.0", |
| 16 | + "illuminate/config": "^8.0 || ^9.0", |
| 17 | + "illuminate/container": "^8.0 || ^9.0", |
| 18 | + "illuminate/contracts": "^8.0 || ^9.0", |
| 19 | + "illuminate/database": "^8.0 || ^9.0", |
| 20 | + "illuminate/events": "^8.0 || ^9.0", |
| 21 | + "illuminate/http": "^8.0 || ^9.0", |
| 22 | + "illuminate/routing": "^8.0 || ^9.0", |
| 23 | + "illuminate/support": "^8.0 || ^9.0", |
| 24 | + "illuminate/view": "^8.0 || ^9.0", |
25 | 25 | "vimeo/psalm": "^4.8.1", |
26 | | - "orchestra/testbench": "^3.8 || ^4.0 || ^5.0 || ^6.22 || ^7.0", |
27 | | - "barryvdh/laravel-ide-helper": ">=2.8.0" |
| 26 | + "orchestra/testbench": "^6.22 || ^7.0", |
| 27 | + "barryvdh/laravel-ide-helper": "^2.10" |
28 | 28 | }, |
29 | 29 | "require-dev": { |
30 | | - "codeception/codeception": "^4.1.6", |
31 | | - "codeception/module-phpbrowser": "^1.0.0", |
32 | | - "codeception/module-asserts": "^1.0.0", |
33 | | - "weirdan/codeception-psalm-module": "^0.13.1", |
| 30 | + "codeception/codeception": "^5.0", |
| 31 | + "codeception/module-asserts": "*@dev", |
| 32 | + "codeception/module-cli": "^2.0", |
| 33 | + "codeception/module-filesystem": "^3.0", |
| 34 | + "codeception/module-phpbrowser": "*@dev", |
| 35 | + "slevomat/coding-standard": "^6.2", |
34 | 36 | "squizlabs/php_codesniffer": "*", |
35 | | - "slevomat/coding-standard": "^6.2" |
| 37 | + "phpoption/phpoption": "^1.8.0", |
| 38 | + "symfony/http-foundation": "^5.3.7 || ^6.0", |
| 39 | + "ramsey/collection": "^1.2.0" |
36 | 40 | }, |
37 | 41 | "autoload": { |
38 | 42 | "psr-4": { |
|
0 commit comments