composer.lock 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114
  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": "8246b562aebb557e5e060b1c31ffc053",
  8. "packages": [
  9. {
  10. "name": "alchemy/binary-driver",
  11. "version": "v5.2.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/alchemy-fr/BinaryDriver.git",
  15. "reference": "e0615cdff315e6b4b05ada67906df6262a020d22"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/e0615cdff315e6b4b05ada67906df6262a020d22",
  20. "reference": "e0615cdff315e6b4b05ada67906df6262a020d22",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "evenement/evenement": "^3.0|^2.0|^1.0",
  25. "php": ">=5.5",
  26. "psr/log": "^1.0",
  27. "symfony/process": "^2.3|^3.0|^4.0|^5.0"
  28. },
  29. "require-dev": {
  30. "phpunit/phpunit": "^4.0|^5.0"
  31. },
  32. "type": "library",
  33. "autoload": {
  34. "psr-0": {
  35. "Alchemy": "src"
  36. }
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "MIT"
  41. ],
  42. "authors": [
  43. {
  44. "name": "Nicolas Le Goff",
  45. "email": "legoff.n@gmail.com"
  46. },
  47. {
  48. "name": "Romain Neutron",
  49. "email": "imprec@gmail.com",
  50. "homepage": "http://www.lickmychip.com/"
  51. },
  52. {
  53. "name": "Phraseanet Team",
  54. "email": "info@alchemy.fr",
  55. "homepage": "http://www.phraseanet.com/"
  56. },
  57. {
  58. "name": "Jens Hausdorf",
  59. "email": "mail@jens-hausdorf.de",
  60. "homepage": "https://jens-hausdorf.de",
  61. "role": "Maintainer"
  62. }
  63. ],
  64. "description": "A set of tools to build binary drivers",
  65. "keywords": [
  66. "binary",
  67. "driver"
  68. ],
  69. "support": {
  70. "issues": "https://github.com/alchemy-fr/BinaryDriver/issues",
  71. "source": "https://github.com/alchemy-fr/BinaryDriver/tree/master"
  72. },
  73. "time": "2020-02-12T19:35:11+00:00"
  74. },
  75. {
  76. "name": "evenement/evenement",
  77. "version": "v3.0.1",
  78. "source": {
  79. "type": "git",
  80. "url": "https://github.com/igorw/evenement.git",
  81. "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
  82. },
  83. "dist": {
  84. "type": "zip",
  85. "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
  86. "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
  87. "shasum": ""
  88. },
  89. "require": {
  90. "php": ">=7.0"
  91. },
  92. "require-dev": {
  93. "phpunit/phpunit": "^6.0"
  94. },
  95. "type": "library",
  96. "autoload": {
  97. "psr-0": {
  98. "Evenement": "src"
  99. }
  100. },
  101. "notification-url": "https://packagist.org/downloads/",
  102. "license": [
  103. "MIT"
  104. ],
  105. "authors": [
  106. {
  107. "name": "Igor Wiedler",
  108. "email": "igor@wiedler.ch"
  109. }
  110. ],
  111. "description": "Événement is a very simple event dispatching library for PHP",
  112. "keywords": [
  113. "event-dispatcher",
  114. "event-emitter"
  115. ],
  116. "support": {
  117. "issues": "https://github.com/igorw/evenement/issues",
  118. "source": "https://github.com/igorw/evenement/tree/master"
  119. },
  120. "time": "2017-07-23T21:35:13+00:00"
  121. },
  122. {
  123. "name": "neutron/temporary-filesystem",
  124. "version": "3.0.1",
  125. "source": {
  126. "type": "git",
  127. "url": "https://github.com/romainneutron/Temporary-Filesystem.git",
  128. "reference": "55f3d4896eff3bf070e491916e6c564db5e640b5"
  129. },
  130. "dist": {
  131. "type": "zip",
  132. "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/55f3d4896eff3bf070e491916e6c564db5e640b5",
  133. "reference": "55f3d4896eff3bf070e491916e6c564db5e640b5",
  134. "shasum": ""
  135. },
  136. "require": {
  137. "php": ">=5.6",
  138. "symfony/filesystem": "^2.3 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
  139. },
  140. "require-dev": {
  141. "symfony/phpunit-bridge": "^5.0.4 || ^6.0"
  142. },
  143. "type": "library",
  144. "autoload": {
  145. "psr-0": {
  146. "Neutron": "src"
  147. }
  148. },
  149. "notification-url": "https://packagist.org/downloads/",
  150. "license": [
  151. "MIT"
  152. ],
  153. "authors": [
  154. {
  155. "name": "Romain Neutron",
  156. "email": "imprec@gmail.com"
  157. }
  158. ],
  159. "description": "Symfony filesystem extension to handle temporary files",
  160. "support": {
  161. "issues": "https://github.com/romainneutron/Temporary-Filesystem/issues",
  162. "source": "https://github.com/romainneutron/Temporary-Filesystem/tree/3.0.1"
  163. },
  164. "time": "2021-12-14T07:30:33+00:00"
  165. },
  166. {
  167. "name": "php-ffmpeg/php-ffmpeg",
  168. "version": "v0.19.0",
  169. "source": {
  170. "type": "git",
  171. "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
  172. "reference": "22b71931fd1a97207788636b283eee1c0067eff7"
  173. },
  174. "dist": {
  175. "type": "zip",
  176. "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/22b71931fd1a97207788636b283eee1c0067eff7",
  177. "reference": "22b71931fd1a97207788636b283eee1c0067eff7",
  178. "shasum": ""
  179. },
  180. "require": {
  181. "alchemy/binary-driver": "^1.5 || ~2.0.0 || ^5.0",
  182. "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
  183. "neutron/temporary-filesystem": "^2.1.1 || ^3.0",
  184. "php": ">=5.5.9",
  185. "symfony/cache": "^3.1 || ^4.0 || ^5.0 || ^6.0"
  186. },
  187. "require-dev": {
  188. "symfony/phpunit-bridge": "^5.0.4",
  189. "symfony/process": "2.8 || 3.3"
  190. },
  191. "suggest": {
  192. "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
  193. },
  194. "type": "library",
  195. "extra": {
  196. "branch-alias": {
  197. "dev-master": "0.x-dev"
  198. }
  199. },
  200. "autoload": {
  201. "psr-0": {
  202. "FFMpeg": "src"
  203. }
  204. },
  205. "notification-url": "https://packagist.org/downloads/",
  206. "license": [
  207. "MIT"
  208. ],
  209. "authors": [
  210. {
  211. "name": "Romain Neutron",
  212. "email": "imprec@gmail.com",
  213. "homepage": "http://www.lickmychip.com/"
  214. },
  215. {
  216. "name": "Phraseanet Team",
  217. "email": "info@alchemy.fr",
  218. "homepage": "http://www.phraseanet.com/"
  219. },
  220. {
  221. "name": "Patrik Karisch",
  222. "email": "patrik@karisch.guru",
  223. "homepage": "http://www.karisch.guru"
  224. },
  225. {
  226. "name": "Romain Biard",
  227. "email": "romain.biard@gmail.com",
  228. "homepage": "https://www.strime.io/"
  229. },
  230. {
  231. "name": "Jens Hausdorf",
  232. "email": "hello@jens-hausdorf.de",
  233. "homepage": "https://jens-hausdorf.de"
  234. }
  235. ],
  236. "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
  237. "keywords": [
  238. "audio",
  239. "audio processing",
  240. "avconv",
  241. "avprobe",
  242. "ffmpeg",
  243. "ffprobe",
  244. "video",
  245. "video processing"
  246. ],
  247. "support": {
  248. "issues": "https://github.com/PHP-FFMpeg/PHP-FFMpeg/issues",
  249. "source": "https://github.com/PHP-FFMpeg/PHP-FFMpeg/tree/v0.19.0"
  250. },
  251. "time": "2021-12-20T11:51:26+00:00"
  252. },
  253. {
  254. "name": "psr/cache",
  255. "version": "3.0.0",
  256. "source": {
  257. "type": "git",
  258. "url": "https://github.com/php-fig/cache.git",
  259. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
  260. },
  261. "dist": {
  262. "type": "zip",
  263. "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  264. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  265. "shasum": ""
  266. },
  267. "require": {
  268. "php": ">=8.0.0"
  269. },
  270. "type": "library",
  271. "extra": {
  272. "branch-alias": {
  273. "dev-master": "1.0.x-dev"
  274. }
  275. },
  276. "autoload": {
  277. "psr-4": {
  278. "Psr\\Cache\\": "src/"
  279. }
  280. },
  281. "notification-url": "https://packagist.org/downloads/",
  282. "license": [
  283. "MIT"
  284. ],
  285. "authors": [
  286. {
  287. "name": "PHP-FIG",
  288. "homepage": "https://www.php-fig.org/"
  289. }
  290. ],
  291. "description": "Common interface for caching libraries",
  292. "keywords": [
  293. "cache",
  294. "psr",
  295. "psr-6"
  296. ],
  297. "support": {
  298. "source": "https://github.com/php-fig/cache/tree/3.0.0"
  299. },
  300. "time": "2021-02-03T23:26:27+00:00"
  301. },
  302. {
  303. "name": "psr/container",
  304. "version": "2.0.2",
  305. "source": {
  306. "type": "git",
  307. "url": "https://github.com/php-fig/container.git",
  308. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  309. },
  310. "dist": {
  311. "type": "zip",
  312. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  313. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  314. "shasum": ""
  315. },
  316. "require": {
  317. "php": ">=7.4.0"
  318. },
  319. "type": "library",
  320. "extra": {
  321. "branch-alias": {
  322. "dev-master": "2.0.x-dev"
  323. }
  324. },
  325. "autoload": {
  326. "psr-4": {
  327. "Psr\\Container\\": "src/"
  328. }
  329. },
  330. "notification-url": "https://packagist.org/downloads/",
  331. "license": [
  332. "MIT"
  333. ],
  334. "authors": [
  335. {
  336. "name": "PHP-FIG",
  337. "homepage": "https://www.php-fig.org/"
  338. }
  339. ],
  340. "description": "Common Container Interface (PHP FIG PSR-11)",
  341. "homepage": "https://github.com/php-fig/container",
  342. "keywords": [
  343. "PSR-11",
  344. "container",
  345. "container-interface",
  346. "container-interop",
  347. "psr"
  348. ],
  349. "support": {
  350. "issues": "https://github.com/php-fig/container/issues",
  351. "source": "https://github.com/php-fig/container/tree/2.0.2"
  352. },
  353. "time": "2021-11-05T16:47:00+00:00"
  354. },
  355. {
  356. "name": "psr/log",
  357. "version": "1.1.4",
  358. "source": {
  359. "type": "git",
  360. "url": "https://github.com/php-fig/log.git",
  361. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  362. },
  363. "dist": {
  364. "type": "zip",
  365. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  366. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  367. "shasum": ""
  368. },
  369. "require": {
  370. "php": ">=5.3.0"
  371. },
  372. "type": "library",
  373. "extra": {
  374. "branch-alias": {
  375. "dev-master": "1.1.x-dev"
  376. }
  377. },
  378. "autoload": {
  379. "psr-4": {
  380. "Psr\\Log\\": "Psr/Log/"
  381. }
  382. },
  383. "notification-url": "https://packagist.org/downloads/",
  384. "license": [
  385. "MIT"
  386. ],
  387. "authors": [
  388. {
  389. "name": "PHP-FIG",
  390. "homepage": "https://www.php-fig.org/"
  391. }
  392. ],
  393. "description": "Common interface for logging libraries",
  394. "homepage": "https://github.com/php-fig/log",
  395. "keywords": [
  396. "log",
  397. "psr",
  398. "psr-3"
  399. ],
  400. "support": {
  401. "source": "https://github.com/php-fig/log/tree/1.1.4"
  402. },
  403. "time": "2021-05-03T11:20:27+00:00"
  404. },
  405. {
  406. "name": "symfony/cache",
  407. "version": "v6.0.2",
  408. "source": {
  409. "type": "git",
  410. "url": "https://github.com/symfony/cache.git",
  411. "reference": "41bdcb2d067c68f338b0cfd46a86abd8309b4153"
  412. },
  413. "dist": {
  414. "type": "zip",
  415. "url": "https://api.github.com/repos/symfony/cache/zipball/41bdcb2d067c68f338b0cfd46a86abd8309b4153",
  416. "reference": "41bdcb2d067c68f338b0cfd46a86abd8309b4153",
  417. "shasum": ""
  418. },
  419. "require": {
  420. "php": ">=8.0.2",
  421. "psr/cache": "^2.0|^3.0",
  422. "psr/log": "^1.1|^2|^3",
  423. "symfony/cache-contracts": "^1.1.7|^2|^3",
  424. "symfony/service-contracts": "^1.1|^2|^3",
  425. "symfony/var-exporter": "^5.4|^6.0"
  426. },
  427. "conflict": {
  428. "doctrine/dbal": "<2.13.1",
  429. "symfony/dependency-injection": "<5.4",
  430. "symfony/http-kernel": "<5.4",
  431. "symfony/var-dumper": "<5.4"
  432. },
  433. "provide": {
  434. "psr/cache-implementation": "2.0|3.0",
  435. "psr/simple-cache-implementation": "1.0|2.0|3.0",
  436. "symfony/cache-implementation": "1.1|2.0|3.0"
  437. },
  438. "require-dev": {
  439. "cache/integration-tests": "dev-master",
  440. "doctrine/dbal": "^2.13.1|^3.0",
  441. "predis/predis": "^1.1",
  442. "psr/simple-cache": "^1.0|^2.0|^3.0",
  443. "symfony/config": "^5.4|^6.0",
  444. "symfony/dependency-injection": "^5.4|^6.0",
  445. "symfony/filesystem": "^5.4|^6.0",
  446. "symfony/http-kernel": "^5.4|^6.0",
  447. "symfony/messenger": "^5.4|^6.0",
  448. "symfony/var-dumper": "^5.4|^6.0"
  449. },
  450. "type": "library",
  451. "autoload": {
  452. "psr-4": {
  453. "Symfony\\Component\\Cache\\": ""
  454. },
  455. "exclude-from-classmap": [
  456. "/Tests/"
  457. ]
  458. },
  459. "notification-url": "https://packagist.org/downloads/",
  460. "license": [
  461. "MIT"
  462. ],
  463. "authors": [
  464. {
  465. "name": "Nicolas Grekas",
  466. "email": "p@tchwork.com"
  467. },
  468. {
  469. "name": "Symfony Community",
  470. "homepage": "https://symfony.com/contributors"
  471. }
  472. ],
  473. "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
  474. "homepage": "https://symfony.com",
  475. "keywords": [
  476. "caching",
  477. "psr6"
  478. ],
  479. "support": {
  480. "source": "https://github.com/symfony/cache/tree/v6.0.2"
  481. },
  482. "funding": [
  483. {
  484. "url": "https://symfony.com/sponsor",
  485. "type": "custom"
  486. },
  487. {
  488. "url": "https://github.com/fabpot",
  489. "type": "github"
  490. },
  491. {
  492. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  493. "type": "tidelift"
  494. }
  495. ],
  496. "time": "2021-12-29T13:00:11+00:00"
  497. },
  498. {
  499. "name": "symfony/cache-contracts",
  500. "version": "v3.0.0",
  501. "source": {
  502. "type": "git",
  503. "url": "https://github.com/symfony/cache-contracts.git",
  504. "reference": "2f7463f156cf9c665d9317e21a809c3bbff5754e"
  505. },
  506. "dist": {
  507. "type": "zip",
  508. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/2f7463f156cf9c665d9317e21a809c3bbff5754e",
  509. "reference": "2f7463f156cf9c665d9317e21a809c3bbff5754e",
  510. "shasum": ""
  511. },
  512. "require": {
  513. "php": ">=8.0.2",
  514. "psr/cache": "^3.0"
  515. },
  516. "suggest": {
  517. "symfony/cache-implementation": ""
  518. },
  519. "type": "library",
  520. "extra": {
  521. "branch-alias": {
  522. "dev-main": "3.0-dev"
  523. },
  524. "thanks": {
  525. "name": "symfony/contracts",
  526. "url": "https://github.com/symfony/contracts"
  527. }
  528. },
  529. "autoload": {
  530. "psr-4": {
  531. "Symfony\\Contracts\\Cache\\": ""
  532. }
  533. },
  534. "notification-url": "https://packagist.org/downloads/",
  535. "license": [
  536. "MIT"
  537. ],
  538. "authors": [
  539. {
  540. "name": "Nicolas Grekas",
  541. "email": "p@tchwork.com"
  542. },
  543. {
  544. "name": "Symfony Community",
  545. "homepage": "https://symfony.com/contributors"
  546. }
  547. ],
  548. "description": "Generic abstractions related to caching",
  549. "homepage": "https://symfony.com",
  550. "keywords": [
  551. "abstractions",
  552. "contracts",
  553. "decoupling",
  554. "interfaces",
  555. "interoperability",
  556. "standards"
  557. ],
  558. "support": {
  559. "source": "https://github.com/symfony/cache-contracts/tree/v3.0.0"
  560. },
  561. "funding": [
  562. {
  563. "url": "https://symfony.com/sponsor",
  564. "type": "custom"
  565. },
  566. {
  567. "url": "https://github.com/fabpot",
  568. "type": "github"
  569. },
  570. {
  571. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  572. "type": "tidelift"
  573. }
  574. ],
  575. "time": "2021-08-17T15:35:52+00:00"
  576. },
  577. {
  578. "name": "symfony/filesystem",
  579. "version": "v6.0.0",
  580. "source": {
  581. "type": "git",
  582. "url": "https://github.com/symfony/filesystem.git",
  583. "reference": "52b3c9cce673b014915445a432339f282e002ce6"
  584. },
  585. "dist": {
  586. "type": "zip",
  587. "url": "https://api.github.com/repos/symfony/filesystem/zipball/52b3c9cce673b014915445a432339f282e002ce6",
  588. "reference": "52b3c9cce673b014915445a432339f282e002ce6",
  589. "shasum": ""
  590. },
  591. "require": {
  592. "php": ">=8.0.2",
  593. "symfony/polyfill-ctype": "~1.8",
  594. "symfony/polyfill-mbstring": "~1.8"
  595. },
  596. "type": "library",
  597. "autoload": {
  598. "psr-4": {
  599. "Symfony\\Component\\Filesystem\\": ""
  600. },
  601. "exclude-from-classmap": [
  602. "/Tests/"
  603. ]
  604. },
  605. "notification-url": "https://packagist.org/downloads/",
  606. "license": [
  607. "MIT"
  608. ],
  609. "authors": [
  610. {
  611. "name": "Fabien Potencier",
  612. "email": "fabien@symfony.com"
  613. },
  614. {
  615. "name": "Symfony Community",
  616. "homepage": "https://symfony.com/contributors"
  617. }
  618. ],
  619. "description": "Provides basic utilities for the filesystem",
  620. "homepage": "https://symfony.com",
  621. "support": {
  622. "source": "https://github.com/symfony/filesystem/tree/v6.0.0"
  623. },
  624. "funding": [
  625. {
  626. "url": "https://symfony.com/sponsor",
  627. "type": "custom"
  628. },
  629. {
  630. "url": "https://github.com/fabpot",
  631. "type": "github"
  632. },
  633. {
  634. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  635. "type": "tidelift"
  636. }
  637. ],
  638. "time": "2021-10-29T07:35:21+00:00"
  639. },
  640. {
  641. "name": "symfony/polyfill-ctype",
  642. "version": "v1.24.0",
  643. "source": {
  644. "type": "git",
  645. "url": "https://github.com/symfony/polyfill-ctype.git",
  646. "reference": "30885182c981ab175d4d034db0f6f469898070ab"
  647. },
  648. "dist": {
  649. "type": "zip",
  650. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
  651. "reference": "30885182c981ab175d4d034db0f6f469898070ab",
  652. "shasum": ""
  653. },
  654. "require": {
  655. "php": ">=7.1"
  656. },
  657. "provide": {
  658. "ext-ctype": "*"
  659. },
  660. "suggest": {
  661. "ext-ctype": "For best performance"
  662. },
  663. "type": "library",
  664. "extra": {
  665. "branch-alias": {
  666. "dev-main": "1.23-dev"
  667. },
  668. "thanks": {
  669. "name": "symfony/polyfill",
  670. "url": "https://github.com/symfony/polyfill"
  671. }
  672. },
  673. "autoload": {
  674. "psr-4": {
  675. "Symfony\\Polyfill\\Ctype\\": ""
  676. },
  677. "files": [
  678. "bootstrap.php"
  679. ]
  680. },
  681. "notification-url": "https://packagist.org/downloads/",
  682. "license": [
  683. "MIT"
  684. ],
  685. "authors": [
  686. {
  687. "name": "Gert de Pagter",
  688. "email": "BackEndTea@gmail.com"
  689. },
  690. {
  691. "name": "Symfony Community",
  692. "homepage": "https://symfony.com/contributors"
  693. }
  694. ],
  695. "description": "Symfony polyfill for ctype functions",
  696. "homepage": "https://symfony.com",
  697. "keywords": [
  698. "compatibility",
  699. "ctype",
  700. "polyfill",
  701. "portable"
  702. ],
  703. "support": {
  704. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
  705. },
  706. "funding": [
  707. {
  708. "url": "https://symfony.com/sponsor",
  709. "type": "custom"
  710. },
  711. {
  712. "url": "https://github.com/fabpot",
  713. "type": "github"
  714. },
  715. {
  716. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  717. "type": "tidelift"
  718. }
  719. ],
  720. "time": "2021-10-20T20:35:02+00:00"
  721. },
  722. {
  723. "name": "symfony/polyfill-mbstring",
  724. "version": "v1.24.0",
  725. "source": {
  726. "type": "git",
  727. "url": "https://github.com/symfony/polyfill-mbstring.git",
  728. "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
  729. },
  730. "dist": {
  731. "type": "zip",
  732. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
  733. "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
  734. "shasum": ""
  735. },
  736. "require": {
  737. "php": ">=7.1"
  738. },
  739. "provide": {
  740. "ext-mbstring": "*"
  741. },
  742. "suggest": {
  743. "ext-mbstring": "For best performance"
  744. },
  745. "type": "library",
  746. "extra": {
  747. "branch-alias": {
  748. "dev-main": "1.23-dev"
  749. },
  750. "thanks": {
  751. "name": "symfony/polyfill",
  752. "url": "https://github.com/symfony/polyfill"
  753. }
  754. },
  755. "autoload": {
  756. "psr-4": {
  757. "Symfony\\Polyfill\\Mbstring\\": ""
  758. },
  759. "files": [
  760. "bootstrap.php"
  761. ]
  762. },
  763. "notification-url": "https://packagist.org/downloads/",
  764. "license": [
  765. "MIT"
  766. ],
  767. "authors": [
  768. {
  769. "name": "Nicolas Grekas",
  770. "email": "p@tchwork.com"
  771. },
  772. {
  773. "name": "Symfony Community",
  774. "homepage": "https://symfony.com/contributors"
  775. }
  776. ],
  777. "description": "Symfony polyfill for the Mbstring extension",
  778. "homepage": "https://symfony.com",
  779. "keywords": [
  780. "compatibility",
  781. "mbstring",
  782. "polyfill",
  783. "portable",
  784. "shim"
  785. ],
  786. "support": {
  787. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
  788. },
  789. "funding": [
  790. {
  791. "url": "https://symfony.com/sponsor",
  792. "type": "custom"
  793. },
  794. {
  795. "url": "https://github.com/fabpot",
  796. "type": "github"
  797. },
  798. {
  799. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  800. "type": "tidelift"
  801. }
  802. ],
  803. "time": "2021-11-30T18:21:41+00:00"
  804. },
  805. {
  806. "name": "symfony/polyfill-php80",
  807. "version": "v1.24.0",
  808. "source": {
  809. "type": "git",
  810. "url": "https://github.com/symfony/polyfill-php80.git",
  811. "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
  812. },
  813. "dist": {
  814. "type": "zip",
  815. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
  816. "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
  817. "shasum": ""
  818. },
  819. "require": {
  820. "php": ">=7.1"
  821. },
  822. "type": "library",
  823. "extra": {
  824. "branch-alias": {
  825. "dev-main": "1.23-dev"
  826. },
  827. "thanks": {
  828. "name": "symfony/polyfill",
  829. "url": "https://github.com/symfony/polyfill"
  830. }
  831. },
  832. "autoload": {
  833. "psr-4": {
  834. "Symfony\\Polyfill\\Php80\\": ""
  835. },
  836. "files": [
  837. "bootstrap.php"
  838. ],
  839. "classmap": [
  840. "Resources/stubs"
  841. ]
  842. },
  843. "notification-url": "https://packagist.org/downloads/",
  844. "license": [
  845. "MIT"
  846. ],
  847. "authors": [
  848. {
  849. "name": "Ion Bazan",
  850. "email": "ion.bazan@gmail.com"
  851. },
  852. {
  853. "name": "Nicolas Grekas",
  854. "email": "p@tchwork.com"
  855. },
  856. {
  857. "name": "Symfony Community",
  858. "homepage": "https://symfony.com/contributors"
  859. }
  860. ],
  861. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  862. "homepage": "https://symfony.com",
  863. "keywords": [
  864. "compatibility",
  865. "polyfill",
  866. "portable",
  867. "shim"
  868. ],
  869. "support": {
  870. "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
  871. },
  872. "funding": [
  873. {
  874. "url": "https://symfony.com/sponsor",
  875. "type": "custom"
  876. },
  877. {
  878. "url": "https://github.com/fabpot",
  879. "type": "github"
  880. },
  881. {
  882. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  883. "type": "tidelift"
  884. }
  885. ],
  886. "time": "2021-09-13T13:58:33+00:00"
  887. },
  888. {
  889. "name": "symfony/process",
  890. "version": "v5.4.2",
  891. "source": {
  892. "type": "git",
  893. "url": "https://github.com/symfony/process.git",
  894. "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4"
  895. },
  896. "dist": {
  897. "type": "zip",
  898. "url": "https://api.github.com/repos/symfony/process/zipball/2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
  899. "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
  900. "shasum": ""
  901. },
  902. "require": {
  903. "php": ">=7.2.5",
  904. "symfony/polyfill-php80": "^1.16"
  905. },
  906. "type": "library",
  907. "autoload": {
  908. "psr-4": {
  909. "Symfony\\Component\\Process\\": ""
  910. },
  911. "exclude-from-classmap": [
  912. "/Tests/"
  913. ]
  914. },
  915. "notification-url": "https://packagist.org/downloads/",
  916. "license": [
  917. "MIT"
  918. ],
  919. "authors": [
  920. {
  921. "name": "Fabien Potencier",
  922. "email": "fabien@symfony.com"
  923. },
  924. {
  925. "name": "Symfony Community",
  926. "homepage": "https://symfony.com/contributors"
  927. }
  928. ],
  929. "description": "Executes commands in sub-processes",
  930. "homepage": "https://symfony.com",
  931. "support": {
  932. "source": "https://github.com/symfony/process/tree/v5.4.2"
  933. },
  934. "funding": [
  935. {
  936. "url": "https://symfony.com/sponsor",
  937. "type": "custom"
  938. },
  939. {
  940. "url": "https://github.com/fabpot",
  941. "type": "github"
  942. },
  943. {
  944. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  945. "type": "tidelift"
  946. }
  947. ],
  948. "time": "2021-12-27T21:01:00+00:00"
  949. },
  950. {
  951. "name": "symfony/service-contracts",
  952. "version": "v3.0.0",
  953. "source": {
  954. "type": "git",
  955. "url": "https://github.com/symfony/service-contracts.git",
  956. "reference": "36715ebf9fb9db73db0cb24263c79077c6fe8603"
  957. },
  958. "dist": {
  959. "type": "zip",
  960. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/36715ebf9fb9db73db0cb24263c79077c6fe8603",
  961. "reference": "36715ebf9fb9db73db0cb24263c79077c6fe8603",
  962. "shasum": ""
  963. },
  964. "require": {
  965. "php": ">=8.0.2",
  966. "psr/container": "^2.0"
  967. },
  968. "conflict": {
  969. "ext-psr": "<1.1|>=2"
  970. },
  971. "suggest": {
  972. "symfony/service-implementation": ""
  973. },
  974. "type": "library",
  975. "extra": {
  976. "branch-alias": {
  977. "dev-main": "3.0-dev"
  978. },
  979. "thanks": {
  980. "name": "symfony/contracts",
  981. "url": "https://github.com/symfony/contracts"
  982. }
  983. },
  984. "autoload": {
  985. "psr-4": {
  986. "Symfony\\Contracts\\Service\\": ""
  987. }
  988. },
  989. "notification-url": "https://packagist.org/downloads/",
  990. "license": [
  991. "MIT"
  992. ],
  993. "authors": [
  994. {
  995. "name": "Nicolas Grekas",
  996. "email": "p@tchwork.com"
  997. },
  998. {
  999. "name": "Symfony Community",
  1000. "homepage": "https://symfony.com/contributors"
  1001. }
  1002. ],
  1003. "description": "Generic abstractions related to writing services",
  1004. "homepage": "https://symfony.com",
  1005. "keywords": [
  1006. "abstractions",
  1007. "contracts",
  1008. "decoupling",
  1009. "interfaces",
  1010. "interoperability",
  1011. "standards"
  1012. ],
  1013. "support": {
  1014. "source": "https://github.com/symfony/service-contracts/tree/v3.0.0"
  1015. },
  1016. "funding": [
  1017. {
  1018. "url": "https://symfony.com/sponsor",
  1019. "type": "custom"
  1020. },
  1021. {
  1022. "url": "https://github.com/fabpot",
  1023. "type": "github"
  1024. },
  1025. {
  1026. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1027. "type": "tidelift"
  1028. }
  1029. ],
  1030. "time": "2021-11-04T17:53:12+00:00"
  1031. },
  1032. {
  1033. "name": "symfony/var-exporter",
  1034. "version": "v6.0.0",
  1035. "source": {
  1036. "type": "git",
  1037. "url": "https://github.com/symfony/var-exporter.git",
  1038. "reference": "32cf62f12d35d441da1ca4a4c0fc1cd5f2a207af"
  1039. },
  1040. "dist": {
  1041. "type": "zip",
  1042. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/32cf62f12d35d441da1ca4a4c0fc1cd5f2a207af",
  1043. "reference": "32cf62f12d35d441da1ca4a4c0fc1cd5f2a207af",
  1044. "shasum": ""
  1045. },
  1046. "require": {
  1047. "php": ">=8.0.2"
  1048. },
  1049. "require-dev": {
  1050. "symfony/var-dumper": "^5.4|^6.0"
  1051. },
  1052. "type": "library",
  1053. "autoload": {
  1054. "psr-4": {
  1055. "Symfony\\Component\\VarExporter\\": ""
  1056. },
  1057. "exclude-from-classmap": [
  1058. "/Tests/"
  1059. ]
  1060. },
  1061. "notification-url": "https://packagist.org/downloads/",
  1062. "license": [
  1063. "MIT"
  1064. ],
  1065. "authors": [
  1066. {
  1067. "name": "Nicolas Grekas",
  1068. "email": "p@tchwork.com"
  1069. },
  1070. {
  1071. "name": "Symfony Community",
  1072. "homepage": "https://symfony.com/contributors"
  1073. }
  1074. ],
  1075. "description": "Allows exporting any serializable PHP data structure to plain PHP code",
  1076. "homepage": "https://symfony.com",
  1077. "keywords": [
  1078. "clone",
  1079. "construct",
  1080. "export",
  1081. "hydrate",
  1082. "instantiate",
  1083. "serialize"
  1084. ],
  1085. "support": {
  1086. "source": "https://github.com/symfony/var-exporter/tree/v6.0.0"
  1087. },
  1088. "funding": [
  1089. {
  1090. "url": "https://symfony.com/sponsor",
  1091. "type": "custom"
  1092. },
  1093. {
  1094. "url": "https://github.com/fabpot",
  1095. "type": "github"
  1096. },
  1097. {
  1098. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1099. "type": "tidelift"
  1100. }
  1101. ],
  1102. "time": "2021-11-22T10:44:58+00:00"
  1103. }
  1104. ],
  1105. "packages-dev": [],
  1106. "aliases": [],
  1107. "minimum-stability": "stable",
  1108. "stability-flags": [],
  1109. "prefer-stable": false,
  1110. "prefer-lowest": false,
  1111. "platform": [],
  1112. "platform-dev": [],
  1113. "plugin-api-version": "2.2.0"
  1114. }