-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,19 @@ | ||
{ | ||
"name": "ghostff/dump7", | ||
"description": "A pretty version of php var_dump. This class displays structured information about one or more expressions that includes its type and value.", | ||
"type": "library", | ||
"keywords" : ["debuger", "var_dump", "data_dump"], | ||
"license": "BSD", | ||
"authors": [ | ||
{ | ||
"name": "Chrys Ugwu", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"name": "ghostff/dump7", | ||
"description": "A pretty version of php var_dump. This class displays structured information about one or more expressions that includes its type and value.", | ||
"type": "library", | ||
"keywords": ["debuger", "var_dump", "data_dump"], | ||
"license": "BSD", | ||
"authors": [{ | ||
"name": "Chrys Ugwu", | ||
"email": "[email protected]" | ||
}], | ||
"require": { | ||
"php": ">=7.0" | ||
}, | ||
"autoload": { | ||
"classmap": [ | ||
"src/Dump.php" | ||
"src/Dump.php" | ||
] | ||
} | ||
} | ||
} |