contributte / logging

:boom: Universal logging support to Tracy / Nette Framework (@nette)
https://contributte.org/packages/contributte/logging.html
MIT License
20 stars 18 forks source link

Support for PHP 7.4 #34

Closed zraly closed 4 years ago

zraly commented 4 years ago

It looks like "sentry/sentry": "^1.0" is not compatible with PHP 7.4. Sentry has been upgraded to sentry/sdk package, which does not use Raven, so it doesn't work with Logging Sentry connector. I wasn't able to find any version combination to run this on PHP 7.4 :(

Can you help?

josefsabl commented 4 years ago

Rough implementation in my PR. Not tested too much :-)

To install, add this to your composer.json.

{
    "repositories": [
      {
        "type": "git",
        "url": "https://github.com/josefsabl/contributte-logging.git"
      }
    ],
    "require": {
      "contributte/logging": "dev-master#2a8891c7c2ac2c4504cb1a4a26dacf84ce80646c",
    }
}