Skip to content

Commit

Permalink
composer settings
Browse files Browse the repository at this point in the history
  • Loading branch information
xphere committed Dec 16, 2015
1 parent 60ad286 commit bc0b392
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "shopery/error-bundle",
"description": "Manage what exceptions you throw and convert them to HttpException ones",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Berny Cantos",
"email": "be@rny.cc"
}
],
"autoload": {
"psr-4": {
"Shopery\\Bundle\\ErrorBundle\\": "."
}
},
"require": {
"symfony/config": ">=2.3",
"symfony/dependency-injection": ">=2.3",
"symfony/http-foundation": ">=2.3",
"symfony/http-kernel": ">=2.3"
}
}

0 comments on commit bc0b392

Please sign in to comment.