Skip to content

Commit

Permalink
get rid of the distributionbundle
Browse files Browse the repository at this point in the history
  • Loading branch information
igorw committed Nov 3, 2011
1 parent 091685f commit cae4ebf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions app/AppKernel.php
Expand Up @@ -22,12 +22,11 @@ public function registerBundles()
new JMS\SecurityExtraBundle\JMSSecurityExtraBundle(),
new FOS\UserBundle\FOSUserBundle(),
new Packagist\WebBundle\PackagistWebBundle(),
new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(),
new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(),
);

if (in_array($this->getEnvironment(), array('dev', 'test'))) {
$bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
$bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
$bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();
}

Expand Down
5 changes: 0 additions & 5 deletions deps
Expand Up @@ -50,11 +50,6 @@
target=/bundles/JMS/SecurityExtraBundle
version=origin/1.0.x

[SensioDistributionBundle]
git=http://github.com/sensio/SensioDistributionBundle.git
target=/bundles/Sensio/Bundle/DistributionBundle
version=origin/1.0

[SensioGeneratorBundle]
git=http://github.com/sensio/SensioGeneratorBundle.git
target=/bundles/Sensio/Bundle/GeneratorBundle
Expand Down
1 change: 0 additions & 1 deletion deps.lock
Expand Up @@ -11,7 +11,6 @@ metadata 8717ad2a5689480765d9ffafe925cd8a2457e582
composer 066a0db7521f39cd15c30bc328526a584e85e4da
SensioFrameworkExtraBundle b6565d32d71325be1f56943a8758b18f5999de8c
JMSSecurityExtraBundle b8b7eb294ed83d83ca7260ac018e701f08003538
SensioDistributionBundle 2082cb99d408fd89243059c6eff866347ec00bbe
SensioGeneratorBundle 2016dd4752ec52990b3fb304d68422eab3b1e8e0
AsseticBundle 41b5913b5086a0909af92adcb4a6005ee0051b16
FOSUserBundle 67300def4b2628512197c1fe05cd25727c309e20
Expand Down

0 comments on commit cae4ebf

Please sign in to comment.