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

4 years ago
4 years ago
4 years ago
4 years ago
  1. {
  2. "name": "blobt/airpc",
  3. "description": "A tiny Rpc implement",
  4. "type": "project",
  5. "license": "MIT",
  6. "authors": [
  7. {
  8. "name": "blobt",
  9. "email": "klm777x7@gmail.com"
  10. }
  11. ],
  12. "require": {
  13. "yiisoft/yii2": "2.0.40"
  14. },
  15. "minimum-stability": "dev",
  16. "autoload": {
  17. "psr-4": {
  18. "blobt\\airpc\\": "src"
  19. }
  20. }
  21. }