Skip to content

Commit

Permalink
adding presta/sitemap-bundle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil committed Jul 24, 2018
1 parent c3cbd8d commit aa96cbd
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ public function registerBundles()
new \CCMBenchmark\TingBundle\TingBundle(),
new \KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle(),
new AppBundle\AppBundle(),
new \JMS\SerializerBundle\JMSSerializerBundle()
new \JMS\SerializerBundle\JMSSerializerBundle(),
new Presta\SitemapBundle\PrestaSitemapBundle(),
];

if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {
Expand Down
3 changes: 3 additions & 0 deletions app/config/routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@ techletter:
resource: "routing/techletter.yml"
prefix: /techno_watch

presta_sitemap:
resource: "@PrestaSitemapBundle/Resources/config/routing.yml"

global:
resource: "routing/global.yml"
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"erusev/parsedown": "^1.6",
"dms/meetup-api-client": "^2.3",
"google/apiclient": "^2.0",
"robmorgan/phinx": "^0.9.2"
"robmorgan/phinx": "^0.9.2",
"presta/sitemap-bundle": "^1.5"
},
"scripts": {
"post-install-cmd": [
Expand Down
65 changes: 64 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa96cbd

Please sign in to comment.