composer.lock 43 KB

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