Skip to content

Commit

Permalink
fix: Symfony routing and twig versions
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 committed Aug 28, 2024
1 parent e8eaedb commit c6e85ce
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 @@ -28,9 +28,9 @@
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
"symfony/routing": "^6.4",
"symfony/routing": "^5.4 || ^6.0 || ^7.0",
"symfony/test-pack": "^1.1",
"symfony/twig-bundle": "^6.4",
"symfony/twig-bundle": "^5.4 || ^6.0 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0",
"vimeo/psalm": "^5.15.0"
},
Expand Down

0 comments on commit c6e85ce

Please sign in to comment.