kutny / tracy-bundle

Tracy PHP debugger bundle for Symfony framework
MIT License
28 stars 5 forks source link

Method renamed in Tracy 2.3 #7

Closed insekticid closed 9 years ago

insekticid commented 9 years ago

now Debugger::exceptionHandler before Debugger::_exceptionHandler

https://github.com/nette/tracy/blob/master/src/Tracy/Debugger.php#L218

kutny commented 9 years ago

Thank you. I guess that it's also necessary to update composer.json:

tracy/tracy: 2.2.* -> tracy/tracy: 2.3.*

Would you change it too, please?

insekticid commented 9 years ago

Changed