mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
add doctrine/doctrine-fixtures-bundle in bundle depedencies
This commit is contained in:
parent
7f5e464218
commit
ff3479983e
@ -15,7 +15,8 @@ class AppKernel extends Kernel
|
|||||||
new \Symfony\Bundle\AsseticBundle\AsseticBundle(),
|
new \Symfony\Bundle\AsseticBundle\AsseticBundle(),
|
||||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||||
new Chill\PersonBundle\ChillPersonBundle(),
|
new Chill\PersonBundle\ChillPersonBundle(),
|
||||||
new Chill\MainBundle\ChillMainBundle()
|
new Chill\MainBundle\ChillMainBundle(),
|
||||||
|
new \Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle,
|
||||||
#add here all the required bundle (some bundle are not required)
|
#add here all the required bundle (some bundle are not required)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -28,11 +28,11 @@
|
|||||||
"doctrine/common": "2.4.*@dev",
|
"doctrine/common": "2.4.*@dev",
|
||||||
"doctrine/doctrine-bundle": "~1.2@dev",
|
"doctrine/doctrine-bundle": "~1.2@dev",
|
||||||
"chill-project/main": "*@dev",
|
"chill-project/main": "*@dev",
|
||||||
"chill-project/custom-fields": "*@dev"
|
"chill-project/custom-fields": "*@dev",
|
||||||
|
"doctrine/doctrine-fixtures-bundle": "~2.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"symfony/dom-crawler": "2.5",
|
"symfony/dom-crawler": "2.5",
|
||||||
"doctrine/doctrine-fixtures-bundle": "~2.2",
|
|
||||||
"symfony/security": "~2.5"
|
"symfony/security": "~2.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user