Skip to content

Commit

Permalink
Added the composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jan 15, 2015
1 parent db29352 commit 26237f3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "javiereguiluz/easyadmin-bundle",
"type": "symfony-bundle",
"description": "Admin generator for Symfony applications",
"keywords": ["backend", "admin", "generator"],
"homepage": "https://github.com/javiereguiluz/EasyAdminBundle",
"license": "MIT",
"authors": [
{
"name": "Javier Eguiluz",
"email": "[email protected]"
}
],
"require": {
"php" : ">=5.3.0",
"doctrine/orm" : "~2.3",
"pagerfanta/pagerfanta" : "~1.0"
},
"autoload": {
"psr-4": { "JavierEguiluz\\Bundle\\EasyAdminBundle\\": "" }
}
}

0 comments on commit 26237f3

Please sign in to comment.