Skip to content

Commit 390a0d0

Browse files
committed
use double pipe for logical OR in composer.json
1 parent 85521ec commit 390a0d0

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
@@ -15,15 +15,15 @@
1515
],
1616
"require": {
1717
"php": "^8.1",
18-
"illuminate/support": "^9.0|^10.0",
19-
"illuminate/filesystem": "^9.0|^10.0",
20-
"illuminate/container": "^9.0|^10.0",
18+
"illuminate/support": "^9.0 || ^10.0",
19+
"illuminate/filesystem": "^9.0 || ^10.0",
20+
"illuminate/container": "^9.0 || ^10.0",
2121
"nesbot/carbon": "^2.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^9.5",
2525
"mockery/mockery": "^1.0",
26-
"laravel/framework": "^9.0|^10.0",
26+
"laravel/framework": "^9.0 || ^10.0",
2727
"laravel/pint": "^1.5"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)