noresources / log
PSR-3 logger interface utility
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/noresources/log
Requires
- php: >= 8.0
- psr/log: ^3.0
Requires (Dev)
- ext-mbstring: *
- phpunit/phpunit: >= 5.0
Conflicts
- noresources/core: <4.0
README
PSR-3 Logger interface - Utilities
Installation
For PHP <8
composer require noresources/log ^2.0
For PHP >=8
composer require noresources/log ^3.0
These versions conflicts with noresources/core <4.0.
noresources/log version 1.x is a dummy package that
can be used with noresources/core <4.0.
To obtain maximum compatibility across PHP versions, usa the following rulese:
composer.json
"require" : { "noresources/core": "^3.0 || ^4.0", "noresources/log": "<4.0" }