aiwass/composer.json

29 lines
693 B
JSON

{
"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",
"flashwave/index": "^0.2410"
},
"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"
}
}
}