Skip to content

Commit

Permalink
Merge pull request #449 from symfony-cmf/use-released-routing
Browse files Browse the repository at this point in the history
use released routing component
  • Loading branch information
dbu authored Apr 28, 2020
2 parents e7e6eb3 + fc09937 commit 6d5c6fe
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 @@ -16,7 +16,7 @@
],
"require": {
"php": "^7.2",
"symfony-cmf/routing": "dev-master",
"symfony-cmf/routing": "^2.3.0",
"symfony/framework-bundle": "^4.4 || ^5.0",
"twig/twig": "^2.4.4 || ^3.0"
},
Expand All @@ -27,7 +27,7 @@
"matthiasnoback/symfony-dependency-injection-test": "^4.1.0",
"matthiasnoback/symfony-config-test": "^4.1.0",
"doctrine/orm": "^2.5",
"symfony-cmf/testing": "dev-master",
"symfony-cmf/testing": "^3.2",
"doctrine/data-fixtures": "^1.0.0",
"symfony/form": "^4.4 || ^5.0",
"symfony/translation": "^4.4 || ^5.0",
Expand Down

0 comments on commit 6d5c6fe

Please sign in to comment.