aiwass/composer.json

30 lines
693 B
JSON
Raw Normal View History

2024-08-13 00:54:50 +00:00
{
"name": "flashwave/aiwass",
"description": "Shared HTTP RPC client/server library.",
"type": "library",
"homepage": "https://railgun.sh/aiwass",
"license": "bsd-3-clause-clear",
"require": {
"php": ">=8.3",
"ext-msgpack": ">=2.2",
2024-10-05 00:04:26 +00:00
"flashwave/index": "^0.2410"
2024-08-13 00:54:50 +00:00
},
"require-dev": {
"phpunit/phpunit": "^11.2",
"phpstan/phpstan": "^1.11"
},
"authors": [
{
"name": "flashwave",
"email": "packagist@flash.moe",
"homepage": "https://flash.moe",
"role": "mom"
}
],
"autoload": {
"psr-4": {
"Aiwass\\": "src"
}
}
}