Skip to content

Commit

Permalink
add zend framework to suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
bendavies committed Feb 6, 2013
1 parent ade19c7 commit a0d7ce5
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"
},
"autoload": {
"psr-0": { "BoxUK\\Describr": "lib/" }
Expand Down

0 comments on commit a0d7ce5

Please sign in to comment.