Skip to content

Commit

Permalink
Fix bump
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Dec 7, 2024
1 parent c602b32 commit 3d97e2a
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 @@ -22,7 +22,7 @@
"require": {
"php": "^8.1",
"symfony/event-dispatcher": "^6.4 || ^7.1",
"symfony/form": "^6.4.3 || ^7.1",
"symfony/form": "^6.4 || ^7.1",
"symfony/options-resolver": "^6.4 || ^7.1",
"symfony/property-access": "^6.4 || ^7.1",
"symfony/security-csrf": "^6.4 || ^7.1",
Expand Down Expand Up @@ -51,7 +51,7 @@
"symfony/http-foundation": "^6.4 || ^7.1",
"symfony/http-kernel": "^6.4 || ^7.1",
"symfony/phpunit-bridge": "^6.4 || ^7.1",
"symfony/twig-bridge": "^6.4 || ^7.1",
"symfony/twig-bridge": "^6.4.3 || ^7.1",
"symfony/twig-bundle": "^6.4 || ^7.1",
"vimeo/psalm": "^5.8"
},
Expand Down

0 comments on commit 3d97e2a

Please sign in to comment.