Skip to content

Commit f1851dc

Browse files
committed
Usage of || in composer
1 parent a05baf8 commit f1851dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"elastic/transport": "^8.0",
1515
"psr/http-client": "^1.0",
1616
"psr/http-message": "^1.0",
17-
"psr/log": "^1|^2|^3",
17+
"psr/log": "^1 || ^2 || ^3",
1818
"guzzlehttp/guzzle": "^7.0"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)