Skip to content

Commit

Permalink
Merge pull request #5 from Jurj-Bogdan/issue-32
Browse files Browse the repository at this point in the history
requested changes
  • Loading branch information
Jurj-Bogdan committed Apr 10, 2024
2 parents bb128a9 + 298a56a commit 02bddae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Logging Error Handler for DotKernel

- Add the composer package:

`composer require dotkernel/dot-errorhandler:^3.3`
`composer require dotkernel/dot-errorhandler`

- Add the config provider
- in `config/config.php` add `\Dot\ErrorHandler\ConfigProvider`
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"laminas/laminas-dependency-plugin": false
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
Expand Down
2 changes: 1 addition & 1 deletion docs/book/v3/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Install `dotkernel/dot-errorhandler` by executing the following Composer command:

composer require dotkernel/dot-errorhandler:^3.3
composer require dotkernel/dot-errorhandler

0 comments on commit 02bddae

Please sign in to comment.