diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..d0be082 --- /dev/null +++ b/composer.json @@ -0,0 +1,29 @@ +{ + "name": "kktsvetkov/wano", + "description": "PHP error messages reporting tool", + "authors": [ + { + "name": "Kaloyan Tsvetkov (KT)", + "email": "kaloyan@kaloyan.info", + "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/" + } + } +}