Fixtures Loader Symfony Bundle
git clone -b dev git@github.com:bayardev/fixtures-loader-bundle.git
cd fixtures-loader-bundle/composer installAdd theses lines to your composer.json :
// filename : composer.json
//...
"repositories": [
{
"type": "vcs",
"url": "git@github.com:bayardev/fixtures-loader-bundle.git"
}
],
"require": {
//...
"bayardev/fixtures-loader-bundle": "dev-master"
},
//...