You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

composer.lock 43KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246
  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": "4630a6452ef26ee67e9fd1d2651d237e",
  8. "packages": [
  9. {
  10. "name": "fig/http-message-util",
  11. "version": "1.1.5",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/php-fig/http-message-util.git",
  15. "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
  20. "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^5.3 || ^7.0 || ^8.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": "https://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. "support": {
  60. "issues": "https://github.com/php-fig/http-message-util/issues",
  61. "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
  62. },
  63. "time": "2020-11-24T22:02:12+00:00"
  64. },
  65. {
  66. "name": "nikic/fast-route",
  67. "version": "v1.3.0",
  68. "source": {
  69. "type": "git",
  70. "url": "https://github.com/nikic/FastRoute.git",
  71. "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
  72. },
  73. "dist": {
  74. "type": "zip",
  75. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
  76. "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
  77. "shasum": ""
  78. },
  79. "require": {
  80. "php": ">=5.4.0"
  81. },
  82. "require-dev": {
  83. "phpunit/phpunit": "^4.8.35|~5.7"
  84. },
  85. "type": "library",
  86. "autoload": {
  87. "files": [
  88. "src/functions.php"
  89. ],
  90. "psr-4": {
  91. "FastRoute\\": "src/"
  92. }
  93. },
  94. "notification-url": "https://packagist.org/downloads/",
  95. "license": [
  96. "BSD-3-Clause"
  97. ],
  98. "authors": [
  99. {
  100. "name": "Nikita Popov",
  101. "email": "nikic@php.net"
  102. }
  103. ],
  104. "description": "Fast request router for PHP",
  105. "keywords": [
  106. "router",
  107. "routing"
  108. ],
  109. "support": {
  110. "issues": "https://github.com/nikic/FastRoute/issues",
  111. "source": "https://github.com/nikic/FastRoute/tree/master"
  112. },
  113. "time": "2018-02-13T20:26:39+00:00"
  114. },
  115. {
  116. "name": "opis/closure",
  117. "version": "3.6.3",
  118. "source": {
  119. "type": "git",
  120. "url": "https://github.com/opis/closure.git",
  121. "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad"
  122. },
  123. "dist": {
  124. "type": "zip",
  125. "url": "https://api.github.com/repos/opis/closure/zipball/3d81e4309d2a927abbe66df935f4bb60082805ad",
  126. "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad",
  127. "shasum": ""
  128. },
  129. "require": {
  130. "php": "^5.4 || ^7.0 || ^8.0"
  131. },
  132. "require-dev": {
  133. "jeremeamia/superclosure": "^2.0",
  134. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
  135. },
  136. "type": "library",
  137. "extra": {
  138. "branch-alias": {
  139. "dev-master": "3.6.x-dev"
  140. }
  141. },
  142. "autoload": {
  143. "files": [
  144. "functions.php"
  145. ],
  146. "psr-4": {
  147. "Opis\\Closure\\": "src/"
  148. }
  149. },
  150. "notification-url": "https://packagist.org/downloads/",
  151. "license": [
  152. "MIT"
  153. ],
  154. "authors": [
  155. {
  156. "name": "Marius Sarca",
  157. "email": "marius.sarca@gmail.com"
  158. },
  159. {
  160. "name": "Sorin Sarca",
  161. "email": "sarca_sorin@hotmail.com"
  162. }
  163. ],
  164. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  165. "homepage": "https://opis.io/closure",
  166. "keywords": [
  167. "anonymous functions",
  168. "closure",
  169. "function",
  170. "serializable",
  171. "serialization",
  172. "serialize"
  173. ],
  174. "support": {
  175. "issues": "https://github.com/opis/closure/issues",
  176. "source": "https://github.com/opis/closure/tree/3.6.3"
  177. },
  178. "time": "2022-01-27T09:35:39+00:00"
  179. },
  180. {
  181. "name": "php-di/invoker",
  182. "version": "2.3.3",
  183. "source": {
  184. "type": "git",
  185. "url": "https://github.com/PHP-DI/Invoker.git",
  186. "reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786"
  187. },
  188. "dist": {
  189. "type": "zip",
  190. "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/cd6d9f267d1a3474bdddf1be1da079f01b942786",
  191. "reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786",
  192. "shasum": ""
  193. },
  194. "require": {
  195. "php": ">=7.3",
  196. "psr/container": "^1.0|^2.0"
  197. },
  198. "require-dev": {
  199. "athletic/athletic": "~0.1.8",
  200. "mnapoli/hard-mode": "~0.3.0",
  201. "phpunit/phpunit": "^9.0"
  202. },
  203. "type": "library",
  204. "autoload": {
  205. "psr-4": {
  206. "Invoker\\": "src/"
  207. }
  208. },
  209. "notification-url": "https://packagist.org/downloads/",
  210. "license": [
  211. "MIT"
  212. ],
  213. "description": "Generic and extensible callable invoker",
  214. "homepage": "https://github.com/PHP-DI/Invoker",
  215. "keywords": [
  216. "callable",
  217. "dependency",
  218. "dependency-injection",
  219. "injection",
  220. "invoke",
  221. "invoker"
  222. ],
  223. "support": {
  224. "issues": "https://github.com/PHP-DI/Invoker/issues",
  225. "source": "https://github.com/PHP-DI/Invoker/tree/2.3.3"
  226. },
  227. "funding": [
  228. {
  229. "url": "https://github.com/mnapoli",
  230. "type": "github"
  231. }
  232. ],
  233. "time": "2021-12-13T09:22:56+00:00"
  234. },
  235. {
  236. "name": "php-di/php-di",
  237. "version": "6.3.5",
  238. "source": {
  239. "type": "git",
  240. "url": "https://github.com/PHP-DI/PHP-DI.git",
  241. "reference": "b8126d066ce144765300ee0ab040c1ed6c9ef588"
  242. },
  243. "dist": {
  244. "type": "zip",
  245. "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/b8126d066ce144765300ee0ab040c1ed6c9ef588",
  246. "reference": "b8126d066ce144765300ee0ab040c1ed6c9ef588",
  247. "shasum": ""
  248. },
  249. "require": {
  250. "opis/closure": "^3.5.5",
  251. "php": ">=7.2.0",
  252. "php-di/invoker": "^2.0",
  253. "php-di/phpdoc-reader": "^2.0.1",
  254. "psr/container": "^1.0"
  255. },
  256. "provide": {
  257. "psr/container-implementation": "^1.0"
  258. },
  259. "require-dev": {
  260. "doctrine/annotations": "~1.2",
  261. "friendsofphp/php-cs-fixer": "^2.4",
  262. "mnapoli/phpunit-easymock": "^1.2",
  263. "ocramius/proxy-manager": "^2.0.2",
  264. "phpstan/phpstan": "^0.12",
  265. "phpunit/phpunit": "^8.5|^9.0"
  266. },
  267. "suggest": {
  268. "doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
  269. "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
  270. },
  271. "type": "library",
  272. "autoload": {
  273. "files": [
  274. "src/functions.php"
  275. ],
  276. "psr-4": {
  277. "DI\\": "src/"
  278. }
  279. },
  280. "notification-url": "https://packagist.org/downloads/",
  281. "license": [
  282. "MIT"
  283. ],
  284. "description": "The dependency injection container for humans",
  285. "homepage": "https://php-di.org/",
  286. "keywords": [
  287. "PSR-11",
  288. "container",
  289. "container-interop",
  290. "dependency injection",
  291. "di",
  292. "ioc",
  293. "psr11"
  294. ],
  295. "support": {
  296. "issues": "https://github.com/PHP-DI/PHP-DI/issues",
  297. "source": "https://github.com/PHP-DI/PHP-DI/tree/6.3.5"
  298. },
  299. "funding": [
  300. {
  301. "url": "https://github.com/mnapoli",
  302. "type": "github"
  303. },
  304. {
  305. "url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
  306. "type": "tidelift"
  307. }
  308. ],
  309. "time": "2021-09-02T09:49:58+00:00"
  310. },
  311. {
  312. "name": "php-di/phpdoc-reader",
  313. "version": "2.2.1",
  314. "source": {
  315. "type": "git",
  316. "url": "https://github.com/PHP-DI/PhpDocReader.git",
  317. "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c"
  318. },
  319. "dist": {
  320. "type": "zip",
  321. "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c",
  322. "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c",
  323. "shasum": ""
  324. },
  325. "require": {
  326. "php": ">=7.2.0"
  327. },
  328. "require-dev": {
  329. "mnapoli/hard-mode": "~0.3.0",
  330. "phpunit/phpunit": "^8.5|^9.0"
  331. },
  332. "type": "library",
  333. "autoload": {
  334. "psr-4": {
  335. "PhpDocReader\\": "src/PhpDocReader"
  336. }
  337. },
  338. "notification-url": "https://packagist.org/downloads/",
  339. "license": [
  340. "MIT"
  341. ],
  342. "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
  343. "keywords": [
  344. "phpdoc",
  345. "reflection"
  346. ],
  347. "support": {
  348. "issues": "https://github.com/PHP-DI/PhpDocReader/issues",
  349. "source": "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1"
  350. },
  351. "time": "2020-10-12T12:39:22+00:00"
  352. },
  353. {
  354. "name": "psr/container",
  355. "version": "1.1.2",
  356. "source": {
  357. "type": "git",
  358. "url": "https://github.com/php-fig/container.git",
  359. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
  360. },
  361. "dist": {
  362. "type": "zip",
  363. "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
  364. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
  365. "shasum": ""
  366. },
  367. "require": {
  368. "php": ">=7.4.0"
  369. },
  370. "type": "library",
  371. "autoload": {
  372. "psr-4": {
  373. "Psr\\Container\\": "src/"
  374. }
  375. },
  376. "notification-url": "https://packagist.org/downloads/",
  377. "license": [
  378. "MIT"
  379. ],
  380. "authors": [
  381. {
  382. "name": "PHP-FIG",
  383. "homepage": "https://www.php-fig.org/"
  384. }
  385. ],
  386. "description": "Common Container Interface (PHP FIG PSR-11)",
  387. "homepage": "https://github.com/php-fig/container",
  388. "keywords": [
  389. "PSR-11",
  390. "container",
  391. "container-interface",
  392. "container-interop",
  393. "psr"
  394. ],
  395. "support": {
  396. "issues": "https://github.com/php-fig/container/issues",
  397. "source": "https://github.com/php-fig/container/tree/1.1.2"
  398. },
  399. "time": "2021-11-05T16:50:12+00:00"
  400. },
  401. {
  402. "name": "psr/http-factory",
  403. "version": "1.0.1",
  404. "source": {
  405. "type": "git",
  406. "url": "https://github.com/php-fig/http-factory.git",
  407. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  408. },
  409. "dist": {
  410. "type": "zip",
  411. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  412. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  413. "shasum": ""
  414. },
  415. "require": {
  416. "php": ">=7.0.0",
  417. "psr/http-message": "^1.0"
  418. },
  419. "type": "library",
  420. "extra": {
  421. "branch-alias": {
  422. "dev-master": "1.0.x-dev"
  423. }
  424. },
  425. "autoload": {
  426. "psr-4": {
  427. "Psr\\Http\\Message\\": "src/"
  428. }
  429. },
  430. "notification-url": "https://packagist.org/downloads/",
  431. "license": [
  432. "MIT"
  433. ],
  434. "authors": [
  435. {
  436. "name": "PHP-FIG",
  437. "homepage": "http://www.php-fig.org/"
  438. }
  439. ],
  440. "description": "Common interfaces for PSR-7 HTTP message factories",
  441. "keywords": [
  442. "factory",
  443. "http",
  444. "message",
  445. "psr",
  446. "psr-17",
  447. "psr-7",
  448. "request",
  449. "response"
  450. ],
  451. "support": {
  452. "source": "https://github.com/php-fig/http-factory/tree/master"
  453. },
  454. "time": "2019-04-30T12:38:16+00:00"
  455. },
  456. {
  457. "name": "psr/http-message",
  458. "version": "1.0.1",
  459. "source": {
  460. "type": "git",
  461. "url": "https://github.com/php-fig/http-message.git",
  462. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  463. },
  464. "dist": {
  465. "type": "zip",
  466. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  467. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  468. "shasum": ""
  469. },
  470. "require": {
  471. "php": ">=5.3.0"
  472. },
  473. "type": "library",
  474. "extra": {
  475. "branch-alias": {
  476. "dev-master": "1.0.x-dev"
  477. }
  478. },
  479. "autoload": {
  480. "psr-4": {
  481. "Psr\\Http\\Message\\": "src/"
  482. }
  483. },
  484. "notification-url": "https://packagist.org/downloads/",
  485. "license": [
  486. "MIT"
  487. ],
  488. "authors": [
  489. {
  490. "name": "PHP-FIG",
  491. "homepage": "http://www.php-fig.org/"
  492. }
  493. ],
  494. "description": "Common interface for HTTP messages",
  495. "homepage": "https://github.com/php-fig/http-message",
  496. "keywords": [
  497. "http",
  498. "http-message",
  499. "psr",
  500. "psr-7",
  501. "request",
  502. "response"
  503. ],
  504. "support": {
  505. "source": "https://github.com/php-fig/http-message/tree/master"
  506. },
  507. "time": "2016-08-06T14:39:51+00:00"
  508. },
  509. {
  510. "name": "psr/http-server-handler",
  511. "version": "1.0.1",
  512. "source": {
  513. "type": "git",
  514. "url": "https://github.com/php-fig/http-server-handler.git",
  515. "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
  516. },
  517. "dist": {
  518. "type": "zip",
  519. "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
  520. "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
  521. "shasum": ""
  522. },
  523. "require": {
  524. "php": ">=7.0",
  525. "psr/http-message": "^1.0"
  526. },
  527. "type": "library",
  528. "extra": {
  529. "branch-alias": {
  530. "dev-master": "1.0.x-dev"
  531. }
  532. },
  533. "autoload": {
  534. "psr-4": {
  535. "Psr\\Http\\Server\\": "src/"
  536. }
  537. },
  538. "notification-url": "https://packagist.org/downloads/",
  539. "license": [
  540. "MIT"
  541. ],
  542. "authors": [
  543. {
  544. "name": "PHP-FIG",
  545. "homepage": "http://www.php-fig.org/"
  546. }
  547. ],
  548. "description": "Common interface for HTTP server-side request handler",
  549. "keywords": [
  550. "handler",
  551. "http",
  552. "http-interop",
  553. "psr",
  554. "psr-15",
  555. "psr-7",
  556. "request",
  557. "response",
  558. "server"
  559. ],
  560. "support": {
  561. "issues": "https://github.com/php-fig/http-server-handler/issues",
  562. "source": "https://github.com/php-fig/http-server-handler/tree/master"
  563. },
  564. "time": "2018-10-30T16:46:14+00:00"
  565. },
  566. {
  567. "name": "psr/http-server-middleware",
  568. "version": "1.0.1",
  569. "source": {
  570. "type": "git",
  571. "url": "https://github.com/php-fig/http-server-middleware.git",
  572. "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
  573. },
  574. "dist": {
  575. "type": "zip",
  576. "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
  577. "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
  578. "shasum": ""
  579. },
  580. "require": {
  581. "php": ">=7.0",
  582. "psr/http-message": "^1.0",
  583. "psr/http-server-handler": "^1.0"
  584. },
  585. "type": "library",
  586. "extra": {
  587. "branch-alias": {
  588. "dev-master": "1.0.x-dev"
  589. }
  590. },
  591. "autoload": {
  592. "psr-4": {
  593. "Psr\\Http\\Server\\": "src/"
  594. }
  595. },
  596. "notification-url": "https://packagist.org/downloads/",
  597. "license": [
  598. "MIT"
  599. ],
  600. "authors": [
  601. {
  602. "name": "PHP-FIG",
  603. "homepage": "http://www.php-fig.org/"
  604. }
  605. ],
  606. "description": "Common interface for HTTP server-side middleware",
  607. "keywords": [
  608. "http",
  609. "http-interop",
  610. "middleware",
  611. "psr",
  612. "psr-15",
  613. "psr-7",
  614. "request",
  615. "response"
  616. ],
  617. "support": {
  618. "issues": "https://github.com/php-fig/http-server-middleware/issues",
  619. "source": "https://github.com/php-fig/http-server-middleware/tree/master"
  620. },
  621. "time": "2018-10-30T17:12:04+00:00"
  622. },
  623. {
  624. "name": "psr/log",
  625. "version": "3.0.0",
  626. "source": {
  627. "type": "git",
  628. "url": "https://github.com/php-fig/log.git",
  629. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
  630. },
  631. "dist": {
  632. "type": "zip",
  633. "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
  634. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
  635. "shasum": ""
  636. },
  637. "require": {
  638. "php": ">=8.0.0"
  639. },
  640. "type": "library",
  641. "extra": {
  642. "branch-alias": {
  643. "dev-master": "3.x-dev"
  644. }
  645. },
  646. "autoload": {
  647. "psr-4": {
  648. "Psr\\Log\\": "src"
  649. }
  650. },
  651. "notification-url": "https://packagist.org/downloads/",
  652. "license": [
  653. "MIT"
  654. ],
  655. "authors": [
  656. {
  657. "name": "PHP-FIG",
  658. "homepage": "https://www.php-fig.org/"
  659. }
  660. ],
  661. "description": "Common interface for logging libraries",
  662. "homepage": "https://github.com/php-fig/log",
  663. "keywords": [
  664. "log",
  665. "psr",
  666. "psr-3"
  667. ],
  668. "support": {
  669. "source": "https://github.com/php-fig/log/tree/3.0.0"
  670. },
  671. "time": "2021-07-14T16:46:02+00:00"
  672. },
  673. {
  674. "name": "ralouphie/getallheaders",
  675. "version": "3.0.3",
  676. "source": {
  677. "type": "git",
  678. "url": "https://github.com/ralouphie/getallheaders.git",
  679. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  680. },
  681. "dist": {
  682. "type": "zip",
  683. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  684. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  685. "shasum": ""
  686. },
  687. "require": {
  688. "php": ">=5.6"
  689. },
  690. "require-dev": {
  691. "php-coveralls/php-coveralls": "^2.1",
  692. "phpunit/phpunit": "^5 || ^6.5"
  693. },
  694. "type": "library",
  695. "autoload": {
  696. "files": [
  697. "src/getallheaders.php"
  698. ]
  699. },
  700. "notification-url": "https://packagist.org/downloads/",
  701. "license": [
  702. "MIT"
  703. ],
  704. "authors": [
  705. {
  706. "name": "Ralph Khattar",
  707. "email": "ralph.khattar@gmail.com"
  708. }
  709. ],
  710. "description": "A polyfill for getallheaders.",
  711. "support": {
  712. "issues": "https://github.com/ralouphie/getallheaders/issues",
  713. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  714. },
  715. "time": "2019-03-08T08:55:37+00:00"
  716. },
  717. {
  718. "name": "slim/psr7",
  719. "version": "1.5",
  720. "source": {
  721. "type": "git",
  722. "url": "https://github.com/slimphp/Slim-Psr7.git",
  723. "reference": "a47b43a8da7c0208b4c228af0cb29ea36080635a"
  724. },
  725. "dist": {
  726. "type": "zip",
  727. "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/a47b43a8da7c0208b4c228af0cb29ea36080635a",
  728. "reference": "a47b43a8da7c0208b4c228af0cb29ea36080635a",
  729. "shasum": ""
  730. },
  731. "require": {
  732. "fig/http-message-util": "^1.1.5",
  733. "php": "^7.3 || ^8.0",
  734. "psr/http-factory": "^1.0",
  735. "psr/http-message": "^1.0",
  736. "ralouphie/getallheaders": "^3.0",
  737. "symfony/polyfill-php80": "^1.23"
  738. },
  739. "provide": {
  740. "psr/http-factory-implementation": "1.0",
  741. "psr/http-message-implementation": "1.0"
  742. },
  743. "require-dev": {
  744. "adriansuter/php-autoload-override": "^1.2",
  745. "ext-json": "*",
  746. "http-interop/http-factory-tests": "^0.9.0",
  747. "php-http/psr7-integration-tests": "dev-master",
  748. "phpspec/prophecy": "^1.14",
  749. "phpspec/prophecy-phpunit": "^2.0",
  750. "phpstan/phpstan": "^0.12.99",
  751. "phpunit/phpunit": "^9.5",
  752. "squizlabs/php_codesniffer": "^3.6"
  753. },
  754. "type": "library",
  755. "autoload": {
  756. "psr-4": {
  757. "Slim\\Psr7\\": "src"
  758. }
  759. },
  760. "notification-url": "https://packagist.org/downloads/",
  761. "license": [
  762. "MIT"
  763. ],
  764. "authors": [
  765. {
  766. "name": "Josh Lockhart",
  767. "email": "hello@joshlockhart.com",
  768. "homepage": "http://joshlockhart.com"
  769. },
  770. {
  771. "name": "Andrew Smith",
  772. "email": "a.smith@silentworks.co.uk",
  773. "homepage": "http://silentworks.co.uk"
  774. },
  775. {
  776. "name": "Rob Allen",
  777. "email": "rob@akrabat.com",
  778. "homepage": "http://akrabat.com"
  779. },
  780. {
  781. "name": "Pierre Berube",
  782. "email": "pierre@lgse.com",
  783. "homepage": "http://www.lgse.com"
  784. }
  785. ],
  786. "description": "Strict PSR-7 implementation",
  787. "homepage": "https://www.slimframework.com",
  788. "keywords": [
  789. "http",
  790. "psr-7",
  791. "psr7"
  792. ],
  793. "support": {
  794. "issues": "https://github.com/slimphp/Slim-Psr7/issues",
  795. "source": "https://github.com/slimphp/Slim-Psr7/tree/1.5"
  796. },
  797. "time": "2021-09-22T04:33:00+00:00"
  798. },
  799. {
  800. "name": "slim/slim",
  801. "version": "4.9.0",
  802. "source": {
  803. "type": "git",
  804. "url": "https://github.com/slimphp/Slim.git",
  805. "reference": "44d3c9c0bfcc47e52e42b097b6062689d21b904b"
  806. },
  807. "dist": {
  808. "type": "zip",
  809. "url": "https://api.github.com/repos/slimphp/Slim/zipball/44d3c9c0bfcc47e52e42b097b6062689d21b904b",
  810. "reference": "44d3c9c0bfcc47e52e42b097b6062689d21b904b",
  811. "shasum": ""
  812. },
  813. "require": {
  814. "ext-json": "*",
  815. "nikic/fast-route": "^1.3",
  816. "php": "^7.3 || ^8.0",
  817. "psr/container": "^1.0 || ^2.0",
  818. "psr/http-factory": "^1.0",
  819. "psr/http-message": "^1.0",
  820. "psr/http-server-handler": "^1.0",
  821. "psr/http-server-middleware": "^1.0",
  822. "psr/log": "^1.1 || ^2.0 || ^3.0"
  823. },
  824. "require-dev": {
  825. "adriansuter/php-autoload-override": "^1.2",
  826. "ext-simplexml": "*",
  827. "guzzlehttp/psr7": "^2.0",
  828. "laminas/laminas-diactoros": "^2.8",
  829. "nyholm/psr7": "^1.4",
  830. "nyholm/psr7-server": "^1.0",
  831. "phpspec/prophecy": "^1.14",
  832. "phpspec/prophecy-phpunit": "^2.0",
  833. "phpstan/phpstan": "^0.12.99",
  834. "phpunit/phpunit": "^9.5",
  835. "slim/http": "^1.2",
  836. "slim/psr7": "^1.5",
  837. "squizlabs/php_codesniffer": "^3.6"
  838. },
  839. "suggest": {
  840. "ext-simplexml": "Needed to support XML format in BodyParsingMiddleware",
  841. "ext-xml": "Needed to support XML format in BodyParsingMiddleware",
  842. "php-di/php-di": "PHP-DI is the recommended container library to be used with Slim",
  843. "slim/psr7": "Slim PSR-7 implementation. See https://www.slimframework.com/docs/v4/start/installation.html for more information."
  844. },
  845. "type": "library",
  846. "autoload": {
  847. "psr-4": {
  848. "Slim\\": "Slim"
  849. }
  850. },
  851. "notification-url": "https://packagist.org/downloads/",
  852. "license": [
  853. "MIT"
  854. ],
  855. "authors": [
  856. {
  857. "name": "Josh Lockhart",
  858. "email": "hello@joshlockhart.com",
  859. "homepage": "https://joshlockhart.com"
  860. },
  861. {
  862. "name": "Andrew Smith",
  863. "email": "a.smith@silentworks.co.uk",
  864. "homepage": "http://silentworks.co.uk"
  865. },
  866. {
  867. "name": "Rob Allen",
  868. "email": "rob@akrabat.com",
  869. "homepage": "http://akrabat.com"
  870. },
  871. {
  872. "name": "Pierre Berube",
  873. "email": "pierre@lgse.com",
  874. "homepage": "http://www.lgse.com"
  875. },
  876. {
  877. "name": "Gabriel Manricks",
  878. "email": "gmanricks@me.com",
  879. "homepage": "http://gabrielmanricks.com"
  880. }
  881. ],
  882. "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
  883. "homepage": "https://www.slimframework.com",
  884. "keywords": [
  885. "api",
  886. "framework",
  887. "micro",
  888. "router"
  889. ],
  890. "support": {
  891. "docs": "https://www.slimframework.com/docs/v4/",
  892. "forum": "https://discourse.slimframework.com/",
  893. "irc": "irc://irc.freenode.net:6667/slimphp",
  894. "issues": "https://github.com/slimphp/Slim/issues",
  895. "rss": "https://www.slimframework.com/blog/feed.rss",
  896. "slack": "https://slimphp.slack.com/",
  897. "source": "https://github.com/slimphp/Slim",
  898. "wiki": "https://github.com/slimphp/Slim/wiki"
  899. },
  900. "funding": [
  901. {
  902. "url": "https://opencollective.com/slimphp",
  903. "type": "open_collective"
  904. },
  905. {
  906. "url": "https://tidelift.com/funding/github/packagist/slim/slim",
  907. "type": "tidelift"
  908. }
  909. ],
  910. "time": "2021-10-05T03:00:00+00:00"
  911. },
  912. {
  913. "name": "symfony/polyfill-ctype",
  914. "version": "v1.25.0",
  915. "source": {
  916. "type": "git",
  917. "url": "https://github.com/symfony/polyfill-ctype.git",
  918. "reference": "30885182c981ab175d4d034db0f6f469898070ab"
  919. },
  920. "dist": {
  921. "type": "zip",
  922. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
  923. "reference": "30885182c981ab175d4d034db0f6f469898070ab",
  924. "shasum": ""
  925. },
  926. "require": {
  927. "php": ">=7.1"
  928. },
  929. "provide": {
  930. "ext-ctype": "*"
  931. },
  932. "suggest": {
  933. "ext-ctype": "For best performance"
  934. },
  935. "type": "library",
  936. "extra": {
  937. "branch-alias": {
  938. "dev-main": "1.23-dev"
  939. },
  940. "thanks": {
  941. "name": "symfony/polyfill",
  942. "url": "https://github.com/symfony/polyfill"
  943. }
  944. },
  945. "autoload": {
  946. "files": [
  947. "bootstrap.php"
  948. ],
  949. "psr-4": {
  950. "Symfony\\Polyfill\\Ctype\\": ""
  951. }
  952. },
  953. "notification-url": "https://packagist.org/downloads/",
  954. "license": [
  955. "MIT"
  956. ],
  957. "authors": [
  958. {
  959. "name": "Gert de Pagter",
  960. "email": "BackEndTea@gmail.com"
  961. },
  962. {
  963. "name": "Symfony Community",
  964. "homepage": "https://symfony.com/contributors"
  965. }
  966. ],
  967. "description": "Symfony polyfill for ctype functions",
  968. "homepage": "https://symfony.com",
  969. "keywords": [
  970. "compatibility",
  971. "ctype",
  972. "polyfill",
  973. "portable"
  974. ],
  975. "support": {
  976. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0"
  977. },
  978. "funding": [
  979. {
  980. "url": "https://symfony.com/sponsor",
  981. "type": "custom"
  982. },
  983. {
  984. "url": "https://github.com/fabpot",
  985. "type": "github"
  986. },
  987. {
  988. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  989. "type": "tidelift"
  990. }
  991. ],
  992. "time": "2021-10-20T20:35:02+00:00"
  993. },
  994. {
  995. "name": "symfony/polyfill-mbstring",
  996. "version": "v1.25.0",
  997. "source": {
  998. "type": "git",
  999. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1000. "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
  1001. },
  1002. "dist": {
  1003. "type": "zip",
  1004. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
  1005. "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
  1006. "shasum": ""
  1007. },
  1008. "require": {
  1009. "php": ">=7.1"
  1010. },
  1011. "provide": {
  1012. "ext-mbstring": "*"
  1013. },
  1014. "suggest": {
  1015. "ext-mbstring": "For best performance"
  1016. },
  1017. "type": "library",
  1018. "extra": {
  1019. "branch-alias": {
  1020. "dev-main": "1.23-dev"
  1021. },
  1022. "thanks": {
  1023. "name": "symfony/polyfill",
  1024. "url": "https://github.com/symfony/polyfill"
  1025. }
  1026. },
  1027. "autoload": {
  1028. "files": [
  1029. "bootstrap.php"
  1030. ],
  1031. "psr-4": {
  1032. "Symfony\\Polyfill\\Mbstring\\": ""
  1033. }
  1034. },
  1035. "notification-url": "https://packagist.org/downloads/",
  1036. "license": [
  1037. "MIT"
  1038. ],
  1039. "authors": [
  1040. {
  1041. "name": "Nicolas Grekas",
  1042. "email": "p@tchwork.com"
  1043. },
  1044. {
  1045. "name": "Symfony Community",
  1046. "homepage": "https://symfony.com/contributors"
  1047. }
  1048. ],
  1049. "description": "Symfony polyfill for the Mbstring extension",
  1050. "homepage": "https://symfony.com",
  1051. "keywords": [
  1052. "compatibility",
  1053. "mbstring",
  1054. "polyfill",
  1055. "portable",
  1056. "shim"
  1057. ],
  1058. "support": {
  1059. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0"
  1060. },
  1061. "funding": [
  1062. {
  1063. "url": "https://symfony.com/sponsor",
  1064. "type": "custom"
  1065. },
  1066. {
  1067. "url": "https://github.com/fabpot",
  1068. "type": "github"
  1069. },
  1070. {
  1071. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1072. "type": "tidelift"
  1073. }
  1074. ],
  1075. "time": "2021-11-30T18:21:41+00:00"
  1076. },
  1077. {
  1078. "name": "symfony/polyfill-php80",
  1079. "version": "v1.25.0",
  1080. "source": {
  1081. "type": "git",
  1082. "url": "https://github.com/symfony/polyfill-php80.git",
  1083. "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
  1084. },
  1085. "dist": {
  1086. "type": "zip",
  1087. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c",
  1088. "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
  1089. "shasum": ""
  1090. },
  1091. "require": {
  1092. "php": ">=7.1"
  1093. },
  1094. "type": "library",
  1095. "extra": {
  1096. "branch-alias": {
  1097. "dev-main": "1.23-dev"
  1098. },
  1099. "thanks": {
  1100. "name": "symfony/polyfill",
  1101. "url": "https://github.com/symfony/polyfill"
  1102. }
  1103. },
  1104. "autoload": {
  1105. "files": [
  1106. "bootstrap.php"
  1107. ],
  1108. "psr-4": {
  1109. "Symfony\\Polyfill\\Php80\\": ""
  1110. },
  1111. "classmap": [
  1112. "Resources/stubs"
  1113. ]
  1114. },
  1115. "notification-url": "https://packagist.org/downloads/",
  1116. "license": [
  1117. "MIT"
  1118. ],
  1119. "authors": [
  1120. {
  1121. "name": "Ion Bazan",
  1122. "email": "ion.bazan@gmail.com"
  1123. },
  1124. {
  1125. "name": "Nicolas Grekas",
  1126. "email": "p@tchwork.com"
  1127. },
  1128. {
  1129. "name": "Symfony Community",
  1130. "homepage": "https://symfony.com/contributors"
  1131. }
  1132. ],
  1133. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1134. "homepage": "https://symfony.com",
  1135. "keywords": [
  1136. "compatibility",
  1137. "polyfill",
  1138. "portable",
  1139. "shim"
  1140. ],
  1141. "support": {
  1142. "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0"
  1143. },
  1144. "funding": [
  1145. {
  1146. "url": "https://symfony.com/sponsor",
  1147. "type": "custom"
  1148. },
  1149. {
  1150. "url": "https://github.com/fabpot",
  1151. "type": "github"
  1152. },
  1153. {
  1154. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1155. "type": "tidelift"
  1156. }
  1157. ],
  1158. "time": "2022-03-04T08:16:47+00:00"
  1159. },
  1160. {
  1161. "name": "twig/twig",
  1162. "version": "v3.3.8",
  1163. "source": {
  1164. "type": "git",
  1165. "url": "https://github.com/twigphp/Twig.git",
  1166. "reference": "972d8604a92b7054828b539f2febb0211dd5945c"
  1167. },
  1168. "dist": {
  1169. "type": "zip",
  1170. "url": "https://api.github.com/repos/twigphp/Twig/zipball/972d8604a92b7054828b539f2febb0211dd5945c",
  1171. "reference": "972d8604a92b7054828b539f2febb0211dd5945c",
  1172. "shasum": ""
  1173. },
  1174. "require": {
  1175. "php": ">=7.2.5",
  1176. "symfony/polyfill-ctype": "^1.8",
  1177. "symfony/polyfill-mbstring": "^1.3"
  1178. },
  1179. "require-dev": {
  1180. "psr/container": "^1.0",
  1181. "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
  1182. },
  1183. "type": "library",
  1184. "extra": {
  1185. "branch-alias": {
  1186. "dev-master": "3.3-dev"
  1187. }
  1188. },
  1189. "autoload": {
  1190. "psr-4": {
  1191. "Twig\\": "src/"
  1192. }
  1193. },
  1194. "notification-url": "https://packagist.org/downloads/",
  1195. "license": [
  1196. "BSD-3-Clause"
  1197. ],
  1198. "authors": [
  1199. {
  1200. "name": "Fabien Potencier",
  1201. "email": "fabien@symfony.com",
  1202. "homepage": "http://fabien.potencier.org",
  1203. "role": "Lead Developer"
  1204. },
  1205. {
  1206. "name": "Twig Team",
  1207. "role": "Contributors"
  1208. },
  1209. {
  1210. "name": "Armin Ronacher",
  1211. "email": "armin.ronacher@active-4.com",
  1212. "role": "Project Founder"
  1213. }
  1214. ],
  1215. "description": "Twig, the flexible, fast, and secure template language for PHP",
  1216. "homepage": "https://twig.symfony.com",
  1217. "keywords": [
  1218. "templating"
  1219. ],
  1220. "support": {
  1221. "issues": "https://github.com/twigphp/Twig/issues",
  1222. "source": "https://github.com/twigphp/Twig/tree/v3.3.8"
  1223. },
  1224. "funding": [
  1225. {
  1226. "url": "https://github.com/fabpot",
  1227. "type": "github"
  1228. },
  1229. {
  1230. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  1231. "type": "tidelift"
  1232. }
  1233. ],
  1234. "time": "2022-02-04T06:59:48+00:00"
  1235. }
  1236. ],
  1237. "packages-dev": [],
  1238. "aliases": [],
  1239. "minimum-stability": "stable",
  1240. "stability-flags": [],
  1241. "prefer-stable": false,
  1242. "prefer-lowest": false,
  1243. "platform": [],
  1244. "platform-dev": [],
  1245. "plugin-api-version": "2.1.0"
  1246. }