Skip to content

Commit 197d436

Browse files
committed
revert: replace | back to ||
1 parent bc6f53b commit 197d436

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.3"
9+
"laravel/laravel": "^6.20||^7.30||^8.83||^9.52||^10.3"
1010
},
1111
"license": "MIT",
1212
"autoload": {

0 commit comments

Comments
 (0)