installed.json 45 KB

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