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.

21 lines
412 B

{
"name": "blobt/airpc",
"description": "A tiny Rpc implement",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "blobt",
"email": "klm777x7@gmail.com"
}
],
"require": {
"yiisoft/yii2": "2.0.40"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"blobt\\airpc\\": "src"
}
}
}