forked from dotkernel/dot-log
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jurj-Bogdan <[email protected]>
- Loading branch information
1 parent
e54eedf
commit 22401c7
Showing
9 changed files
with
28 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"ignore_php_platform_requirements": { | ||
"8.4": true | ||
}, | ||
"backwardCompatibilityCheck": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "dotkernel/dot-log", | ||
"type": "library", | ||
"description": "DotKernel log component extending and customizing laminas-log", | ||
"description": "Dotkernel log component extending and customizing laminas-log", | ||
"license": "MIT", | ||
"homepage": "https://github.com/dotkernel/dot-log", | ||
"keywords": [ | ||
|
@@ -14,18 +14,18 @@ | |
], | ||
"authors": [ | ||
{ | ||
"name": "DotKernel Team", | ||
"name": "Dotkernel Team", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0", | ||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", | ||
"laminas/laminas-servicemanager": "^3.22", | ||
"laminas/laminas-validator": "^2.64" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^10.2", | ||
"laminas/laminas-coding-standard": "^2.5", | ||
"laminas/laminas-coding-standard": "^3.0.1", | ||
"vimeo/psalm": "^5.13" | ||
}, | ||
"autoload": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Overview | ||
|
||
Robust, composite logger with filtering, formatting, and PSR-3 support. | ||
|
||
> dot-log is a wrapper on top of [laminas-log](https://github.com/laminas/laminas-log) | ||
> | ||
> ![OSS Lifecycle](https://img.shields.io/osslifecycle/laminas/laminas-log) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Overview | ||
|
||
Robust, composite logger with filtering, formatting, and PSR-3 support. | ||
|
||
> dot-log is a wrapper on top of [laminas-log](https://github.com/laminas/laminas-log) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters