Skip to content

Commit 896c2b7

Browse files
authored
Update license link in README.md to version 4.0
1 parent 97ee096 commit 896c2b7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Documentation is available at: https://docs.dotkernel.org/dot-errorhandler/
2121
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-errorhandler/issues)
2222
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-errorhandler/network)
2323
[![GitHub stars](https://img.shields.io/github/stars/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-errorhandler/stargazers)
24-
[![GitHub license](https://img.shields.io/github/license/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-errorhandler/blob/3.0/LICENSE)
24+
[![GitHub license](https://img.shields.io/github/license/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-errorhandler/blob/4.0/LICENSE)
2525

2626
[![Build Static](https://github.com/dotkernel/dot-errorhandler/actions/workflows/continuous-integration.yml/badge.svg?branch=4.0)](https://github.com/dotkernel/dot-errorhandler/actions/workflows/continuous-integration.yml)
2727
[![codecov](https://codecov.io/gh/dotkernel/dot-errorhandler/branch/4.0/graph/badge.svg?token=0KIJARS5RS)](https://codecov.io/gh/dotkernel/dot-errorhandler)
@@ -52,18 +52,16 @@ In `config/autoload/error-handling.global.php`:
5252

5353
use Dot\ErrorHandler\ErrorHandlerInterface;
5454
use Dot\ErrorHandler\LogErrorHandler;
55-
use Dot\ErrorHandler\ErrorHandler;
5655

5756
return [
58-
'dependencies' => [
57+
'dependencies' => [
5958
'aliases' => [
6059
ErrorHandlerInterface::class => LogErrorHandler::class,
61-
]
62-
60+
],
6361
],
6462
'dot-errorhandler' => [
6563
'loggerEnabled' => true,
66-
'logger' => 'dot-log.default_logger'
64+
'logger' => 'dot-log.default_logger',
6765
]
6866
];
6967
```

0 commit comments

Comments
 (0)