|
25 | 25 | "ext-json": "*", |
26 | 26 | "barryvdh/reflection-docblock": "^2.3", |
27 | 27 | "composer/class-map-generator": "^1.0", |
28 | | - "illuminate/console": "^11.15|^12", |
29 | | - "illuminate/database": "^11.15|^12", |
30 | | - "illuminate/filesystem": "^11.15|^12", |
31 | | - "illuminate/support": "^11.15|^12" |
| 28 | + "illuminate/console": "^11.15 || ^12", |
| 29 | + "illuminate/database": "^11.15 || ^12", |
| 30 | + "illuminate/filesystem": "^11.15 || ^12", |
| 31 | + "illuminate/support": "^11.15 || ^12" |
32 | 32 | }, |
33 | 33 | "require-dev": { |
34 | 34 | "ext-pdo_sqlite": "*", |
35 | 35 | "friendsofphp/php-cs-fixer": "^3", |
36 | | - "illuminate/config": "^11.15|^12", |
37 | | - "illuminate/view": "^11.15|^12", |
| 36 | + "illuminate/config": "^11.15 || ^12", |
| 37 | + "illuminate/view": "^11.15 || ^12", |
38 | 38 | "mockery/mockery": "^1.4", |
39 | | - "orchestra/testbench": "^9.2|^10", |
40 | | - "phpunit/phpunit": "^10.5|^11.5.3", |
| 39 | + "orchestra/testbench": "^9.2 || ^10", |
| 40 | + "phpunit/phpunit": "^10.5 || ^11.5.3", |
41 | 41 | "spatie/phpunit-snapshot-assertions": "^4 || ^5", |
42 | 42 | "vimeo/psalm": "^5.4", |
43 | 43 | "vlucas/phpdotenv": "^5" |
|
0 commit comments