diff --git a/composer.json b/composer.json index 31e4866..5fdb251 100644 --- a/composer.json +++ b/composer.json @@ -1,21 +1,26 @@ { - "name": "willdurand/faker-bundle", - "description": "Put the awesome Faker lib into the DIC and populate your database with fake data.", - "keywords": ["faker", "fixtures", "data"], - "type": "symfony-bundle", - "license": "MIT", - "authors": [ - { - "name": "William Durand", - "email": "william.durand1@gmail.com" + "name": "willdurand/faker-bundle", + "description": "Put the awesome Faker lib into the DIC and populate your database with fake data.", + "keywords": ["faker", "fixtures", "data"], + "type": "symfony-bundle", + "license": "MIT", + "authors": [ + { + "name": "William Durand", + "email": "william.durand1@gmail.com" + } + ], + "require": { + "symfony/framework-bundle": "~2.0", + "fzaninotto/faker": "~1.3" + }, + "autoload": { + "psr-0": { "Bazinga\\Bundle\\FakerBundle": "" } + }, + "target-dir": "Bazinga/Bundle/FakerBundle", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } } - ], - "require": { - "symfony/framework-bundle": "~2.0", - "fzaninotto/faker": "~1.3" - }, - "autoload": { - "psr-0": { "Bazinga\\Bundle\\FakerBundle": "" } - }, - "target-dir": "Bazinga/Bundle/FakerBundle" }