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

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