Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alborq committed Jun 5, 2015
1 parent e427f02 commit d4262c1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "alborq/DataTokenBundle",
"description": "Token système for store data in db",
"homepage": "http://github.com/alborq/DataTokenBundle",
"license": "CeCILL",
"authors": [
{
"name": "Alborq",
"role": "Developper",
"homepage": "http://github.com/alborq"
}
],
"support": {
"irc": "irc://irc.freenode.org/symfony-fr"
},
"require": {
"php": ">=5.3.3",
"symfony/symfony": ">2.0"
},
"autoload": {
"psr-0": { "alborq\\DataTokenBundle": "" }
},

"target-dir": "alborq/DataTokenBundle"
}

0 comments on commit d4262c1

Please sign in to comment.