Skip to content

Commit 2f0a5dc

Browse files
authored
Use double pipes in composer.json (#54)
1 parent 12f059c commit 2f0a5dc

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,16 +31,16 @@
3131
],
3232
"require": {
3333
"php": "^8.0",
34-
"bensampo/laravel-enum": "^5.0|^6.0",
35-
"illuminate/support": "^9.0|^10.0",
34+
"bensampo/laravel-enum": "^5.0 || ^6.0",
35+
"illuminate/support": "^9.0 || ^10.0",
3636
"laravel/nova": "^4.0"
3737
},
3838
"require-dev": {
3939
"joshgaber/novaunit": "dev-l10-compatibility",
4040
"laravel/pint": "^1.2",
4141
"mockery/mockery": "^1.3.3",
42-
"nunomaduro/collision": "^6.1|^7.0",
43-
"orchestra/testbench": "^7.0|^8.0",
42+
"nunomaduro/collision": "^6.1 || ^7.0",
43+
"orchestra/testbench": "^7.0 || ^8.0",
4444
"phpunit/phpunit": "^9.3.3",
4545
"symfony/var-dumper": "^6.0"
4646
},

0 commit comments

Comments
 (0)