diff --git a/README.md b/README.md index 976f613..0acb0ea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Log4php (joaomfrebelo) +# Log4php (viridem) This project is a fork of Apache log4php, to make it compatible with php version 8.0 and above. diff --git a/composer.json b/composer.json index e20a1d2..2d8fc42 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "joaomfrebelo/log4php", + "name": "viridem/log4php", "description": "A versatile logging framework for PHP. Forked from apache/log4php", "keywords": [ "log", @@ -10,9 +10,9 @@ "type": "library", "license": "Apache-2.0", "support": { - "issues": "https://github.com/joaomfrebelo/log4php/issues", - "source": "https://github.com/joaomfrebelo/log4php", - "email": "joaomfrebelo@gmail.com" + "issues": "https://github.com/viridem-team/log4php/issues", + "source": "https://github.com/viridem-team/log4php", + "email": "github@viridem.ca" }, "autoload": { "classmap": [ @@ -23,7 +23,7 @@ "php": "8.0.* || 8.1.* || 8.2.* || 8.3.*", "ext-libxml": "*", "ext-simplexml": "*", - "mongodb/mongodb": "^1.15.0", + "mongodb/mongodb": "^2.0.0", "ext-mongodb": "*", "ext-pdo": "*" },