Skip to content

Commit

Permalink
Merge pull request #7 from mamuz/master
Browse files Browse the repository at this point in the history
reduce composer dependencies to needed zf2 modules
  • Loading branch information
maglnet committed Jul 27, 2015
2 parents 7fd1bc5 + 5c1068f commit a8356de
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,18 @@
"ext-curl": "*",
"michelf/php-markdown": "~1.4",
"erusev/parsedown-extra": "~0.2",
"zendframework/zendframework": "~2.0",
"league/commonmark" : "~0.5"
"zendframework/zend-stdlib": "~2.0",
"zendframework/zend-http": "~2.0",
"zendframework/zend-mvc": "~2.0",
"zendframework/zend-eventmanager": "~2.0",
"zendframework/zend-modulemanager": "~2.0",
"zendframework/zend-loader": "~2.0",
"zendframework/zend-view": "~2.0",
"zendframework/zend-cache": "~2.0",
"league/commonmark": "~0.5"
},
"require-dev": {
"zendframework/zendframework": "~2.0",
"phpunit/phpunit": "~4.1"
},
"autoload": {
Expand Down

0 comments on commit a8356de

Please sign in to comment.