mothership-ec / cog

Cog
Other
2 stars 3 forks source link

Include zend-escaper in composer.json #442

Closed thomasjthomasj closed 9 years ago

thomasjthomasj commented 9 years ago

Calling de() or d() breaks when you don't have xDebug installed as Zend Debug relies on Zend Escaper. This adds it to the composer.json file

To test, disable xDebug, and add the following to your project's composer.json file:

"mothership-ec/cog"                : "dev-feature/include-zend-escaper as 4.3.0",
"zendframework/zend-debug"         : "~2.4",
"zendframework/zend-escaper"       : "~2.4",