Skip to content

Commit

Permalink
Improving 'composer.json'.
Browse files Browse the repository at this point in the history
  • Loading branch information
carromeu committed Sep 13, 2016
1 parent b579f97 commit 5e68dbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 31 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
app/backup
app/cache
app/file
app/vendor
box/.vagrant
box/vagrant.log
37 changes: 6 additions & 31 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,18 @@
"name": "titan-framework/instance",
"description": "Basic source and directory structure to create a new instance of Titan Framework.",
"type": "project",
"license": "BSD-3-Clause",
"license": "MIT",
"authors": [
{
"name": "Camilo Carromeu",
"email": "camilo@carromeu.com"
},
{
"name": "Hercules da Costa Sandim",
"email": "herculessandim@gmail.com"
},
{
"name": "Humberto Rafael Henrique Pereira",
"email": "begnini@gmail.com"
},
{
"name": "Marcelo Augusto Santos Turine",
"email": "mturine@gmail.com"
},
{
"name": "Marcio Aparecido Inácio da Silva",
"email": "mapsiva@gmail.com"
},
{
"name": "Maxwell Sampaio dos Santos",
"email": "maxs.santos@gmail.com"
},
{
"name": "Rodrigo Coin Curvo",
"email": "rodrigoccurvo@gmail.com"
},
{
"name": "Vitor Mesaque Alves de Lima",
"email": "vitormesaque@gmail.com"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.3.3"
}
"php": ">=5.2"
},
"config": {
"vendor-dir": "app/vendor"
}
}

0 comments on commit 5e68dbf

Please sign in to comment.