File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ can be set separately and process messages based on the log level.
88[ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%207.0-8892BF.svg )] ( https://php.net/ )
99[ ![ Build Status] ( https://travis-ci.org/kodedphp/logging.svg?branch=master )] ( https://travis-ci.org/kodedphp/logging )
1010[ ![ Coverage Status] ( https://coveralls.io/repos/github/kodedphp/logging/badge.svg?branch=master )] ( https://coveralls.io/github/kodedphp/logging?branch=master )
11- [ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/kodedphp /logging.svg )] ( https://packagist.org/packages/koded/logging )
11+ [ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/koded /logging.svg )] ( https://packagist.org/packages/koded/logging )
1212[ ![ Software license] ( https://img.shields.io/badge/License-BSD%203--Clause-blue.svg )] ( LICENSE )
1313
1414
Original file line number Diff line number Diff line change 1818 "autoload" : {
1919 "psr-4" : {
2020 "Koded\\ Logging\\ " : " "
21- }
21+ },
22+ "exclude-from-classmap" : [
23+ " /Tests/"
24+ ]
2225 },
2326 "require-dev" : {
2427 "phpunit/phpunit" : " *" ,
You can’t perform that action at this time.
0 commit comments