Files
hyy/composer.json

30 lines
494 B
JSON
Raw Normal View History

2020-11-28 01:34:57 +02:00
{
"name": "evilfirefox/hyy",
"type": "library",
"description": "",
"keywords": [],
2020-11-28 01:54:00 +02:00
"homepage": "https://vague.tech",
2020-11-28 01:34:57 +02:00
"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": {
2020-11-28 01:54:00 +02:00
},
"require-dev": {
"phpunit/phpunit": "^9.4"
2020-11-28 01:34:57 +02:00
}
2020-11-28 01:54:00 +02:00
}