Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Replaced jms repo to acasademont fork
Browse files Browse the repository at this point in the history
* Removed some deprecations
  • Loading branch information
mmoreram committed Nov 16, 2015
1 parent 5514f5f commit 7065305
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 185 deletions.
1 change: 0 additions & 1 deletion app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public function registerBundles()
new HWI\Bundle\OAuthBundle\HWIOAuthBundle(),
new Snc\RedisBundle\SncRedisBundle(),
new JMS\I18nRoutingBundle\JMSI18nRoutingBundle(),
new JMS\TranslationBundle\JMSTranslationBundle(),
new Mmoreram\ControllerExtraBundle\ControllerExtraBundle(),
new Mmoreram\CacheFlushBundle\CacheFlushBundle(),
new Mmoreram\HttpHeadersBundle\HttpHeadersBundle(),
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"hwi/oauth-bundle": "0.4.*@dev",
"snc/redis-bundle": "^1.1.9",
"predis/predis": "^1.0.1",
"jms/i18n-routing-bundle": "1.1.1",
"acasademont/i18n-routing-bundle": "2.0.0",

"mmoreram/controller-extra-bundle": "^1.1.11",
"mmoreram/extractor": "^1.1.1",
Expand Down
247 changes: 64 additions & 183 deletions composer.lock

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

1 comment on commit 7065305

@mickaelandrieu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.