Skip to content

Commit bb6b141

Browse files
committed
fix: replace || with | in composer.json
1 parent 6a91865 commit bb6b141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"keywords": ["laravel", "javascript", "language", "translations", "routes"],
55
"type": "library",
66
"require": {
7-
"php": "^7.1||^8.1||^8.2",
7+
"php": "^7.1|^8.1|^8.2",
88
"ext-json": "*",
9-
"laravel/laravel": "^6.20||^7.30||^8.83||^9.52||^10.14"
9+
"laravel/laravel": "^6.20|^7.30|^8.83|^9.52|^10.14"
1010
},
1111
"license": "MIT",
1212
"autoload": {

0 commit comments

Comments
 (0)