composer.lock 40 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150
  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": "04dc6cb5300187828f26fcab1c3a2273",
  8. "packages": [
  9. {
  10. "name": "acmephp/ssl",
  11. "version": "2.1.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/acmephp/ssl.git",
  15. "reference": "c78ad953d3680acf3f02024c93ff32724d353590"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/acmephp/ssl/zipball/c78ad953d3680acf3f02024c93ff32724d353590",
  20. "reference": "c78ad953d3680acf3f02024c93ff32724d353590",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-hash": "*",
  25. "ext-openssl": "*",
  26. "lib-openssl": ">=0.9.8",
  27. "php": ">=7.2.5",
  28. "webmozart/assert": "^1.0"
  29. },
  30. "type": "library",
  31. "autoload": {
  32. "psr-4": {
  33. "AcmePhp\\Ssl\\": "."
  34. }
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "MIT"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Titouan Galopin",
  43. "email": "galopintitouan@gmail.com",
  44. "homepage": "http://titouangalopin.com"
  45. },
  46. {
  47. "name": "Jérémy Derussé",
  48. "homepage": "https://twitter.com/jderusse"
  49. }
  50. ],
  51. "description": "PHP wrapper around OpenSSL extension providing SSL encoding, decoding, parsing and signing features",
  52. "homepage": "https://github.com/acmephp/ssl",
  53. "keywords": [
  54. "ECDSA",
  55. "acmephp",
  56. "certificate",
  57. "csr",
  58. "https",
  59. "openssl",
  60. "rsa",
  61. "ssl",
  62. "x509"
  63. ],
  64. "support": {
  65. "issues": "https://github.com/acmephp/ssl/issues",
  66. "source": "https://github.com/acmephp/ssl/tree/2.1.0"
  67. },
  68. "time": "2022-05-31T16:44:35+00:00"
  69. },
  70. {
  71. "name": "guzzlehttp/guzzle",
  72. "version": "7.8.1",
  73. "source": {
  74. "type": "git",
  75. "url": "https://github.com/guzzle/guzzle.git",
  76. "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
  77. },
  78. "dist": {
  79. "type": "zip",
  80. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
  81. "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
  82. "shasum": ""
  83. },
  84. "require": {
  85. "ext-json": "*",
  86. "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
  87. "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
  88. "php": "^7.2.5 || ^8.0",
  89. "psr/http-client": "^1.0",
  90. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  91. },
  92. "provide": {
  93. "psr/http-client-implementation": "1.0"
  94. },
  95. "require-dev": {
  96. "bamarni/composer-bin-plugin": "^1.8.2",
  97. "ext-curl": "*",
  98. "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
  99. "php-http/message-factory": "^1.1",
  100. "phpunit/phpunit": "^8.5.36 || ^9.6.15",
  101. "psr/log": "^1.1 || ^2.0 || ^3.0"
  102. },
  103. "suggest": {
  104. "ext-curl": "Required for CURL handler support",
  105. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  106. "psr/log": "Required for using the Log middleware"
  107. },
  108. "type": "library",
  109. "extra": {
  110. "bamarni-bin": {
  111. "bin-links": true,
  112. "forward-command": false
  113. }
  114. },
  115. "autoload": {
  116. "files": [
  117. "src/functions_include.php"
  118. ],
  119. "psr-4": {
  120. "GuzzleHttp\\": "src/"
  121. }
  122. },
  123. "notification-url": "https://packagist.org/downloads/",
  124. "license": [
  125. "MIT"
  126. ],
  127. "authors": [
  128. {
  129. "name": "Graham Campbell",
  130. "email": "hello@gjcampbell.co.uk",
  131. "homepage": "https://github.com/GrahamCampbell"
  132. },
  133. {
  134. "name": "Michael Dowling",
  135. "email": "mtdowling@gmail.com",
  136. "homepage": "https://github.com/mtdowling"
  137. },
  138. {
  139. "name": "Jeremy Lindblom",
  140. "email": "jeremeamia@gmail.com",
  141. "homepage": "https://github.com/jeremeamia"
  142. },
  143. {
  144. "name": "George Mponos",
  145. "email": "gmponos@gmail.com",
  146. "homepage": "https://github.com/gmponos"
  147. },
  148. {
  149. "name": "Tobias Nyholm",
  150. "email": "tobias.nyholm@gmail.com",
  151. "homepage": "https://github.com/Nyholm"
  152. },
  153. {
  154. "name": "Márk Sági-Kazár",
  155. "email": "mark.sagikazar@gmail.com",
  156. "homepage": "https://github.com/sagikazarmark"
  157. },
  158. {
  159. "name": "Tobias Schultze",
  160. "email": "webmaster@tubo-world.de",
  161. "homepage": "https://github.com/Tobion"
  162. }
  163. ],
  164. "description": "Guzzle is a PHP HTTP client library",
  165. "keywords": [
  166. "client",
  167. "curl",
  168. "framework",
  169. "http",
  170. "http client",
  171. "psr-18",
  172. "psr-7",
  173. "rest",
  174. "web service"
  175. ],
  176. "support": {
  177. "issues": "https://github.com/guzzle/guzzle/issues",
  178. "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
  179. },
  180. "funding": [
  181. {
  182. "url": "https://github.com/GrahamCampbell",
  183. "type": "github"
  184. },
  185. {
  186. "url": "https://github.com/Nyholm",
  187. "type": "github"
  188. },
  189. {
  190. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  191. "type": "tidelift"
  192. }
  193. ],
  194. "time": "2023-12-03T20:35:24+00:00"
  195. },
  196. {
  197. "name": "guzzlehttp/promises",
  198. "version": "2.0.2",
  199. "source": {
  200. "type": "git",
  201. "url": "https://github.com/guzzle/promises.git",
  202. "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
  203. },
  204. "dist": {
  205. "type": "zip",
  206. "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
  207. "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
  208. "shasum": ""
  209. },
  210. "require": {
  211. "php": "^7.2.5 || ^8.0"
  212. },
  213. "require-dev": {
  214. "bamarni/composer-bin-plugin": "^1.8.2",
  215. "phpunit/phpunit": "^8.5.36 || ^9.6.15"
  216. },
  217. "type": "library",
  218. "extra": {
  219. "bamarni-bin": {
  220. "bin-links": true,
  221. "forward-command": false
  222. }
  223. },
  224. "autoload": {
  225. "psr-4": {
  226. "GuzzleHttp\\Promise\\": "src/"
  227. }
  228. },
  229. "notification-url": "https://packagist.org/downloads/",
  230. "license": [
  231. "MIT"
  232. ],
  233. "authors": [
  234. {
  235. "name": "Graham Campbell",
  236. "email": "hello@gjcampbell.co.uk",
  237. "homepage": "https://github.com/GrahamCampbell"
  238. },
  239. {
  240. "name": "Michael Dowling",
  241. "email": "mtdowling@gmail.com",
  242. "homepage": "https://github.com/mtdowling"
  243. },
  244. {
  245. "name": "Tobias Nyholm",
  246. "email": "tobias.nyholm@gmail.com",
  247. "homepage": "https://github.com/Nyholm"
  248. },
  249. {
  250. "name": "Tobias Schultze",
  251. "email": "webmaster@tubo-world.de",
  252. "homepage": "https://github.com/Tobion"
  253. }
  254. ],
  255. "description": "Guzzle promises library",
  256. "keywords": [
  257. "promise"
  258. ],
  259. "support": {
  260. "issues": "https://github.com/guzzle/promises/issues",
  261. "source": "https://github.com/guzzle/promises/tree/2.0.2"
  262. },
  263. "funding": [
  264. {
  265. "url": "https://github.com/GrahamCampbell",
  266. "type": "github"
  267. },
  268. {
  269. "url": "https://github.com/Nyholm",
  270. "type": "github"
  271. },
  272. {
  273. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  274. "type": "tidelift"
  275. }
  276. ],
  277. "time": "2023-12-03T20:19:20+00:00"
  278. },
  279. {
  280. "name": "guzzlehttp/psr7",
  281. "version": "2.6.2",
  282. "source": {
  283. "type": "git",
  284. "url": "https://github.com/guzzle/psr7.git",
  285. "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
  286. },
  287. "dist": {
  288. "type": "zip",
  289. "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
  290. "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
  291. "shasum": ""
  292. },
  293. "require": {
  294. "php": "^7.2.5 || ^8.0",
  295. "psr/http-factory": "^1.0",
  296. "psr/http-message": "^1.1 || ^2.0",
  297. "ralouphie/getallheaders": "^3.0"
  298. },
  299. "provide": {
  300. "psr/http-factory-implementation": "1.0",
  301. "psr/http-message-implementation": "1.0"
  302. },
  303. "require-dev": {
  304. "bamarni/composer-bin-plugin": "^1.8.2",
  305. "http-interop/http-factory-tests": "^0.9",
  306. "phpunit/phpunit": "^8.5.36 || ^9.6.15"
  307. },
  308. "suggest": {
  309. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  310. },
  311. "type": "library",
  312. "extra": {
  313. "bamarni-bin": {
  314. "bin-links": true,
  315. "forward-command": false
  316. }
  317. },
  318. "autoload": {
  319. "psr-4": {
  320. "GuzzleHttp\\Psr7\\": "src/"
  321. }
  322. },
  323. "notification-url": "https://packagist.org/downloads/",
  324. "license": [
  325. "MIT"
  326. ],
  327. "authors": [
  328. {
  329. "name": "Graham Campbell",
  330. "email": "hello@gjcampbell.co.uk",
  331. "homepage": "https://github.com/GrahamCampbell"
  332. },
  333. {
  334. "name": "Michael Dowling",
  335. "email": "mtdowling@gmail.com",
  336. "homepage": "https://github.com/mtdowling"
  337. },
  338. {
  339. "name": "George Mponos",
  340. "email": "gmponos@gmail.com",
  341. "homepage": "https://github.com/gmponos"
  342. },
  343. {
  344. "name": "Tobias Nyholm",
  345. "email": "tobias.nyholm@gmail.com",
  346. "homepage": "https://github.com/Nyholm"
  347. },
  348. {
  349. "name": "Márk Sági-Kazár",
  350. "email": "mark.sagikazar@gmail.com",
  351. "homepage": "https://github.com/sagikazarmark"
  352. },
  353. {
  354. "name": "Tobias Schultze",
  355. "email": "webmaster@tubo-world.de",
  356. "homepage": "https://github.com/Tobion"
  357. },
  358. {
  359. "name": "Márk Sági-Kazár",
  360. "email": "mark.sagikazar@gmail.com",
  361. "homepage": "https://sagikazarmark.hu"
  362. }
  363. ],
  364. "description": "PSR-7 message implementation that also provides common utility methods",
  365. "keywords": [
  366. "http",
  367. "message",
  368. "psr-7",
  369. "request",
  370. "response",
  371. "stream",
  372. "uri",
  373. "url"
  374. ],
  375. "support": {
  376. "issues": "https://github.com/guzzle/psr7/issues",
  377. "source": "https://github.com/guzzle/psr7/tree/2.6.2"
  378. },
  379. "funding": [
  380. {
  381. "url": "https://github.com/GrahamCampbell",
  382. "type": "github"
  383. },
  384. {
  385. "url": "https://github.com/Nyholm",
  386. "type": "github"
  387. },
  388. {
  389. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  390. "type": "tidelift"
  391. }
  392. ],
  393. "time": "2023-12-03T20:05:35+00:00"
  394. },
  395. {
  396. "name": "infinityfree/acmecore",
  397. "version": "3.1.0",
  398. "source": {
  399. "type": "git",
  400. "url": "https://github.com/InfinityFreeHosting/acmecore.git",
  401. "reference": "3267f043c757ae0291de3e8615fbfa656339c409"
  402. },
  403. "dist": {
  404. "type": "zip",
  405. "url": "https://api.github.com/repos/InfinityFreeHosting/acmecore/zipball/3267f043c757ae0291de3e8615fbfa656339c409",
  406. "reference": "3267f043c757ae0291de3e8615fbfa656339c409",
  407. "shasum": ""
  408. },
  409. "require": {
  410. "acmephp/ssl": "^2.0",
  411. "ext-hash": "*",
  412. "ext-json": "*",
  413. "ext-openssl": "*",
  414. "guzzlehttp/guzzle": "^6.0|^7.0",
  415. "guzzlehttp/psr7": "^1.7|^2.1",
  416. "lcobucci/jwt": "^3.3|^4.0",
  417. "php": ">=7.2.5",
  418. "psr/http-message": "^1.0",
  419. "psr/log": "^1.0|^2.0|^3.0",
  420. "webmozart/assert": "^1.0"
  421. },
  422. "require-dev": {
  423. "aws/aws-sdk-php": "^3.38",
  424. "league/flysystem": "^1.0.19",
  425. "league/flysystem-memory": "^1.0",
  426. "phpspec/prophecy": "^1.9",
  427. "phpspec/prophecy-phpunit": "^2.0",
  428. "phpunit/phpunit": "^9.0",
  429. "symfony/console": "^5.0",
  430. "symfony/dependency-injection": "^5.0",
  431. "symfony/filesystem": "^5.0",
  432. "symfony/finder": "^5.0",
  433. "symfony/phpunit-bridge": "^5.0",
  434. "symfony/var-dumper": "^5.0"
  435. },
  436. "type": "library",
  437. "autoload": {
  438. "psr-4": {
  439. "InfinityFree\\AcmeCore\\": "src/"
  440. }
  441. },
  442. "notification-url": "https://packagist.org/downloads/",
  443. "license": [
  444. "MIT"
  445. ],
  446. "authors": [
  447. {
  448. "name": "Titouan Galopin",
  449. "email": "galopintitouan@gmail.com",
  450. "homepage": "http://titouangalopin.com"
  451. },
  452. {
  453. "name": "Jérémy Derussé",
  454. "homepage": "https://twitter.com/jderusse"
  455. },
  456. {
  457. "name": "InfinityFree",
  458. "homepage": "https://infinityfree.net"
  459. }
  460. ],
  461. "description": "Raw implementation of the ACME protocol in PHP",
  462. "homepage": "https://github.com/InfinityFreeHosting/acmecore",
  463. "keywords": [
  464. "acmephp",
  465. "certificate",
  466. "csr",
  467. "encryption",
  468. "https",
  469. "letsencrypt",
  470. "openssl",
  471. "ssl",
  472. "x509"
  473. ],
  474. "support": {
  475. "source": "https://github.com/InfinityFreeHosting/acmecore/tree/3.1.0"
  476. },
  477. "time": "2022-09-27T21:21:08+00:00"
  478. },
  479. {
  480. "name": "infinityfree/mofh-client",
  481. "version": "0.7.1",
  482. "source": {
  483. "type": "git",
  484. "url": "https://github.com/InfinityFreeHosting/mofh-client.git",
  485. "reference": "241363da56cd937bc6664d0216488ee6f77857ee"
  486. },
  487. "dist": {
  488. "type": "zip",
  489. "url": "https://api.github.com/repos/InfinityFreeHosting/mofh-client/zipball/241363da56cd937bc6664d0216488ee6f77857ee",
  490. "reference": "241363da56cd937bc6664d0216488ee6f77857ee",
  491. "shasum": ""
  492. },
  493. "require": {
  494. "guzzlehttp/guzzle": "~6.0|~7.0"
  495. },
  496. "require-dev": {
  497. "fzaninotto/faker": "^1.7",
  498. "mockery/mockery": "^1.3",
  499. "phpunit/phpunit": "^7.0|^8.0|^9.0"
  500. },
  501. "type": "library",
  502. "autoload": {
  503. "psr-4": {
  504. "InfinityFree\\MofhClient\\": "src/",
  505. "InfinityFree\\MofhClient\\Tests\\": "tests/"
  506. }
  507. },
  508. "notification-url": "https://packagist.org/downloads/",
  509. "license": [
  510. "Apache-2.0"
  511. ],
  512. "authors": [
  513. {
  514. "name": "Hans Adema",
  515. "email": "hans@infinityfree.net"
  516. }
  517. ],
  518. "description": "A WHM API client for MyOwnFreeHost in PHP",
  519. "support": {
  520. "issues": "https://github.com/InfinityFreeHosting/mofh-client/issues",
  521. "source": "https://github.com/InfinityFreeHosting/mofh-client/tree/0.7.1"
  522. },
  523. "time": "2022-01-16T10:44:02+00:00"
  524. },
  525. {
  526. "name": "lcobucci/clock",
  527. "version": "2.3.0",
  528. "source": {
  529. "type": "git",
  530. "url": "https://github.com/lcobucci/clock.git",
  531. "reference": "c7aadcd6fd97ed9e199114269c0be3f335e38876"
  532. },
  533. "dist": {
  534. "type": "zip",
  535. "url": "https://api.github.com/repos/lcobucci/clock/zipball/c7aadcd6fd97ed9e199114269c0be3f335e38876",
  536. "reference": "c7aadcd6fd97ed9e199114269c0be3f335e38876",
  537. "shasum": ""
  538. },
  539. "require": {
  540. "php": "~8.1.0 || ~8.2.0",
  541. "stella-maris/clock": "^0.1.7"
  542. },
  543. "provide": {
  544. "psr/clock-implementation": "1.0"
  545. },
  546. "require-dev": {
  547. "infection/infection": "^0.26",
  548. "lcobucci/coding-standard": "^9.0",
  549. "phpstan/extension-installer": "^1.2",
  550. "phpstan/phpstan": "^1.9.4",
  551. "phpstan/phpstan-deprecation-rules": "^1.1.1",
  552. "phpstan/phpstan-phpunit": "^1.3.2",
  553. "phpstan/phpstan-strict-rules": "^1.4.4",
  554. "phpunit/phpunit": "^9.5.27"
  555. },
  556. "type": "library",
  557. "autoload": {
  558. "psr-4": {
  559. "Lcobucci\\Clock\\": "src"
  560. }
  561. },
  562. "notification-url": "https://packagist.org/downloads/",
  563. "license": [
  564. "MIT"
  565. ],
  566. "authors": [
  567. {
  568. "name": "Luís Cobucci",
  569. "email": "lcobucci@gmail.com"
  570. }
  571. ],
  572. "description": "Yet another clock abstraction",
  573. "support": {
  574. "issues": "https://github.com/lcobucci/clock/issues",
  575. "source": "https://github.com/lcobucci/clock/tree/2.3.0"
  576. },
  577. "funding": [
  578. {
  579. "url": "https://github.com/lcobucci",
  580. "type": "github"
  581. },
  582. {
  583. "url": "https://www.patreon.com/lcobucci",
  584. "type": "patreon"
  585. }
  586. ],
  587. "time": "2022-12-19T14:38:11+00:00"
  588. },
  589. {
  590. "name": "lcobucci/jwt",
  591. "version": "4.0.4",
  592. "source": {
  593. "type": "git",
  594. "url": "https://github.com/lcobucci/jwt.git",
  595. "reference": "55564265fddf810504110bd68ca311932324b0e9"
  596. },
  597. "dist": {
  598. "type": "zip",
  599. "url": "https://api.github.com/repos/lcobucci/jwt/zipball/55564265fddf810504110bd68ca311932324b0e9",
  600. "reference": "55564265fddf810504110bd68ca311932324b0e9",
  601. "shasum": ""
  602. },
  603. "require": {
  604. "ext-mbstring": "*",
  605. "ext-openssl": "*",
  606. "lcobucci/clock": "^2.0",
  607. "php": "^7.4 || ^8.0"
  608. },
  609. "require-dev": {
  610. "infection/infection": "^0.20",
  611. "lcobucci/coding-standard": "^6.0",
  612. "mikey179/vfsstream": "^1.6",
  613. "phpbench/phpbench": "^0.17",
  614. "phpstan/extension-installer": "^1.0",
  615. "phpstan/phpstan": "^0.12",
  616. "phpstan/phpstan-deprecation-rules": "^0.12",
  617. "phpstan/phpstan-phpunit": "^0.12",
  618. "phpstan/phpstan-strict-rules": "^0.12",
  619. "phpunit/php-invoker": "^3.1",
  620. "phpunit/phpunit": "^9.4"
  621. },
  622. "type": "library",
  623. "extra": {
  624. "branch-alias": {
  625. "dev-master": "4.0-dev"
  626. }
  627. },
  628. "autoload": {
  629. "psr-4": {
  630. "Lcobucci\\JWT\\": "src"
  631. }
  632. },
  633. "notification-url": "https://packagist.org/downloads/",
  634. "license": [
  635. "BSD-3-Clause"
  636. ],
  637. "authors": [
  638. {
  639. "name": "Luís Cobucci",
  640. "email": "lcobucci@gmail.com",
  641. "role": "Developer"
  642. }
  643. ],
  644. "description": "A simple library to work with JSON Web Token and JSON Web Signature",
  645. "keywords": [
  646. "JWS",
  647. "jwt"
  648. ],
  649. "support": {
  650. "issues": "https://github.com/lcobucci/jwt/issues",
  651. "source": "https://github.com/lcobucci/jwt/tree/4.0.4"
  652. },
  653. "funding": [
  654. {
  655. "url": "https://github.com/lcobucci",
  656. "type": "github"
  657. },
  658. {
  659. "url": "https://www.patreon.com/lcobucci",
  660. "type": "patreon"
  661. }
  662. ],
  663. "time": "2021-09-28T19:18:28+00:00"
  664. },
  665. {
  666. "name": "psr/clock",
  667. "version": "1.0.0",
  668. "source": {
  669. "type": "git",
  670. "url": "https://github.com/php-fig/clock.git",
  671. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
  672. },
  673. "dist": {
  674. "type": "zip",
  675. "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  676. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  677. "shasum": ""
  678. },
  679. "require": {
  680. "php": "^7.0 || ^8.0"
  681. },
  682. "type": "library",
  683. "autoload": {
  684. "psr-4": {
  685. "Psr\\Clock\\": "src/"
  686. }
  687. },
  688. "notification-url": "https://packagist.org/downloads/",
  689. "license": [
  690. "MIT"
  691. ],
  692. "authors": [
  693. {
  694. "name": "PHP-FIG",
  695. "homepage": "https://www.php-fig.org/"
  696. }
  697. ],
  698. "description": "Common interface for reading the clock.",
  699. "homepage": "https://github.com/php-fig/clock",
  700. "keywords": [
  701. "clock",
  702. "now",
  703. "psr",
  704. "psr-20",
  705. "time"
  706. ],
  707. "support": {
  708. "issues": "https://github.com/php-fig/clock/issues",
  709. "source": "https://github.com/php-fig/clock/tree/1.0.0"
  710. },
  711. "time": "2022-11-25T14:36:26+00:00"
  712. },
  713. {
  714. "name": "psr/http-client",
  715. "version": "1.0.3",
  716. "source": {
  717. "type": "git",
  718. "url": "https://github.com/php-fig/http-client.git",
  719. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
  720. },
  721. "dist": {
  722. "type": "zip",
  723. "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
  724. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
  725. "shasum": ""
  726. },
  727. "require": {
  728. "php": "^7.0 || ^8.0",
  729. "psr/http-message": "^1.0 || ^2.0"
  730. },
  731. "type": "library",
  732. "extra": {
  733. "branch-alias": {
  734. "dev-master": "1.0.x-dev"
  735. }
  736. },
  737. "autoload": {
  738. "psr-4": {
  739. "Psr\\Http\\Client\\": "src/"
  740. }
  741. },
  742. "notification-url": "https://packagist.org/downloads/",
  743. "license": [
  744. "MIT"
  745. ],
  746. "authors": [
  747. {
  748. "name": "PHP-FIG",
  749. "homepage": "https://www.php-fig.org/"
  750. }
  751. ],
  752. "description": "Common interface for HTTP clients",
  753. "homepage": "https://github.com/php-fig/http-client",
  754. "keywords": [
  755. "http",
  756. "http-client",
  757. "psr",
  758. "psr-18"
  759. ],
  760. "support": {
  761. "source": "https://github.com/php-fig/http-client"
  762. },
  763. "time": "2023-09-23T14:17:50+00:00"
  764. },
  765. {
  766. "name": "psr/http-factory",
  767. "version": "1.1.0",
  768. "source": {
  769. "type": "git",
  770. "url": "https://github.com/php-fig/http-factory.git",
  771. "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
  772. },
  773. "dist": {
  774. "type": "zip",
  775. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
  776. "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
  777. "shasum": ""
  778. },
  779. "require": {
  780. "php": ">=7.1",
  781. "psr/http-message": "^1.0 || ^2.0"
  782. },
  783. "type": "library",
  784. "extra": {
  785. "branch-alias": {
  786. "dev-master": "1.0.x-dev"
  787. }
  788. },
  789. "autoload": {
  790. "psr-4": {
  791. "Psr\\Http\\Message\\": "src/"
  792. }
  793. },
  794. "notification-url": "https://packagist.org/downloads/",
  795. "license": [
  796. "MIT"
  797. ],
  798. "authors": [
  799. {
  800. "name": "PHP-FIG",
  801. "homepage": "https://www.php-fig.org/"
  802. }
  803. ],
  804. "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
  805. "keywords": [
  806. "factory",
  807. "http",
  808. "message",
  809. "psr",
  810. "psr-17",
  811. "psr-7",
  812. "request",
  813. "response"
  814. ],
  815. "support": {
  816. "source": "https://github.com/php-fig/http-factory"
  817. },
  818. "time": "2024-04-15T12:06:14+00:00"
  819. },
  820. {
  821. "name": "psr/http-message",
  822. "version": "1.1",
  823. "source": {
  824. "type": "git",
  825. "url": "https://github.com/php-fig/http-message.git",
  826. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
  827. },
  828. "dist": {
  829. "type": "zip",
  830. "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  831. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  832. "shasum": ""
  833. },
  834. "require": {
  835. "php": "^7.2 || ^8.0"
  836. },
  837. "type": "library",
  838. "extra": {
  839. "branch-alias": {
  840. "dev-master": "1.1.x-dev"
  841. }
  842. },
  843. "autoload": {
  844. "psr-4": {
  845. "Psr\\Http\\Message\\": "src/"
  846. }
  847. },
  848. "notification-url": "https://packagist.org/downloads/",
  849. "license": [
  850. "MIT"
  851. ],
  852. "authors": [
  853. {
  854. "name": "PHP-FIG",
  855. "homepage": "http://www.php-fig.org/"
  856. }
  857. ],
  858. "description": "Common interface for HTTP messages",
  859. "homepage": "https://github.com/php-fig/http-message",
  860. "keywords": [
  861. "http",
  862. "http-message",
  863. "psr",
  864. "psr-7",
  865. "request",
  866. "response"
  867. ],
  868. "support": {
  869. "source": "https://github.com/php-fig/http-message/tree/1.1"
  870. },
  871. "time": "2023-04-04T09:50:52+00:00"
  872. },
  873. {
  874. "name": "psr/log",
  875. "version": "3.0.0",
  876. "source": {
  877. "type": "git",
  878. "url": "https://github.com/php-fig/log.git",
  879. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
  880. },
  881. "dist": {
  882. "type": "zip",
  883. "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
  884. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
  885. "shasum": ""
  886. },
  887. "require": {
  888. "php": ">=8.0.0"
  889. },
  890. "type": "library",
  891. "extra": {
  892. "branch-alias": {
  893. "dev-master": "3.x-dev"
  894. }
  895. },
  896. "autoload": {
  897. "psr-4": {
  898. "Psr\\Log\\": "src"
  899. }
  900. },
  901. "notification-url": "https://packagist.org/downloads/",
  902. "license": [
  903. "MIT"
  904. ],
  905. "authors": [
  906. {
  907. "name": "PHP-FIG",
  908. "homepage": "https://www.php-fig.org/"
  909. }
  910. ],
  911. "description": "Common interface for logging libraries",
  912. "homepage": "https://github.com/php-fig/log",
  913. "keywords": [
  914. "log",
  915. "psr",
  916. "psr-3"
  917. ],
  918. "support": {
  919. "source": "https://github.com/php-fig/log/tree/3.0.0"
  920. },
  921. "time": "2021-07-14T16:46:02+00:00"
  922. },
  923. {
  924. "name": "ralouphie/getallheaders",
  925. "version": "3.0.3",
  926. "source": {
  927. "type": "git",
  928. "url": "https://github.com/ralouphie/getallheaders.git",
  929. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  930. },
  931. "dist": {
  932. "type": "zip",
  933. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  934. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  935. "shasum": ""
  936. },
  937. "require": {
  938. "php": ">=5.6"
  939. },
  940. "require-dev": {
  941. "php-coveralls/php-coveralls": "^2.1",
  942. "phpunit/phpunit": "^5 || ^6.5"
  943. },
  944. "type": "library",
  945. "autoload": {
  946. "files": [
  947. "src/getallheaders.php"
  948. ]
  949. },
  950. "notification-url": "https://packagist.org/downloads/",
  951. "license": [
  952. "MIT"
  953. ],
  954. "authors": [
  955. {
  956. "name": "Ralph Khattar",
  957. "email": "ralph.khattar@gmail.com"
  958. }
  959. ],
  960. "description": "A polyfill for getallheaders.",
  961. "support": {
  962. "issues": "https://github.com/ralouphie/getallheaders/issues",
  963. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  964. },
  965. "time": "2019-03-08T08:55:37+00:00"
  966. },
  967. {
  968. "name": "stella-maris/clock",
  969. "version": "0.1.7",
  970. "source": {
  971. "type": "git",
  972. "url": "https://github.com/stella-maris-solutions/clock.git",
  973. "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8"
  974. },
  975. "dist": {
  976. "type": "zip",
  977. "url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/fa23ce16019289a18bb3446fdecd45befcdd94f8",
  978. "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8",
  979. "shasum": ""
  980. },
  981. "require": {
  982. "php": "^7.0|^8.0",
  983. "psr/clock": "^1.0"
  984. },
  985. "type": "library",
  986. "autoload": {
  987. "psr-4": {
  988. "StellaMaris\\Clock\\": "src"
  989. }
  990. },
  991. "notification-url": "https://packagist.org/downloads/",
  992. "license": [
  993. "MIT"
  994. ],
  995. "authors": [
  996. {
  997. "name": "Andreas Heigl",
  998. "role": "Maintainer"
  999. }
  1000. ],
  1001. "description": "A pre-release of the proposed PSR-20 Clock-Interface",
  1002. "homepage": "https://gitlab.com/stella-maris/clock",
  1003. "keywords": [
  1004. "clock",
  1005. "datetime",
  1006. "point in time",
  1007. "psr20"
  1008. ],
  1009. "support": {
  1010. "source": "https://github.com/stella-maris-solutions/clock/tree/0.1.7"
  1011. },
  1012. "time": "2022-11-25T16:15:06+00:00"
  1013. },
  1014. {
  1015. "name": "symfony/deprecation-contracts",
  1016. "version": "v3.5.0",
  1017. "source": {
  1018. "type": "git",
  1019. "url": "https://github.com/symfony/deprecation-contracts.git",
  1020. "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
  1021. },
  1022. "dist": {
  1023. "type": "zip",
  1024. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
  1025. "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
  1026. "shasum": ""
  1027. },
  1028. "require": {
  1029. "php": ">=8.1"
  1030. },
  1031. "type": "library",
  1032. "extra": {
  1033. "branch-alias": {
  1034. "dev-main": "3.5-dev"
  1035. },
  1036. "thanks": {
  1037. "name": "symfony/contracts",
  1038. "url": "https://github.com/symfony/contracts"
  1039. }
  1040. },
  1041. "autoload": {
  1042. "files": [
  1043. "function.php"
  1044. ]
  1045. },
  1046. "notification-url": "https://packagist.org/downloads/",
  1047. "license": [
  1048. "MIT"
  1049. ],
  1050. "authors": [
  1051. {
  1052. "name": "Nicolas Grekas",
  1053. "email": "p@tchwork.com"
  1054. },
  1055. {
  1056. "name": "Symfony Community",
  1057. "homepage": "https://symfony.com/contributors"
  1058. }
  1059. ],
  1060. "description": "A generic function and convention to trigger deprecation notices",
  1061. "homepage": "https://symfony.com",
  1062. "support": {
  1063. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
  1064. },
  1065. "funding": [
  1066. {
  1067. "url": "https://symfony.com/sponsor",
  1068. "type": "custom"
  1069. },
  1070. {
  1071. "url": "https://github.com/fabpot",
  1072. "type": "github"
  1073. },
  1074. {
  1075. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1076. "type": "tidelift"
  1077. }
  1078. ],
  1079. "time": "2024-04-18T09:32:20+00:00"
  1080. },
  1081. {
  1082. "name": "webmozart/assert",
  1083. "version": "1.11.0",
  1084. "source": {
  1085. "type": "git",
  1086. "url": "https://github.com/webmozarts/assert.git",
  1087. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
  1088. },
  1089. "dist": {
  1090. "type": "zip",
  1091. "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
  1092. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
  1093. "shasum": ""
  1094. },
  1095. "require": {
  1096. "ext-ctype": "*",
  1097. "php": "^7.2 || ^8.0"
  1098. },
  1099. "conflict": {
  1100. "phpstan/phpstan": "<0.12.20",
  1101. "vimeo/psalm": "<4.6.1 || 4.6.2"
  1102. },
  1103. "require-dev": {
  1104. "phpunit/phpunit": "^8.5.13"
  1105. },
  1106. "type": "library",
  1107. "extra": {
  1108. "branch-alias": {
  1109. "dev-master": "1.10-dev"
  1110. }
  1111. },
  1112. "autoload": {
  1113. "psr-4": {
  1114. "Webmozart\\Assert\\": "src/"
  1115. }
  1116. },
  1117. "notification-url": "https://packagist.org/downloads/",
  1118. "license": [
  1119. "MIT"
  1120. ],
  1121. "authors": [
  1122. {
  1123. "name": "Bernhard Schussek",
  1124. "email": "bschussek@gmail.com"
  1125. }
  1126. ],
  1127. "description": "Assertions to validate method input/output with nice error messages.",
  1128. "keywords": [
  1129. "assert",
  1130. "check",
  1131. "validate"
  1132. ],
  1133. "support": {
  1134. "issues": "https://github.com/webmozarts/assert/issues",
  1135. "source": "https://github.com/webmozarts/assert/tree/1.11.0"
  1136. },
  1137. "time": "2022-06-03T18:03:27+00:00"
  1138. }
  1139. ],
  1140. "packages-dev": [],
  1141. "aliases": [],
  1142. "minimum-stability": "stable",
  1143. "stability-flags": [],
  1144. "prefer-stable": false,
  1145. "prefer-lowest": false,
  1146. "platform": [],
  1147. "platform-dev": [],
  1148. "plugin-api-version": "2.6.0"
  1149. }