Skip to content

Commit 5ab8a7f

Browse files
committed
fix composer.json
1 parent f4bd46d commit 5ab8a7f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "paulloft/dumphper",
3-
"description": "Makes handling and debugging PHP errors suck less.",
4-
"keywords": ["error", "exception", "error handler", "exception handler", "fatal", "debug", "debugger"],
3+
"description": "DumPHPer is an advanced PHP variable dumper, that shows detailed info in a simple way..",
4+
"keywords": ["dump", "dumper", "dumphper", "debug", "debugger"],
55
"license": "MIT",
66
"require": {
7-
"php": ">=5.3.0",
7+
"php": ">=5.3.0"
88
},
99
"autoload": {
1010
"psr-4": {

0 commit comments

Comments
 (0)