Skip to content

Commit

Permalink
required modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Stosic committed Mar 22, 2013
1 parent da13f65 commit 66256d3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "zendframework/skeleton-application",
"description": "Skeleton Application for ZF2",
"license": "BSD-3-Clause",
"keywords": [
"framework",
"zf2"
],
"homepage": "http://framework.zend.com/",
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": ">2.1.3",
"doctrine/doctrine-orm-module": "0.7.*"
}
}

0 comments on commit 66256d3

Please sign in to comment.