Skip to content

Commit

Permalink
Merge branch 'hotfix/log-composer-def' of https://github.com/b-durand…
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jul 11, 2012
2 parents e04a555 + eb8a93d commit 816c47f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions library/Zend/Log/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"license": "BSD-3-Clause",
"keywords": [
"zf2",
"log"
"log",
"logging"
],
"autoload": {
"psr-0": {
Expand All @@ -13,9 +14,12 @@
},
"target-dir": "Zend/Log",
"require": {
"php": ">=5.3.3"
"php": ">=5.3.3",
"zendframework/zend-stdlib": "self.version"
},
"suggest": {
"zendframework/zend-mail": "Zend\\Mail component"
"zendframework/zend-db": "Zend\\Db component",
"zendframework/zend-mail": "Zend\\Mail component",
"zendframework/zend-validator": "Zend\\Validator component"
}
}
}

0 comments on commit 816c47f

Please sign in to comment.