Skip to content

Commit

Permalink
Merge pull request zendframework#2009 from wdalmut/master
Browse files Browse the repository at this point in the history
Added missing requires Zend\Cache composer
  • Loading branch information
weierophinney committed Jul 26, 2012
2 parents 728b43e + 3432df5 commit e5dc80a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion library/Zend/Cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"target-dir": "Zend/Cache",
"require": {
"php": ">=5.3.3",
"zendframework/zend-stdlib": "self.version"
"zendframework/zend-stdlib": "self.version",
"zendframework/zend-servicemanager": "self.version",
"zendframework/zend-eventmanager": "self.version"
},
"suggest": {
"zendframework/zend-log": "Zend\\Log component"
Expand Down

0 comments on commit e5dc80a

Please sign in to comment.