mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-03 23:46:12 +00:00
Add Doctrine fixtures bundle
This commit is contained in:
parent
1997f6e5b1
commit
af8b3da5e2
@ -2,6 +2,7 @@
|
||||
|
||||
use Symfony\Component\HttpKernel\Kernel;
|
||||
use Symfony\Component\Config\Loader\LoaderInterface;
|
||||
use Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle;
|
||||
|
||||
class AppKernel extends Kernel
|
||||
{
|
||||
@ -17,6 +18,7 @@ class AppKernel extends Kernel
|
||||
new Chill\PersonBundle\ChillPersonBundle(),
|
||||
new \Symfony\Bundle\AsseticBundle\AsseticBundle(),
|
||||
new Symfony\Bundle\SecurityBundle\SecurityBundle(),
|
||||
new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle()
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -33,6 +33,7 @@
|
||||
"require-dev": {
|
||||
"chill-project/main": "dev-master@dev",
|
||||
"chill-project/custom-fields": "dev-master@dev",
|
||||
"chill-project/person": "dev-master@dev"
|
||||
"chill-project/person": "dev-master@dev",
|
||||
"doctrine/doctrine-fixtures-bundle": "~2.2"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user