Skip to content

Commit

Permalink
adding composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaloyan K. Tsvetkov authored and Kaloyan K. Tsvetkov committed Aug 11, 2017
1 parent 0215aa2 commit f0754db
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "kktsvetkov/wano",
"description": "PHP error messages reporting tool",
"authors": [
{
"name": "Kaloyan Tsvetkov (KT)",
"email": "[email protected]",
"homepage": "http://kaloyan.info",
"role": "Developer"
}
],
"license": "LGPL-3.0",
"require": {
"php": ">=5.3.0"
},
"keywords": [
"error_handler",
"error messages",
"strict",
"notice",
"warning"
],
"homepage": "https://github.com/kktsvetkov/Wano",
"autoload": {
"psr-4": {
"Wano\\": "src/"
}
}
}

0 comments on commit f0754db

Please sign in to comment.