You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
463 B

{
"name": "blobt/airpc",
"description": "A tiny Rpc implement",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "blobt",
"email": "klm777x7@gmail.com"
}
],
"minimum-stability": "dev",
"require": {
"swoole/ide-helper": "dev-master",
"firebase/php-jwt": "dev-master"
},
"autoload": {
"psr-4": {
"blobt\\airpc\\": "src"
}
}
}