Skip to content

Commit

Permalink
Prepare 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Feb 19, 2014
1 parent 2694068 commit fac5bed
Showing 1 changed file with 23 additions and 18 deletions.
41 changes: 23 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
"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": "[email protected]"
}
],
"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"
}

0 comments on commit fac5bed

Please sign in to comment.