|
23 | 23 | "require": {
|
24 | 24 | "doctrine/dbal": "^3|^4",
|
25 | 25 | "php": "^7.3|^8.0",
|
26 |
| - "illuminate/bus": "^8.0|^9.0|^10.0|^11.0", |
27 |
| - "illuminate/database": "^8.40.0|^9.0|^10.0|^11.0", |
28 |
| - "illuminate/events": "^8.0|^9.0|^10.0|^11.0", |
29 |
| - "illuminate/http": "^8.0|^9.0|^10.0|^11.0", |
30 |
| - "illuminate/queue": "^8.0|^9.0|^10.0|^11.0", |
31 |
| - "illuminate/routing": "^8.0|^9.0|^10.0|^11.0", |
| 26 | + "illuminate/bus": "^8.0|^9.0|^10.0|^11.0|^12.0", |
| 27 | + "illuminate/database": "^8.40.0|^9.0|^10.0|^11.0|^12.0", |
| 28 | + "illuminate/events": "^8.0|^9.0|^10.0|^11.0|^12.0", |
| 29 | + "illuminate/http": "^8.0|^9.0|^10.0|^11.0|^12.0", |
| 30 | + "illuminate/queue": "^8.0|^9.0|^10.0|^11.0|^12.0", |
| 31 | + "illuminate/routing": "^8.0|^9.0|^10.0|^11.0|^12.0", |
32 | 32 | "ext-simplexml": "*",
|
33 | 33 | "ext-json": "*",
|
34 | 34 | "ext-dom": "*",
|
|
48 | 48 | }
|
49 | 49 | },
|
50 | 50 | "require-dev": {
|
51 |
| - "phpunit/phpunit": "^8.4|^9.0|^10.0", |
52 |
| - "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0", |
| 51 | + "phpunit/phpunit": "^8.4|^9.0|^10.0|^11.0", |
| 52 | + "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", |
53 | 53 | "spatie/phpunit-snapshot-assertions": "^4.2|main-dev",
|
54 | 54 | "phpstan/phpstan": "^1.0.0",
|
55 | 55 | "nunomaduro/collision": "^5.3|^6.0|^7.0|^8.0",
|
56 | 56 | "brianium/paratest": "^6.2|^7.0",
|
57 | 57 | "eclipxe/xmlschemavalidator": "^3.0",
|
58 | 58 | "league/csv": "^9.7",
|
59 |
| - "sebastian/diff": "^4.0|^5.0", |
| 59 | + "sebastian/diff": "^4.0|^5.0|^6.0", |
60 | 60 | "m6web/redis-mock": "^5.5",
|
61 | 61 | "predis/predis": "^2.1.2",
|
62 | 62 | "mongodb/mongodb": "^1.11",
|
|
0 commit comments