composer.lock 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731
  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": "298062857e2951c6bc6992facd21eaf1",
  8. "packages": [
  9. {
  10. "name": "fig/http-message-util",
  11. "version": "1.1.4",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/php-fig/http-message-util.git",
  15. "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/3242caa9da7221a304b8f84eb9eaddae0a7cf422",
  20. "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^5.3 || ^7.0"
  25. },
  26. "suggest": {
  27. "psr/http-message": "The package containing the PSR-7 interfaces"
  28. },
  29. "type": "library",
  30. "extra": {
  31. "branch-alias": {
  32. "dev-master": "1.1.x-dev"
  33. }
  34. },
  35. "autoload": {
  36. "psr-4": {
  37. "Fig\\Http\\Message\\": "src/"
  38. }
  39. },
  40. "notification-url": "https://packagist.org/downloads/",
  41. "license": [
  42. "MIT"
  43. ],
  44. "authors": [
  45. {
  46. "name": "PHP-FIG",
  47. "homepage": "http://www.php-fig.org/"
  48. }
  49. ],
  50. "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
  51. "keywords": [
  52. "http",
  53. "http-message",
  54. "psr",
  55. "psr-7",
  56. "request",
  57. "response"
  58. ],
  59. "time": "2020-02-05T20:36:27+00:00"
  60. },
  61. {
  62. "name": "firebase/php-jwt",
  63. "version": "v5.2.0",
  64. "source": {
  65. "type": "git",
  66. "url": "https://github.com/firebase/php-jwt.git",
  67. "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb"
  68. },
  69. "dist": {
  70. "type": "zip",
  71. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/feb0e820b8436873675fd3aca04f3728eb2185cb",
  72. "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb",
  73. "shasum": ""
  74. },
  75. "require": {
  76. "php": ">=5.3.0"
  77. },
  78. "require-dev": {
  79. "phpunit/phpunit": ">=4.8 <=9"
  80. },
  81. "type": "library",
  82. "autoload": {
  83. "psr-4": {
  84. "Firebase\\JWT\\": "src"
  85. }
  86. },
  87. "notification-url": "https://packagist.org/downloads/",
  88. "license": [
  89. "BSD-3-Clause"
  90. ],
  91. "authors": [
  92. {
  93. "name": "Neuman Vong",
  94. "email": "neuman+pear@twilio.com",
  95. "role": "Developer"
  96. },
  97. {
  98. "name": "Anant Narayanan",
  99. "email": "anant@php.net",
  100. "role": "Developer"
  101. }
  102. ],
  103. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  104. "homepage": "https://github.com/firebase/php-jwt",
  105. "keywords": [
  106. "jwt",
  107. "php"
  108. ],
  109. "time": "2020-03-25T18:49:23+00:00"
  110. },
  111. {
  112. "name": "giggsey/libphonenumber-for-php",
  113. "version": "8.12.10",
  114. "source": {
  115. "type": "git",
  116. "url": "https://github.com/giggsey/libphonenumber-for-php.git",
  117. "reference": "befffd590d1e2333bbb6d712541ccccf5fc08f1f"
  118. },
  119. "dist": {
  120. "type": "zip",
  121. "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/befffd590d1e2333bbb6d712541ccccf5fc08f1f",
  122. "reference": "befffd590d1e2333bbb6d712541ccccf5fc08f1f",
  123. "shasum": ""
  124. },
  125. "require": {
  126. "giggsey/locale": "^1.7",
  127. "php": ">=5.3.2",
  128. "symfony/polyfill-mbstring": "^1.17"
  129. },
  130. "require-dev": {
  131. "pear/pear-core-minimal": "^1.9",
  132. "pear/pear_exception": "^1.0",
  133. "pear/versioncontrol_git": "^0.5",
  134. "phing/phing": "^2.7",
  135. "php-coveralls/php-coveralls": "^1.0|^2.0",
  136. "phpunit/phpunit": "^4.8.36|^5.0",
  137. "symfony/console": "^2.8|^3.0"
  138. },
  139. "type": "library",
  140. "extra": {
  141. "branch-alias": {
  142. "dev-master": "8.x-dev"
  143. }
  144. },
  145. "autoload": {
  146. "psr-4": {
  147. "libphonenumber\\": "src/"
  148. },
  149. "exclude-from-classmap": [
  150. "/src/data/",
  151. "/src/carrier/data/",
  152. "/src/geocoding/data/",
  153. "/src/timezone/data/"
  154. ]
  155. },
  156. "notification-url": "https://packagist.org/downloads/",
  157. "license": [
  158. "Apache-2.0"
  159. ],
  160. "authors": [
  161. {
  162. "name": "Joshua Gigg",
  163. "email": "giggsey@gmail.com",
  164. "homepage": "https://giggsey.com/"
  165. }
  166. ],
  167. "description": "PHP Port of Google's libphonenumber",
  168. "homepage": "https://github.com/giggsey/libphonenumber-for-php",
  169. "keywords": [
  170. "geocoding",
  171. "geolocation",
  172. "libphonenumber",
  173. "mobile",
  174. "phonenumber",
  175. "validation"
  176. ],
  177. "time": "2020-09-22T07:23:22+00:00"
  178. },
  179. {
  180. "name": "giggsey/locale",
  181. "version": "1.9",
  182. "source": {
  183. "type": "git",
  184. "url": "https://github.com/giggsey/Locale.git",
  185. "reference": "b07f1eace8072ccc61445ad8fbd493ff9d783043"
  186. },
  187. "dist": {
  188. "type": "zip",
  189. "url": "https://api.github.com/repos/giggsey/Locale/zipball/b07f1eace8072ccc61445ad8fbd493ff9d783043",
  190. "reference": "b07f1eace8072ccc61445ad8fbd493ff9d783043",
  191. "shasum": ""
  192. },
  193. "require": {
  194. "php": ">=5.3.2"
  195. },
  196. "require-dev": {
  197. "pear/pear-core-minimal": "^1.9",
  198. "pear/pear_exception": "^1.0",
  199. "pear/versioncontrol_git": "^0.5",
  200. "phing/phing": "~2.7",
  201. "php-coveralls/php-coveralls": "^1.0|^2.0",
  202. "phpunit/phpunit": "^4.8|^5.0",
  203. "symfony/console": "^2.8|^3.0|^4.0",
  204. "symfony/filesystem": "^2.8|^3.0|^4.0",
  205. "symfony/finder": "^2.8|^3.0|^4.0",
  206. "symfony/process": "^2.8|^3.0|^4.0"
  207. },
  208. "type": "library",
  209. "autoload": {
  210. "psr-4": {
  211. "Giggsey\\Locale\\": "src/"
  212. }
  213. },
  214. "notification-url": "https://packagist.org/downloads/",
  215. "license": [
  216. "MIT"
  217. ],
  218. "authors": [
  219. {
  220. "name": "Joshua Gigg",
  221. "email": "giggsey@gmail.com",
  222. "homepage": "http://giggsey.com/"
  223. }
  224. ],
  225. "description": "Locale functions required by libphonenumber-for-php",
  226. "time": "2020-07-07T11:16:24+00:00"
  227. },
  228. {
  229. "name": "google/apiclient",
  230. "version": "v2.7.2",
  231. "source": {
  232. "type": "git",
  233. "url": "https://github.com/googleapis/google-api-php-client.git",
  234. "reference": "9df720d72c59456b5466e3f66e1e78cfe422a5ba"
  235. },
  236. "dist": {
  237. "type": "zip",
  238. "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/9df720d72c59456b5466e3f66e1e78cfe422a5ba",
  239. "reference": "9df720d72c59456b5466e3f66e1e78cfe422a5ba",
  240. "shasum": ""
  241. },
  242. "require": {
  243. "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0",
  244. "google/apiclient-services": "~0.13",
  245. "google/auth": "^1.10",
  246. "guzzlehttp/guzzle": "~5.3.1||~6.0||~7.0",
  247. "guzzlehttp/psr7": "^1.2",
  248. "monolog/monolog": "^1.17|^2.0",
  249. "php": ">=5.4",
  250. "phpseclib/phpseclib": "~0.3.10||~2.0"
  251. },
  252. "require-dev": {
  253. "cache/filesystem-adapter": "^0.3.2",
  254. "composer/composer": "^1.10",
  255. "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
  256. "phpcompatibility/php-compatibility": "^9.2",
  257. "phpunit/phpunit": "^4.8.36|^5.0",
  258. "squizlabs/php_codesniffer": "~2.3",
  259. "symfony/css-selector": "~2.1",
  260. "symfony/dom-crawler": "~2.1"
  261. },
  262. "suggest": {
  263. "cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)"
  264. },
  265. "type": "library",
  266. "extra": {
  267. "branch-alias": {
  268. "dev-master": "2.x-dev"
  269. }
  270. },
  271. "autoload": {
  272. "psr-0": {
  273. "Google_": "src/"
  274. },
  275. "classmap": [
  276. "src/Google/Service/"
  277. ]
  278. },
  279. "notification-url": "https://packagist.org/downloads/",
  280. "license": [
  281. "Apache-2.0"
  282. ],
  283. "description": "Client library for Google APIs",
  284. "homepage": "http://developers.google.com/api-client-library/php",
  285. "keywords": [
  286. "google"
  287. ],
  288. "time": "2020-09-18T20:02:04+00:00"
  289. },
  290. {
  291. "name": "google/apiclient-services",
  292. "version": "v0.147",
  293. "source": {
  294. "type": "git",
  295. "url": "https://github.com/googleapis/google-api-php-client-services.git",
  296. "reference": "8624bd004cfccb33b760ae7650d0b750168cd7f7"
  297. },
  298. "dist": {
  299. "type": "zip",
  300. "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/8624bd004cfccb33b760ae7650d0b750168cd7f7",
  301. "reference": "8624bd004cfccb33b760ae7650d0b750168cd7f7",
  302. "shasum": ""
  303. },
  304. "require": {
  305. "php": ">=5.4"
  306. },
  307. "require-dev": {
  308. "phpunit/phpunit": "^4.8|^5"
  309. },
  310. "type": "library",
  311. "autoload": {
  312. "psr-0": {
  313. "Google_Service_": "src"
  314. }
  315. },
  316. "notification-url": "https://packagist.org/downloads/",
  317. "license": [
  318. "Apache-2.0"
  319. ],
  320. "description": "Client library for Google APIs",
  321. "homepage": "http://developers.google.com/api-client-library/php",
  322. "keywords": [
  323. "google"
  324. ],
  325. "time": "2020-09-20T00:24:43+00:00"
  326. },
  327. {
  328. "name": "google/auth",
  329. "version": "v1.13.0",
  330. "source": {
  331. "type": "git",
  332. "url": "https://github.com/googleapis/google-auth-library-php.git",
  333. "reference": "173191f5defd1d9ae8bdfc28da31b63eb73dd34e"
  334. },
  335. "dist": {
  336. "type": "zip",
  337. "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/173191f5defd1d9ae8bdfc28da31b63eb73dd34e",
  338. "reference": "173191f5defd1d9ae8bdfc28da31b63eb73dd34e",
  339. "shasum": ""
  340. },
  341. "require": {
  342. "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
  343. "guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0",
  344. "guzzlehttp/psr7": "^1.2",
  345. "php": ">=5.4",
  346. "psr/cache": "^1.0",
  347. "psr/http-message": "^1.0"
  348. },
  349. "require-dev": {
  350. "guzzlehttp/promises": "0.1.1|^1.3",
  351. "kelvinmo/simplejwt": "^0.2.5",
  352. "phpseclib/phpseclib": "^2",
  353. "phpunit/phpunit": "^4.8.36|^5.7",
  354. "sebastian/comparator": ">=1.2.3",
  355. "squizlabs/php_codesniffer": "^3.5"
  356. },
  357. "suggest": {
  358. "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
  359. },
  360. "type": "library",
  361. "autoload": {
  362. "psr-4": {
  363. "Google\\Auth\\": "src"
  364. }
  365. },
  366. "notification-url": "https://packagist.org/downloads/",
  367. "license": [
  368. "Apache-2.0"
  369. ],
  370. "description": "Google Auth Library for PHP",
  371. "homepage": "http://github.com/google/google-auth-library-php",
  372. "keywords": [
  373. "Authentication",
  374. "google",
  375. "oauth2"
  376. ],
  377. "time": "2020-09-18T20:03:05+00:00"
  378. },
  379. {
  380. "name": "google/cloud-core",
  381. "version": "v1.39.0",
  382. "source": {
  383. "type": "git",
  384. "url": "https://github.com/googleapis/google-cloud-php-core.git",
  385. "reference": "f9e7421beac89fd7d9006a13a6b39b89dd86c92e"
  386. },
  387. "dist": {
  388. "type": "zip",
  389. "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/f9e7421beac89fd7d9006a13a6b39b89dd86c92e",
  390. "reference": "f9e7421beac89fd7d9006a13a6b39b89dd86c92e",
  391. "shasum": ""
  392. },
  393. "require": {
  394. "google/auth": "^1.6",
  395. "guzzlehttp/guzzle": "^5.3|^6.0|^7.0",
  396. "guzzlehttp/promises": "^1.3",
  397. "guzzlehttp/psr7": "^1.2",
  398. "monolog/monolog": "^1.1|^2.0",
  399. "php": ">=5.5",
  400. "psr/http-message": "1.0.*",
  401. "rize/uri-template": "~0.3"
  402. },
  403. "require-dev": {
  404. "erusev/parsedown": "^1.6",
  405. "google/common-protos": "^1.0",
  406. "google/gax": "^1.1",
  407. "opis/closure": "^3",
  408. "phpdocumentor/reflection": "^3.0",
  409. "phpunit/phpunit": "^4.8|^5.0",
  410. "squizlabs/php_codesniffer": "2.*"
  411. },
  412. "suggest": {
  413. "opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
  414. "symfony/lock": "Required for the Spanner cached based session pool. Please require the following commit: 3.3.x-dev#1ba6ac9"
  415. },
  416. "bin": [
  417. "bin/google-cloud-batch"
  418. ],
  419. "type": "library",
  420. "extra": {
  421. "component": {
  422. "id": "cloud-core",
  423. "target": "googleapis/google-cloud-php-core.git",
  424. "path": "Core",
  425. "entry": "src/ServiceBuilder.php"
  426. }
  427. },
  428. "autoload": {
  429. "psr-4": {
  430. "Google\\Cloud\\Core\\": "src"
  431. }
  432. },
  433. "notification-url": "https://packagist.org/downloads/",
  434. "license": [
  435. "Apache-2.0"
  436. ],
  437. "description": "Google Cloud PHP shared dependency, providing functionality useful to all components.",
  438. "time": "2020-09-08T20:52:20+00:00"
  439. },
  440. {
  441. "name": "google/cloud-storage",
  442. "version": "v1.23.0",
  443. "source": {
  444. "type": "git",
  445. "url": "https://github.com/googleapis/google-cloud-php-storage.git",
  446. "reference": "42f7dfb248318aa152b4491b72279035df0d0900"
  447. },
  448. "dist": {
  449. "type": "zip",
  450. "url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/42f7dfb248318aa152b4491b72279035df0d0900",
  451. "reference": "42f7dfb248318aa152b4491b72279035df0d0900",
  452. "shasum": ""
  453. },
  454. "require": {
  455. "google/cloud-core": "^1.39",
  456. "google/crc32": "^0.1.0"
  457. },
  458. "require-dev": {
  459. "erusev/parsedown": "^1.6",
  460. "google/cloud-pubsub": "^1.0",
  461. "phpdocumentor/reflection": "^3.0",
  462. "phpseclib/phpseclib": "^2",
  463. "phpunit/phpunit": "^4.8|^5.0",
  464. "squizlabs/php_codesniffer": "2.*"
  465. },
  466. "suggest": {
  467. "google/cloud-pubsub": "May be used to register a topic to receive bucket notifications.",
  468. "phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2."
  469. },
  470. "type": "library",
  471. "extra": {
  472. "component": {
  473. "id": "cloud-storage",
  474. "target": "googleapis/google-cloud-php-storage.git",
  475. "path": "Storage",
  476. "entry": "src/StorageClient.php"
  477. }
  478. },
  479. "autoload": {
  480. "psr-4": {
  481. "Google\\Cloud\\Storage\\": "src"
  482. }
  483. },
  484. "notification-url": "https://packagist.org/downloads/",
  485. "license": [
  486. "Apache-2.0"
  487. ],
  488. "description": "Cloud Storage Client for PHP",
  489. "time": "2020-09-08T20:52:20+00:00"
  490. },
  491. {
  492. "name": "google/crc32",
  493. "version": "v0.1.0",
  494. "source": {
  495. "type": "git",
  496. "url": "https://github.com/google/php-crc32.git",
  497. "reference": "a8525f0dea6fca1893e1bae2f6e804c5f7d007fb"
  498. },
  499. "dist": {
  500. "type": "zip",
  501. "url": "https://api.github.com/repos/google/php-crc32/zipball/a8525f0dea6fca1893e1bae2f6e804c5f7d007fb",
  502. "reference": "a8525f0dea6fca1893e1bae2f6e804c5f7d007fb",
  503. "shasum": ""
  504. },
  505. "require": {
  506. "php": ">=5.4"
  507. },
  508. "require-dev": {
  509. "friendsofphp/php-cs-fixer": "^1.13 || v2.14.2",
  510. "paragonie/random_compat": ">=2",
  511. "phpunit/phpunit": "^4"
  512. },
  513. "type": "library",
  514. "autoload": {
  515. "psr-4": {
  516. "Google\\CRC32\\": "src"
  517. }
  518. },
  519. "notification-url": "https://packagist.org/downloads/",
  520. "license": [
  521. "Apache-2.0"
  522. ],
  523. "authors": [
  524. {
  525. "name": "Andrew Brampton",
  526. "email": "bramp@google.com"
  527. }
  528. ],
  529. "description": "Various CRC32 implementations",
  530. "homepage": "https://github.com/google/php-crc32",
  531. "time": "2019-05-09T06:24:58+00:00"
  532. },
  533. {
  534. "name": "guzzlehttp/guzzle",
  535. "version": "7.1.0",
  536. "source": {
  537. "type": "git",
  538. "url": "https://github.com/guzzle/guzzle.git",
  539. "reference": "7edeaa528fbb57123028bd5a76b9ce9540194e26"
  540. },
  541. "dist": {
  542. "type": "zip",
  543. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7edeaa528fbb57123028bd5a76b9ce9540194e26",
  544. "reference": "7edeaa528fbb57123028bd5a76b9ce9540194e26",
  545. "shasum": ""
  546. },
  547. "require": {
  548. "ext-json": "*",
  549. "guzzlehttp/promises": "^1.0",
  550. "guzzlehttp/psr7": "^1.6.1",
  551. "php": "^7.2.5",
  552. "psr/http-client": "^1.0"
  553. },
  554. "provide": {
  555. "psr/http-client-implementation": "1.0"
  556. },
  557. "require-dev": {
  558. "ext-curl": "*",
  559. "php-http/client-integration-tests": "dev-phpunit8",
  560. "phpunit/phpunit": "^8.5.5",
  561. "psr/log": "^1.1"
  562. },
  563. "suggest": {
  564. "ext-curl": "Required for CURL handler support",
  565. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  566. "psr/log": "Required for using the Log middleware"
  567. },
  568. "type": "library",
  569. "extra": {
  570. "branch-alias": {
  571. "dev-master": "7.1-dev"
  572. }
  573. },
  574. "autoload": {
  575. "psr-4": {
  576. "GuzzleHttp\\": "src/"
  577. },
  578. "files": [
  579. "src/functions_include.php"
  580. ]
  581. },
  582. "notification-url": "https://packagist.org/downloads/",
  583. "license": [
  584. "MIT"
  585. ],
  586. "authors": [
  587. {
  588. "name": "Michael Dowling",
  589. "email": "mtdowling@gmail.com",
  590. "homepage": "https://github.com/mtdowling"
  591. },
  592. {
  593. "name": "Márk Sági-Kazár",
  594. "email": "mark.sagikazar@gmail.com",
  595. "homepage": "https://sagikazarmark.hu"
  596. }
  597. ],
  598. "description": "Guzzle is a PHP HTTP client library",
  599. "homepage": "http://guzzlephp.org/",
  600. "keywords": [
  601. "client",
  602. "curl",
  603. "framework",
  604. "http",
  605. "http client",
  606. "psr-18",
  607. "psr-7",
  608. "rest",
  609. "web service"
  610. ],
  611. "funding": [
  612. {
  613. "url": "https://github.com/GrahamCampbell",
  614. "type": "github"
  615. },
  616. {
  617. "url": "https://github.com/Nyholm",
  618. "type": "github"
  619. },
  620. {
  621. "url": "https://github.com/alexeyshockov",
  622. "type": "github"
  623. },
  624. {
  625. "url": "https://github.com/gmponos",
  626. "type": "github"
  627. }
  628. ],
  629. "time": "2020-09-22T09:10:04+00:00"
  630. },
  631. {
  632. "name": "guzzlehttp/promises",
  633. "version": "v1.3.1",
  634. "source": {
  635. "type": "git",
  636. "url": "https://github.com/guzzle/promises.git",
  637. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  638. },
  639. "dist": {
  640. "type": "zip",
  641. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  642. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  643. "shasum": ""
  644. },
  645. "require": {
  646. "php": ">=5.5.0"
  647. },
  648. "require-dev": {
  649. "phpunit/phpunit": "^4.0"
  650. },
  651. "type": "library",
  652. "extra": {
  653. "branch-alias": {
  654. "dev-master": "1.4-dev"
  655. }
  656. },
  657. "autoload": {
  658. "psr-4": {
  659. "GuzzleHttp\\Promise\\": "src/"
  660. },
  661. "files": [
  662. "src/functions_include.php"
  663. ]
  664. },
  665. "notification-url": "https://packagist.org/downloads/",
  666. "license": [
  667. "MIT"
  668. ],
  669. "authors": [
  670. {
  671. "name": "Michael Dowling",
  672. "email": "mtdowling@gmail.com",
  673. "homepage": "https://github.com/mtdowling"
  674. }
  675. ],
  676. "description": "Guzzle promises library",
  677. "keywords": [
  678. "promise"
  679. ],
  680. "time": "2016-12-20T10:07:11+00:00"
  681. },
  682. {
  683. "name": "guzzlehttp/psr7",
  684. "version": "1.6.1",
  685. "source": {
  686. "type": "git",
  687. "url": "https://github.com/guzzle/psr7.git",
  688. "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
  689. },
  690. "dist": {
  691. "type": "zip",
  692. "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
  693. "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
  694. "shasum": ""
  695. },
  696. "require": {
  697. "php": ">=5.4.0",
  698. "psr/http-message": "~1.0",
  699. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  700. },
  701. "provide": {
  702. "psr/http-message-implementation": "1.0"
  703. },
  704. "require-dev": {
  705. "ext-zlib": "*",
  706. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  707. },
  708. "suggest": {
  709. "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
  710. },
  711. "type": "library",
  712. "extra": {
  713. "branch-alias": {
  714. "dev-master": "1.6-dev"
  715. }
  716. },
  717. "autoload": {
  718. "psr-4": {
  719. "GuzzleHttp\\Psr7\\": "src/"
  720. },
  721. "files": [
  722. "src/functions_include.php"
  723. ]
  724. },
  725. "notification-url": "https://packagist.org/downloads/",
  726. "license": [
  727. "MIT"
  728. ],
  729. "authors": [
  730. {
  731. "name": "Michael Dowling",
  732. "email": "mtdowling@gmail.com",
  733. "homepage": "https://github.com/mtdowling"
  734. },
  735. {
  736. "name": "Tobias Schultze",
  737. "homepage": "https://github.com/Tobion"
  738. }
  739. ],
  740. "description": "PSR-7 message implementation that also provides common utility methods",
  741. "keywords": [
  742. "http",
  743. "message",
  744. "psr-7",
  745. "request",
  746. "response",
  747. "stream",
  748. "uri",
  749. "url"
  750. ],
  751. "time": "2019-07-01T23:21:34+00:00"
  752. },
  753. {
  754. "name": "kreait/clock",
  755. "version": "1.0.1",
  756. "source": {
  757. "type": "git",
  758. "url": "https://github.com/kreait/clock-php.git",
  759. "reference": "7bc9a0c78946393a0e1ea52fc527e14779cac47c"
  760. },
  761. "dist": {
  762. "type": "zip",
  763. "url": "https://api.github.com/repos/kreait/clock-php/zipball/7bc9a0c78946393a0e1ea52fc527e14779cac47c",
  764. "reference": "7bc9a0c78946393a0e1ea52fc527e14779cac47c",
  765. "shasum": ""
  766. },
  767. "require": {
  768. "php": "^7.0"
  769. },
  770. "require-dev": {
  771. "phpunit/phpunit": "^6.5.14"
  772. },
  773. "type": "library",
  774. "autoload": {
  775. "psr-4": {
  776. "Kreait\\Clock\\": "src/Clock"
  777. },
  778. "files": [
  779. "src/Clock.php"
  780. ]
  781. },
  782. "notification-url": "https://packagist.org/downloads/",
  783. "license": [
  784. "MIT"
  785. ],
  786. "authors": [
  787. {
  788. "name": "Jérôme Gamez",
  789. "email": "jerome@gamez.name"
  790. }
  791. ],
  792. "description": "A PHP 7.0 compatible clock abstraction",
  793. "time": "2019-08-26T15:59:46+00:00"
  794. },
  795. {
  796. "name": "kreait/firebase-php",
  797. "version": "5.8.1",
  798. "source": {
  799. "type": "git",
  800. "url": "https://github.com/kreait/firebase-php.git",
  801. "reference": "9cb112fedcafe1c25cced005fc9e0c065c397244"
  802. },
  803. "dist": {
  804. "type": "zip",
  805. "url": "https://api.github.com/repos/kreait/firebase-php/zipball/9cb112fedcafe1c25cced005fc9e0c065c397244",
  806. "reference": "9cb112fedcafe1c25cced005fc9e0c065c397244",
  807. "shasum": ""
  808. },
  809. "require": {
  810. "ext-ctype": "*",
  811. "ext-json": "*",
  812. "ext-mbstring": "*",
  813. "ext-openssl": "*",
  814. "giggsey/libphonenumber-for-php": "^8.9",
  815. "google/auth": "^1.8",
  816. "google/cloud-core": "^1.36",
  817. "google/cloud-storage": "^1.14",
  818. "guzzlehttp/guzzle": "^6.2.1|^7.0",
  819. "kreait/clock": "^1.0.1",
  820. "kreait/firebase-tokens": "^1.10",
  821. "lcobucci/jwt": "^3.3.1",
  822. "mtdowling/jmespath.php": "^2.3",
  823. "php": "^7.2",
  824. "psr/cache": "^1.0",
  825. "psr/http-message": "^1.0",
  826. "psr/log": "^1.1",
  827. "psr/simple-cache": "^1.0",
  828. "riverline/multipart-parser": "^2.0"
  829. },
  830. "require-dev": {
  831. "friendsofphp/php-cs-fixer": "^2.16",
  832. "google/cloud-firestore": "^1.11",
  833. "jangregor/phpstan-prophecy": "^0.6.2",
  834. "phpstan/extension-installer": "^1.0",
  835. "phpstan/phpstan": "^0.12.15",
  836. "phpstan/phpstan-phpunit": "^0.12.6",
  837. "phpunit/phpunit": "^8.5",
  838. "symfony/var-dumper": "^5.0"
  839. },
  840. "suggest": {
  841. "google/cloud-firestore": "^1.0 to use the Firestore component"
  842. },
  843. "type": "library",
  844. "extra": {
  845. "branch-alias": {
  846. "dev-main": "5.x-dev",
  847. "dev-4.x": "4.x-dev"
  848. }
  849. },
  850. "autoload": {
  851. "psr-4": {
  852. "Kreait\\Firebase\\": "src/Firebase"
  853. }
  854. },
  855. "notification-url": "https://packagist.org/downloads/",
  856. "license": [
  857. "MIT"
  858. ],
  859. "authors": [
  860. {
  861. "name": "Jérôme Gamez",
  862. "homepage": "https://github.com/jeromegamez"
  863. }
  864. ],
  865. "description": "Firebase Admin SDK",
  866. "homepage": "https://github.com/kreait/firebase-php",
  867. "keywords": [
  868. "api",
  869. "database",
  870. "firebase",
  871. "google",
  872. "sdk"
  873. ],
  874. "funding": [
  875. {
  876. "url": "https://github.com/sponsors/jeromegamez",
  877. "type": "github"
  878. }
  879. ],
  880. "time": "2020-09-04T23:18:15+00:00"
  881. },
  882. {
  883. "name": "kreait/firebase-tokens",
  884. "version": "1.10.0",
  885. "source": {
  886. "type": "git",
  887. "url": "https://github.com/kreait/firebase-tokens-php.git",
  888. "reference": "fb4449094a7ac27b26269a388bb21cfb35f90d3d"
  889. },
  890. "dist": {
  891. "type": "zip",
  892. "url": "https://api.github.com/repos/kreait/firebase-tokens-php/zipball/fb4449094a7ac27b26269a388bb21cfb35f90d3d",
  893. "reference": "fb4449094a7ac27b26269a388bb21cfb35f90d3d",
  894. "shasum": ""
  895. },
  896. "require": {
  897. "ext-json": "*",
  898. "ext-openssl": "*",
  899. "fig/http-message-util": "^1.1",
  900. "guzzlehttp/guzzle": "^6.2.1|^7.0@beta",
  901. "kreait/clock": "^1.0.1",
  902. "lcobucci/jwt": "^3.2",
  903. "php": "^7.0",
  904. "psr/cache": "^1.0",
  905. "psr/simple-cache": "^1.0"
  906. },
  907. "require-dev": {
  908. "firebase/php-jwt": "^5.0",
  909. "friendsofphp/php-cs-fixer": "^2.16",
  910. "phpstan/phpstan-phpunit": "^0.9.4|^0.11.2",
  911. "phpunit/phpunit": "^6.5.14|^7.5.17",
  912. "symfony/cache": "^3.4|^4.4|^5.0",
  913. "symfony/var-dumper": "^3.4|^4.4|^5.0"
  914. },
  915. "suggest": {
  916. "firebase/php-jwt": "^5.0 can be used to create and parse tokens",
  917. "guzzlehttp/guzzle": "^6.2.1|^7.0 can be used as an HTTP handler",
  918. "lcobucci/jwt": "^3.2 can be used to create and parse tokens",
  919. "psr/cache-implementation": "to cache fetched remote public keys",
  920. "psr/simple-cache-implementation": "to cache fetched remote public keys"
  921. },
  922. "type": "library",
  923. "autoload": {
  924. "psr-4": {
  925. "Kreait\\Firebase\\JWT\\": "src/JWT",
  926. "Firebase\\Auth\\Token\\": "src/Firebase/Auth/Token"
  927. }
  928. },
  929. "notification-url": "https://packagist.org/downloads/",
  930. "license": [
  931. "MIT"
  932. ],
  933. "authors": [
  934. {
  935. "name": "Jérôme Gamez",
  936. "homepage": "https://github.com/jeromegamez"
  937. }
  938. ],
  939. "description": "A library to work with Firebase tokens",
  940. "homepage": "https://github.com/kreait/firebase-token-php",
  941. "keywords": [
  942. "Authentication",
  943. "auth",
  944. "firebase",
  945. "google",
  946. "token"
  947. ],
  948. "time": "2020-01-14T16:43:39+00:00"
  949. },
  950. {
  951. "name": "lcobucci/jwt",
  952. "version": "3.3.3",
  953. "source": {
  954. "type": "git",
  955. "url": "https://github.com/lcobucci/jwt.git",
  956. "reference": "c1123697f6a2ec29162b82f170dd4a491f524773"
  957. },
  958. "dist": {
  959. "type": "zip",
  960. "url": "https://api.github.com/repos/lcobucci/jwt/zipball/c1123697f6a2ec29162b82f170dd4a491f524773",
  961. "reference": "c1123697f6a2ec29162b82f170dd4a491f524773",
  962. "shasum": ""
  963. },
  964. "require": {
  965. "ext-mbstring": "*",
  966. "ext-openssl": "*",
  967. "php": "^5.6 || ^7.0"
  968. },
  969. "require-dev": {
  970. "mikey179/vfsstream": "~1.5",
  971. "phpmd/phpmd": "~2.2",
  972. "phpunit/php-invoker": "~1.1",
  973. "phpunit/phpunit": "^5.7 || ^7.3",
  974. "squizlabs/php_codesniffer": "~2.3"
  975. },
  976. "type": "library",
  977. "extra": {
  978. "branch-alias": {
  979. "dev-master": "3.1-dev"
  980. }
  981. },
  982. "autoload": {
  983. "psr-4": {
  984. "Lcobucci\\JWT\\": "src"
  985. }
  986. },
  987. "notification-url": "https://packagist.org/downloads/",
  988. "license": [
  989. "BSD-3-Clause"
  990. ],
  991. "authors": [
  992. {
  993. "name": "Luís Otávio Cobucci Oblonczyk",
  994. "email": "lcobucci@gmail.com",
  995. "role": "Developer"
  996. }
  997. ],
  998. "description": "A simple library to work with JSON Web Token and JSON Web Signature",
  999. "keywords": [
  1000. "JWS",
  1001. "jwt"
  1002. ],
  1003. "funding": [
  1004. {
  1005. "url": "https://github.com/lcobucci",
  1006. "type": "github"
  1007. },
  1008. {
  1009. "url": "https://www.patreon.com/lcobucci",
  1010. "type": "patreon"
  1011. }
  1012. ],
  1013. "time": "2020-08-20T13:22:28+00:00"
  1014. },
  1015. {
  1016. "name": "monolog/monolog",
  1017. "version": "2.1.1",
  1018. "source": {
  1019. "type": "git",
  1020. "url": "https://github.com/Seldaek/monolog.git",
  1021. "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5"
  1022. },
  1023. "dist": {
  1024. "type": "zip",
  1025. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9eee5cec93dfb313a38b6b288741e84e53f02d5",
  1026. "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5",
  1027. "shasum": ""
  1028. },
  1029. "require": {
  1030. "php": ">=7.2",
  1031. "psr/log": "^1.0.1"
  1032. },
  1033. "provide": {
  1034. "psr/log-implementation": "1.0.0"
  1035. },
  1036. "require-dev": {
  1037. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1038. "doctrine/couchdb": "~1.0@dev",
  1039. "elasticsearch/elasticsearch": "^6.0",
  1040. "graylog2/gelf-php": "^1.4.2",
  1041. "php-amqplib/php-amqplib": "~2.4",
  1042. "php-console/php-console": "^3.1.3",
  1043. "php-parallel-lint/php-parallel-lint": "^1.0",
  1044. "phpspec/prophecy": "^1.6.1",
  1045. "phpunit/phpunit": "^8.5",
  1046. "predis/predis": "^1.1",
  1047. "rollbar/rollbar": "^1.3",
  1048. "ruflin/elastica": ">=0.90 <3.0",
  1049. "swiftmailer/swiftmailer": "^5.3|^6.0"
  1050. },
  1051. "suggest": {
  1052. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1053. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1054. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  1055. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1056. "ext-mbstring": "Allow to work properly with unicode symbols",
  1057. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  1058. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1059. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  1060. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1061. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1062. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1063. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  1064. },
  1065. "type": "library",
  1066. "extra": {
  1067. "branch-alias": {
  1068. "dev-master": "2.x-dev"
  1069. }
  1070. },
  1071. "autoload": {
  1072. "psr-4": {
  1073. "Monolog\\": "src/Monolog"
  1074. }
  1075. },
  1076. "notification-url": "https://packagist.org/downloads/",
  1077. "license": [
  1078. "MIT"
  1079. ],
  1080. "authors": [
  1081. {
  1082. "name": "Jordi Boggiano",
  1083. "email": "j.boggiano@seld.be",
  1084. "homepage": "http://seld.be"
  1085. }
  1086. ],
  1087. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1088. "homepage": "http://github.com/Seldaek/monolog",
  1089. "keywords": [
  1090. "log",
  1091. "logging",
  1092. "psr-3"
  1093. ],
  1094. "funding": [
  1095. {
  1096. "url": "https://github.com/Seldaek",
  1097. "type": "github"
  1098. },
  1099. {
  1100. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  1101. "type": "tidelift"
  1102. }
  1103. ],
  1104. "time": "2020-07-23T08:41:23+00:00"
  1105. },
  1106. {
  1107. "name": "mtdowling/jmespath.php",
  1108. "version": "2.6.0",
  1109. "source": {
  1110. "type": "git",
  1111. "url": "https://github.com/jmespath/jmespath.php.git",
  1112. "reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb"
  1113. },
  1114. "dist": {
  1115. "type": "zip",
  1116. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/42dae2cbd13154083ca6d70099692fef8ca84bfb",
  1117. "reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb",
  1118. "shasum": ""
  1119. },
  1120. "require": {
  1121. "php": "^5.4 || ^7.0 || ^8.0",
  1122. "symfony/polyfill-mbstring": "^1.17"
  1123. },
  1124. "require-dev": {
  1125. "composer/xdebug-handler": "^1.4",
  1126. "phpunit/phpunit": "^4.8.36 || ^7.5.15"
  1127. },
  1128. "bin": [
  1129. "bin/jp.php"
  1130. ],
  1131. "type": "library",
  1132. "extra": {
  1133. "branch-alias": {
  1134. "dev-master": "2.6-dev"
  1135. }
  1136. },
  1137. "autoload": {
  1138. "psr-4": {
  1139. "JmesPath\\": "src/"
  1140. },
  1141. "files": [
  1142. "src/JmesPath.php"
  1143. ]
  1144. },
  1145. "notification-url": "https://packagist.org/downloads/",
  1146. "license": [
  1147. "MIT"
  1148. ],
  1149. "authors": [
  1150. {
  1151. "name": "Michael Dowling",
  1152. "email": "mtdowling@gmail.com",
  1153. "homepage": "https://github.com/mtdowling"
  1154. }
  1155. ],
  1156. "description": "Declaratively specify how to extract elements from a JSON document",
  1157. "keywords": [
  1158. "json",
  1159. "jsonpath"
  1160. ],
  1161. "time": "2020-07-31T21:01:56+00:00"
  1162. },
  1163. {
  1164. "name": "phpseclib/phpseclib",
  1165. "version": "2.0.29",
  1166. "source": {
  1167. "type": "git",
  1168. "url": "https://github.com/phpseclib/phpseclib.git",
  1169. "reference": "497856a8d997f640b4a516062f84228a772a48a8"
  1170. },
  1171. "dist": {
  1172. "type": "zip",
  1173. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/497856a8d997f640b4a516062f84228a772a48a8",
  1174. "reference": "497856a8d997f640b4a516062f84228a772a48a8",
  1175. "shasum": ""
  1176. },
  1177. "require": {
  1178. "php": ">=5.3.3"
  1179. },
  1180. "require-dev": {
  1181. "phing/phing": "~2.7",
  1182. "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
  1183. "squizlabs/php_codesniffer": "~2.0"
  1184. },
  1185. "suggest": {
  1186. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  1187. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  1188. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  1189. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  1190. },
  1191. "type": "library",
  1192. "autoload": {
  1193. "files": [
  1194. "phpseclib/bootstrap.php"
  1195. ],
  1196. "psr-4": {
  1197. "phpseclib\\": "phpseclib/"
  1198. }
  1199. },
  1200. "notification-url": "https://packagist.org/downloads/",
  1201. "license": [
  1202. "MIT"
  1203. ],
  1204. "authors": [
  1205. {
  1206. "name": "Jim Wigginton",
  1207. "email": "terrafrost@php.net",
  1208. "role": "Lead Developer"
  1209. },
  1210. {
  1211. "name": "Patrick Monnerat",
  1212. "email": "pm@datasphere.ch",
  1213. "role": "Developer"
  1214. },
  1215. {
  1216. "name": "Andreas Fischer",
  1217. "email": "bantu@phpbb.com",
  1218. "role": "Developer"
  1219. },
  1220. {
  1221. "name": "Hans-Jürgen Petrich",
  1222. "email": "petrich@tronic-media.com",
  1223. "role": "Developer"
  1224. },
  1225. {
  1226. "name": "Graham Campbell",
  1227. "email": "graham@alt-three.com",
  1228. "role": "Developer"
  1229. }
  1230. ],
  1231. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  1232. "homepage": "http://phpseclib.sourceforge.net",
  1233. "keywords": [
  1234. "BigInteger",
  1235. "aes",
  1236. "asn.1",
  1237. "asn1",
  1238. "blowfish",
  1239. "crypto",
  1240. "cryptography",
  1241. "encryption",
  1242. "rsa",
  1243. "security",
  1244. "sftp",
  1245. "signature",
  1246. "signing",
  1247. "ssh",
  1248. "twofish",
  1249. "x.509",
  1250. "x509"
  1251. ],
  1252. "funding": [
  1253. {
  1254. "url": "https://github.com/terrafrost",
  1255. "type": "github"
  1256. },
  1257. {
  1258. "url": "https://www.patreon.com/phpseclib",
  1259. "type": "patreon"
  1260. },
  1261. {
  1262. "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
  1263. "type": "tidelift"
  1264. }
  1265. ],
  1266. "time": "2020-09-08T04:24:43+00:00"
  1267. },
  1268. {
  1269. "name": "psr/cache",
  1270. "version": "1.0.1",
  1271. "source": {
  1272. "type": "git",
  1273. "url": "https://github.com/php-fig/cache.git",
  1274. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  1275. },
  1276. "dist": {
  1277. "type": "zip",
  1278. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  1279. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  1280. "shasum": ""
  1281. },
  1282. "require": {
  1283. "php": ">=5.3.0"
  1284. },
  1285. "type": "library",
  1286. "extra": {
  1287. "branch-alias": {
  1288. "dev-master": "1.0.x-dev"
  1289. }
  1290. },
  1291. "autoload": {
  1292. "psr-4": {
  1293. "Psr\\Cache\\": "src/"
  1294. }
  1295. },
  1296. "notification-url": "https://packagist.org/downloads/",
  1297. "license": [
  1298. "MIT"
  1299. ],
  1300. "authors": [
  1301. {
  1302. "name": "PHP-FIG",
  1303. "homepage": "http://www.php-fig.org/"
  1304. }
  1305. ],
  1306. "description": "Common interface for caching libraries",
  1307. "keywords": [
  1308. "cache",
  1309. "psr",
  1310. "psr-6"
  1311. ],
  1312. "time": "2016-08-06T20:24:11+00:00"
  1313. },
  1314. {
  1315. "name": "psr/http-client",
  1316. "version": "1.0.1",
  1317. "source": {
  1318. "type": "git",
  1319. "url": "https://github.com/php-fig/http-client.git",
  1320. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  1321. },
  1322. "dist": {
  1323. "type": "zip",
  1324. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  1325. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  1326. "shasum": ""
  1327. },
  1328. "require": {
  1329. "php": "^7.0 || ^8.0",
  1330. "psr/http-message": "^1.0"
  1331. },
  1332. "type": "library",
  1333. "extra": {
  1334. "branch-alias": {
  1335. "dev-master": "1.0.x-dev"
  1336. }
  1337. },
  1338. "autoload": {
  1339. "psr-4": {
  1340. "Psr\\Http\\Client\\": "src/"
  1341. }
  1342. },
  1343. "notification-url": "https://packagist.org/downloads/",
  1344. "license": [
  1345. "MIT"
  1346. ],
  1347. "authors": [
  1348. {
  1349. "name": "PHP-FIG",
  1350. "homepage": "http://www.php-fig.org/"
  1351. }
  1352. ],
  1353. "description": "Common interface for HTTP clients",
  1354. "homepage": "https://github.com/php-fig/http-client",
  1355. "keywords": [
  1356. "http",
  1357. "http-client",
  1358. "psr",
  1359. "psr-18"
  1360. ],
  1361. "time": "2020-06-29T06:28:15+00:00"
  1362. },
  1363. {
  1364. "name": "psr/http-message",
  1365. "version": "1.0.1",
  1366. "source": {
  1367. "type": "git",
  1368. "url": "https://github.com/php-fig/http-message.git",
  1369. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  1370. },
  1371. "dist": {
  1372. "type": "zip",
  1373. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1374. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1375. "shasum": ""
  1376. },
  1377. "require": {
  1378. "php": ">=5.3.0"
  1379. },
  1380. "type": "library",
  1381. "extra": {
  1382. "branch-alias": {
  1383. "dev-master": "1.0.x-dev"
  1384. }
  1385. },
  1386. "autoload": {
  1387. "psr-4": {
  1388. "Psr\\Http\\Message\\": "src/"
  1389. }
  1390. },
  1391. "notification-url": "https://packagist.org/downloads/",
  1392. "license": [
  1393. "MIT"
  1394. ],
  1395. "authors": [
  1396. {
  1397. "name": "PHP-FIG",
  1398. "homepage": "http://www.php-fig.org/"
  1399. }
  1400. ],
  1401. "description": "Common interface for HTTP messages",
  1402. "homepage": "https://github.com/php-fig/http-message",
  1403. "keywords": [
  1404. "http",
  1405. "http-message",
  1406. "psr",
  1407. "psr-7",
  1408. "request",
  1409. "response"
  1410. ],
  1411. "time": "2016-08-06T14:39:51+00:00"
  1412. },
  1413. {
  1414. "name": "psr/log",
  1415. "version": "1.1.3",
  1416. "source": {
  1417. "type": "git",
  1418. "url": "https://github.com/php-fig/log.git",
  1419. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  1420. },
  1421. "dist": {
  1422. "type": "zip",
  1423. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  1424. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  1425. "shasum": ""
  1426. },
  1427. "require": {
  1428. "php": ">=5.3.0"
  1429. },
  1430. "type": "library",
  1431. "extra": {
  1432. "branch-alias": {
  1433. "dev-master": "1.1.x-dev"
  1434. }
  1435. },
  1436. "autoload": {
  1437. "psr-4": {
  1438. "Psr\\Log\\": "Psr/Log/"
  1439. }
  1440. },
  1441. "notification-url": "https://packagist.org/downloads/",
  1442. "license": [
  1443. "MIT"
  1444. ],
  1445. "authors": [
  1446. {
  1447. "name": "PHP-FIG",
  1448. "homepage": "http://www.php-fig.org/"
  1449. }
  1450. ],
  1451. "description": "Common interface for logging libraries",
  1452. "homepage": "https://github.com/php-fig/log",
  1453. "keywords": [
  1454. "log",
  1455. "psr",
  1456. "psr-3"
  1457. ],
  1458. "time": "2020-03-23T09:12:05+00:00"
  1459. },
  1460. {
  1461. "name": "psr/simple-cache",
  1462. "version": "1.0.1",
  1463. "source": {
  1464. "type": "git",
  1465. "url": "https://github.com/php-fig/simple-cache.git",
  1466. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1467. },
  1468. "dist": {
  1469. "type": "zip",
  1470. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1471. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1472. "shasum": ""
  1473. },
  1474. "require": {
  1475. "php": ">=5.3.0"
  1476. },
  1477. "type": "library",
  1478. "extra": {
  1479. "branch-alias": {
  1480. "dev-master": "1.0.x-dev"
  1481. }
  1482. },
  1483. "autoload": {
  1484. "psr-4": {
  1485. "Psr\\SimpleCache\\": "src/"
  1486. }
  1487. },
  1488. "notification-url": "https://packagist.org/downloads/",
  1489. "license": [
  1490. "MIT"
  1491. ],
  1492. "authors": [
  1493. {
  1494. "name": "PHP-FIG",
  1495. "homepage": "http://www.php-fig.org/"
  1496. }
  1497. ],
  1498. "description": "Common interfaces for simple caching",
  1499. "keywords": [
  1500. "cache",
  1501. "caching",
  1502. "psr",
  1503. "psr-16",
  1504. "simple-cache"
  1505. ],
  1506. "time": "2017-10-23T01:57:42+00:00"
  1507. },
  1508. {
  1509. "name": "ralouphie/getallheaders",
  1510. "version": "3.0.3",
  1511. "source": {
  1512. "type": "git",
  1513. "url": "https://github.com/ralouphie/getallheaders.git",
  1514. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  1515. },
  1516. "dist": {
  1517. "type": "zip",
  1518. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  1519. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  1520. "shasum": ""
  1521. },
  1522. "require": {
  1523. "php": ">=5.6"
  1524. },
  1525. "require-dev": {
  1526. "php-coveralls/php-coveralls": "^2.1",
  1527. "phpunit/phpunit": "^5 || ^6.5"
  1528. },
  1529. "type": "library",
  1530. "autoload": {
  1531. "files": [
  1532. "src/getallheaders.php"
  1533. ]
  1534. },
  1535. "notification-url": "https://packagist.org/downloads/",
  1536. "license": [
  1537. "MIT"
  1538. ],
  1539. "authors": [
  1540. {
  1541. "name": "Ralph Khattar",
  1542. "email": "ralph.khattar@gmail.com"
  1543. }
  1544. ],
  1545. "description": "A polyfill for getallheaders.",
  1546. "time": "2019-03-08T08:55:37+00:00"
  1547. },
  1548. {
  1549. "name": "riverline/multipart-parser",
  1550. "version": "2.0.8",
  1551. "source": {
  1552. "type": "git",
  1553. "url": "https://github.com/Riverline/multipart-parser.git",
  1554. "reference": "2fe9026789754c1ff07c06047f0acc113e90933a"
  1555. },
  1556. "dist": {
  1557. "type": "zip",
  1558. "url": "https://api.github.com/repos/Riverline/multipart-parser/zipball/2fe9026789754c1ff07c06047f0acc113e90933a",
  1559. "reference": "2fe9026789754c1ff07c06047f0acc113e90933a",
  1560. "shasum": ""
  1561. },
  1562. "require": {
  1563. "ext-mbstring": "*",
  1564. "php": ">=5.6.0"
  1565. },
  1566. "require-dev": {
  1567. "laminas/laminas-diactoros": "^1.8.7",
  1568. "phpunit/phpunit": "^5.2 || ^6.0 || ^7.0",
  1569. "psr/http-message": "^1.0",
  1570. "symfony/psr-http-message-bridge": "^1.1"
  1571. },
  1572. "type": "library",
  1573. "autoload": {
  1574. "psr-4": {
  1575. "Riverline\\MultiPartParser\\": "src/"
  1576. }
  1577. },
  1578. "notification-url": "https://packagist.org/downloads/",
  1579. "license": [
  1580. "MIT"
  1581. ],
  1582. "authors": [
  1583. {
  1584. "name": "Romain Cambien",
  1585. "email": "romain@cambien.net"
  1586. },
  1587. {
  1588. "name": "Riverline",
  1589. "homepage": "http://www.riverline.fr"
  1590. }
  1591. ],
  1592. "description": "One class library to parse multipart content with encoding and charset support.",
  1593. "keywords": [
  1594. "http",
  1595. "multipart",
  1596. "parser"
  1597. ],
  1598. "time": "2020-01-24T09:39:24+00:00"
  1599. },
  1600. {
  1601. "name": "rize/uri-template",
  1602. "version": "0.3.2",
  1603. "source": {
  1604. "type": "git",
  1605. "url": "https://github.com/rize/UriTemplate.git",
  1606. "reference": "9e5fdd5c47147aa5adf7f760002ee591ed37b9ca"
  1607. },
  1608. "dist": {
  1609. "type": "zip",
  1610. "url": "https://api.github.com/repos/rize/UriTemplate/zipball/9e5fdd5c47147aa5adf7f760002ee591ed37b9ca",
  1611. "reference": "9e5fdd5c47147aa5adf7f760002ee591ed37b9ca",
  1612. "shasum": ""
  1613. },
  1614. "require": {
  1615. "php": ">=5.3.0"
  1616. },
  1617. "require-dev": {
  1618. "phpunit/phpunit": "~4.0.0"
  1619. },
  1620. "type": "library",
  1621. "autoload": {
  1622. "psr-0": {
  1623. "Rize\\UriTemplate": "src/"
  1624. }
  1625. },
  1626. "notification-url": "https://packagist.org/downloads/",
  1627. "license": [
  1628. "MIT"
  1629. ],
  1630. "authors": [
  1631. {
  1632. "name": "Marut K",
  1633. "homepage": "http://twitter.com/rezigned"
  1634. }
  1635. ],
  1636. "description": "PHP URI Template (RFC 6570) supports both expansion & extraction",
  1637. "keywords": [
  1638. "RFC 6570",
  1639. "template",
  1640. "uri"
  1641. ],
  1642. "time": "2017-06-14T03:57:53+00:00"
  1643. },
  1644. {
  1645. "name": "symfony/polyfill-mbstring",
  1646. "version": "v1.18.1",
  1647. "source": {
  1648. "type": "git",
  1649. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1650. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
  1651. },
  1652. "dist": {
  1653. "type": "zip",
  1654. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
  1655. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
  1656. "shasum": ""
  1657. },
  1658. "require": {
  1659. "php": ">=5.3.3"
  1660. },
  1661. "suggest": {
  1662. "ext-mbstring": "For best performance"
  1663. },
  1664. "type": "library",
  1665. "extra": {
  1666. "branch-alias": {
  1667. "dev-master": "1.18-dev"
  1668. },
  1669. "thanks": {
  1670. "name": "symfony/polyfill",
  1671. "url": "https://github.com/symfony/polyfill"
  1672. }
  1673. },
  1674. "autoload": {
  1675. "psr-4": {
  1676. "Symfony\\Polyfill\\Mbstring\\": ""
  1677. },
  1678. "files": [
  1679. "bootstrap.php"
  1680. ]
  1681. },
  1682. "notification-url": "https://packagist.org/downloads/",
  1683. "license": [
  1684. "MIT"
  1685. ],
  1686. "authors": [
  1687. {
  1688. "name": "Nicolas Grekas",
  1689. "email": "p@tchwork.com"
  1690. },
  1691. {
  1692. "name": "Symfony Community",
  1693. "homepage": "https://symfony.com/contributors"
  1694. }
  1695. ],
  1696. "description": "Symfony polyfill for the Mbstring extension",
  1697. "homepage": "https://symfony.com",
  1698. "keywords": [
  1699. "compatibility",
  1700. "mbstring",
  1701. "polyfill",
  1702. "portable",
  1703. "shim"
  1704. ],
  1705. "funding": [
  1706. {
  1707. "url": "https://symfony.com/sponsor",
  1708. "type": "custom"
  1709. },
  1710. {
  1711. "url": "https://github.com/fabpot",
  1712. "type": "github"
  1713. },
  1714. {
  1715. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1716. "type": "tidelift"
  1717. }
  1718. ],
  1719. "time": "2020-07-14T12:35:20+00:00"
  1720. }
  1721. ],
  1722. "packages-dev": [],
  1723. "aliases": [],
  1724. "minimum-stability": "stable",
  1725. "stability-flags": [],
  1726. "prefer-stable": false,
  1727. "prefer-lowest": false,
  1728. "platform": [],
  1729. "platform-dev": [],
  1730. "plugin-api-version": "1.1.0"
  1731. }