Skip to content

Commit

Permalink
Merge pull request #9 from superbrave/DV-8395
Browse files Browse the repository at this point in the history
[DV-8395] Made bundle compatible with Symfony 6.3
  • Loading branch information
kkevindev authored Apr 26, 2024
2 parents 2d59314 + 4697adf commit b932149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"require": {
"php": "^8.2",
"symfony/http-client-contracts": "^3.4",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/framework-bundle": "^6.4|^7.0"
"symfony/dependency-injection": "^6.3|^7.0",
"symfony/framework-bundle": "^6.3|^7.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"friendsofphp/php-cs-fixer": "^3.54",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6",
"symfony/http-client": "^6.4|^7.0"
"symfony/http-client": "^6.3|^7.0"
},
"suggest": {
"symfony/http-client": "This package requires an actual Symfony HTTP client implementation to decorate."
Expand Down

0 comments on commit b932149

Please sign in to comment.