Skip to content

Commit

Permalink
Make routing optional
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed May 29, 2020
1 parent 2f3555a commit 444e17d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
"symfony/expression-language": "^4.4 || ^5.0",
"symfony/framework-bundle": "^4.4 || ^5.0",
"symfony/http-foundation": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.0",
"symfony/routing": "^4.4 || ^5.0"
"symfony/http-kernel": "^4.4 || ^5.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.3",
"ergebnis/composer-normalize": "^2.0.1",
"nyholm/psr7": "^1.0",
"symfony/browser-kit": "^4.4 || ^5.0",
"symfony/routing": "^4.4 || ^5.0",
"symfony/http-client": "^4.4 || ^5.0",
"symfony/twig-bridge": "^4.4 || ^5.0",
"symfony/twig-bundle": "^4.4 || ^5.0",
"symfony/twig-bundle": "^4.4 || ^5.0",,
"twig/twig": "^2.4 || ^3.0"
},
"suggest": {
Expand Down

0 comments on commit 444e17d

Please sign in to comment.