Skip to content

Commit

Permalink
added knp-console-autocomplete-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
stfalcon committed Feb 22, 2012
1 parent 59dce61 commit f36c917
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions app/AppKernel.php
Expand Up @@ -5,6 +5,12 @@

class AppKernel extends Kernel
{

/**
* Register bundles
*
* @return array
*/
public function registerBundles()
{
$bundles = array(
Expand All @@ -17,6 +23,7 @@ public function registerBundles()
new Symfony\Bundle\AsseticBundle\AsseticBundle(),
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
new JMS\SecurityExtraBundle\JMSSecurityExtraBundle(),
new Knp\Bundle\ConsoleAutocompleteBundle\KnpConsoleAutocompleteBundle(),
);

if (in_array($this->getEnvironment(), array('dev', 'test'))) {
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Expand Up @@ -9,7 +9,9 @@
"sensio/generator-bundle": "2.0.*",
"sensio/framework-extra-bundle": "2.0.*",
"sensio/distribution-bundle": "2.0.*",
"jms/security-extra-bundle": "1.0.*"
"jms/security-extra-bundle": "1.0.*",

"knplabs/knp-console-autocomplete-bundle": "dev-master"
},

"autoload": {
Expand Down
1 change: 1 addition & 0 deletions console

0 comments on commit f36c917

Please sign in to comment.