Skip to content

Commit

Permalink
Composere
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostff authored Oct 16, 2017
1 parent 1b43ee7 commit 79545b5
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions composer.json
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"
]
}
}
}

0 comments on commit 79545b5

Please sign in to comment.