composer.lock 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937
  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": "86c80d1610a0e57781400e8ae2182a67",
  8. "packages": [
  9. {
  10. "name": "evenement/evenement",
  11. "version": "v3.0.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/igorw/evenement.git",
  15. "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc",
  20. "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=7.0"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "^9 || ^6"
  28. },
  29. "type": "library",
  30. "autoload": {
  31. "psr-4": {
  32. "Evenement\\": "src/"
  33. }
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "MIT"
  38. ],
  39. "authors": [
  40. {
  41. "name": "Igor Wiedler",
  42. "email": "[email protected]"
  43. }
  44. ],
  45. "description": "Événement is a very simple event dispatching library for PHP",
  46. "keywords": [
  47. "event-dispatcher",
  48. "event-emitter"
  49. ],
  50. "support": {
  51. "issues": "https://github.com/igorw/evenement/issues",
  52. "source": "https://github.com/igorw/evenement/tree/v3.0.2"
  53. },
  54. "time": "2023-08-08T05:53:35+00:00"
  55. },
  56. {
  57. "name": "pecee/simple-router",
  58. "version": "5.4.1.7",
  59. "source": {
  60. "type": "git",
  61. "url": "https://github.com/skipperbent/simple-php-router.git",
  62. "reference": "a2843d5b1e037f8b61cc99f27eab52a28bf41dfd"
  63. },
  64. "dist": {
  65. "type": "zip",
  66. "url": "https://api.github.com/repos/skipperbent/simple-php-router/zipball/a2843d5b1e037f8b61cc99f27eab52a28bf41dfd",
  67. "reference": "a2843d5b1e037f8b61cc99f27eab52a28bf41dfd",
  68. "shasum": ""
  69. },
  70. "require": {
  71. "ext-json": "*",
  72. "php": ">=7.4"
  73. },
  74. "require-dev": {
  75. "mockery/mockery": "^1",
  76. "phpstan/phpstan": "^1",
  77. "phpstan/phpstan-deprecation-rules": "^1",
  78. "phpstan/phpstan-phpunit": "^1",
  79. "phpstan/phpstan-strict-rules": "^1",
  80. "phpunit/phpunit": "^8"
  81. },
  82. "type": "library",
  83. "autoload": {
  84. "psr-4": {
  85. "Pecee\\": "src/Pecee/"
  86. }
  87. },
  88. "notification-url": "https://packagist.org/downloads/",
  89. "license": [
  90. "MIT"
  91. ],
  92. "authors": [
  93. {
  94. "name": "Simon Sessingø",
  95. "email": "[email protected]"
  96. }
  97. ],
  98. "description": "Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.",
  99. "keywords": [
  100. "framework",
  101. "input-handler",
  102. "laravel",
  103. "pecee",
  104. "php",
  105. "request-handler",
  106. "route",
  107. "router",
  108. "routing",
  109. "routing-engine",
  110. "simple-php-router",
  111. "url-handling"
  112. ],
  113. "support": {
  114. "issues": "https://github.com/skipperbent/simple-php-router/issues",
  115. "source": "https://github.com/skipperbent/simple-php-router/issues"
  116. },
  117. "time": "2023-12-11T21:48:25+00:00"
  118. },
  119. {
  120. "name": "php-ffmpeg/php-ffmpeg",
  121. "version": "v1.3.2",
  122. "source": {
  123. "type": "git",
  124. "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
  125. "reference": "8e74bdc07ad200da7a6cfb21ec2652875e4368e0"
  126. },
  127. "dist": {
  128. "type": "zip",
  129. "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/8e74bdc07ad200da7a6cfb21ec2652875e4368e0",
  130. "reference": "8e74bdc07ad200da7a6cfb21ec2652875e4368e0",
  131. "shasum": ""
  132. },
  133. "require": {
  134. "evenement/evenement": "^3.0",
  135. "php": "^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4",
  136. "psr/log": "^1.0 || ^2.0 || ^3.0",
  137. "spatie/temporary-directory": "^2.0",
  138. "symfony/cache": "^5.4 || ^6.0 || ^7.0",
  139. "symfony/process": "^5.4 || ^6.0 || ^7.0"
  140. },
  141. "require-dev": {
  142. "mockery/mockery": "^1.5",
  143. "phpunit/phpunit": "^9.5.10 || ^10.0"
  144. },
  145. "suggest": {
  146. "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
  147. },
  148. "type": "library",
  149. "autoload": {
  150. "psr-4": {
  151. "FFMpeg\\": "src/FFMpeg",
  152. "Alchemy\\BinaryDriver\\": "src/Alchemy/BinaryDriver"
  153. }
  154. },
  155. "notification-url": "https://packagist.org/downloads/",
  156. "license": [
  157. "MIT"
  158. ],
  159. "authors": [
  160. {
  161. "name": "Romain Neutron",
  162. "email": "[email protected]",
  163. "homepage": "http://www.lickmychip.com/"
  164. },
  165. {
  166. "name": "Phraseanet Team",
  167. "email": "[email protected]",
  168. "homepage": "http://www.phraseanet.com/"
  169. },
  170. {
  171. "name": "Patrik Karisch",
  172. "email": "[email protected]",
  173. "homepage": "http://www.karisch.guru"
  174. },
  175. {
  176. "name": "Romain Biard",
  177. "email": "[email protected]",
  178. "homepage": "https://www.strime.io/"
  179. },
  180. {
  181. "name": "Jens Hausdorf",
  182. "email": "[email protected]",
  183. "homepage": "https://jens-hausdorf.de"
  184. },
  185. {
  186. "name": "Pascal Baljet",
  187. "email": "[email protected]",
  188. "homepage": "https://protone.media"
  189. }
  190. ],
  191. "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
  192. "keywords": [
  193. "audio",
  194. "audio processing",
  195. "avconv",
  196. "avprobe",
  197. "ffmpeg",
  198. "ffprobe",
  199. "video",
  200. "video processing"
  201. ],
  202. "support": {
  203. "issues": "https://github.com/PHP-FFMpeg/PHP-FFMpeg/issues",
  204. "source": "https://github.com/PHP-FFMpeg/PHP-FFMpeg/tree/v1.3.2"
  205. },
  206. "time": "2025-04-01T20:36:46+00:00"
  207. },
  208. {
  209. "name": "psr/cache",
  210. "version": "3.0.0",
  211. "source": {
  212. "type": "git",
  213. "url": "https://github.com/php-fig/cache.git",
  214. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
  215. },
  216. "dist": {
  217. "type": "zip",
  218. "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  219. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  220. "shasum": ""
  221. },
  222. "require": {
  223. "php": ">=8.0.0"
  224. },
  225. "type": "library",
  226. "extra": {
  227. "branch-alias": {
  228. "dev-master": "1.0.x-dev"
  229. }
  230. },
  231. "autoload": {
  232. "psr-4": {
  233. "Psr\\Cache\\": "src/"
  234. }
  235. },
  236. "notification-url": "https://packagist.org/downloads/",
  237. "license": [
  238. "MIT"
  239. ],
  240. "authors": [
  241. {
  242. "name": "PHP-FIG",
  243. "homepage": "https://www.php-fig.org/"
  244. }
  245. ],
  246. "description": "Common interface for caching libraries",
  247. "keywords": [
  248. "cache",
  249. "psr",
  250. "psr-6"
  251. ],
  252. "support": {
  253. "source": "https://github.com/php-fig/cache/tree/3.0.0"
  254. },
  255. "time": "2021-02-03T23:26:27+00:00"
  256. },
  257. {
  258. "name": "psr/container",
  259. "version": "2.0.2",
  260. "source": {
  261. "type": "git",
  262. "url": "https://github.com/php-fig/container.git",
  263. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  264. },
  265. "dist": {
  266. "type": "zip",
  267. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  268. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  269. "shasum": ""
  270. },
  271. "require": {
  272. "php": ">=7.4.0"
  273. },
  274. "type": "library",
  275. "extra": {
  276. "branch-alias": {
  277. "dev-master": "2.0.x-dev"
  278. }
  279. },
  280. "autoload": {
  281. "psr-4": {
  282. "Psr\\Container\\": "src/"
  283. }
  284. },
  285. "notification-url": "https://packagist.org/downloads/",
  286. "license": [
  287. "MIT"
  288. ],
  289. "authors": [
  290. {
  291. "name": "PHP-FIG",
  292. "homepage": "https://www.php-fig.org/"
  293. }
  294. ],
  295. "description": "Common Container Interface (PHP FIG PSR-11)",
  296. "homepage": "https://github.com/php-fig/container",
  297. "keywords": [
  298. "PSR-11",
  299. "container",
  300. "container-interface",
  301. "container-interop",
  302. "psr"
  303. ],
  304. "support": {
  305. "issues": "https://github.com/php-fig/container/issues",
  306. "source": "https://github.com/php-fig/container/tree/2.0.2"
  307. },
  308. "time": "2021-11-05T16:47:00+00:00"
  309. },
  310. {
  311. "name": "psr/log",
  312. "version": "3.0.2",
  313. "source": {
  314. "type": "git",
  315. "url": "https://github.com/php-fig/log.git",
  316. "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
  317. },
  318. "dist": {
  319. "type": "zip",
  320. "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
  321. "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
  322. "shasum": ""
  323. },
  324. "require": {
  325. "php": ">=8.0.0"
  326. },
  327. "type": "library",
  328. "extra": {
  329. "branch-alias": {
  330. "dev-master": "3.x-dev"
  331. }
  332. },
  333. "autoload": {
  334. "psr-4": {
  335. "Psr\\Log\\": "src"
  336. }
  337. },
  338. "notification-url": "https://packagist.org/downloads/",
  339. "license": [
  340. "MIT"
  341. ],
  342. "authors": [
  343. {
  344. "name": "PHP-FIG",
  345. "homepage": "https://www.php-fig.org/"
  346. }
  347. ],
  348. "description": "Common interface for logging libraries",
  349. "homepage": "https://github.com/php-fig/log",
  350. "keywords": [
  351. "log",
  352. "psr",
  353. "psr-3"
  354. ],
  355. "support": {
  356. "source": "https://github.com/php-fig/log/tree/3.0.2"
  357. },
  358. "time": "2024-09-11T13:17:53+00:00"
  359. },
  360. {
  361. "name": "ralouphie/mimey",
  362. "version": "1.0.2",
  363. "source": {
  364. "type": "git",
  365. "url": "https://github.com/ralouphie/mimey.git",
  366. "reference": "2a0e997c733b7c2f9f8b61cafb006fd5fb9fa15a"
  367. },
  368. "dist": {
  369. "type": "zip",
  370. "url": "https://api.github.com/repos/ralouphie/mimey/zipball/2a0e997c733b7c2f9f8b61cafb006fd5fb9fa15a",
  371. "reference": "2a0e997c733b7c2f9f8b61cafb006fd5fb9fa15a",
  372. "shasum": ""
  373. },
  374. "require": {
  375. "php": ">=5.3"
  376. },
  377. "require-dev": {
  378. "phpunit/phpunit": "~3.7.0",
  379. "satooshi/php-coveralls": ">=1.0"
  380. },
  381. "type": "library",
  382. "autoload": {
  383. "psr-4": {
  384. "Mimey\\": "src/"
  385. }
  386. },
  387. "notification-url": "https://packagist.org/downloads/",
  388. "license": [
  389. "MIT"
  390. ],
  391. "authors": [
  392. {
  393. "name": "Ralph Khattar",
  394. "email": "[email protected]"
  395. }
  396. ],
  397. "description": "PHP package for converting file extensions to MIME types and vice versa.",
  398. "support": {
  399. "issues": "https://github.com/ralouphie/mimey/issues",
  400. "source": "https://github.com/ralouphie/mimey/tree/master"
  401. },
  402. "time": "2016-09-28T03:36:23+00:00"
  403. },
  404. {
  405. "name": "spatie/temporary-directory",
  406. "version": "2.3.0",
  407. "source": {
  408. "type": "git",
  409. "url": "https://github.com/spatie/temporary-directory.git",
  410. "reference": "580eddfe9a0a41a902cac6eeb8f066b42e65a32b"
  411. },
  412. "dist": {
  413. "type": "zip",
  414. "url": "https://api.github.com/repos/spatie/temporary-directory/zipball/580eddfe9a0a41a902cac6eeb8f066b42e65a32b",
  415. "reference": "580eddfe9a0a41a902cac6eeb8f066b42e65a32b",
  416. "shasum": ""
  417. },
  418. "require": {
  419. "php": "^8.0"
  420. },
  421. "require-dev": {
  422. "phpunit/phpunit": "^9.5"
  423. },
  424. "type": "library",
  425. "autoload": {
  426. "psr-4": {
  427. "Spatie\\TemporaryDirectory\\": "src"
  428. }
  429. },
  430. "notification-url": "https://packagist.org/downloads/",
  431. "license": [
  432. "MIT"
  433. ],
  434. "authors": [
  435. {
  436. "name": "Alex Vanderbist",
  437. "email": "[email protected]",
  438. "homepage": "https://spatie.be",
  439. "role": "Developer"
  440. }
  441. ],
  442. "description": "Easily create, use and destroy temporary directories",
  443. "homepage": "https://github.com/spatie/temporary-directory",
  444. "keywords": [
  445. "php",
  446. "spatie",
  447. "temporary-directory"
  448. ],
  449. "support": {
  450. "issues": "https://github.com/spatie/temporary-directory/issues",
  451. "source": "https://github.com/spatie/temporary-directory/tree/2.3.0"
  452. },
  453. "funding": [
  454. {
  455. "url": "https://spatie.be/open-source/support-us",
  456. "type": "custom"
  457. },
  458. {
  459. "url": "https://github.com/spatie",
  460. "type": "github"
  461. }
  462. ],
  463. "time": "2025-01-13T13:04:43+00:00"
  464. },
  465. {
  466. "name": "symfony/cache",
  467. "version": "v7.3.0",
  468. "source": {
  469. "type": "git",
  470. "url": "https://github.com/symfony/cache.git",
  471. "reference": "c4b217b578c11ec764867aa0c73e602c602965de"
  472. },
  473. "dist": {
  474. "type": "zip",
  475. "url": "https://api.github.com/repos/symfony/cache/zipball/c4b217b578c11ec764867aa0c73e602c602965de",
  476. "reference": "c4b217b578c11ec764867aa0c73e602c602965de",
  477. "shasum": ""
  478. },
  479. "require": {
  480. "php": ">=8.2",
  481. "psr/cache": "^2.0|^3.0",
  482. "psr/log": "^1.1|^2|^3",
  483. "symfony/cache-contracts": "^3.6",
  484. "symfony/deprecation-contracts": "^2.5|^3.0",
  485. "symfony/service-contracts": "^2.5|^3",
  486. "symfony/var-exporter": "^6.4|^7.0"
  487. },
  488. "conflict": {
  489. "doctrine/dbal": "<3.6",
  490. "symfony/dependency-injection": "<6.4",
  491. "symfony/http-kernel": "<6.4",
  492. "symfony/var-dumper": "<6.4"
  493. },
  494. "provide": {
  495. "psr/cache-implementation": "2.0|3.0",
  496. "psr/simple-cache-implementation": "1.0|2.0|3.0",
  497. "symfony/cache-implementation": "1.1|2.0|3.0"
  498. },
  499. "require-dev": {
  500. "cache/integration-tests": "dev-master",
  501. "doctrine/dbal": "^3.6|^4",
  502. "predis/predis": "^1.1|^2.0",
  503. "psr/simple-cache": "^1.0|^2.0|^3.0",
  504. "symfony/clock": "^6.4|^7.0",
  505. "symfony/config": "^6.4|^7.0",
  506. "symfony/dependency-injection": "^6.4|^7.0",
  507. "symfony/filesystem": "^6.4|^7.0",
  508. "symfony/http-kernel": "^6.4|^7.0",
  509. "symfony/messenger": "^6.4|^7.0",
  510. "symfony/var-dumper": "^6.4|^7.0"
  511. },
  512. "type": "library",
  513. "autoload": {
  514. "psr-4": {
  515. "Symfony\\Component\\Cache\\": ""
  516. },
  517. "classmap": [
  518. "Traits/ValueWrapper.php"
  519. ],
  520. "exclude-from-classmap": [
  521. "/Tests/"
  522. ]
  523. },
  524. "notification-url": "https://packagist.org/downloads/",
  525. "license": [
  526. "MIT"
  527. ],
  528. "authors": [
  529. {
  530. "name": "Nicolas Grekas",
  531. "email": "[email protected]"
  532. },
  533. {
  534. "name": "Symfony Community",
  535. "homepage": "https://symfony.com/contributors"
  536. }
  537. ],
  538. "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
  539. "homepage": "https://symfony.com",
  540. "keywords": [
  541. "caching",
  542. "psr6"
  543. ],
  544. "support": {
  545. "source": "https://github.com/symfony/cache/tree/v7.3.0"
  546. },
  547. "funding": [
  548. {
  549. "url": "https://symfony.com/sponsor",
  550. "type": "custom"
  551. },
  552. {
  553. "url": "https://github.com/fabpot",
  554. "type": "github"
  555. },
  556. {
  557. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  558. "type": "tidelift"
  559. }
  560. ],
  561. "time": "2025-05-06T19:00:13+00:00"
  562. },
  563. {
  564. "name": "symfony/cache-contracts",
  565. "version": "v3.6.0",
  566. "source": {
  567. "type": "git",
  568. "url": "https://github.com/symfony/cache-contracts.git",
  569. "reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868"
  570. },
  571. "dist": {
  572. "type": "zip",
  573. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/5d68a57d66910405e5c0b63d6f0af941e66fc868",
  574. "reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868",
  575. "shasum": ""
  576. },
  577. "require": {
  578. "php": ">=8.1",
  579. "psr/cache": "^3.0"
  580. },
  581. "type": "library",
  582. "extra": {
  583. "thanks": {
  584. "url": "https://github.com/symfony/contracts",
  585. "name": "symfony/contracts"
  586. },
  587. "branch-alias": {
  588. "dev-main": "3.6-dev"
  589. }
  590. },
  591. "autoload": {
  592. "psr-4": {
  593. "Symfony\\Contracts\\Cache\\": ""
  594. }
  595. },
  596. "notification-url": "https://packagist.org/downloads/",
  597. "license": [
  598. "MIT"
  599. ],
  600. "authors": [
  601. {
  602. "name": "Nicolas Grekas",
  603. "email": "[email protected]"
  604. },
  605. {
  606. "name": "Symfony Community",
  607. "homepage": "https://symfony.com/contributors"
  608. }
  609. ],
  610. "description": "Generic abstractions related to caching",
  611. "homepage": "https://symfony.com",
  612. "keywords": [
  613. "abstractions",
  614. "contracts",
  615. "decoupling",
  616. "interfaces",
  617. "interoperability",
  618. "standards"
  619. ],
  620. "support": {
  621. "source": "https://github.com/symfony/cache-contracts/tree/v3.6.0"
  622. },
  623. "funding": [
  624. {
  625. "url": "https://symfony.com/sponsor",
  626. "type": "custom"
  627. },
  628. {
  629. "url": "https://github.com/fabpot",
  630. "type": "github"
  631. },
  632. {
  633. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  634. "type": "tidelift"
  635. }
  636. ],
  637. "time": "2025-03-13T15:25:07+00:00"
  638. },
  639. {
  640. "name": "symfony/deprecation-contracts",
  641. "version": "v3.6.0",
  642. "source": {
  643. "type": "git",
  644. "url": "https://github.com/symfony/deprecation-contracts.git",
  645. "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
  646. },
  647. "dist": {
  648. "type": "zip",
  649. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
  650. "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
  651. "shasum": ""
  652. },
  653. "require": {
  654. "php": ">=8.1"
  655. },
  656. "type": "library",
  657. "extra": {
  658. "thanks": {
  659. "url": "https://github.com/symfony/contracts",
  660. "name": "symfony/contracts"
  661. },
  662. "branch-alias": {
  663. "dev-main": "3.6-dev"
  664. }
  665. },
  666. "autoload": {
  667. "files": [
  668. "function.php"
  669. ]
  670. },
  671. "notification-url": "https://packagist.org/downloads/",
  672. "license": [
  673. "MIT"
  674. ],
  675. "authors": [
  676. {
  677. "name": "Nicolas Grekas",
  678. "email": "[email protected]"
  679. },
  680. {
  681. "name": "Symfony Community",
  682. "homepage": "https://symfony.com/contributors"
  683. }
  684. ],
  685. "description": "A generic function and convention to trigger deprecation notices",
  686. "homepage": "https://symfony.com",
  687. "support": {
  688. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
  689. },
  690. "funding": [
  691. {
  692. "url": "https://symfony.com/sponsor",
  693. "type": "custom"
  694. },
  695. {
  696. "url": "https://github.com/fabpot",
  697. "type": "github"
  698. },
  699. {
  700. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  701. "type": "tidelift"
  702. }
  703. ],
  704. "time": "2024-09-25T14:21:43+00:00"
  705. },
  706. {
  707. "name": "symfony/process",
  708. "version": "v7.3.0",
  709. "source": {
  710. "type": "git",
  711. "url": "https://github.com/symfony/process.git",
  712. "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af"
  713. },
  714. "dist": {
  715. "type": "zip",
  716. "url": "https://api.github.com/repos/symfony/process/zipball/40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
  717. "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
  718. "shasum": ""
  719. },
  720. "require": {
  721. "php": ">=8.2"
  722. },
  723. "type": "library",
  724. "autoload": {
  725. "psr-4": {
  726. "Symfony\\Component\\Process\\": ""
  727. },
  728. "exclude-from-classmap": [
  729. "/Tests/"
  730. ]
  731. },
  732. "notification-url": "https://packagist.org/downloads/",
  733. "license": [
  734. "MIT"
  735. ],
  736. "authors": [
  737. {
  738. "name": "Fabien Potencier",
  739. "email": "[email protected]"
  740. },
  741. {
  742. "name": "Symfony Community",
  743. "homepage": "https://symfony.com/contributors"
  744. }
  745. ],
  746. "description": "Executes commands in sub-processes",
  747. "homepage": "https://symfony.com",
  748. "support": {
  749. "source": "https://github.com/symfony/process/tree/v7.3.0"
  750. },
  751. "funding": [
  752. {
  753. "url": "https://symfony.com/sponsor",
  754. "type": "custom"
  755. },
  756. {
  757. "url": "https://github.com/fabpot",
  758. "type": "github"
  759. },
  760. {
  761. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  762. "type": "tidelift"
  763. }
  764. ],
  765. "time": "2025-04-17T09:11:12+00:00"
  766. },
  767. {
  768. "name": "symfony/service-contracts",
  769. "version": "v3.6.0",
  770. "source": {
  771. "type": "git",
  772. "url": "https://github.com/symfony/service-contracts.git",
  773. "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4"
  774. },
  775. "dist": {
  776. "type": "zip",
  777. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
  778. "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
  779. "shasum": ""
  780. },
  781. "require": {
  782. "php": ">=8.1",
  783. "psr/container": "^1.1|^2.0",
  784. "symfony/deprecation-contracts": "^2.5|^3"
  785. },
  786. "conflict": {
  787. "ext-psr": "<1.1|>=2"
  788. },
  789. "type": "library",
  790. "extra": {
  791. "thanks": {
  792. "url": "https://github.com/symfony/contracts",
  793. "name": "symfony/contracts"
  794. },
  795. "branch-alias": {
  796. "dev-main": "3.6-dev"
  797. }
  798. },
  799. "autoload": {
  800. "psr-4": {
  801. "Symfony\\Contracts\\Service\\": ""
  802. },
  803. "exclude-from-classmap": [
  804. "/Test/"
  805. ]
  806. },
  807. "notification-url": "https://packagist.org/downloads/",
  808. "license": [
  809. "MIT"
  810. ],
  811. "authors": [
  812. {
  813. "name": "Nicolas Grekas",
  814. "email": "[email protected]"
  815. },
  816. {
  817. "name": "Symfony Community",
  818. "homepage": "https://symfony.com/contributors"
  819. }
  820. ],
  821. "description": "Generic abstractions related to writing services",
  822. "homepage": "https://symfony.com",
  823. "keywords": [
  824. "abstractions",
  825. "contracts",
  826. "decoupling",
  827. "interfaces",
  828. "interoperability",
  829. "standards"
  830. ],
  831. "support": {
  832. "source": "https://github.com/symfony/service-contracts/tree/v3.6.0"
  833. },
  834. "funding": [
  835. {
  836. "url": "https://symfony.com/sponsor",
  837. "type": "custom"
  838. },
  839. {
  840. "url": "https://github.com/fabpot",
  841. "type": "github"
  842. },
  843. {
  844. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  845. "type": "tidelift"
  846. }
  847. ],
  848. "time": "2025-04-25T09:37:31+00:00"
  849. },
  850. {
  851. "name": "symfony/var-exporter",
  852. "version": "v7.3.0",
  853. "source": {
  854. "type": "git",
  855. "url": "https://github.com/symfony/var-exporter.git",
  856. "reference": "c9a1168891b5aaadfd6332ef44393330b3498c4c"
  857. },
  858. "dist": {
  859. "type": "zip",
  860. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/c9a1168891b5aaadfd6332ef44393330b3498c4c",
  861. "reference": "c9a1168891b5aaadfd6332ef44393330b3498c4c",
  862. "shasum": ""
  863. },
  864. "require": {
  865. "php": ">=8.2",
  866. "symfony/deprecation-contracts": "^2.5|^3"
  867. },
  868. "require-dev": {
  869. "symfony/property-access": "^6.4|^7.0",
  870. "symfony/serializer": "^6.4|^7.0",
  871. "symfony/var-dumper": "^6.4|^7.0"
  872. },
  873. "type": "library",
  874. "autoload": {
  875. "psr-4": {
  876. "Symfony\\Component\\VarExporter\\": ""
  877. },
  878. "exclude-from-classmap": [
  879. "/Tests/"
  880. ]
  881. },
  882. "notification-url": "https://packagist.org/downloads/",
  883. "license": [
  884. "MIT"
  885. ],
  886. "authors": [
  887. {
  888. "name": "Nicolas Grekas",
  889. "email": "[email protected]"
  890. },
  891. {
  892. "name": "Symfony Community",
  893. "homepage": "https://symfony.com/contributors"
  894. }
  895. ],
  896. "description": "Allows exporting any serializable PHP data structure to plain PHP code",
  897. "homepage": "https://symfony.com",
  898. "keywords": [
  899. "clone",
  900. "construct",
  901. "export",
  902. "hydrate",
  903. "instantiate",
  904. "lazy-loading",
  905. "proxy",
  906. "serialize"
  907. ],
  908. "support": {
  909. "source": "https://github.com/symfony/var-exporter/tree/v7.3.0"
  910. },
  911. "funding": [
  912. {
  913. "url": "https://symfony.com/sponsor",
  914. "type": "custom"
  915. },
  916. {
  917. "url": "https://github.com/fabpot",
  918. "type": "github"
  919. },
  920. {
  921. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  922. "type": "tidelift"
  923. }
  924. ],
  925. "time": "2025-05-15T09:04:05+00:00"
  926. }
  927. ],
  928. "packages-dev": [],
  929. "aliases": [],
  930. "minimum-stability": "stable",
  931. "stability-flags": {},
  932. "prefer-stable": false,
  933. "prefer-lowest": false,
  934. "platform": {},
  935. "platform-dev": {},
  936. "plugin-api-version": "2.6.0"
  937. }