Skip to content

Commit

Permalink
Added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom32i committed Feb 17, 2015
1 parent 08e7643 commit 6fa05ed
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "elao/json-http-form-bundle",
"type": "symfony-bundle",
"description": "Adds support of JSON POST requests for Forms",
"keywords": ["json", "post", "api", "rest", "form"],
"homepage": "https://github.com/Elao/ElaoJsonHttpFormBundle.git",
"license": "MIT",
"authors": [
{
"name": "Thomas Jarrand",
"homepage": "https://github.com/Tom32i"
}
],
"require": {
"symfony/framework-bundle": "~2.5",
"symfony/form": "~2.5",
},
"autoload": {
"psr-4": {
"Elao\\Bundle\\JsonHttpFormBundle\\": "."
}
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}

0 comments on commit 6fa05ed

Please sign in to comment.