Skip to content

Commit

Permalink
Adicionando o composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpacheco committed Nov 8, 2012
1 parent 2a378e5 commit 9abf7ea
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
@@ -0,0 +1,18 @@
{
"name": "jrbasso/cake_ptbr",
"type": "cakephp-plugin",
"description": "Repositório com arquivos para deixar seu Cake falando português.",
"homepage": "http://github.com/jrbasso/cake_ptbr",
"license": "MIT",
"authors": [
{
"name": "Juan Basso",
"email": "jrbasso@gmail.com",
"homepage": "http://blog.cakephp-brasil.org"
}
],
"require": {
"php": ">=5.3.0",
"composer/installers": "*"
}
}

0 comments on commit 9abf7ea

Please sign in to comment.