Skip to content

Commit

Permalink
Usage of || in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Mar 30, 2022
1 parent a05baf8 commit f1851dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"elastic/transport": "^8.0",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0",
"psr/log": "^1|^2|^3",
"psr/log": "^1 || ^2 || ^3",
"guzzlehttp/guzzle": "^7.0"
},
"require-dev": {
Expand Down

0 comments on commit f1851dc

Please sign in to comment.