Skip to content

Commit

Permalink
Removidor o Repository e o Version.
Browse files Browse the repository at this point in the history
Repositories só é necessário se for algo diferente do Github.
Version pode ser gerado a partir da tag. Cada tag gera automáticamente uma versão no composer. Nesse caso basta rodar um:
git tag 0.1.0alpha
git push --tags
  • Loading branch information
Alexandre Eher committed Apr 27, 2012
1 parent e67b0b6 commit 0264326
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions composer.json
@@ -1,16 +1,8 @@
{
"name": "Respect/Http",
"version": "0.1.0alpha",
"type": "library",
"description": "A gentle HTTP client",
"homepage": "http://github.com/Respect/Http",
"repositories": {
"repository": {
"vcs": {
"url": "http://github.com/Respect/Http"
}
}
},
"license": "BSD Style",
"authors": [
{
Expand Down

0 comments on commit 0264326

Please sign in to comment.