1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-24 17:29:50 +01:00

Merge pull request #65 from Seldaek/patch-1

Add branch-alias to the master branch
This commit is contained in:
Francois Zaninotto 2012-10-28 10:24:12 -07:00
commit cdd97657c0

View File

@ -15,5 +15,10 @@
},
"autoload": {
"psr-0": { "Faker": "src/" }
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}