Skip to content

Commit

Permalink
Use routes for mapping urls to controllers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwage committed Oct 15, 2018
1 parent d09296b commit 2c3cb26
Show file tree
Hide file tree
Showing 369 changed files with 1,442 additions and 1,440 deletions.
6 changes: 5 additions & 1 deletion composer.json
Expand Up @@ -26,7 +26,9 @@
"symfony/dependency-injection": "^4.1",
"symfony/filesystem": "^4.1",
"symfony/finder": "^4.1",
"symfony/http-kernel": "^4.1",
"symfony/process": "^4.1",
"symfony/routing": "^4.1",
"symfony/yaml": "^4.1",
"twig/twig": "^2.5"
},
Expand All @@ -52,5 +54,7 @@
"psr-4": {
"Doctrine\\Website\\Tests\\": "tests/"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 2c3cb26

Please sign in to comment.