+ composer added

This commit is contained in:
2020-11-28 01:34:57 +02:00
parent 6cb0232ed0
commit f43dac8374

26
composer.json Normal file
View File

@@ -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": {
}
}