Skip to content

Commit 6ff75e8

Browse files
authored
Merge pull request #38 from oleg-andreyev/reduce-dependecies
removed redundant dependency on symfony/framework-bundle
2 parents bbb3f89 + e717de9 commit 6ff75e8

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
@@ -22,7 +22,7 @@
2222
"symfony/dependency-injection": "^3.4 || ^4.2 || ^5.0",
2323
"symfony/http-foundation": "^3.4 || ^4.2 || ^5.0",
2424
"symfony/http-kernel": "^3.4 || ^4.2 || ^5.0",
25-
"symfony/framework-bundle": "^3.4 || ^4.2 || ^5.0"
25+
"symfony/routing": "^3.4 || ^4.2 || ^5.0"
2626
},
2727
"require-dev": {
2828
"twig/twig": "^1.40 || ^2.10"

0 commit comments

Comments
 (0)