Skip to content

Commit

Permalink
Update to symfony 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor6 committed Jun 7, 2024
1 parent cb7a03c commit c9d8c8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"marc-mabe/php-enum": "^3.0|^4.3",
"psr/log": "^1.0",
"symfony/http-kernel": "5.4 - 6.2",
"symfony/property-access": "5.4 - 6.2",
"symfony/property-info": "5.4 - 6.2",
"symfony/serializer": "5.4 - 6.2",
"symfony/http-kernel": "5.4 - 6.4",
"symfony/property-access": "5.4 - 6.4",
"symfony/property-info": "5.4 - 6.4",
"symfony/serializer": "5.4 - 6.4",
"webmozart/assert": "^1.3"
},
"require-dev": {
Expand All @@ -23,7 +23,7 @@
"phpstan/phpstan-webmozart-assert": "^1.0",
"phpunit/phpunit": "^9.5",
"roave/security-advisories": "dev-master",
"symfony/phpunit-bridge": "6.1.*"
"symfony/phpunit-bridge": "6.4.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c9d8c8e

Please sign in to comment.