Skip to content

Commit 2c235f6

Browse files
#22 - Fix composer.json syntax to use || for symfony/http-client version constraints
1 parent ebefcf0 commit 2c235f6

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
@@ -51,7 +51,7 @@
5151
"require": {
5252
"php": ">=8.2",
5353
"cleverage/process-bundle": "^5.0",
54-
"symfony/http-client": "^6.4|^7.4|^8"
54+
"symfony/http-client": "^6.4 || ^7.4 || ^8"
5555
},
5656
"require-dev": {
5757
"friendsofphp/php-cs-fixer": "*",

0 commit comments

Comments
 (0)