Skip to content

Commit 02bddae

Browse files
authored
Merge pull request #5 from Jurj-Bogdan/issue-32
requested changes
2 parents bb128a9 + 298a56a commit 02bddae

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Logging Error Handler for DotKernel
1919

2020
- Add the composer package:
2121

22-
`composer require dotkernel/dot-errorhandler:^3.3`
22+
`composer require dotkernel/dot-errorhandler`
2323

2424
- Add the config provider
2525
- in `config/config.php` add `\Dot\ErrorHandler\ConfigProvider`

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"config": {
2323
"sort-packages": true,
2424
"allow-plugins": {
25-
"dealerdirect/phpcodesniffer-composer-installer": true,
26-
"laminas/laminas-dependency-plugin": false
25+
"dealerdirect/phpcodesniffer-composer-installer": true
2726
}
2827
},
2928
"require": {

docs/book/v3/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

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

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

0 commit comments

Comments
 (0)