Skip to content

Commit

Permalink
install ladybugbundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mgallego committed Jan 24, 2013
1 parent 4acfd14 commit 4abdadf
Show file tree
Hide file tree
Showing 4 changed files with 285 additions and 184 deletions.
1 change: 1 addition & 0 deletions app/AppKernel.php
Expand Up @@ -27,6 +27,7 @@ public function registerBundles()
new Liip\FunctionalTestBundle\LiipFunctionalTestBundle(),
new Ideup\SimplePaginatorBundle\IdeupSimplePaginatorBundle(),
new Ornicar\GravatarBundle\OrnicarGravatarBundle(),
new RaulFraile\Bundle\LadybugBundle\RaulFraileLadybugBundle(),
new SFM\DucksboardBundle\SFMDucksboardBundle(),
);

Expand Down
6 changes: 3 additions & 3 deletions app/bootstrap.php.cache
Expand Up @@ -509,11 +509,11 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $classes;
protected $errorReportingLevel;

const VERSION = '2.1.7-DEV';
const VERSION_ID = '20107';
const VERSION = '2.1.8-DEV';
const VERSION_ID = '20108';
const MAJOR_VERSION = '2';
const MINOR_VERSION = '1';
const RELEASE_VERSION = '7';
const RELEASE_VERSION = '8';
const EXTRA_VERSION = 'DEV';


Expand Down
13 changes: 8 additions & 5 deletions composer.json
Expand Up @@ -5,14 +5,16 @@
"psr-0": { "": "src/" }
},
"require": {
"php": ">=5.4",
"php": ">=5.4.6",
"ext-intl": "*",
"ext-apc": "*",
"symfony/symfony": "2.1.*",
"doctrine/orm": "2.2.*",
"doctrine/doctrine-bundle": "dev-master",
"twig/extensions": "dev-master",
"doctrine/orm": "2.3.*",
"doctrine/doctrine-bundle": "v1.0.0",
"twig/extensions": "1.0.x-dev",
"symfony/assetic-bundle": "2.1.x-dev",
"symfony/swiftmailer-bundle": "2.1.x-dev",
"symfony/monolog-bundle": "2.1.x-dev",
"symfony/monolog-bundle": "2.1.7",
"sensio/distribution-bundle": "2.1.x-dev",
"sensio/framework-extra-bundle": "2.1.x-dev",
"sensio/generator-bundle": "2.1.x-dev",
Expand All @@ -25,6 +27,7 @@
"liip/functional-test-bundle": "dev-master",
"ideup/simple-paginator-bundle": "dev-master",
"ornicar/gravatar-bundle": "dev-master",
"raulfraile/ladybug-bundle": "dev-master",
"sfm/ducksboard-bundle": "dev-master"
},
"scripts": {
Expand Down

0 comments on commit 4abdadf

Please sign in to comment.