Skip to content

Commit

Permalink
Merge pull request #16 from superbrave/DV-7486
Browse files Browse the repository at this point in the history
[DV-7486] composer update - added symfony 7 support
  • Loading branch information
jvdhehvg authored Mar 8, 2024
2 parents dd61632 + a56bea4 commit d315cbc
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 @@ -11,13 +11,13 @@
],
"require": {
"php": "^8.2",
"symfony/cache": "^6.4",
"symfony/cache": "^6.4|^7.0",
"symfony/http-client-contracts": "^3.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.45",
"phpunit/phpunit": "^10.0",
"symfony/http-client": "^6.4"
"symfony/http-client": "^6.4|^7.0"
},
"suggest": {
"symfony/http-client": "This package requires an actual Symfony HTTP client implementation to decorate."
Expand Down

0 comments on commit d315cbc

Please sign in to comment.