installed.json 40 KB

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