Skip to content

Commit 23e7556

Browse files
committed
normalize composer.json
1 parent 94611ab commit 23e7556

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
},
3232
"require": {
3333
"php": "^8.0",
34-
"illuminate/contracts": "^8.0 || ^9.0|^10.0",
35-
"illuminate/database": "^8.0 || ^9.0|^10.0",
36-
"illuminate/support": "^8.0 || ^9.0|^10.0"
34+
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
35+
"illuminate/database": "^8.0 || ^9.0 || ^10.0",
36+
"illuminate/support": "^8.0 || ^9.0 || ^10.0"
3737
},
3838
"require-dev": {
3939
"laravel/legacy-factories": "^1.0.4",
4040
"mockery/mockery": "^1.3.3",
41-
"orchestra/testbench": "^6.0 || ^7.0|^8.0",
41+
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0",
4242
"phpunit/phpunit": "^9.0"
4343
},
4444
"minimum-stability": "dev",

0 commit comments

Comments
 (0)