composer.lock 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  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": "430b97d438923d0b80503c14da6e457b",
  8. "packages": [
  9. {
  10. "name": "firebase/php-jwt",
  11. "version": "v5.2.0",
  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. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": ">=4.8 <=9"
  28. },
  29. "type": "library",
  30. "autoload": {
  31. "psr-4": {
  32. "Firebase\\JWT\\": "src"
  33. }
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "BSD-3-Clause"
  38. ],
  39. "authors": [
  40. {
  41. "name": "Neuman Vong",
  42. "email": "neuman+pear@twilio.com",
  43. "role": "Developer"
  44. },
  45. {
  46. "name": "Anant Narayanan",
  47. "email": "anant@php.net",
  48. "role": "Developer"
  49. }
  50. ],
  51. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  52. "homepage": "https://github.com/firebase/php-jwt",
  53. "keywords": [
  54. "jwt",
  55. "php"
  56. ],
  57. "time": "2020-03-25T18:49:23+00:00"
  58. },
  59. {
  60. "name": "google/apiclient",
  61. "version": "v2.8.1",
  62. "source": {
  63. "type": "git",
  64. "url": "https://github.com/googleapis/google-api-php-client.git",
  65. "reference": "c8f6d09f50f859fa9457104bb0fb72c893804ede"
  66. },
  67. "dist": {
  68. "type": "zip",
  69. "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/c8f6d09f50f859fa9457104bb0fb72c893804ede",
  70. "reference": "c8f6d09f50f859fa9457104bb0fb72c893804ede",
  71. "shasum": ""
  72. },
  73. "require": {
  74. "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0",
  75. "google/apiclient-services": "~0.13",
  76. "google/auth": "^1.10",
  77. "guzzlehttp/guzzle": "~5.3.1||~6.0||~7.0",
  78. "guzzlehttp/psr7": "^1.2",
  79. "monolog/monolog": "^1.17|^2.0",
  80. "php": ">=5.4",
  81. "phpseclib/phpseclib": "~0.3.10||~2.0"
  82. },
  83. "require-dev": {
  84. "cache/filesystem-adapter": "^0.3.2",
  85. "composer/composer": "^1.10",
  86. "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
  87. "phpcompatibility/php-compatibility": "^9.2",
  88. "phpunit/phpunit": "^4.8.36|^5.0",
  89. "squizlabs/php_codesniffer": "~2.3",
  90. "symfony/css-selector": "~2.1",
  91. "symfony/dom-crawler": "~2.1"
  92. },
  93. "suggest": {
  94. "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
  95. },
  96. "type": "library",
  97. "extra": {
  98. "branch-alias": {
  99. "dev-master": "2.x-dev"
  100. }
  101. },
  102. "autoload": {
  103. "psr-4": {
  104. "Google\\": "src/"
  105. },
  106. "files": [
  107. "src/aliases.php"
  108. ],
  109. "classmap": [
  110. "src/aliases.php"
  111. ]
  112. },
  113. "notification-url": "https://packagist.org/downloads/",
  114. "license": [
  115. "Apache-2.0"
  116. ],
  117. "description": "Client library for Google APIs",
  118. "homepage": "http://developers.google.com/api-client-library/php",
  119. "keywords": [
  120. "google"
  121. ],
  122. "time": "2020-10-27T23:20:13+00:00"
  123. },
  124. {
  125. "name": "google/apiclient-services",
  126. "version": "v0.153",
  127. "source": {
  128. "type": "git",
  129. "url": "https://github.com/googleapis/google-api-php-client-services.git",
  130. "reference": "db62bb19f32f81c9551f223c72be0682eb58ebd8"
  131. },
  132. "dist": {
  133. "type": "zip",
  134. "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/db62bb19f32f81c9551f223c72be0682eb58ebd8",
  135. "reference": "db62bb19f32f81c9551f223c72be0682eb58ebd8",
  136. "shasum": ""
  137. },
  138. "require": {
  139. "php": ">=5.4"
  140. },
  141. "require-dev": {
  142. "phpunit/phpunit": "^4.8|^5"
  143. },
  144. "type": "library",
  145. "autoload": {
  146. "psr-0": {
  147. "Google_Service_": "src"
  148. }
  149. },
  150. "notification-url": "https://packagist.org/downloads/",
  151. "license": [
  152. "Apache-2.0"
  153. ],
  154. "description": "Client library for Google APIs",
  155. "homepage": "http://developers.google.com/api-client-library/php",
  156. "keywords": [
  157. "google"
  158. ],
  159. "time": "2020-11-01T00:25:23+00:00"
  160. },
  161. {
  162. "name": "google/auth",
  163. "version": "v1.14.3",
  164. "source": {
  165. "type": "git",
  166. "url": "https://github.com/googleapis/google-auth-library-php.git",
  167. "reference": "c1503299c779af0cbc99b43788f75930988852cf"
  168. },
  169. "dist": {
  170. "type": "zip",
  171. "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/c1503299c779af0cbc99b43788f75930988852cf",
  172. "reference": "c1503299c779af0cbc99b43788f75930988852cf",
  173. "shasum": ""
  174. },
  175. "require": {
  176. "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
  177. "guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0",
  178. "guzzlehttp/psr7": "^1.2",
  179. "php": ">=5.4",
  180. "psr/cache": "^1.0",
  181. "psr/http-message": "^1.0"
  182. },
  183. "require-dev": {
  184. "guzzlehttp/promises": "0.1.1|^1.3",
  185. "kelvinmo/simplejwt": "^0.2.5",
  186. "phpseclib/phpseclib": "^2",
  187. "phpunit/phpunit": "^4.8.36|^5.7",
  188. "sebastian/comparator": ">=1.2.3",
  189. "squizlabs/php_codesniffer": "^3.5"
  190. },
  191. "suggest": {
  192. "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
  193. },
  194. "type": "library",
  195. "autoload": {
  196. "psr-4": {
  197. "Google\\Auth\\": "src"
  198. }
  199. },
  200. "notification-url": "https://packagist.org/downloads/",
  201. "license": [
  202. "Apache-2.0"
  203. ],
  204. "description": "Google Auth Library for PHP",
  205. "homepage": "http://github.com/google/google-auth-library-php",
  206. "keywords": [
  207. "Authentication",
  208. "google",
  209. "oauth2"
  210. ],
  211. "time": "2020-10-16T21:33:48+00:00"
  212. },
  213. {
  214. "name": "phpseclib/phpseclib",
  215. "version": "2.0.29",
  216. "source": {
  217. "type": "git",
  218. "url": "https://github.com/phpseclib/phpseclib.git",
  219. "reference": "497856a8d997f640b4a516062f84228a772a48a8"
  220. },
  221. "dist": {
  222. "type": "zip",
  223. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/497856a8d997f640b4a516062f84228a772a48a8",
  224. "reference": "497856a8d997f640b4a516062f84228a772a48a8",
  225. "shasum": ""
  226. },
  227. "require": {
  228. "php": ">=5.3.3"
  229. },
  230. "require-dev": {
  231. "phing/phing": "~2.7",
  232. "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
  233. "squizlabs/php_codesniffer": "~2.0"
  234. },
  235. "suggest": {
  236. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  237. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  238. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  239. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  240. },
  241. "type": "library",
  242. "autoload": {
  243. "files": [
  244. "phpseclib/bootstrap.php"
  245. ],
  246. "psr-4": {
  247. "phpseclib\\": "phpseclib/"
  248. }
  249. },
  250. "notification-url": "https://packagist.org/downloads/",
  251. "license": [
  252. "MIT"
  253. ],
  254. "authors": [
  255. {
  256. "name": "Jim Wigginton",
  257. "email": "terrafrost@php.net",
  258. "role": "Lead Developer"
  259. },
  260. {
  261. "name": "Patrick Monnerat",
  262. "email": "pm@datasphere.ch",
  263. "role": "Developer"
  264. },
  265. {
  266. "name": "Andreas Fischer",
  267. "email": "bantu@phpbb.com",
  268. "role": "Developer"
  269. },
  270. {
  271. "name": "Hans-Jürgen Petrich",
  272. "email": "petrich@tronic-media.com",
  273. "role": "Developer"
  274. },
  275. {
  276. "name": "Graham Campbell",
  277. "email": "graham@alt-three.com",
  278. "role": "Developer"
  279. }
  280. ],
  281. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  282. "homepage": "http://phpseclib.sourceforge.net",
  283. "keywords": [
  284. "BigInteger",
  285. "aes",
  286. "asn.1",
  287. "asn1",
  288. "blowfish",
  289. "crypto",
  290. "cryptography",
  291. "encryption",
  292. "rsa",
  293. "security",
  294. "sftp",
  295. "signature",
  296. "signing",
  297. "ssh",
  298. "twofish",
  299. "x.509",
  300. "x509"
  301. ],
  302. "funding": [
  303. {
  304. "url": "https://github.com/terrafrost",
  305. "type": "github"
  306. },
  307. {
  308. "url": "https://www.patreon.com/phpseclib",
  309. "type": "patreon"
  310. },
  311. {
  312. "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
  313. "type": "tidelift"
  314. }
  315. ],
  316. "time": "2020-09-08T04:24:43+00:00"
  317. },
  318. {
  319. "name": "psr/cache",
  320. "version": "1.0.1",
  321. "source": {
  322. "type": "git",
  323. "url": "https://github.com/php-fig/cache.git",
  324. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  325. },
  326. "dist": {
  327. "type": "zip",
  328. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  329. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  330. "shasum": ""
  331. },
  332. "require": {
  333. "php": ">=5.3.0"
  334. },
  335. "type": "library",
  336. "extra": {
  337. "branch-alias": {
  338. "dev-master": "1.0.x-dev"
  339. }
  340. },
  341. "autoload": {
  342. "psr-4": {
  343. "Psr\\Cache\\": "src/"
  344. }
  345. },
  346. "notification-url": "https://packagist.org/downloads/",
  347. "license": [
  348. "MIT"
  349. ],
  350. "authors": [
  351. {
  352. "name": "PHP-FIG",
  353. "homepage": "http://www.php-fig.org/"
  354. }
  355. ],
  356. "description": "Common interface for caching libraries",
  357. "keywords": [
  358. "cache",
  359. "psr",
  360. "psr-6"
  361. ],
  362. "time": "2016-08-06T20:24:11+00:00"
  363. },
  364. {
  365. "name": "psr/http-message",
  366. "version": "1.0.1",
  367. "source": {
  368. "type": "git",
  369. "url": "https://github.com/php-fig/http-message.git",
  370. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  371. },
  372. "dist": {
  373. "type": "zip",
  374. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  375. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  376. "shasum": ""
  377. },
  378. "require": {
  379. "php": ">=5.3.0"
  380. },
  381. "type": "library",
  382. "extra": {
  383. "branch-alias": {
  384. "dev-master": "1.0.x-dev"
  385. }
  386. },
  387. "autoload": {
  388. "psr-4": {
  389. "Psr\\Http\\Message\\": "src/"
  390. }
  391. },
  392. "notification-url": "https://packagist.org/downloads/",
  393. "license": [
  394. "MIT"
  395. ],
  396. "authors": [
  397. {
  398. "name": "PHP-FIG",
  399. "homepage": "http://www.php-fig.org/"
  400. }
  401. ],
  402. "description": "Common interface for HTTP messages",
  403. "homepage": "https://github.com/php-fig/http-message",
  404. "keywords": [
  405. "http",
  406. "http-message",
  407. "psr",
  408. "psr-7",
  409. "request",
  410. "response"
  411. ],
  412. "time": "2016-08-06T14:39:51+00:00"
  413. }
  414. ],
  415. "packages-dev": [],
  416. "aliases": [],
  417. "minimum-stability": "stable",
  418. "stability-flags": [],
  419. "prefer-stable": false,
  420. "prefer-lowest": false,
  421. "platform": [],
  422. "platform-dev": [],
  423. "plugin-api-version": "1.1.0"
  424. }