Skip to content

Commit d5f8a8c

Browse files
committed
- Exclude tests folder from autoloader classmap
- Fixed badge url
1 parent ea905f1 commit d5f8a8c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
"autoload": {
1919
"psr-4": {
2020
"Koded\\Logging\\": ""
21-
}
21+
},
22+
"exclude-from-classmap": [
23+
"/Tests/"
24+
]
2225
},
2326
"require-dev": {
2427
"phpunit/phpunit": "*",

0 commit comments

Comments
 (0)