composer.lock 42 KB

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