-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from dotkernel/issue-44
Issue #44: Added support for `laminas/laminas-servicemanager:4.x`
- Loading branch information
Showing
16 changed files
with
161 additions
and
104 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", | ||
"laminas/laminas-servicemanager": "^3.22", | ||
"laminas/laminas-validator": "^2.64" | ||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", | ||
"laminas/laminas-servicemanager": "^4.0", | ||
"laminas/laminas-validator": "^3.0" | ||
}, | ||
"require-dev": { | ||
"laminas/laminas-coding-standard": "^3.0", | ||
"phpunit/phpunit": "^10.2", | ||
"laminas/laminas-coding-standard": "^2.5", | ||
"vimeo/psalm": "^5.13" | ||
}, | ||
"autoload": { | ||
|
@@ -48,7 +48,8 @@ | |
"scripts": { | ||
"check": [ | ||
"@cs-check", | ||
"@test" | ||
"@test", | ||
"@static-analysis" | ||
], | ||
"cs-check": "phpcs", | ||
"cs-fix": "phpcbf", | ||
|
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,3 @@ | ||
# Overview | ||
|
||
> 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
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
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
Oops, something went wrong.