Skip to content

Commit df1c53b

Browse files
authored
Merge pull request #281 from verkkokauppacom/sakarikl-composer-update
Composer allow more versions of symfony/options-resolver and psr/http-message-implementation
2 parents e387f3e + 422914c commit df1c53b

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
@@ -24,11 +24,11 @@
2424
"psr/http-message": "^1.0",
2525
"psr/http-client": "^1.0",
2626
"psr/http-factory": "^1.0",
27-
"psr/http-message-implementation": "^1.0",
27+
"psr/http-message-implementation": "^1.0|^2.0",
2828
"php-http/httplug": "^2.0",
2929
"php-http/discovery": "^1.6",
3030
"php-http/multipart-stream-builder": "^1.0",
31-
"symfony/options-resolver": "^5.4|^6.0"
31+
"symfony/options-resolver": "^5.4|^6.0|^7.0"
3232
},
3333
"require-dev": {
3434
"friendsofphp/php-cs-fixer": "^3.5",

0 commit comments

Comments
 (0)