Skip to content

Commit

Permalink
Merge pull request #281 from verkkokauppacom/sakarikl-composer-update
Browse files Browse the repository at this point in the history
Composer allow more versions of symfony/options-resolver and psr/http-message-implementation
  • Loading branch information
StevenVAIDIE authored Jun 24, 2024
2 parents e387f3e + 422914c commit df1c53b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"psr/http-message": "^1.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message-implementation": "^1.0",
"psr/http-message-implementation": "^1.0|^2.0",
"php-http/httplug": "^2.0",
"php-http/discovery": "^1.6",
"php-http/multipart-stream-builder": "^1.0",
"symfony/options-resolver": "^5.4|^6.0"
"symfony/options-resolver": "^5.4|^6.0|^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.5",
Expand Down

0 comments on commit df1c53b

Please sign in to comment.