nella / monolog-tracy

Tracy BlueScreen handler for Monolog
Other
7 stars 6 forks source link

upgrade tracy to 2.5 #9

Closed soukicz closed 5 years ago

soukicz commented 5 years ago

There is BC break, but that methods were not working anyway.

Closes #8

soukicz commented 5 years ago

Tested on production :)

mhujer commented 5 years ago

@soukicz Merged and released as 2.0.3. Thanks!

btw. I discovered that it is possible to install it for testing to existing project without changing the bundle package:

https://getcomposer.org/doc/articles/aliases.md#require-inline-alias

    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/soukicz/monolog-tracy"
        }
    ],
        "require": {
                ...
        "nella/monolog-tracy": "dev-master as 2.0.2",
                ...
        }