|
17 | 17 | "require": {
|
18 | 18 | "php": ">=8.1",
|
19 | 19 | "genealabs/laravel-pivot-events": "^10.0",
|
20 |
| - "illuminate/cache": "^10.0", |
21 |
| - "illuminate/config": "^10.0", |
22 |
| - "illuminate/console": "^10.0", |
23 |
| - "illuminate/container": "^10.0", |
24 |
| - "illuminate/database": "^10.0", |
25 |
| - "illuminate/http": "^10.0", |
26 |
| - "illuminate/support": "^10.0" |
| 20 | + "illuminate/cache": "^10.0|^11.0", |
| 21 | + "illuminate/config": "^10.0|^11.0", |
| 22 | + "illuminate/console": "^10.0|^11.0", |
| 23 | + "illuminate/container": "^10.0|^11.0", |
| 24 | + "illuminate/database": "^10.0|^11.0", |
| 25 | + "illuminate/http": "^10.0|^11.0", |
| 26 | + "illuminate/support": "^10.0|^11.0" |
27 | 27 | },
|
28 | 28 | "require-dev": {
|
29 | 29 | "doctrine/dbal": "^3.3",
|
30 | 30 | "fakerphp/faker": "^1.11",
|
31 | 31 | "laravel/nova": "^4.0",
|
32 | 32 | "orchestra/testbench-browser-kit": "^8.0",
|
33 |
| - "orchestra/testbench": "^8.0", |
34 |
| - "php-coveralls/php-coveralls" : "^2.2", |
| 33 | + "orchestra/testbench": "^8.0|^9.0", |
| 34 | + "php-coveralls/php-coveralls": "^2.2", |
35 | 35 | "phpunit/phpunit": "^10.0",
|
36 |
| - "slevomat/coding-standard": "^7.0", |
| 36 | + "slevomat/coding-standard": "^7.0|^8.14", |
37 | 37 | "squizlabs/php_codesniffer": "^3.6",
|
38 | 38 | "symfony/thanks": "^1.2",
|
39 | 39 | "laravel/legacy-factories": "^1.3"
|
|
0 commit comments