Skip to content

Commit

Permalink
Merge pull request #38 from oleg-andreyev/reduce-dependecies
Browse files Browse the repository at this point in the history
removed redundant dependency on symfony/framework-bundle
  • Loading branch information
Seldaek authored Apr 27, 2020
2 parents bbb3f89 + e717de9 commit 6ff75e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"symfony/dependency-injection": "^3.4 || ^4.2 || ^5.0",
"symfony/http-foundation": "^3.4 || ^4.2 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.2 || ^5.0",
"symfony/framework-bundle": "^3.4 || ^4.2 || ^5.0"
"symfony/routing": "^3.4 || ^4.2 || ^5.0"
},
"require-dev": {
"twig/twig": "^1.40 || ^2.10"
Expand Down

0 comments on commit 6ff75e8

Please sign in to comment.