Skip to content

Commit

Permalink
Update composer definition for Log component
Browse files Browse the repository at this point in the history
  • Loading branch information
b-durand committed Jul 8, 2012
1 parent 402074c commit eb8a93d
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 @@ -3,17 +3,21 @@
"license": "BSD-3-Clause",
"keywords": [
"zf2",
"log"
"log",
"logging"
],
"autoload": {
"psr-0": {
"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 eb8a93d

Please sign in to comment.