diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..ff31c15 --- /dev/null +++ b/composer.json @@ -0,0 +1,26 @@ +{ + "name": "evilfirefox/hyy", + "type": "library", + "description": "", + "keywords": [], + "homepage": "", + "authors": [ + { + "name": "Dan A. Haman", + "email": "vague.software@gmail.com" + } + ], + "minimum-stability": "stable", + "autoload": { + "psr-4": { + "Vague\\Hyy\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "Vague\\Hyy\\Tests\\": "tests/" + } + }, + "scripts": { + } +} \ No newline at end of file