Skip to content

Commit

Permalink
move zendframework/zend-escaper from require to suggest at Zend\Debug
Browse files Browse the repository at this point in the history
because only called when we use setEscaper(new \Zend\Escaper\Escaper())
  • Loading branch information
samsonasik committed Oct 21, 2013
1 parent b46e719 commit 855cffa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/Zend/Debug/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
},
"target-dir": "Zend/Debug",
"require": {
"php": ">=5.3.3",
"zendframework/zend-escaper": "self.version"
"php": ">=5.3.3"
},
"suggest": {
"ext/xdebug": "XDebug, for better backtrace output"
"ext/xdebug": "XDebug, for better backtrace output",
"zendframework/zend-escaper": "To support escaped output"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 855cffa

Please sign in to comment.