Skip to content

Commit

Permalink
Merge pull request #5 from bendavies/composer-suggest
Browse files Browse the repository at this point in the history
add zend framework to suggests
  • Loading branch information
craigmarvelley committed Feb 15, 2013
2 parents eb05d2f + a0d7ce5 commit 54a0b6e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
],
"require": {
"php": ">=5.3.0",
"ext-fileinfo": "*",
"zendframework/zendframework1": "1.12.*"
"ext-fileinfo": "*"
},
"suggest": {
"zendframework/zendframework1": "Allows use of advanced Audio and Video plugins"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 54a0b6e

Please sign in to comment.