|
19 | 19 | "php": "^8.0",
|
20 | 20 | "ext-rdkafka": "*",
|
21 | 21 | "ensi/laravel-phprdkafka": "^0.3",
|
22 |
| - "illuminate/contracts": "^8.37 || ^9.0", |
23 |
| - "illuminate/pipeline": "^8.37 || ^9.0", |
24 |
| - "illuminate/support": "^8.37 || ^9.0" |
| 22 | + "illuminate/contracts": "^8.37 || ^9.0 || ^10.0", |
| 23 | + "illuminate/pipeline": "^8.37 || ^9.0 || ^10.0", |
| 24 | + "illuminate/support": "^8.37 || ^9.0 || ^10.0" |
25 | 25 | },
|
26 | 26 | "require-dev": {
|
27 |
| - "brianium/paratest": "^6.2", |
| 27 | + "brianium/paratest": "^6.2 || ^7.0", |
28 | 28 | "friendsofphp/php-cs-fixer": "^3.2",
|
29 | 29 | "kwn/php-rdkafka-stubs": "^2.2",
|
30 |
| - "nunomaduro/collision": "^5.3", |
31 |
| - "orchestra/testbench": "^6.15", |
32 |
| - "pestphp/pest": "^1.18", |
33 |
| - "pestphp/pest-plugin-laravel": "^1.1", |
| 30 | + "nunomaduro/collision": "^5.3 || ^6.0 || ^7.0", |
| 31 | + "orchestra/testbench": "^6.15 || ^7.0 || ^8.0", |
| 32 | + "pestphp/pest": "^1.18 || ^2.0", |
| 33 | + "pestphp/pest-plugin-laravel": "^1.1 || ^2.0", |
34 | 34 | "php-parallel-lint/php-var-dump-check": "^0.5.0",
|
35 |
| - "phpunit/phpunit": "^9.3", |
| 35 | + "phpunit/phpunit": "^9.3 || ^10.0", |
36 | 36 | "spatie/laravel-ray": "^1.9"
|
37 | 37 | },
|
38 | 38 | "autoload": {
|
|
0 commit comments