Skip to content

Commit 8d441ec

Browse files
barryvdhgithub-actions[bot]
authored andcommitted
normalize composer.json
1 parent dba153f commit 8d441ec

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
"ext-json": "*",
2626
"barryvdh/reflection-docblock": "^2.3",
2727
"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"
3232
},
3333
"require-dev": {
3434
"ext-pdo_sqlite": "*",
3535
"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",
3838
"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",
4141
"spatie/phpunit-snapshot-assertions": "^4 || ^5",
4242
"vimeo/psalm": "^5.4",
4343
"vlucas/phpdotenv": "^5"

0 commit comments

Comments
 (0)