Skip to content

Commit 3fd6a90

Browse files
committed
Fix dependency declarations
1 parent d3de240 commit 3fd6a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"symfony/form": "^5.4|^6.0|^7.0",
1515
"symfony/http-foundation": "^5.4|^6.0|^7.0",
1616
"symfony/http-kernel": "^5.4|^6.0|^7.0",
17+
"symfony/routing": "^5.4|^6.0|^7.0",
1718
"thunderer/shortcode": "^0.6.5|^0.7",
1819
"twig/twig": "^2.0|^3.0"
1920
},
@@ -25,7 +26,6 @@
2526
"symfony/expression-language": "^5.4|^6.0|^7.0",
2627
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
2728
"symfony/phpunit-bridge": ">= 6.0",
28-
"symfony/routing": "^5.4|^6.0|^7.0",
2929
"symfony/twig-bundle": "^5.4|^6.0|^7.0",
3030
"symfony/yaml": "^5.4|^6.0|^7.0"
3131
},

0 commit comments

Comments
 (0)