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.

118 lines
4.1 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "be484b9b2956b9cbaf4eac46f8dd344a",
  8. "packages": [
  9. {
  10. "name": "firebase/php-jwt",
  11. "version": "dev-master",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/firebase/php-jwt.git",
  15. "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/feb0e820b8436873675fd3aca04f3728eb2185cb",
  20. "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "php": ">=5.3.0"
  31. },
  32. "require-dev": {
  33. "phpunit/phpunit": ">=4.8 <=9"
  34. },
  35. "type": "library",
  36. "autoload": {
  37. "psr-4": {
  38. "Firebase\\JWT\\": "src"
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "BSD-3-Clause"
  44. ],
  45. "authors": [
  46. {
  47. "name": "Neuman Vong",
  48. "email": "neuman+pear@twilio.com",
  49. "role": "Developer"
  50. },
  51. {
  52. "name": "Anant Narayanan",
  53. "email": "anant@php.net",
  54. "role": "Developer"
  55. }
  56. ],
  57. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  58. "homepage": "https://github.com/firebase/php-jwt",
  59. "keywords": [
  60. "jwt",
  61. "php"
  62. ],
  63. "time": "2020-03-25T18:49:23+00:00"
  64. },
  65. {
  66. "name": "swoole/ide-helper",
  67. "version": "dev-master",
  68. "source": {
  69. "type": "git",
  70. "url": "https://github.com/swoole/ide-helper.git",
  71. "reference": "9082983c671cd79f461fcb9e52687dccca993e9b"
  72. },
  73. "dist": {
  74. "type": "zip",
  75. "url": "https://api.github.com/repos/swoole/ide-helper/zipball/9082983c671cd79f461fcb9e52687dccca993e9b",
  76. "reference": "9082983c671cd79f461fcb9e52687dccca993e9b",
  77. "shasum": "",
  78. "mirrors": [
  79. {
  80. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  81. "preferred": true
  82. }
  83. ]
  84. },
  85. "require-dev": {
  86. "guzzlehttp/guzzle": "~6.5.0",
  87. "laminas/laminas-code": "~3.4.0",
  88. "squizlabs/php_codesniffer": "~3.5.0",
  89. "symfony/filesystem": "~4.0"
  90. },
  91. "type": "library",
  92. "notification-url": "https://packagist.org/downloads/",
  93. "license": [
  94. "Apache-2.0"
  95. ],
  96. "authors": [
  97. {
  98. "name": "Team Swoole",
  99. "email": "team@swoole.com"
  100. }
  101. ],
  102. "description": "IDE help files for Swoole.",
  103. "time": "2020-08-05T18:18:55+00:00"
  104. }
  105. ],
  106. "packages-dev": [],
  107. "aliases": [],
  108. "minimum-stability": "dev",
  109. "stability-flags": {
  110. "swoole/ide-helper": 20,
  111. "firebase/php-jwt": 20
  112. },
  113. "prefer-stable": false,
  114. "prefer-lowest": false,
  115. "platform": [],
  116. "platform-dev": [],
  117. "plugin-api-version": "1.1.0"
  118. }