installed.json 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378
  1. {
  2. "packages": [
  3. {
  4. "name": "doctrine/lexer",
  5. "version": "1.2.3",
  6. "version_normalized": "1.2.3.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/doctrine/lexer.git",
  10. "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
  15. "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": "^7.1 || ^8.0"
  20. },
  21. "require-dev": {
  22. "doctrine/coding-standard": "^9.0",
  23. "phpstan/phpstan": "^1.3",
  24. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  25. "vimeo/psalm": "^4.11"
  26. },
  27. "time": "2022-02-28T11:07:21+00:00",
  28. "type": "library",
  29. "installation-source": "dist",
  30. "autoload": {
  31. "psr-4": {
  32. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  33. }
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "MIT"
  38. ],
  39. "authors": [
  40. {
  41. "name": "Guilherme Blanco",
  42. "email": "guilhermeblanco@gmail.com"
  43. },
  44. {
  45. "name": "Roman Borschel",
  46. "email": "roman@code-factory.org"
  47. },
  48. {
  49. "name": "Johannes Schmitt",
  50. "email": "schmittjoh@gmail.com"
  51. }
  52. ],
  53. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  54. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  55. "keywords": [
  56. "annotations",
  57. "docblock",
  58. "lexer",
  59. "parser",
  60. "php"
  61. ],
  62. "support": {
  63. "issues": "https://github.com/doctrine/lexer/issues",
  64. "source": "https://github.com/doctrine/lexer/tree/1.2.3"
  65. },
  66. "funding": [
  67. {
  68. "url": "https://www.doctrine-project.org/sponsorship.html",
  69. "type": "custom"
  70. },
  71. {
  72. "url": "https://www.patreon.com/phpdoctrine",
  73. "type": "patreon"
  74. },
  75. {
  76. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  77. "type": "tidelift"
  78. }
  79. ],
  80. "install-path": "../doctrine/lexer"
  81. },
  82. {
  83. "name": "egulias/email-validator",
  84. "version": "3.2.1",
  85. "version_normalized": "3.2.1.0",
  86. "source": {
  87. "type": "git",
  88. "url": "https://github.com/egulias/EmailValidator.git",
  89. "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715"
  90. },
  91. "dist": {
  92. "type": "zip",
  93. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715",
  94. "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715",
  95. "shasum": ""
  96. },
  97. "require": {
  98. "doctrine/lexer": "^1.2",
  99. "php": ">=7.2",
  100. "symfony/polyfill-intl-idn": "^1.15"
  101. },
  102. "require-dev": {
  103. "php-coveralls/php-coveralls": "^2.2",
  104. "phpunit/phpunit": "^8.5.8|^9.3.3",
  105. "vimeo/psalm": "^4"
  106. },
  107. "suggest": {
  108. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  109. },
  110. "time": "2022-06-18T20:57:19+00:00",
  111. "type": "library",
  112. "extra": {
  113. "branch-alias": {
  114. "dev-master": "3.0.x-dev"
  115. }
  116. },
  117. "installation-source": "dist",
  118. "autoload": {
  119. "psr-4": {
  120. "Egulias\\EmailValidator\\": "src"
  121. }
  122. },
  123. "notification-url": "https://packagist.org/downloads/",
  124. "license": [
  125. "MIT"
  126. ],
  127. "authors": [
  128. {
  129. "name": "Eduardo Gulias Davis"
  130. }
  131. ],
  132. "description": "A library for validating emails against several RFCs",
  133. "homepage": "https://github.com/egulias/EmailValidator",
  134. "keywords": [
  135. "email",
  136. "emailvalidation",
  137. "emailvalidator",
  138. "validation",
  139. "validator"
  140. ],
  141. "support": {
  142. "issues": "https://github.com/egulias/EmailValidator/issues",
  143. "source": "https://github.com/egulias/EmailValidator/tree/3.2.1"
  144. },
  145. "funding": [
  146. {
  147. "url": "https://github.com/egulias",
  148. "type": "github"
  149. }
  150. ],
  151. "install-path": "../egulias/email-validator"
  152. },
  153. {
  154. "name": "psr/container",
  155. "version": "1.1.1",
  156. "version_normalized": "1.1.1.0",
  157. "source": {
  158. "type": "git",
  159. "url": "https://github.com/php-fig/container.git",
  160. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
  161. },
  162. "dist": {
  163. "type": "zip",
  164. "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
  165. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
  166. "shasum": ""
  167. },
  168. "require": {
  169. "php": ">=7.2.0"
  170. },
  171. "time": "2021-03-05T17:36:06+00:00",
  172. "type": "library",
  173. "installation-source": "dist",
  174. "autoload": {
  175. "psr-4": {
  176. "Psr\\Container\\": "src/"
  177. }
  178. },
  179. "notification-url": "https://packagist.org/downloads/",
  180. "license": [
  181. "MIT"
  182. ],
  183. "authors": [
  184. {
  185. "name": "PHP-FIG",
  186. "homepage": "https://www.php-fig.org/"
  187. }
  188. ],
  189. "description": "Common Container Interface (PHP FIG PSR-11)",
  190. "homepage": "https://github.com/php-fig/container",
  191. "keywords": [
  192. "PSR-11",
  193. "container",
  194. "container-interface",
  195. "container-interop",
  196. "psr"
  197. ],
  198. "support": {
  199. "issues": "https://github.com/php-fig/container/issues",
  200. "source": "https://github.com/php-fig/container/tree/1.1.1"
  201. },
  202. "install-path": "../psr/container"
  203. },
  204. {
  205. "name": "psr/event-dispatcher",
  206. "version": "1.0.0",
  207. "version_normalized": "1.0.0.0",
  208. "source": {
  209. "type": "git",
  210. "url": "https://github.com/php-fig/event-dispatcher.git",
  211. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  212. },
  213. "dist": {
  214. "type": "zip",
  215. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  216. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  217. "shasum": ""
  218. },
  219. "require": {
  220. "php": ">=7.2.0"
  221. },
  222. "time": "2019-01-08T18:20:26+00:00",
  223. "type": "library",
  224. "extra": {
  225. "branch-alias": {
  226. "dev-master": "1.0.x-dev"
  227. }
  228. },
  229. "installation-source": "dist",
  230. "autoload": {
  231. "psr-4": {
  232. "Psr\\EventDispatcher\\": "src/"
  233. }
  234. },
  235. "notification-url": "https://packagist.org/downloads/",
  236. "license": [
  237. "MIT"
  238. ],
  239. "authors": [
  240. {
  241. "name": "PHP-FIG",
  242. "homepage": "http://www.php-fig.org/"
  243. }
  244. ],
  245. "description": "Standard interfaces for event handling.",
  246. "keywords": [
  247. "events",
  248. "psr",
  249. "psr-14"
  250. ],
  251. "support": {
  252. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  253. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  254. },
  255. "install-path": "../psr/event-dispatcher"
  256. },
  257. {
  258. "name": "psr/log",
  259. "version": "1.1.4",
  260. "version_normalized": "1.1.4.0",
  261. "source": {
  262. "type": "git",
  263. "url": "https://github.com/php-fig/log.git",
  264. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  265. },
  266. "dist": {
  267. "type": "zip",
  268. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  269. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  270. "shasum": ""
  271. },
  272. "require": {
  273. "php": ">=5.3.0"
  274. },
  275. "time": "2021-05-03T11:20:27+00:00",
  276. "type": "library",
  277. "extra": {
  278. "branch-alias": {
  279. "dev-master": "1.1.x-dev"
  280. }
  281. },
  282. "installation-source": "dist",
  283. "autoload": {
  284. "psr-4": {
  285. "Psr\\Log\\": "Psr/Log/"
  286. }
  287. },
  288. "notification-url": "https://packagist.org/downloads/",
  289. "license": [
  290. "MIT"
  291. ],
  292. "authors": [
  293. {
  294. "name": "PHP-FIG",
  295. "homepage": "https://www.php-fig.org/"
  296. }
  297. ],
  298. "description": "Common interface for logging libraries",
  299. "homepage": "https://github.com/php-fig/log",
  300. "keywords": [
  301. "log",
  302. "psr",
  303. "psr-3"
  304. ],
  305. "support": {
  306. "source": "https://github.com/php-fig/log/tree/1.1.4"
  307. },
  308. "install-path": "../psr/log"
  309. },
  310. {
  311. "name": "symfony/amqp-messenger",
  312. "version": "v5.4.13",
  313. "version_normalized": "5.4.13.0",
  314. "source": {
  315. "type": "git",
  316. "url": "https://github.com/symfony/amqp-messenger.git",
  317. "reference": "def93f2a7841cfa1a4a1fa487b84054d0d53e521"
  318. },
  319. "dist": {
  320. "type": "zip",
  321. "url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/def93f2a7841cfa1a4a1fa487b84054d0d53e521",
  322. "reference": "def93f2a7841cfa1a4a1fa487b84054d0d53e521",
  323. "shasum": ""
  324. },
  325. "require": {
  326. "php": ">=7.2.5",
  327. "symfony/deprecation-contracts": "^2.1|^3",
  328. "symfony/messenger": "^5.3|^6.0"
  329. },
  330. "require-dev": {
  331. "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
  332. "symfony/process": "^4.4|^5.0|^6.0",
  333. "symfony/property-access": "^4.4|^5.0|^6.0",
  334. "symfony/serializer": "^4.4|^5.0|^6.0"
  335. },
  336. "time": "2022-09-11T09:11:59+00:00",
  337. "type": "symfony-messenger-bridge",
  338. "installation-source": "dist",
  339. "autoload": {
  340. "psr-4": {
  341. "Symfony\\Component\\Messenger\\Bridge\\Amqp\\": ""
  342. },
  343. "exclude-from-classmap": [
  344. "/Tests/"
  345. ]
  346. },
  347. "notification-url": "https://packagist.org/downloads/",
  348. "license": [
  349. "MIT"
  350. ],
  351. "authors": [
  352. {
  353. "name": "Fabien Potencier",
  354. "email": "fabien@symfony.com"
  355. },
  356. {
  357. "name": "Symfony Community",
  358. "homepage": "https://symfony.com/contributors"
  359. }
  360. ],
  361. "description": "Symfony AMQP extension Messenger Bridge",
  362. "homepage": "https://symfony.com",
  363. "support": {
  364. "source": "https://github.com/symfony/amqp-messenger/tree/v5.4.13"
  365. },
  366. "funding": [
  367. {
  368. "url": "https://symfony.com/sponsor",
  369. "type": "custom"
  370. },
  371. {
  372. "url": "https://github.com/fabpot",
  373. "type": "github"
  374. },
  375. {
  376. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  377. "type": "tidelift"
  378. }
  379. ],
  380. "install-path": "../symfony/amqp-messenger"
  381. },
  382. {
  383. "name": "symfony/deprecation-contracts",
  384. "version": "v2.5.2",
  385. "version_normalized": "2.5.2.0",
  386. "source": {
  387. "type": "git",
  388. "url": "https://github.com/symfony/deprecation-contracts.git",
  389. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
  390. },
  391. "dist": {
  392. "type": "zip",
  393. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  394. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  395. "shasum": ""
  396. },
  397. "require": {
  398. "php": ">=7.1"
  399. },
  400. "time": "2022-01-02T09:53:40+00:00",
  401. "type": "library",
  402. "extra": {
  403. "branch-alias": {
  404. "dev-main": "2.5-dev"
  405. },
  406. "thanks": {
  407. "name": "symfony/contracts",
  408. "url": "https://github.com/symfony/contracts"
  409. }
  410. },
  411. "installation-source": "dist",
  412. "autoload": {
  413. "files": [
  414. "function.php"
  415. ]
  416. },
  417. "notification-url": "https://packagist.org/downloads/",
  418. "license": [
  419. "MIT"
  420. ],
  421. "authors": [
  422. {
  423. "name": "Nicolas Grekas",
  424. "email": "p@tchwork.com"
  425. },
  426. {
  427. "name": "Symfony Community",
  428. "homepage": "https://symfony.com/contributors"
  429. }
  430. ],
  431. "description": "A generic function and convention to trigger deprecation notices",
  432. "homepage": "https://symfony.com",
  433. "support": {
  434. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
  435. },
  436. "funding": [
  437. {
  438. "url": "https://symfony.com/sponsor",
  439. "type": "custom"
  440. },
  441. {
  442. "url": "https://github.com/fabpot",
  443. "type": "github"
  444. },
  445. {
  446. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  447. "type": "tidelift"
  448. }
  449. ],
  450. "install-path": "../symfony/deprecation-contracts"
  451. },
  452. {
  453. "name": "symfony/doctrine-messenger",
  454. "version": "v5.4.12",
  455. "version_normalized": "5.4.12.0",
  456. "source": {
  457. "type": "git",
  458. "url": "https://github.com/symfony/doctrine-messenger.git",
  459. "reference": "7649a80e917b47c5072480a2d763c2422da239d2"
  460. },
  461. "dist": {
  462. "type": "zip",
  463. "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/7649a80e917b47c5072480a2d763c2422da239d2",
  464. "reference": "7649a80e917b47c5072480a2d763c2422da239d2",
  465. "shasum": ""
  466. },
  467. "require": {
  468. "php": ">=7.2.5",
  469. "symfony/messenger": "^5.1|^6.0",
  470. "symfony/service-contracts": "^1.1|^2|^3"
  471. },
  472. "conflict": {
  473. "doctrine/dbal": "<2.13",
  474. "doctrine/persistence": "<1.3"
  475. },
  476. "require-dev": {
  477. "doctrine/dbal": "^2.13|^3.0",
  478. "doctrine/persistence": "^1.3|^2|^3",
  479. "symfony/property-access": "^4.4|^5.0|^6.0",
  480. "symfony/serializer": "^4.4|^5.0|^6.0"
  481. },
  482. "time": "2022-08-09T12:54:00+00:00",
  483. "type": "symfony-messenger-bridge",
  484. "installation-source": "dist",
  485. "autoload": {
  486. "psr-4": {
  487. "Symfony\\Component\\Messenger\\Bridge\\Doctrine\\": ""
  488. },
  489. "exclude-from-classmap": [
  490. "/Tests/"
  491. ]
  492. },
  493. "notification-url": "https://packagist.org/downloads/",
  494. "license": [
  495. "MIT"
  496. ],
  497. "authors": [
  498. {
  499. "name": "Fabien Potencier",
  500. "email": "fabien@symfony.com"
  501. },
  502. {
  503. "name": "Symfony Community",
  504. "homepage": "https://symfony.com/contributors"
  505. }
  506. ],
  507. "description": "Symfony Doctrine Messenger Bridge",
  508. "homepage": "https://symfony.com",
  509. "support": {
  510. "source": "https://github.com/symfony/doctrine-messenger/tree/v5.4.12"
  511. },
  512. "funding": [
  513. {
  514. "url": "https://symfony.com/sponsor",
  515. "type": "custom"
  516. },
  517. {
  518. "url": "https://github.com/fabpot",
  519. "type": "github"
  520. },
  521. {
  522. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  523. "type": "tidelift"
  524. }
  525. ],
  526. "install-path": "../symfony/doctrine-messenger"
  527. },
  528. {
  529. "name": "symfony/event-dispatcher",
  530. "version": "v5.4.9",
  531. "version_normalized": "5.4.9.0",
  532. "source": {
  533. "type": "git",
  534. "url": "https://github.com/symfony/event-dispatcher.git",
  535. "reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc"
  536. },
  537. "dist": {
  538. "type": "zip",
  539. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
  540. "reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
  541. "shasum": ""
  542. },
  543. "require": {
  544. "php": ">=7.2.5",
  545. "symfony/deprecation-contracts": "^2.1|^3",
  546. "symfony/event-dispatcher-contracts": "^2|^3",
  547. "symfony/polyfill-php80": "^1.16"
  548. },
  549. "conflict": {
  550. "symfony/dependency-injection": "<4.4"
  551. },
  552. "provide": {
  553. "psr/event-dispatcher-implementation": "1.0",
  554. "symfony/event-dispatcher-implementation": "2.0"
  555. },
  556. "require-dev": {
  557. "psr/log": "^1|^2|^3",
  558. "symfony/config": "^4.4|^5.0|^6.0",
  559. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  560. "symfony/error-handler": "^4.4|^5.0|^6.0",
  561. "symfony/expression-language": "^4.4|^5.0|^6.0",
  562. "symfony/http-foundation": "^4.4|^5.0|^6.0",
  563. "symfony/service-contracts": "^1.1|^2|^3",
  564. "symfony/stopwatch": "^4.4|^5.0|^6.0"
  565. },
  566. "suggest": {
  567. "symfony/dependency-injection": "",
  568. "symfony/http-kernel": ""
  569. },
  570. "time": "2022-05-05T16:45:39+00:00",
  571. "type": "library",
  572. "installation-source": "dist",
  573. "autoload": {
  574. "psr-4": {
  575. "Symfony\\Component\\EventDispatcher\\": ""
  576. },
  577. "exclude-from-classmap": [
  578. "/Tests/"
  579. ]
  580. },
  581. "notification-url": "https://packagist.org/downloads/",
  582. "license": [
  583. "MIT"
  584. ],
  585. "authors": [
  586. {
  587. "name": "Fabien Potencier",
  588. "email": "fabien@symfony.com"
  589. },
  590. {
  591. "name": "Symfony Community",
  592. "homepage": "https://symfony.com/contributors"
  593. }
  594. ],
  595. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  596. "homepage": "https://symfony.com",
  597. "support": {
  598. "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.9"
  599. },
  600. "funding": [
  601. {
  602. "url": "https://symfony.com/sponsor",
  603. "type": "custom"
  604. },
  605. {
  606. "url": "https://github.com/fabpot",
  607. "type": "github"
  608. },
  609. {
  610. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  611. "type": "tidelift"
  612. }
  613. ],
  614. "install-path": "../symfony/event-dispatcher"
  615. },
  616. {
  617. "name": "symfony/event-dispatcher-contracts",
  618. "version": "v2.5.2",
  619. "version_normalized": "2.5.2.0",
  620. "source": {
  621. "type": "git",
  622. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  623. "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
  624. },
  625. "dist": {
  626. "type": "zip",
  627. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
  628. "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
  629. "shasum": ""
  630. },
  631. "require": {
  632. "php": ">=7.2.5",
  633. "psr/event-dispatcher": "^1"
  634. },
  635. "suggest": {
  636. "symfony/event-dispatcher-implementation": ""
  637. },
  638. "time": "2022-01-02T09:53:40+00:00",
  639. "type": "library",
  640. "extra": {
  641. "branch-alias": {
  642. "dev-main": "2.5-dev"
  643. },
  644. "thanks": {
  645. "name": "symfony/contracts",
  646. "url": "https://github.com/symfony/contracts"
  647. }
  648. },
  649. "installation-source": "dist",
  650. "autoload": {
  651. "psr-4": {
  652. "Symfony\\Contracts\\EventDispatcher\\": ""
  653. }
  654. },
  655. "notification-url": "https://packagist.org/downloads/",
  656. "license": [
  657. "MIT"
  658. ],
  659. "authors": [
  660. {
  661. "name": "Nicolas Grekas",
  662. "email": "p@tchwork.com"
  663. },
  664. {
  665. "name": "Symfony Community",
  666. "homepage": "https://symfony.com/contributors"
  667. }
  668. ],
  669. "description": "Generic abstractions related to dispatching event",
  670. "homepage": "https://symfony.com",
  671. "keywords": [
  672. "abstractions",
  673. "contracts",
  674. "decoupling",
  675. "interfaces",
  676. "interoperability",
  677. "standards"
  678. ],
  679. "support": {
  680. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2"
  681. },
  682. "funding": [
  683. {
  684. "url": "https://symfony.com/sponsor",
  685. "type": "custom"
  686. },
  687. {
  688. "url": "https://github.com/fabpot",
  689. "type": "github"
  690. },
  691. {
  692. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  693. "type": "tidelift"
  694. }
  695. ],
  696. "install-path": "../symfony/event-dispatcher-contracts"
  697. },
  698. {
  699. "name": "symfony/mailer",
  700. "version": "v5.4.13",
  701. "version_normalized": "5.4.13.0",
  702. "source": {
  703. "type": "git",
  704. "url": "https://github.com/symfony/mailer.git",
  705. "reference": "63bf36a5150ac0bfed1c4d0a4e0b114a57b77e11"
  706. },
  707. "dist": {
  708. "type": "zip",
  709. "url": "https://api.github.com/repos/symfony/mailer/zipball/63bf36a5150ac0bfed1c4d0a4e0b114a57b77e11",
  710. "reference": "63bf36a5150ac0bfed1c4d0a4e0b114a57b77e11",
  711. "shasum": ""
  712. },
  713. "require": {
  714. "egulias/email-validator": "^2.1.10|^3",
  715. "php": ">=7.2.5",
  716. "psr/event-dispatcher": "^1",
  717. "psr/log": "^1|^2|^3",
  718. "symfony/deprecation-contracts": "^2.1|^3",
  719. "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
  720. "symfony/mime": "^5.2.6|^6.0",
  721. "symfony/polyfill-php80": "^1.16",
  722. "symfony/service-contracts": "^1.1|^2|^3"
  723. },
  724. "conflict": {
  725. "symfony/http-kernel": "<4.4"
  726. },
  727. "require-dev": {
  728. "symfony/http-client-contracts": "^1.1|^2|^3",
  729. "symfony/messenger": "^4.4|^5.0|^6.0"
  730. },
  731. "time": "2022-08-29T06:47:07+00:00",
  732. "type": "library",
  733. "installation-source": "dist",
  734. "autoload": {
  735. "psr-4": {
  736. "Symfony\\Component\\Mailer\\": ""
  737. },
  738. "exclude-from-classmap": [
  739. "/Tests/"
  740. ]
  741. },
  742. "notification-url": "https://packagist.org/downloads/",
  743. "license": [
  744. "MIT"
  745. ],
  746. "authors": [
  747. {
  748. "name": "Fabien Potencier",
  749. "email": "fabien@symfony.com"
  750. },
  751. {
  752. "name": "Symfony Community",
  753. "homepage": "https://symfony.com/contributors"
  754. }
  755. ],
  756. "description": "Helps sending emails",
  757. "homepage": "https://symfony.com",
  758. "support": {
  759. "source": "https://github.com/symfony/mailer/tree/v5.4.13"
  760. },
  761. "funding": [
  762. {
  763. "url": "https://symfony.com/sponsor",
  764. "type": "custom"
  765. },
  766. {
  767. "url": "https://github.com/fabpot",
  768. "type": "github"
  769. },
  770. {
  771. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  772. "type": "tidelift"
  773. }
  774. ],
  775. "install-path": "../symfony/mailer"
  776. },
  777. {
  778. "name": "symfony/messenger",
  779. "version": "v5.4.13",
  780. "version_normalized": "5.4.13.0",
  781. "source": {
  782. "type": "git",
  783. "url": "https://github.com/symfony/messenger.git",
  784. "reference": "8f8d3425991e627902f8288088609a8d8f6c6ea4"
  785. },
  786. "dist": {
  787. "type": "zip",
  788. "url": "https://api.github.com/repos/symfony/messenger/zipball/8f8d3425991e627902f8288088609a8d8f6c6ea4",
  789. "reference": "8f8d3425991e627902f8288088609a8d8f6c6ea4",
  790. "shasum": ""
  791. },
  792. "require": {
  793. "php": ">=7.2.5",
  794. "psr/log": "^1|^2|^3",
  795. "symfony/amqp-messenger": "^5.1|^6.0",
  796. "symfony/deprecation-contracts": "^2.1|^3",
  797. "symfony/doctrine-messenger": "^5.1|^6.0",
  798. "symfony/polyfill-php80": "^1.16",
  799. "symfony/redis-messenger": "^5.1|^6.0"
  800. },
  801. "conflict": {
  802. "symfony/event-dispatcher": "<4.4",
  803. "symfony/framework-bundle": "<4.4",
  804. "symfony/http-kernel": "<4.4",
  805. "symfony/serializer": "<5.0"
  806. },
  807. "require-dev": {
  808. "psr/cache": "^1.0|^2.0|^3.0",
  809. "symfony/console": "^5.4|^6.0",
  810. "symfony/dependency-injection": "^5.3|^6.0",
  811. "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
  812. "symfony/http-kernel": "^4.4|^5.0|^6.0",
  813. "symfony/process": "^4.4|^5.0|^6.0",
  814. "symfony/property-access": "^4.4|^5.0|^6.0",
  815. "symfony/routing": "^4.4|^5.0|^6.0",
  816. "symfony/serializer": "^5.0|^6.0",
  817. "symfony/service-contracts": "^1.1|^2|^3",
  818. "symfony/stopwatch": "^4.4|^5.0|^6.0",
  819. "symfony/validator": "^4.4|^5.0|^6.0"
  820. },
  821. "suggest": {
  822. "enqueue/messenger-adapter": "For using the php-enqueue library as a transport."
  823. },
  824. "time": "2022-09-17T07:31:22+00:00",
  825. "type": "library",
  826. "installation-source": "dist",
  827. "autoload": {
  828. "psr-4": {
  829. "Symfony\\Component\\Messenger\\": ""
  830. },
  831. "exclude-from-classmap": [
  832. "/Tests/"
  833. ]
  834. },
  835. "notification-url": "https://packagist.org/downloads/",
  836. "license": [
  837. "MIT"
  838. ],
  839. "authors": [
  840. {
  841. "name": "Samuel Roze",
  842. "email": "samuel.roze@gmail.com"
  843. },
  844. {
  845. "name": "Symfony Community",
  846. "homepage": "https://symfony.com/contributors"
  847. }
  848. ],
  849. "description": "Helps applications send and receive messages to/from other applications or via message queues",
  850. "homepage": "https://symfony.com",
  851. "support": {
  852. "source": "https://github.com/symfony/messenger/tree/v5.4.13"
  853. },
  854. "funding": [
  855. {
  856. "url": "https://symfony.com/sponsor",
  857. "type": "custom"
  858. },
  859. {
  860. "url": "https://github.com/fabpot",
  861. "type": "github"
  862. },
  863. {
  864. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  865. "type": "tidelift"
  866. }
  867. ],
  868. "install-path": "../symfony/messenger"
  869. },
  870. {
  871. "name": "symfony/mime",
  872. "version": "v5.4.13",
  873. "version_normalized": "5.4.13.0",
  874. "source": {
  875. "type": "git",
  876. "url": "https://github.com/symfony/mime.git",
  877. "reference": "bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd"
  878. },
  879. "dist": {
  880. "type": "zip",
  881. "url": "https://api.github.com/repos/symfony/mime/zipball/bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd",
  882. "reference": "bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd",
  883. "shasum": ""
  884. },
  885. "require": {
  886. "php": ">=7.2.5",
  887. "symfony/deprecation-contracts": "^2.1|^3",
  888. "symfony/polyfill-intl-idn": "^1.10",
  889. "symfony/polyfill-mbstring": "^1.0",
  890. "symfony/polyfill-php80": "^1.16"
  891. },
  892. "conflict": {
  893. "egulias/email-validator": "~3.0.0",
  894. "phpdocumentor/reflection-docblock": "<3.2.2",
  895. "phpdocumentor/type-resolver": "<1.4.0",
  896. "symfony/mailer": "<4.4"
  897. },
  898. "require-dev": {
  899. "egulias/email-validator": "^2.1.10|^3.1",
  900. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  901. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  902. "symfony/property-access": "^4.4|^5.1|^6.0",
  903. "symfony/property-info": "^4.4|^5.1|^6.0",
  904. "symfony/serializer": "^5.2|^6.0"
  905. },
  906. "time": "2022-09-01T18:18:29+00:00",
  907. "type": "library",
  908. "installation-source": "dist",
  909. "autoload": {
  910. "psr-4": {
  911. "Symfony\\Component\\Mime\\": ""
  912. },
  913. "exclude-from-classmap": [
  914. "/Tests/"
  915. ]
  916. },
  917. "notification-url": "https://packagist.org/downloads/",
  918. "license": [
  919. "MIT"
  920. ],
  921. "authors": [
  922. {
  923. "name": "Fabien Potencier",
  924. "email": "fabien@symfony.com"
  925. },
  926. {
  927. "name": "Symfony Community",
  928. "homepage": "https://symfony.com/contributors"
  929. }
  930. ],
  931. "description": "Allows manipulating MIME messages",
  932. "homepage": "https://symfony.com",
  933. "keywords": [
  934. "mime",
  935. "mime-type"
  936. ],
  937. "support": {
  938. "source": "https://github.com/symfony/mime/tree/v5.4.13"
  939. },
  940. "funding": [
  941. {
  942. "url": "https://symfony.com/sponsor",
  943. "type": "custom"
  944. },
  945. {
  946. "url": "https://github.com/fabpot",
  947. "type": "github"
  948. },
  949. {
  950. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  951. "type": "tidelift"
  952. }
  953. ],
  954. "install-path": "../symfony/mime"
  955. },
  956. {
  957. "name": "symfony/polyfill-intl-idn",
  958. "version": "v1.26.0",
  959. "version_normalized": "1.26.0.0",
  960. "source": {
  961. "type": "git",
  962. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  963. "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8"
  964. },
  965. "dist": {
  966. "type": "zip",
  967. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
  968. "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
  969. "shasum": ""
  970. },
  971. "require": {
  972. "php": ">=7.1",
  973. "symfony/polyfill-intl-normalizer": "^1.10",
  974. "symfony/polyfill-php72": "^1.10"
  975. },
  976. "suggest": {
  977. "ext-intl": "For best performance"
  978. },
  979. "time": "2022-05-24T11:49:31+00:00",
  980. "type": "library",
  981. "extra": {
  982. "branch-alias": {
  983. "dev-main": "1.26-dev"
  984. },
  985. "thanks": {
  986. "name": "symfony/polyfill",
  987. "url": "https://github.com/symfony/polyfill"
  988. }
  989. },
  990. "installation-source": "dist",
  991. "autoload": {
  992. "files": [
  993. "bootstrap.php"
  994. ],
  995. "psr-4": {
  996. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  997. }
  998. },
  999. "notification-url": "https://packagist.org/downloads/",
  1000. "license": [
  1001. "MIT"
  1002. ],
  1003. "authors": [
  1004. {
  1005. "name": "Laurent Bassin",
  1006. "email": "laurent@bassin.info"
  1007. },
  1008. {
  1009. "name": "Trevor Rowbotham",
  1010. "email": "trevor.rowbotham@pm.me"
  1011. },
  1012. {
  1013. "name": "Symfony Community",
  1014. "homepage": "https://symfony.com/contributors"
  1015. }
  1016. ],
  1017. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  1018. "homepage": "https://symfony.com",
  1019. "keywords": [
  1020. "compatibility",
  1021. "idn",
  1022. "intl",
  1023. "polyfill",
  1024. "portable",
  1025. "shim"
  1026. ],
  1027. "support": {
  1028. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0"
  1029. },
  1030. "funding": [
  1031. {
  1032. "url": "https://symfony.com/sponsor",
  1033. "type": "custom"
  1034. },
  1035. {
  1036. "url": "https://github.com/fabpot",
  1037. "type": "github"
  1038. },
  1039. {
  1040. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1041. "type": "tidelift"
  1042. }
  1043. ],
  1044. "install-path": "../symfony/polyfill-intl-idn"
  1045. },
  1046. {
  1047. "name": "symfony/polyfill-intl-normalizer",
  1048. "version": "v1.26.0",
  1049. "version_normalized": "1.26.0.0",
  1050. "source": {
  1051. "type": "git",
  1052. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  1053. "reference": "219aa369ceff116e673852dce47c3a41794c14bd"
  1054. },
  1055. "dist": {
  1056. "type": "zip",
  1057. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
  1058. "reference": "219aa369ceff116e673852dce47c3a41794c14bd",
  1059. "shasum": ""
  1060. },
  1061. "require": {
  1062. "php": ">=7.1"
  1063. },
  1064. "suggest": {
  1065. "ext-intl": "For best performance"
  1066. },
  1067. "time": "2022-05-24T11:49:31+00:00",
  1068. "type": "library",
  1069. "extra": {
  1070. "branch-alias": {
  1071. "dev-main": "1.26-dev"
  1072. },
  1073. "thanks": {
  1074. "name": "symfony/polyfill",
  1075. "url": "https://github.com/symfony/polyfill"
  1076. }
  1077. },
  1078. "installation-source": "dist",
  1079. "autoload": {
  1080. "files": [
  1081. "bootstrap.php"
  1082. ],
  1083. "psr-4": {
  1084. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  1085. },
  1086. "classmap": [
  1087. "Resources/stubs"
  1088. ]
  1089. },
  1090. "notification-url": "https://packagist.org/downloads/",
  1091. "license": [
  1092. "MIT"
  1093. ],
  1094. "authors": [
  1095. {
  1096. "name": "Nicolas Grekas",
  1097. "email": "p@tchwork.com"
  1098. },
  1099. {
  1100. "name": "Symfony Community",
  1101. "homepage": "https://symfony.com/contributors"
  1102. }
  1103. ],
  1104. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  1105. "homepage": "https://symfony.com",
  1106. "keywords": [
  1107. "compatibility",
  1108. "intl",
  1109. "normalizer",
  1110. "polyfill",
  1111. "portable",
  1112. "shim"
  1113. ],
  1114. "support": {
  1115. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0"
  1116. },
  1117. "funding": [
  1118. {
  1119. "url": "https://symfony.com/sponsor",
  1120. "type": "custom"
  1121. },
  1122. {
  1123. "url": "https://github.com/fabpot",
  1124. "type": "github"
  1125. },
  1126. {
  1127. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1128. "type": "tidelift"
  1129. }
  1130. ],
  1131. "install-path": "../symfony/polyfill-intl-normalizer"
  1132. },
  1133. {
  1134. "name": "symfony/polyfill-php80",
  1135. "version": "v1.26.0",
  1136. "version_normalized": "1.26.0.0",
  1137. "source": {
  1138. "type": "git",
  1139. "url": "https://github.com/symfony/polyfill-php80.git",
  1140. "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
  1141. },
  1142. "dist": {
  1143. "type": "zip",
  1144. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
  1145. "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
  1146. "shasum": ""
  1147. },
  1148. "require": {
  1149. "php": ">=7.1"
  1150. },
  1151. "time": "2022-05-10T07:21:04+00:00",
  1152. "type": "library",
  1153. "extra": {
  1154. "branch-alias": {
  1155. "dev-main": "1.26-dev"
  1156. },
  1157. "thanks": {
  1158. "name": "symfony/polyfill",
  1159. "url": "https://github.com/symfony/polyfill"
  1160. }
  1161. },
  1162. "installation-source": "dist",
  1163. "autoload": {
  1164. "files": [
  1165. "bootstrap.php"
  1166. ],
  1167. "psr-4": {
  1168. "Symfony\\Polyfill\\Php80\\": ""
  1169. },
  1170. "classmap": [
  1171. "Resources/stubs"
  1172. ]
  1173. },
  1174. "notification-url": "https://packagist.org/downloads/",
  1175. "license": [
  1176. "MIT"
  1177. ],
  1178. "authors": [
  1179. {
  1180. "name": "Ion Bazan",
  1181. "email": "ion.bazan@gmail.com"
  1182. },
  1183. {
  1184. "name": "Nicolas Grekas",
  1185. "email": "p@tchwork.com"
  1186. },
  1187. {
  1188. "name": "Symfony Community",
  1189. "homepage": "https://symfony.com/contributors"
  1190. }
  1191. ],
  1192. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1193. "homepage": "https://symfony.com",
  1194. "keywords": [
  1195. "compatibility",
  1196. "polyfill",
  1197. "portable",
  1198. "shim"
  1199. ],
  1200. "support": {
  1201. "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
  1202. },
  1203. "funding": [
  1204. {
  1205. "url": "https://symfony.com/sponsor",
  1206. "type": "custom"
  1207. },
  1208. {
  1209. "url": "https://github.com/fabpot",
  1210. "type": "github"
  1211. },
  1212. {
  1213. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1214. "type": "tidelift"
  1215. }
  1216. ],
  1217. "install-path": "../symfony/polyfill-php80"
  1218. },
  1219. {
  1220. "name": "symfony/redis-messenger",
  1221. "version": "v5.4.13",
  1222. "version_normalized": "5.4.13.0",
  1223. "source": {
  1224. "type": "git",
  1225. "url": "https://github.com/symfony/redis-messenger.git",
  1226. "reference": "d3028b772de91e9aa0342c92ff71c77b130ac9c4"
  1227. },
  1228. "dist": {
  1229. "type": "zip",
  1230. "url": "https://api.github.com/repos/symfony/redis-messenger/zipball/d3028b772de91e9aa0342c92ff71c77b130ac9c4",
  1231. "reference": "d3028b772de91e9aa0342c92ff71c77b130ac9c4",
  1232. "shasum": ""
  1233. },
  1234. "require": {
  1235. "php": ">=7.2.5",
  1236. "symfony/deprecation-contracts": "^2.1|^3",
  1237. "symfony/messenger": "^5.1|^6.0"
  1238. },
  1239. "require-dev": {
  1240. "symfony/property-access": "^4.4|^5.0|^6.0",
  1241. "symfony/serializer": "^4.4|^5.0|^6.0"
  1242. },
  1243. "time": "2022-09-11T09:11:59+00:00",
  1244. "type": "symfony-messenger-bridge",
  1245. "installation-source": "dist",
  1246. "autoload": {
  1247. "psr-4": {
  1248. "Symfony\\Component\\Messenger\\Bridge\\Redis\\": ""
  1249. },
  1250. "exclude-from-classmap": [
  1251. "/Tests/"
  1252. ]
  1253. },
  1254. "notification-url": "https://packagist.org/downloads/",
  1255. "license": [
  1256. "MIT"
  1257. ],
  1258. "authors": [
  1259. {
  1260. "name": "Fabien Potencier",
  1261. "email": "fabien@symfony.com"
  1262. },
  1263. {
  1264. "name": "Symfony Community",
  1265. "homepage": "https://symfony.com/contributors"
  1266. }
  1267. ],
  1268. "description": "Symfony Redis extension Messenger Bridge",
  1269. "homepage": "https://symfony.com",
  1270. "support": {
  1271. "source": "https://github.com/symfony/redis-messenger/tree/v5.4.13"
  1272. },
  1273. "funding": [
  1274. {
  1275. "url": "https://symfony.com/sponsor",
  1276. "type": "custom"
  1277. },
  1278. {
  1279. "url": "https://github.com/fabpot",
  1280. "type": "github"
  1281. },
  1282. {
  1283. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1284. "type": "tidelift"
  1285. }
  1286. ],
  1287. "install-path": "../symfony/redis-messenger"
  1288. },
  1289. {
  1290. "name": "symfony/service-contracts",
  1291. "version": "v2.5.2",
  1292. "version_normalized": "2.5.2.0",
  1293. "source": {
  1294. "type": "git",
  1295. "url": "https://github.com/symfony/service-contracts.git",
  1296. "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
  1297. },
  1298. "dist": {
  1299. "type": "zip",
  1300. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
  1301. "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
  1302. "shasum": ""
  1303. },
  1304. "require": {
  1305. "php": ">=7.2.5",
  1306. "psr/container": "^1.1",
  1307. "symfony/deprecation-contracts": "^2.1|^3"
  1308. },
  1309. "conflict": {
  1310. "ext-psr": "<1.1|>=2"
  1311. },
  1312. "suggest": {
  1313. "symfony/service-implementation": ""
  1314. },
  1315. "time": "2022-05-30T19:17:29+00:00",
  1316. "type": "library",
  1317. "extra": {
  1318. "branch-alias": {
  1319. "dev-main": "2.5-dev"
  1320. },
  1321. "thanks": {
  1322. "name": "symfony/contracts",
  1323. "url": "https://github.com/symfony/contracts"
  1324. }
  1325. },
  1326. "installation-source": "dist",
  1327. "autoload": {
  1328. "psr-4": {
  1329. "Symfony\\Contracts\\Service\\": ""
  1330. }
  1331. },
  1332. "notification-url": "https://packagist.org/downloads/",
  1333. "license": [
  1334. "MIT"
  1335. ],
  1336. "authors": [
  1337. {
  1338. "name": "Nicolas Grekas",
  1339. "email": "p@tchwork.com"
  1340. },
  1341. {
  1342. "name": "Symfony Community",
  1343. "homepage": "https://symfony.com/contributors"
  1344. }
  1345. ],
  1346. "description": "Generic abstractions related to writing services",
  1347. "homepage": "https://symfony.com",
  1348. "keywords": [
  1349. "abstractions",
  1350. "contracts",
  1351. "decoupling",
  1352. "interfaces",
  1353. "interoperability",
  1354. "standards"
  1355. ],
  1356. "support": {
  1357. "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
  1358. },
  1359. "funding": [
  1360. {
  1361. "url": "https://symfony.com/sponsor",
  1362. "type": "custom"
  1363. },
  1364. {
  1365. "url": "https://github.com/fabpot",
  1366. "type": "github"
  1367. },
  1368. {
  1369. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1370. "type": "tidelift"
  1371. }
  1372. ],
  1373. "install-path": "../symfony/service-contracts"
  1374. }
  1375. ],
  1376. "dev": true,
  1377. "dev-package-names": []
  1378. }