Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

9501 строка
342 KiB

  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": "e077926b0d83c217ece524f4a3d61fa8",
  8. "packages": [
  9. {
  10. "name": "doctrine/cache",
  11. "version": "2.2.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/doctrine/cache.git",
  15. "reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
  20. "reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "~7.1 || ^8.0"
  25. },
  26. "conflict": {
  27. "doctrine/common": ">2.2,<2.4"
  28. },
  29. "require-dev": {
  30. "cache/integration-tests": "dev-master",
  31. "doctrine/coding-standard": "^9",
  32. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  33. "psr/cache": "^1.0 || ^2.0 || ^3.0",
  34. "symfony/cache": "^4.4 || ^5.4 || ^6",
  35. "symfony/var-exporter": "^4.4 || ^5.4 || ^6"
  36. },
  37. "type": "library",
  38. "autoload": {
  39. "psr-4": {
  40. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  41. }
  42. },
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "MIT"
  46. ],
  47. "authors": [
  48. {
  49. "name": "Guilherme Blanco",
  50. "email": "guilhermeblanco@gmail.com"
  51. },
  52. {
  53. "name": "Roman Borschel",
  54. "email": "roman@code-factory.org"
  55. },
  56. {
  57. "name": "Benjamin Eberlei",
  58. "email": "kontakt@beberlei.de"
  59. },
  60. {
  61. "name": "Jonathan Wage",
  62. "email": "jonwage@gmail.com"
  63. },
  64. {
  65. "name": "Johannes Schmitt",
  66. "email": "schmittjoh@gmail.com"
  67. }
  68. ],
  69. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  70. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  71. "keywords": [
  72. "abstraction",
  73. "apcu",
  74. "cache",
  75. "caching",
  76. "couchdb",
  77. "memcached",
  78. "php",
  79. "redis",
  80. "xcache"
  81. ],
  82. "support": {
  83. "issues": "https://github.com/doctrine/cache/issues",
  84. "source": "https://github.com/doctrine/cache/tree/2.2.0"
  85. },
  86. "funding": [
  87. {
  88. "url": "https://www.doctrine-project.org/sponsorship.html",
  89. "type": "custom"
  90. },
  91. {
  92. "url": "https://www.patreon.com/phpdoctrine",
  93. "type": "patreon"
  94. },
  95. {
  96. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
  97. "type": "tidelift"
  98. }
  99. ],
  100. "time": "2022-05-20T20:07:39+00:00"
  101. },
  102. {
  103. "name": "doctrine/collections",
  104. "version": "2.1.4",
  105. "source": {
  106. "type": "git",
  107. "url": "https://github.com/doctrine/collections.git",
  108. "reference": "72328a11443a0de79967104ad36ba7b30bded134"
  109. },
  110. "dist": {
  111. "type": "zip",
  112. "url": "https://api.github.com/repos/doctrine/collections/zipball/72328a11443a0de79967104ad36ba7b30bded134",
  113. "reference": "72328a11443a0de79967104ad36ba7b30bded134",
  114. "shasum": ""
  115. },
  116. "require": {
  117. "doctrine/deprecations": "^1",
  118. "php": "^8.1"
  119. },
  120. "require-dev": {
  121. "doctrine/coding-standard": "^12",
  122. "ext-json": "*",
  123. "phpstan/phpstan": "^1.8",
  124. "phpstan/phpstan-phpunit": "^1.0",
  125. "phpunit/phpunit": "^9.5",
  126. "vimeo/psalm": "^5.11"
  127. },
  128. "type": "library",
  129. "autoload": {
  130. "psr-4": {
  131. "Doctrine\\Common\\Collections\\": "src"
  132. }
  133. },
  134. "notification-url": "https://packagist.org/downloads/",
  135. "license": [
  136. "MIT"
  137. ],
  138. "authors": [
  139. {
  140. "name": "Guilherme Blanco",
  141. "email": "guilhermeblanco@gmail.com"
  142. },
  143. {
  144. "name": "Roman Borschel",
  145. "email": "roman@code-factory.org"
  146. },
  147. {
  148. "name": "Benjamin Eberlei",
  149. "email": "kontakt@beberlei.de"
  150. },
  151. {
  152. "name": "Jonathan Wage",
  153. "email": "jonwage@gmail.com"
  154. },
  155. {
  156. "name": "Johannes Schmitt",
  157. "email": "schmittjoh@gmail.com"
  158. }
  159. ],
  160. "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
  161. "homepage": "https://www.doctrine-project.org/projects/collections.html",
  162. "keywords": [
  163. "array",
  164. "collections",
  165. "iterators",
  166. "php"
  167. ],
  168. "support": {
  169. "issues": "https://github.com/doctrine/collections/issues",
  170. "source": "https://github.com/doctrine/collections/tree/2.1.4"
  171. },
  172. "funding": [
  173. {
  174. "url": "https://www.doctrine-project.org/sponsorship.html",
  175. "type": "custom"
  176. },
  177. {
  178. "url": "https://www.patreon.com/phpdoctrine",
  179. "type": "patreon"
  180. },
  181. {
  182. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections",
  183. "type": "tidelift"
  184. }
  185. ],
  186. "time": "2023-10-03T09:22:33+00:00"
  187. },
  188. {
  189. "name": "doctrine/common",
  190. "version": "3.4.3",
  191. "source": {
  192. "type": "git",
  193. "url": "https://github.com/doctrine/common.git",
  194. "reference": "8b5e5650391f851ed58910b3e3d48a71062eeced"
  195. },
  196. "dist": {
  197. "type": "zip",
  198. "url": "https://api.github.com/repos/doctrine/common/zipball/8b5e5650391f851ed58910b3e3d48a71062eeced",
  199. "reference": "8b5e5650391f851ed58910b3e3d48a71062eeced",
  200. "shasum": ""
  201. },
  202. "require": {
  203. "doctrine/persistence": "^2.0 || ^3.0",
  204. "php": "^7.1 || ^8.0"
  205. },
  206. "require-dev": {
  207. "doctrine/coding-standard": "^9.0 || ^10.0",
  208. "doctrine/collections": "^1",
  209. "phpstan/phpstan": "^1.4.1",
  210. "phpstan/phpstan-phpunit": "^1",
  211. "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
  212. "squizlabs/php_codesniffer": "^3.0",
  213. "symfony/phpunit-bridge": "^6.1",
  214. "vimeo/psalm": "^4.4"
  215. },
  216. "type": "library",
  217. "autoload": {
  218. "psr-4": {
  219. "Doctrine\\Common\\": "src"
  220. }
  221. },
  222. "notification-url": "https://packagist.org/downloads/",
  223. "license": [
  224. "MIT"
  225. ],
  226. "authors": [
  227. {
  228. "name": "Guilherme Blanco",
  229. "email": "guilhermeblanco@gmail.com"
  230. },
  231. {
  232. "name": "Roman Borschel",
  233. "email": "roman@code-factory.org"
  234. },
  235. {
  236. "name": "Benjamin Eberlei",
  237. "email": "kontakt@beberlei.de"
  238. },
  239. {
  240. "name": "Jonathan Wage",
  241. "email": "jonwage@gmail.com"
  242. },
  243. {
  244. "name": "Johannes Schmitt",
  245. "email": "schmittjoh@gmail.com"
  246. },
  247. {
  248. "name": "Marco Pivetta",
  249. "email": "ocramius@gmail.com"
  250. }
  251. ],
  252. "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.",
  253. "homepage": "https://www.doctrine-project.org/projects/common.html",
  254. "keywords": [
  255. "common",
  256. "doctrine",
  257. "php"
  258. ],
  259. "support": {
  260. "issues": "https://github.com/doctrine/common/issues",
  261. "source": "https://github.com/doctrine/common/tree/3.4.3"
  262. },
  263. "funding": [
  264. {
  265. "url": "https://www.doctrine-project.org/sponsorship.html",
  266. "type": "custom"
  267. },
  268. {
  269. "url": "https://www.patreon.com/phpdoctrine",
  270. "type": "patreon"
  271. },
  272. {
  273. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
  274. "type": "tidelift"
  275. }
  276. ],
  277. "time": "2022-10-09T11:47:59+00:00"
  278. },
  279. {
  280. "name": "doctrine/dbal",
  281. "version": "3.7.1",
  282. "source": {
  283. "type": "git",
  284. "url": "https://github.com/doctrine/dbal.git",
  285. "reference": "5b7bd66c9ff58c04c5474ab85edce442f8081cb2"
  286. },
  287. "dist": {
  288. "type": "zip",
  289. "url": "https://api.github.com/repos/doctrine/dbal/zipball/5b7bd66c9ff58c04c5474ab85edce442f8081cb2",
  290. "reference": "5b7bd66c9ff58c04c5474ab85edce442f8081cb2",
  291. "shasum": ""
  292. },
  293. "require": {
  294. "composer-runtime-api": "^2",
  295. "doctrine/cache": "^1.11|^2.0",
  296. "doctrine/deprecations": "^0.5.3|^1",
  297. "doctrine/event-manager": "^1|^2",
  298. "php": "^7.4 || ^8.0",
  299. "psr/cache": "^1|^2|^3",
  300. "psr/log": "^1|^2|^3"
  301. },
  302. "require-dev": {
  303. "doctrine/coding-standard": "12.0.0",
  304. "fig/log-test": "^1",
  305. "jetbrains/phpstorm-stubs": "2023.1",
  306. "phpstan/phpstan": "1.10.35",
  307. "phpstan/phpstan-strict-rules": "^1.5",
  308. "phpunit/phpunit": "9.6.13",
  309. "psalm/plugin-phpunit": "0.18.4",
  310. "slevomat/coding-standard": "8.13.1",
  311. "squizlabs/php_codesniffer": "3.7.2",
  312. "symfony/cache": "^5.4|^6.0",
  313. "symfony/console": "^4.4|^5.4|^6.0",
  314. "vimeo/psalm": "4.30.0"
  315. },
  316. "suggest": {
  317. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  318. },
  319. "bin": [
  320. "bin/doctrine-dbal"
  321. ],
  322. "type": "library",
  323. "autoload": {
  324. "psr-4": {
  325. "Doctrine\\DBAL\\": "src"
  326. }
  327. },
  328. "notification-url": "https://packagist.org/downloads/",
  329. "license": [
  330. "MIT"
  331. ],
  332. "authors": [
  333. {
  334. "name": "Guilherme Blanco",
  335. "email": "guilhermeblanco@gmail.com"
  336. },
  337. {
  338. "name": "Roman Borschel",
  339. "email": "roman@code-factory.org"
  340. },
  341. {
  342. "name": "Benjamin Eberlei",
  343. "email": "kontakt@beberlei.de"
  344. },
  345. {
  346. "name": "Jonathan Wage",
  347. "email": "jonwage@gmail.com"
  348. }
  349. ],
  350. "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
  351. "homepage": "https://www.doctrine-project.org/projects/dbal.html",
  352. "keywords": [
  353. "abstraction",
  354. "database",
  355. "db2",
  356. "dbal",
  357. "mariadb",
  358. "mssql",
  359. "mysql",
  360. "oci8",
  361. "oracle",
  362. "pdo",
  363. "pgsql",
  364. "postgresql",
  365. "queryobject",
  366. "sasql",
  367. "sql",
  368. "sqlite",
  369. "sqlserver",
  370. "sqlsrv"
  371. ],
  372. "support": {
  373. "issues": "https://github.com/doctrine/dbal/issues",
  374. "source": "https://github.com/doctrine/dbal/tree/3.7.1"
  375. },
  376. "funding": [
  377. {
  378. "url": "https://www.doctrine-project.org/sponsorship.html",
  379. "type": "custom"
  380. },
  381. {
  382. "url": "https://www.patreon.com/phpdoctrine",
  383. "type": "patreon"
  384. },
  385. {
  386. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
  387. "type": "tidelift"
  388. }
  389. ],
  390. "time": "2023-10-06T05:06:20+00:00"
  391. },
  392. {
  393. "name": "doctrine/deprecations",
  394. "version": "1.1.2",
  395. "source": {
  396. "type": "git",
  397. "url": "https://github.com/doctrine/deprecations.git",
  398. "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
  399. },
  400. "dist": {
  401. "type": "zip",
  402. "url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
  403. "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
  404. "shasum": ""
  405. },
  406. "require": {
  407. "php": "^7.1 || ^8.0"
  408. },
  409. "require-dev": {
  410. "doctrine/coding-standard": "^9",
  411. "phpstan/phpstan": "1.4.10 || 1.10.15",
  412. "phpstan/phpstan-phpunit": "^1.0",
  413. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  414. "psalm/plugin-phpunit": "0.18.4",
  415. "psr/log": "^1 || ^2 || ^3",
  416. "vimeo/psalm": "4.30.0 || 5.12.0"
  417. },
  418. "suggest": {
  419. "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
  420. },
  421. "type": "library",
  422. "autoload": {
  423. "psr-4": {
  424. "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
  425. }
  426. },
  427. "notification-url": "https://packagist.org/downloads/",
  428. "license": [
  429. "MIT"
  430. ],
  431. "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
  432. "homepage": "https://www.doctrine-project.org/",
  433. "support": {
  434. "issues": "https://github.com/doctrine/deprecations/issues",
  435. "source": "https://github.com/doctrine/deprecations/tree/1.1.2"
  436. },
  437. "time": "2023-09-27T20:04:15+00:00"
  438. },
  439. {
  440. "name": "doctrine/doctrine-bundle",
  441. "version": "2.10.2",
  442. "source": {
  443. "type": "git",
  444. "url": "https://github.com/doctrine/DoctrineBundle.git",
  445. "reference": "f28b1f78de3a2938ff05cfe751233097624cc756"
  446. },
  447. "dist": {
  448. "type": "zip",
  449. "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/f28b1f78de3a2938ff05cfe751233097624cc756",
  450. "reference": "f28b1f78de3a2938ff05cfe751233097624cc756",
  451. "shasum": ""
  452. },
  453. "require": {
  454. "doctrine/cache": "^1.11 || ^2.0",
  455. "doctrine/dbal": "^3.6.0",
  456. "doctrine/persistence": "^2.2 || ^3",
  457. "doctrine/sql-formatter": "^1.0.1",
  458. "php": "^7.4 || ^8.0",
  459. "symfony/cache": "^5.4 || ^6.0",
  460. "symfony/config": "^5.4 || ^6.0",
  461. "symfony/console": "^5.4 || ^6.0",
  462. "symfony/dependency-injection": "^5.4 || ^6.0",
  463. "symfony/deprecation-contracts": "^2.1 || ^3",
  464. "symfony/doctrine-bridge": "^5.4.19 || ^6.0.7",
  465. "symfony/framework-bundle": "^5.4 || ^6.0",
  466. "symfony/service-contracts": "^1.1.1 || ^2.0 || ^3"
  467. },
  468. "conflict": {
  469. "doctrine/annotations": ">=3.0",
  470. "doctrine/orm": "<2.11 || >=3.0",
  471. "twig/twig": "<1.34 || >=2.0 <2.4"
  472. },
  473. "require-dev": {
  474. "doctrine/annotations": "^1 || ^2",
  475. "doctrine/coding-standard": "^9.0",
  476. "doctrine/deprecations": "^1.0",
  477. "doctrine/orm": "^2.11 || ^3.0",
  478. "friendsofphp/proxy-manager-lts": "^1.0",
  479. "phpunit/phpunit": "^9.5.26 || ^10.0",
  480. "psalm/plugin-phpunit": "^0.18.4",
  481. "psalm/plugin-symfony": "^4",
  482. "psr/log": "^1.1.4 || ^2.0 || ^3.0",
  483. "symfony/phpunit-bridge": "^6.1",
  484. "symfony/property-info": "^5.4 || ^6.0",
  485. "symfony/proxy-manager-bridge": "^5.4 || ^6.0",
  486. "symfony/security-bundle": "^5.4 || ^6.0",
  487. "symfony/twig-bridge": "^5.4 || ^6.0",
  488. "symfony/validator": "^5.4 || ^6.0",
  489. "symfony/web-profiler-bundle": "^5.4 || ^6.0",
  490. "symfony/yaml": "^5.4 || ^6.0",
  491. "twig/twig": "^1.34 || ^2.12 || ^3.0",
  492. "vimeo/psalm": "^4.30"
  493. },
  494. "suggest": {
  495. "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
  496. "ext-pdo": "*",
  497. "symfony/web-profiler-bundle": "To use the data collector."
  498. },
  499. "type": "symfony-bundle",
  500. "autoload": {
  501. "psr-4": {
  502. "Doctrine\\Bundle\\DoctrineBundle\\": ""
  503. }
  504. },
  505. "notification-url": "https://packagist.org/downloads/",
  506. "license": [
  507. "MIT"
  508. ],
  509. "authors": [
  510. {
  511. "name": "Fabien Potencier",
  512. "email": "fabien@symfony.com"
  513. },
  514. {
  515. "name": "Benjamin Eberlei",
  516. "email": "kontakt@beberlei.de"
  517. },
  518. {
  519. "name": "Symfony Community",
  520. "homepage": "https://symfony.com/contributors"
  521. },
  522. {
  523. "name": "Doctrine Project",
  524. "homepage": "https://www.doctrine-project.org/"
  525. }
  526. ],
  527. "description": "Symfony DoctrineBundle",
  528. "homepage": "https://www.doctrine-project.org",
  529. "keywords": [
  530. "database",
  531. "dbal",
  532. "orm",
  533. "persistence"
  534. ],
  535. "support": {
  536. "issues": "https://github.com/doctrine/DoctrineBundle/issues",
  537. "source": "https://github.com/doctrine/DoctrineBundle/tree/2.10.2"
  538. },
  539. "funding": [
  540. {
  541. "url": "https://www.doctrine-project.org/sponsorship.html",
  542. "type": "custom"
  543. },
  544. {
  545. "url": "https://www.patreon.com/phpdoctrine",
  546. "type": "patreon"
  547. },
  548. {
  549. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
  550. "type": "tidelift"
  551. }
  552. ],
  553. "time": "2023-08-06T09:31:40+00:00"
  554. },
  555. {
  556. "name": "doctrine/doctrine-migrations-bundle",
  557. "version": "3.2.4",
  558. "source": {
  559. "type": "git",
  560. "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
  561. "reference": "94e6b0fe1a50901d52f59dbb9b4b0737718b2c1e"
  562. },
  563. "dist": {
  564. "type": "zip",
  565. "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/94e6b0fe1a50901d52f59dbb9b4b0737718b2c1e",
  566. "reference": "94e6b0fe1a50901d52f59dbb9b4b0737718b2c1e",
  567. "shasum": ""
  568. },
  569. "require": {
  570. "doctrine/doctrine-bundle": "~1.0|~2.0",
  571. "doctrine/migrations": "^3.2",
  572. "php": "^7.2|^8.0",
  573. "symfony/framework-bundle": "~3.4|~4.0|~5.0|~6.0"
  574. },
  575. "require-dev": {
  576. "doctrine/coding-standard": "^9",
  577. "doctrine/orm": "^2.6",
  578. "doctrine/persistence": "^1.3||^2.0",
  579. "phpstan/phpstan": "^1.4",
  580. "phpstan/phpstan-deprecation-rules": "^1",
  581. "phpstan/phpstan-phpunit": "^1",
  582. "phpstan/phpstan-strict-rules": "^1.1",
  583. "phpunit/phpunit": "^8.5|^9.5",
  584. "vimeo/psalm": "^4.22"
  585. },
  586. "type": "symfony-bundle",
  587. "autoload": {
  588. "psr-4": {
  589. "Doctrine\\Bundle\\MigrationsBundle\\": ""
  590. },
  591. "exclude-from-classmap": [
  592. "/Tests/"
  593. ]
  594. },
  595. "notification-url": "https://packagist.org/downloads/",
  596. "license": [
  597. "MIT"
  598. ],
  599. "authors": [
  600. {
  601. "name": "Fabien Potencier",
  602. "email": "fabien@symfony.com"
  603. },
  604. {
  605. "name": "Doctrine Project",
  606. "homepage": "https://www.doctrine-project.org"
  607. },
  608. {
  609. "name": "Symfony Community",
  610. "homepage": "https://symfony.com/contributors"
  611. }
  612. ],
  613. "description": "Symfony DoctrineMigrationsBundle",
  614. "homepage": "https://www.doctrine-project.org",
  615. "keywords": [
  616. "dbal",
  617. "migrations",
  618. "schema"
  619. ],
  620. "support": {
  621. "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
  622. "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.2.4"
  623. },
  624. "funding": [
  625. {
  626. "url": "https://www.doctrine-project.org/sponsorship.html",
  627. "type": "custom"
  628. },
  629. {
  630. "url": "https://www.patreon.com/phpdoctrine",
  631. "type": "patreon"
  632. },
  633. {
  634. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-migrations-bundle",
  635. "type": "tidelift"
  636. }
  637. ],
  638. "time": "2023-06-02T08:19:26+00:00"
  639. },
  640. {
  641. "name": "doctrine/event-manager",
  642. "version": "2.0.0",
  643. "source": {
  644. "type": "git",
  645. "url": "https://github.com/doctrine/event-manager.git",
  646. "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32"
  647. },
  648. "dist": {
  649. "type": "zip",
  650. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/750671534e0241a7c50ea5b43f67e23eb5c96f32",
  651. "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32",
  652. "shasum": ""
  653. },
  654. "require": {
  655. "php": "^8.1"
  656. },
  657. "conflict": {
  658. "doctrine/common": "<2.9"
  659. },
  660. "require-dev": {
  661. "doctrine/coding-standard": "^10",
  662. "phpstan/phpstan": "^1.8.8",
  663. "phpunit/phpunit": "^9.5",
  664. "vimeo/psalm": "^4.28"
  665. },
  666. "type": "library",
  667. "autoload": {
  668. "psr-4": {
  669. "Doctrine\\Common\\": "src"
  670. }
  671. },
  672. "notification-url": "https://packagist.org/downloads/",
  673. "license": [
  674. "MIT"
  675. ],
  676. "authors": [
  677. {
  678. "name": "Guilherme Blanco",
  679. "email": "guilhermeblanco@gmail.com"
  680. },
  681. {
  682. "name": "Roman Borschel",
  683. "email": "roman@code-factory.org"
  684. },
  685. {
  686. "name": "Benjamin Eberlei",
  687. "email": "kontakt@beberlei.de"
  688. },
  689. {
  690. "name": "Jonathan Wage",
  691. "email": "jonwage@gmail.com"
  692. },
  693. {
  694. "name": "Johannes Schmitt",
  695. "email": "schmittjoh@gmail.com"
  696. },
  697. {
  698. "name": "Marco Pivetta",
  699. "email": "ocramius@gmail.com"
  700. }
  701. ],
  702. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  703. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  704. "keywords": [
  705. "event",
  706. "event dispatcher",
  707. "event manager",
  708. "event system",
  709. "events"
  710. ],
  711. "support": {
  712. "issues": "https://github.com/doctrine/event-manager/issues",
  713. "source": "https://github.com/doctrine/event-manager/tree/2.0.0"
  714. },
  715. "funding": [
  716. {
  717. "url": "https://www.doctrine-project.org/sponsorship.html",
  718. "type": "custom"
  719. },
  720. {
  721. "url": "https://www.patreon.com/phpdoctrine",
  722. "type": "patreon"
  723. },
  724. {
  725. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
  726. "type": "tidelift"
  727. }
  728. ],
  729. "time": "2022-10-12T20:59:15+00:00"
  730. },
  731. {
  732. "name": "doctrine/inflector",
  733. "version": "2.0.8",
  734. "source": {
  735. "type": "git",
  736. "url": "https://github.com/doctrine/inflector.git",
  737. "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff"
  738. },
  739. "dist": {
  740. "type": "zip",
  741. "url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
  742. "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
  743. "shasum": ""
  744. },
  745. "require": {
  746. "php": "^7.2 || ^8.0"
  747. },
  748. "require-dev": {
  749. "doctrine/coding-standard": "^11.0",
  750. "phpstan/phpstan": "^1.8",
  751. "phpstan/phpstan-phpunit": "^1.1",
  752. "phpstan/phpstan-strict-rules": "^1.3",
  753. "phpunit/phpunit": "^8.5 || ^9.5",
  754. "vimeo/psalm": "^4.25 || ^5.4"
  755. },
  756. "type": "library",
  757. "autoload": {
  758. "psr-4": {
  759. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  760. }
  761. },
  762. "notification-url": "https://packagist.org/downloads/",
  763. "license": [
  764. "MIT"
  765. ],
  766. "authors": [
  767. {
  768. "name": "Guilherme Blanco",
  769. "email": "guilhermeblanco@gmail.com"
  770. },
  771. {
  772. "name": "Roman Borschel",
  773. "email": "roman@code-factory.org"
  774. },
  775. {
  776. "name": "Benjamin Eberlei",
  777. "email": "kontakt@beberlei.de"
  778. },
  779. {
  780. "name": "Jonathan Wage",
  781. "email": "jonwage@gmail.com"
  782. },
  783. {
  784. "name": "Johannes Schmitt",
  785. "email": "schmittjoh@gmail.com"
  786. }
  787. ],
  788. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  789. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  790. "keywords": [
  791. "inflection",
  792. "inflector",
  793. "lowercase",
  794. "manipulation",
  795. "php",
  796. "plural",
  797. "singular",
  798. "strings",
  799. "uppercase",
  800. "words"
  801. ],
  802. "support": {
  803. "issues": "https://github.com/doctrine/inflector/issues",
  804. "source": "https://github.com/doctrine/inflector/tree/2.0.8"
  805. },
  806. "funding": [
  807. {
  808. "url": "https://www.doctrine-project.org/sponsorship.html",
  809. "type": "custom"
  810. },
  811. {
  812. "url": "https://www.patreon.com/phpdoctrine",
  813. "type": "patreon"
  814. },
  815. {
  816. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  817. "type": "tidelift"
  818. }
  819. ],
  820. "time": "2023-06-16T13:40:37+00:00"
  821. },
  822. {
  823. "name": "doctrine/instantiator",
  824. "version": "2.0.0",
  825. "source": {
  826. "type": "git",
  827. "url": "https://github.com/doctrine/instantiator.git",
  828. "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
  829. },
  830. "dist": {
  831. "type": "zip",
  832. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
  833. "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
  834. "shasum": ""
  835. },
  836. "require": {
  837. "php": "^8.1"
  838. },
  839. "require-dev": {
  840. "doctrine/coding-standard": "^11",
  841. "ext-pdo": "*",
  842. "ext-phar": "*",
  843. "phpbench/phpbench": "^1.2",
  844. "phpstan/phpstan": "^1.9.4",
  845. "phpstan/phpstan-phpunit": "^1.3",
  846. "phpunit/phpunit": "^9.5.27",
  847. "vimeo/psalm": "^5.4"
  848. },
  849. "type": "library",
  850. "autoload": {
  851. "psr-4": {
  852. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  853. }
  854. },
  855. "notification-url": "https://packagist.org/downloads/",
  856. "license": [
  857. "MIT"
  858. ],
  859. "authors": [
  860. {
  861. "name": "Marco Pivetta",
  862. "email": "ocramius@gmail.com",
  863. "homepage": "https://ocramius.github.io/"
  864. }
  865. ],
  866. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  867. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  868. "keywords": [
  869. "constructor",
  870. "instantiate"
  871. ],
  872. "support": {
  873. "issues": "https://github.com/doctrine/instantiator/issues",
  874. "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
  875. },
  876. "funding": [
  877. {
  878. "url": "https://www.doctrine-project.org/sponsorship.html",
  879. "type": "custom"
  880. },
  881. {
  882. "url": "https://www.patreon.com/phpdoctrine",
  883. "type": "patreon"
  884. },
  885. {
  886. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
  887. "type": "tidelift"
  888. }
  889. ],
  890. "time": "2022-12-30T00:23:10+00:00"
  891. },
  892. {
  893. "name": "doctrine/lexer",
  894. "version": "2.1.0",
  895. "source": {
  896. "type": "git",
  897. "url": "https://github.com/doctrine/lexer.git",
  898. "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124"
  899. },
  900. "dist": {
  901. "type": "zip",
  902. "url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
  903. "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
  904. "shasum": ""
  905. },
  906. "require": {
  907. "doctrine/deprecations": "^1.0",
  908. "php": "^7.1 || ^8.0"
  909. },
  910. "require-dev": {
  911. "doctrine/coding-standard": "^9 || ^10",
  912. "phpstan/phpstan": "^1.3",
  913. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  914. "psalm/plugin-phpunit": "^0.18.3",
  915. "vimeo/psalm": "^4.11 || ^5.0"
  916. },
  917. "type": "library",
  918. "autoload": {
  919. "psr-4": {
  920. "Doctrine\\Common\\Lexer\\": "src"
  921. }
  922. },
  923. "notification-url": "https://packagist.org/downloads/",
  924. "license": [
  925. "MIT"
  926. ],
  927. "authors": [
  928. {
  929. "name": "Guilherme Blanco",
  930. "email": "guilhermeblanco@gmail.com"
  931. },
  932. {
  933. "name": "Roman Borschel",
  934. "email": "roman@code-factory.org"
  935. },
  936. {
  937. "name": "Johannes Schmitt",
  938. "email": "schmittjoh@gmail.com"
  939. }
  940. ],
  941. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  942. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  943. "keywords": [
  944. "annotations",
  945. "docblock",
  946. "lexer",
  947. "parser",
  948. "php"
  949. ],
  950. "support": {
  951. "issues": "https://github.com/doctrine/lexer/issues",
  952. "source": "https://github.com/doctrine/lexer/tree/2.1.0"
  953. },
  954. "funding": [
  955. {
  956. "url": "https://www.doctrine-project.org/sponsorship.html",
  957. "type": "custom"
  958. },
  959. {
  960. "url": "https://www.patreon.com/phpdoctrine",
  961. "type": "patreon"
  962. },
  963. {
  964. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  965. "type": "tidelift"
  966. }
  967. ],
  968. "time": "2022-12-14T08:49:07+00:00"
  969. },
  970. {
  971. "name": "doctrine/migrations",
  972. "version": "3.6.0",
  973. "source": {
  974. "type": "git",
  975. "url": "https://github.com/doctrine/migrations.git",
  976. "reference": "e542ad8bcd606d7a18d0875babb8a6d963c9c059"
  977. },
  978. "dist": {
  979. "type": "zip",
  980. "url": "https://api.github.com/repos/doctrine/migrations/zipball/e542ad8bcd606d7a18d0875babb8a6d963c9c059",
  981. "reference": "e542ad8bcd606d7a18d0875babb8a6d963c9c059",
  982. "shasum": ""
  983. },
  984. "require": {
  985. "composer-runtime-api": "^2",
  986. "doctrine/dbal": "^3.5.1",
  987. "doctrine/deprecations": "^0.5.3 || ^1",
  988. "doctrine/event-manager": "^1.2 || ^2.0",
  989. "php": "^8.1",
  990. "psr/log": "^1.1.3 || ^2 || ^3",
  991. "symfony/console": "^4.4.16 || ^5.4 || ^6.0",
  992. "symfony/stopwatch": "^4.4 || ^5.4 || ^6.0",
  993. "symfony/var-exporter": "^6.2"
  994. },
  995. "conflict": {
  996. "doctrine/orm": "<2.12"
  997. },
  998. "require-dev": {
  999. "doctrine/coding-standard": "^9",
  1000. "doctrine/orm": "^2.13",
  1001. "doctrine/persistence": "^2 || ^3",
  1002. "doctrine/sql-formatter": "^1.0",
  1003. "ext-pdo_sqlite": "*",
  1004. "phpstan/phpstan": "^1.5",
  1005. "phpstan/phpstan-deprecation-rules": "^1",
  1006. "phpstan/phpstan-phpunit": "^1.1",
  1007. "phpstan/phpstan-strict-rules": "^1.1",
  1008. "phpstan/phpstan-symfony": "^1.1",
  1009. "phpunit/phpunit": "^9.5.24",
  1010. "symfony/cache": "^4.4 || ^5.4 || ^6.0",
  1011. "symfony/process": "^4.4 || ^5.4 || ^6.0",
  1012. "symfony/yaml": "^4.4 || ^5.4 || ^6.0"
  1013. },
  1014. "suggest": {
  1015. "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.",
  1016. "symfony/yaml": "Allows the use of yaml for migration configuration files."
  1017. },
  1018. "bin": [
  1019. "bin/doctrine-migrations"
  1020. ],
  1021. "type": "library",
  1022. "autoload": {
  1023. "psr-4": {
  1024. "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
  1025. }
  1026. },
  1027. "notification-url": "https://packagist.org/downloads/",
  1028. "license": [
  1029. "MIT"
  1030. ],
  1031. "authors": [
  1032. {
  1033. "name": "Benjamin Eberlei",
  1034. "email": "kontakt@beberlei.de"
  1035. },
  1036. {
  1037. "name": "Jonathan Wage",
  1038. "email": "jonwage@gmail.com"
  1039. },
  1040. {
  1041. "name": "Michael Simonson",
  1042. "email": "contact@mikesimonson.com"
  1043. }
  1044. ],
  1045. "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.",
  1046. "homepage": "https://www.doctrine-project.org/projects/migrations.html",
  1047. "keywords": [
  1048. "database",
  1049. "dbal",
  1050. "migrations"
  1051. ],
  1052. "support": {
  1053. "issues": "https://github.com/doctrine/migrations/issues",
  1054. "source": "https://github.com/doctrine/migrations/tree/3.6.0"
  1055. },
  1056. "funding": [
  1057. {
  1058. "url": "https://www.doctrine-project.org/sponsorship.html",
  1059. "type": "custom"
  1060. },
  1061. {
  1062. "url": "https://www.patreon.com/phpdoctrine",
  1063. "type": "patreon"
  1064. },
  1065. {
  1066. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations",
  1067. "type": "tidelift"
  1068. }
  1069. ],
  1070. "time": "2023-02-15T18:49:46+00:00"
  1071. },
  1072. {
  1073. "name": "doctrine/orm",
  1074. "version": "2.16.2",
  1075. "source": {
  1076. "type": "git",
  1077. "url": "https://github.com/doctrine/orm.git",
  1078. "reference": "17500f56eaa930f5cd14d765bc2cd851c7d37cc0"
  1079. },
  1080. "dist": {
  1081. "type": "zip",
  1082. "url": "https://api.github.com/repos/doctrine/orm/zipball/17500f56eaa930f5cd14d765bc2cd851c7d37cc0",
  1083. "reference": "17500f56eaa930f5cd14d765bc2cd851c7d37cc0",
  1084. "shasum": ""
  1085. },
  1086. "require": {
  1087. "composer-runtime-api": "^2",
  1088. "doctrine/cache": "^1.12.1 || ^2.1.1",
  1089. "doctrine/collections": "^1.5 || ^2.1",
  1090. "doctrine/common": "^3.0.3",
  1091. "doctrine/dbal": "^2.13.1 || ^3.2",
  1092. "doctrine/deprecations": "^0.5.3 || ^1",
  1093. "doctrine/event-manager": "^1.2 || ^2",
  1094. "doctrine/inflector": "^1.4 || ^2.0",
  1095. "doctrine/instantiator": "^1.3 || ^2",
  1096. "doctrine/lexer": "^2",
  1097. "doctrine/persistence": "^2.4 || ^3",
  1098. "ext-ctype": "*",
  1099. "php": "^7.1 || ^8.0",
  1100. "psr/cache": "^1 || ^2 || ^3",
  1101. "symfony/console": "^4.2 || ^5.0 || ^6.0",
  1102. "symfony/polyfill-php72": "^1.23",
  1103. "symfony/polyfill-php80": "^1.16"
  1104. },
  1105. "conflict": {
  1106. "doctrine/annotations": "<1.13 || >= 3.0"
  1107. },
  1108. "require-dev": {
  1109. "doctrine/annotations": "^1.13 || ^2",
  1110. "doctrine/coding-standard": "^9.0.2 || ^12.0",
  1111. "phpbench/phpbench": "^0.16.10 || ^1.0",
  1112. "phpstan/phpstan": "~1.4.10 || 1.10.28",
  1113. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
  1114. "psr/log": "^1 || ^2 || ^3",
  1115. "squizlabs/php_codesniffer": "3.7.2",
  1116. "symfony/cache": "^4.4 || ^5.4 || ^6.0",
  1117. "symfony/var-exporter": "^4.4 || ^5.4 || ^6.2",
  1118. "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
  1119. "vimeo/psalm": "4.30.0 || 5.14.1"
  1120. },
  1121. "suggest": {
  1122. "ext-dom": "Provides support for XSD validation for XML mapping files",
  1123. "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
  1124. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  1125. },
  1126. "bin": [
  1127. "bin/doctrine"
  1128. ],
  1129. "type": "library",
  1130. "autoload": {
  1131. "psr-4": {
  1132. "Doctrine\\ORM\\": "lib/Doctrine/ORM"
  1133. }
  1134. },
  1135. "notification-url": "https://packagist.org/downloads/",
  1136. "license": [
  1137. "MIT"
  1138. ],
  1139. "authors": [
  1140. {
  1141. "name": "Guilherme Blanco",
  1142. "email": "guilhermeblanco@gmail.com"
  1143. },
  1144. {
  1145. "name": "Roman Borschel",
  1146. "email": "roman@code-factory.org"
  1147. },
  1148. {
  1149. "name": "Benjamin Eberlei",
  1150. "email": "kontakt@beberlei.de"
  1151. },
  1152. {
  1153. "name": "Jonathan Wage",
  1154. "email": "jonwage@gmail.com"
  1155. },
  1156. {
  1157. "name": "Marco Pivetta",
  1158. "email": "ocramius@gmail.com"
  1159. }
  1160. ],
  1161. "description": "Object-Relational-Mapper for PHP",
  1162. "homepage": "https://www.doctrine-project.org/projects/orm.html",
  1163. "keywords": [
  1164. "database",
  1165. "orm"
  1166. ],
  1167. "support": {
  1168. "issues": "https://github.com/doctrine/orm/issues",
  1169. "source": "https://github.com/doctrine/orm/tree/2.16.2"
  1170. },
  1171. "time": "2023-08-27T18:21:56+00:00"
  1172. },
  1173. {
  1174. "name": "doctrine/persistence",
  1175. "version": "3.2.0",
  1176. "source": {
  1177. "type": "git",
  1178. "url": "https://github.com/doctrine/persistence.git",
  1179. "reference": "63fee8c33bef740db6730eb2a750cd3da6495603"
  1180. },
  1181. "dist": {
  1182. "type": "zip",
  1183. "url": "https://api.github.com/repos/doctrine/persistence/zipball/63fee8c33bef740db6730eb2a750cd3da6495603",
  1184. "reference": "63fee8c33bef740db6730eb2a750cd3da6495603",
  1185. "shasum": ""
  1186. },
  1187. "require": {
  1188. "doctrine/event-manager": "^1 || ^2",
  1189. "php": "^7.2 || ^8.0",
  1190. "psr/cache": "^1.0 || ^2.0 || ^3.0"
  1191. },
  1192. "conflict": {
  1193. "doctrine/common": "<2.10"
  1194. },
  1195. "require-dev": {
  1196. "composer/package-versions-deprecated": "^1.11",
  1197. "doctrine/coding-standard": "^11",
  1198. "doctrine/common": "^3.0",
  1199. "phpstan/phpstan": "1.9.4",
  1200. "phpstan/phpstan-phpunit": "^1",
  1201. "phpstan/phpstan-strict-rules": "^1.1",
  1202. "phpunit/phpunit": "^8.5 || ^9.5",
  1203. "symfony/cache": "^4.4 || ^5.4 || ^6.0",
  1204. "vimeo/psalm": "4.30.0 || 5.3.0"
  1205. },
  1206. "type": "library",
  1207. "autoload": {
  1208. "psr-4": {
  1209. "Doctrine\\Persistence\\": "src/Persistence"
  1210. }
  1211. },
  1212. "notification-url": "https://packagist.org/downloads/",
  1213. "license": [
  1214. "MIT"
  1215. ],
  1216. "authors": [
  1217. {
  1218. "name": "Guilherme Blanco",
  1219. "email": "guilhermeblanco@gmail.com"
  1220. },
  1221. {
  1222. "name": "Roman Borschel",
  1223. "email": "roman@code-factory.org"
  1224. },
  1225. {
  1226. "name": "Benjamin Eberlei",
  1227. "email": "kontakt@beberlei.de"
  1228. },
  1229. {
  1230. "name": "Jonathan Wage",
  1231. "email": "jonwage@gmail.com"
  1232. },
  1233. {
  1234. "name": "Johannes Schmitt",
  1235. "email": "schmittjoh@gmail.com"
  1236. },
  1237. {
  1238. "name": "Marco Pivetta",
  1239. "email": "ocramius@gmail.com"
  1240. }
  1241. ],
  1242. "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
  1243. "homepage": "https://www.doctrine-project.org/projects/persistence.html",
  1244. "keywords": [
  1245. "mapper",
  1246. "object",
  1247. "odm",
  1248. "orm",
  1249. "persistence"
  1250. ],
  1251. "support": {
  1252. "issues": "https://github.com/doctrine/persistence/issues",
  1253. "source": "https://github.com/doctrine/persistence/tree/3.2.0"
  1254. },
  1255. "funding": [
  1256. {
  1257. "url": "https://www.doctrine-project.org/sponsorship.html",
  1258. "type": "custom"
  1259. },
  1260. {
  1261. "url": "https://www.patreon.com/phpdoctrine",
  1262. "type": "patreon"
  1263. },
  1264. {
  1265. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
  1266. "type": "tidelift"
  1267. }
  1268. ],
  1269. "time": "2023-05-17T18:32:04+00:00"
  1270. },
  1271. {
  1272. "name": "doctrine/sql-formatter",
  1273. "version": "1.1.3",
  1274. "source": {
  1275. "type": "git",
  1276. "url": "https://github.com/doctrine/sql-formatter.git",
  1277. "reference": "25a06c7bf4c6b8218f47928654252863ffc890a5"
  1278. },
  1279. "dist": {
  1280. "type": "zip",
  1281. "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/25a06c7bf4c6b8218f47928654252863ffc890a5",
  1282. "reference": "25a06c7bf4c6b8218f47928654252863ffc890a5",
  1283. "shasum": ""
  1284. },
  1285. "require": {
  1286. "php": "^7.1 || ^8.0"
  1287. },
  1288. "require-dev": {
  1289. "bamarni/composer-bin-plugin": "^1.4"
  1290. },
  1291. "bin": [
  1292. "bin/sql-formatter"
  1293. ],
  1294. "type": "library",
  1295. "autoload": {
  1296. "psr-4": {
  1297. "Doctrine\\SqlFormatter\\": "src"
  1298. }
  1299. },
  1300. "notification-url": "https://packagist.org/downloads/",
  1301. "license": [
  1302. "MIT"
  1303. ],
  1304. "authors": [
  1305. {
  1306. "name": "Jeremy Dorn",
  1307. "email": "jeremy@jeremydorn.com",
  1308. "homepage": "https://jeremydorn.com/"
  1309. }
  1310. ],
  1311. "description": "a PHP SQL highlighting library",
  1312. "homepage": "https://github.com/doctrine/sql-formatter/",
  1313. "keywords": [
  1314. "highlight",
  1315. "sql"
  1316. ],
  1317. "support": {
  1318. "issues": "https://github.com/doctrine/sql-formatter/issues",
  1319. "source": "https://github.com/doctrine/sql-formatter/tree/1.1.3"
  1320. },
  1321. "time": "2022-05-23T21:33:49+00:00"
  1322. },
  1323. {
  1324. "name": "egulias/email-validator",
  1325. "version": "4.0.2",
  1326. "source": {
  1327. "type": "git",
  1328. "url": "https://github.com/egulias/EmailValidator.git",
  1329. "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e"
  1330. },
  1331. "dist": {
  1332. "type": "zip",
  1333. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e",
  1334. "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e",
  1335. "shasum": ""
  1336. },
  1337. "require": {
  1338. "doctrine/lexer": "^2.0 || ^3.0",
  1339. "php": ">=8.1",
  1340. "symfony/polyfill-intl-idn": "^1.26"
  1341. },
  1342. "require-dev": {
  1343. "phpunit/phpunit": "^10.2",
  1344. "vimeo/psalm": "^5.12"
  1345. },
  1346. "suggest": {
  1347. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  1348. },
  1349. "type": "library",
  1350. "extra": {
  1351. "branch-alias": {
  1352. "dev-master": "4.0.x-dev"
  1353. }
  1354. },
  1355. "autoload": {
  1356. "psr-4": {
  1357. "Egulias\\EmailValidator\\": "src"
  1358. }
  1359. },
  1360. "notification-url": "https://packagist.org/downloads/",
  1361. "license": [
  1362. "MIT"
  1363. ],
  1364. "authors": [
  1365. {
  1366. "name": "Eduardo Gulias Davis"
  1367. }
  1368. ],
  1369. "description": "A library for validating emails against several RFCs",
  1370. "homepage": "https://github.com/egulias/EmailValidator",
  1371. "keywords": [
  1372. "email",
  1373. "emailvalidation",
  1374. "emailvalidator",
  1375. "validation",
  1376. "validator"
  1377. ],
  1378. "support": {
  1379. "issues": "https://github.com/egulias/EmailValidator/issues",
  1380. "source": "https://github.com/egulias/EmailValidator/tree/4.0.2"
  1381. },
  1382. "funding": [
  1383. {
  1384. "url": "https://github.com/egulias",
  1385. "type": "github"
  1386. }
  1387. ],
  1388. "time": "2023-10-06T06:47:41+00:00"
  1389. },
  1390. {
  1391. "name": "monolog/monolog",
  1392. "version": "3.4.0",
  1393. "source": {
  1394. "type": "git",
  1395. "url": "https://github.com/Seldaek/monolog.git",
  1396. "reference": "e2392369686d420ca32df3803de28b5d6f76867d"
  1397. },
  1398. "dist": {
  1399. "type": "zip",
  1400. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/e2392369686d420ca32df3803de28b5d6f76867d",
  1401. "reference": "e2392369686d420ca32df3803de28b5d6f76867d",
  1402. "shasum": ""
  1403. },
  1404. "require": {
  1405. "php": ">=8.1",
  1406. "psr/log": "^2.0 || ^3.0"
  1407. },
  1408. "provide": {
  1409. "psr/log-implementation": "3.0.0"
  1410. },
  1411. "require-dev": {
  1412. "aws/aws-sdk-php": "^3.0",
  1413. "doctrine/couchdb": "~1.0@dev",
  1414. "elasticsearch/elasticsearch": "^7 || ^8",
  1415. "ext-json": "*",
  1416. "graylog2/gelf-php": "^1.4.2 || ^2.0",
  1417. "guzzlehttp/guzzle": "^7.4.5",
  1418. "guzzlehttp/psr7": "^2.2",
  1419. "mongodb/mongodb": "^1.8",
  1420. "php-amqplib/php-amqplib": "~2.4 || ^3",
  1421. "phpstan/phpstan": "^1.9",
  1422. "phpstan/phpstan-deprecation-rules": "^1.0",
  1423. "phpstan/phpstan-strict-rules": "^1.4",
  1424. "phpunit/phpunit": "^10.1",
  1425. "predis/predis": "^1.1 || ^2",
  1426. "ruflin/elastica": "^7",
  1427. "symfony/mailer": "^5.4 || ^6",
  1428. "symfony/mime": "^5.4 || ^6"
  1429. },
  1430. "suggest": {
  1431. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1432. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1433. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  1434. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1435. "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
  1436. "ext-mbstring": "Allow to work properly with unicode symbols",
  1437. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  1438. "ext-openssl": "Required to send log messages using SSL",
  1439. "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
  1440. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1441. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  1442. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1443. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1444. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  1445. },
  1446. "type": "library",
  1447. "extra": {
  1448. "branch-alias": {
  1449. "dev-main": "3.x-dev"
  1450. }
  1451. },
  1452. "autoload": {
  1453. "psr-4": {
  1454. "Monolog\\": "src/Monolog"
  1455. }
  1456. },
  1457. "notification-url": "https://packagist.org/downloads/",
  1458. "license": [
  1459. "MIT"
  1460. ],
  1461. "authors": [
  1462. {
  1463. "name": "Jordi Boggiano",
  1464. "email": "j.boggiano@seld.be",
  1465. "homepage": "https://seld.be"
  1466. }
  1467. ],
  1468. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1469. "homepage": "https://github.com/Seldaek/monolog",
  1470. "keywords": [
  1471. "log",
  1472. "logging",
  1473. "psr-3"
  1474. ],
  1475. "support": {
  1476. "issues": "https://github.com/Seldaek/monolog/issues",
  1477. "source": "https://github.com/Seldaek/monolog/tree/3.4.0"
  1478. },
  1479. "funding": [
  1480. {
  1481. "url": "https://github.com/Seldaek",
  1482. "type": "github"
  1483. },
  1484. {
  1485. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  1486. "type": "tidelift"
  1487. }
  1488. ],
  1489. "time": "2023-06-21T08:46:11+00:00"
  1490. },
  1491. {
  1492. "name": "phpdocumentor/reflection-common",
  1493. "version": "2.2.0",
  1494. "source": {
  1495. "type": "git",
  1496. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  1497. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  1498. },
  1499. "dist": {
  1500. "type": "zip",
  1501. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  1502. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  1503. "shasum": ""
  1504. },
  1505. "require": {
  1506. "php": "^7.2 || ^8.0"
  1507. },
  1508. "type": "library",
  1509. "extra": {
  1510. "branch-alias": {
  1511. "dev-2.x": "2.x-dev"
  1512. }
  1513. },
  1514. "autoload": {
  1515. "psr-4": {
  1516. "phpDocumentor\\Reflection\\": "src/"
  1517. }
  1518. },
  1519. "notification-url": "https://packagist.org/downloads/",
  1520. "license": [
  1521. "MIT"
  1522. ],
  1523. "authors": [
  1524. {
  1525. "name": "Jaap van Otterdijk",
  1526. "email": "opensource@ijaap.nl"
  1527. }
  1528. ],
  1529. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  1530. "homepage": "http://www.phpdoc.org",
  1531. "keywords": [
  1532. "FQSEN",
  1533. "phpDocumentor",
  1534. "phpdoc",
  1535. "reflection",
  1536. "static analysis"
  1537. ],
  1538. "support": {
  1539. "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
  1540. "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
  1541. },
  1542. "time": "2020-06-27T09:03:43+00:00"
  1543. },
  1544. {
  1545. "name": "phpdocumentor/reflection-docblock",
  1546. "version": "5.3.0",
  1547. "source": {
  1548. "type": "git",
  1549. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  1550. "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
  1551. },
  1552. "dist": {
  1553. "type": "zip",
  1554. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
  1555. "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
  1556. "shasum": ""
  1557. },
  1558. "require": {
  1559. "ext-filter": "*",
  1560. "php": "^7.2 || ^8.0",
  1561. "phpdocumentor/reflection-common": "^2.2",
  1562. "phpdocumentor/type-resolver": "^1.3",
  1563. "webmozart/assert": "^1.9.1"
  1564. },
  1565. "require-dev": {
  1566. "mockery/mockery": "~1.3.2",
  1567. "psalm/phar": "^4.8"
  1568. },
  1569. "type": "library",
  1570. "extra": {
  1571. "branch-alias": {
  1572. "dev-master": "5.x-dev"
  1573. }
  1574. },
  1575. "autoload": {
  1576. "psr-4": {
  1577. "phpDocumentor\\Reflection\\": "src"
  1578. }
  1579. },
  1580. "notification-url": "https://packagist.org/downloads/",
  1581. "license": [
  1582. "MIT"
  1583. ],
  1584. "authors": [
  1585. {
  1586. "name": "Mike van Riel",
  1587. "email": "me@mikevanriel.com"
  1588. },
  1589. {
  1590. "name": "Jaap van Otterdijk",
  1591. "email": "account@ijaap.nl"
  1592. }
  1593. ],
  1594. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  1595. "support": {
  1596. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  1597. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
  1598. },
  1599. "time": "2021-10-19T17:43:47+00:00"
  1600. },
  1601. {
  1602. "name": "phpdocumentor/type-resolver",
  1603. "version": "1.7.3",
  1604. "source": {
  1605. "type": "git",
  1606. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  1607. "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419"
  1608. },
  1609. "dist": {
  1610. "type": "zip",
  1611. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
  1612. "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
  1613. "shasum": ""
  1614. },
  1615. "require": {
  1616. "doctrine/deprecations": "^1.0",
  1617. "php": "^7.4 || ^8.0",
  1618. "phpdocumentor/reflection-common": "^2.0",
  1619. "phpstan/phpdoc-parser": "^1.13"
  1620. },
  1621. "require-dev": {
  1622. "ext-tokenizer": "*",
  1623. "phpbench/phpbench": "^1.2",
  1624. "phpstan/extension-installer": "^1.1",
  1625. "phpstan/phpstan": "^1.8",
  1626. "phpstan/phpstan-phpunit": "^1.1",
  1627. "phpunit/phpunit": "^9.5",
  1628. "rector/rector": "^0.13.9",
  1629. "vimeo/psalm": "^4.25"
  1630. },
  1631. "type": "library",
  1632. "extra": {
  1633. "branch-alias": {
  1634. "dev-1.x": "1.x-dev"
  1635. }
  1636. },
  1637. "autoload": {
  1638. "psr-4": {
  1639. "phpDocumentor\\Reflection\\": "src"
  1640. }
  1641. },
  1642. "notification-url": "https://packagist.org/downloads/",
  1643. "license": [
  1644. "MIT"
  1645. ],
  1646. "authors": [
  1647. {
  1648. "name": "Mike van Riel",
  1649. "email": "me@mikevanriel.com"
  1650. }
  1651. ],
  1652. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  1653. "support": {
  1654. "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
  1655. "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.3"
  1656. },
  1657. "time": "2023-08-12T11:01:26+00:00"
  1658. },
  1659. {
  1660. "name": "phpstan/phpdoc-parser",
  1661. "version": "1.24.2",
  1662. "source": {
  1663. "type": "git",
  1664. "url": "https://github.com/phpstan/phpdoc-parser.git",
  1665. "reference": "bcad8d995980440892759db0c32acae7c8e79442"
  1666. },
  1667. "dist": {
  1668. "type": "zip",
  1669. "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bcad8d995980440892759db0c32acae7c8e79442",
  1670. "reference": "bcad8d995980440892759db0c32acae7c8e79442",
  1671. "shasum": ""
  1672. },
  1673. "require": {
  1674. "php": "^7.2 || ^8.0"
  1675. },
  1676. "require-dev": {
  1677. "doctrine/annotations": "^2.0",
  1678. "nikic/php-parser": "^4.15",
  1679. "php-parallel-lint/php-parallel-lint": "^1.2",
  1680. "phpstan/extension-installer": "^1.0",
  1681. "phpstan/phpstan": "^1.5",
  1682. "phpstan/phpstan-phpunit": "^1.1",
  1683. "phpstan/phpstan-strict-rules": "^1.0",
  1684. "phpunit/phpunit": "^9.5",
  1685. "symfony/process": "^5.2"
  1686. },
  1687. "type": "library",
  1688. "autoload": {
  1689. "psr-4": {
  1690. "PHPStan\\PhpDocParser\\": [
  1691. "src/"
  1692. ]
  1693. }
  1694. },
  1695. "notification-url": "https://packagist.org/downloads/",
  1696. "license": [
  1697. "MIT"
  1698. ],
  1699. "description": "PHPDoc parser with support for nullable, intersection and generic types",
  1700. "support": {
  1701. "issues": "https://github.com/phpstan/phpdoc-parser/issues",
  1702. "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.2"
  1703. },
  1704. "time": "2023-09-26T12:28:12+00:00"
  1705. },
  1706. {
  1707. "name": "psr/cache",
  1708. "version": "3.0.0",
  1709. "source": {
  1710. "type": "git",
  1711. "url": "https://github.com/php-fig/cache.git",
  1712. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
  1713. },
  1714. "dist": {
  1715. "type": "zip",
  1716. "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  1717. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  1718. "shasum": ""
  1719. },
  1720. "require": {
  1721. "php": ">=8.0.0"
  1722. },
  1723. "type": "library",
  1724. "extra": {
  1725. "branch-alias": {
  1726. "dev-master": "1.0.x-dev"
  1727. }
  1728. },
  1729. "autoload": {
  1730. "psr-4": {
  1731. "Psr\\Cache\\": "src/"
  1732. }
  1733. },
  1734. "notification-url": "https://packagist.org/downloads/",
  1735. "license": [
  1736. "MIT"
  1737. ],
  1738. "authors": [
  1739. {
  1740. "name": "PHP-FIG",
  1741. "homepage": "https://www.php-fig.org/"
  1742. }
  1743. ],
  1744. "description": "Common interface for caching libraries",
  1745. "keywords": [
  1746. "cache",
  1747. "psr",
  1748. "psr-6"
  1749. ],
  1750. "support": {
  1751. "source": "https://github.com/php-fig/cache/tree/3.0.0"
  1752. },
  1753. "time": "2021-02-03T23:26:27+00:00"
  1754. },
  1755. {
  1756. "name": "psr/clock",
  1757. "version": "1.0.0",
  1758. "source": {
  1759. "type": "git",
  1760. "url": "https://github.com/php-fig/clock.git",
  1761. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
  1762. },
  1763. "dist": {
  1764. "type": "zip",
  1765. "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  1766. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  1767. "shasum": ""
  1768. },
  1769. "require": {
  1770. "php": "^7.0 || ^8.0"
  1771. },
  1772. "type": "library",
  1773. "autoload": {
  1774. "psr-4": {
  1775. "Psr\\Clock\\": "src/"
  1776. }
  1777. },
  1778. "notification-url": "https://packagist.org/downloads/",
  1779. "license": [
  1780. "MIT"
  1781. ],
  1782. "authors": [
  1783. {
  1784. "name": "PHP-FIG",
  1785. "homepage": "https://www.php-fig.org/"
  1786. }
  1787. ],
  1788. "description": "Common interface for reading the clock.",
  1789. "homepage": "https://github.com/php-fig/clock",
  1790. "keywords": [
  1791. "clock",
  1792. "now",
  1793. "psr",
  1794. "psr-20",
  1795. "time"
  1796. ],
  1797. "support": {
  1798. "issues": "https://github.com/php-fig/clock/issues",
  1799. "source": "https://github.com/php-fig/clock/tree/1.0.0"
  1800. },
  1801. "time": "2022-11-25T14:36:26+00:00"
  1802. },
  1803. {
  1804. "name": "psr/container",
  1805. "version": "2.0.2",
  1806. "source": {
  1807. "type": "git",
  1808. "url": "https://github.com/php-fig/container.git",
  1809. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  1810. },
  1811. "dist": {
  1812. "type": "zip",
  1813. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  1814. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  1815. "shasum": ""
  1816. },
  1817. "require": {
  1818. "php": ">=7.4.0"
  1819. },
  1820. "type": "library",
  1821. "extra": {
  1822. "branch-alias": {
  1823. "dev-master": "2.0.x-dev"
  1824. }
  1825. },
  1826. "autoload": {
  1827. "psr-4": {
  1828. "Psr\\Container\\": "src/"
  1829. }
  1830. },
  1831. "notification-url": "https://packagist.org/downloads/",
  1832. "license": [
  1833. "MIT"
  1834. ],
  1835. "authors": [
  1836. {
  1837. "name": "PHP-FIG",
  1838. "homepage": "https://www.php-fig.org/"
  1839. }
  1840. ],
  1841. "description": "Common Container Interface (PHP FIG PSR-11)",
  1842. "homepage": "https://github.com/php-fig/container",
  1843. "keywords": [
  1844. "PSR-11",
  1845. "container",
  1846. "container-interface",
  1847. "container-interop",
  1848. "psr"
  1849. ],
  1850. "support": {
  1851. "issues": "https://github.com/php-fig/container/issues",
  1852. "source": "https://github.com/php-fig/container/tree/2.0.2"
  1853. },
  1854. "time": "2021-11-05T16:47:00+00:00"
  1855. },
  1856. {
  1857. "name": "psr/event-dispatcher",
  1858. "version": "1.0.0",
  1859. "source": {
  1860. "type": "git",
  1861. "url": "https://github.com/php-fig/event-dispatcher.git",
  1862. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  1863. },
  1864. "dist": {
  1865. "type": "zip",
  1866. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  1867. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  1868. "shasum": ""
  1869. },
  1870. "require": {
  1871. "php": ">=7.2.0"
  1872. },
  1873. "type": "library",
  1874. "extra": {
  1875. "branch-alias": {
  1876. "dev-master": "1.0.x-dev"
  1877. }
  1878. },
  1879. "autoload": {
  1880. "psr-4": {
  1881. "Psr\\EventDispatcher\\": "src/"
  1882. }
  1883. },
  1884. "notification-url": "https://packagist.org/downloads/",
  1885. "license": [
  1886. "MIT"
  1887. ],
  1888. "authors": [
  1889. {
  1890. "name": "PHP-FIG",
  1891. "homepage": "http://www.php-fig.org/"
  1892. }
  1893. ],
  1894. "description": "Standard interfaces for event handling.",
  1895. "keywords": [
  1896. "events",
  1897. "psr",
  1898. "psr-14"
  1899. ],
  1900. "support": {
  1901. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  1902. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  1903. },
  1904. "time": "2019-01-08T18:20:26+00:00"
  1905. },
  1906. {
  1907. "name": "psr/link",
  1908. "version": "2.0.1",
  1909. "source": {
  1910. "type": "git",
  1911. "url": "https://github.com/php-fig/link.git",
  1912. "reference": "84b159194ecfd7eaa472280213976e96415433f7"
  1913. },
  1914. "dist": {
  1915. "type": "zip",
  1916. "url": "https://api.github.com/repos/php-fig/link/zipball/84b159194ecfd7eaa472280213976e96415433f7",
  1917. "reference": "84b159194ecfd7eaa472280213976e96415433f7",
  1918. "shasum": ""
  1919. },
  1920. "require": {
  1921. "php": ">=8.0.0"
  1922. },
  1923. "suggest": {
  1924. "fig/link-util": "Provides some useful PSR-13 utilities"
  1925. },
  1926. "type": "library",
  1927. "extra": {
  1928. "branch-alias": {
  1929. "dev-master": "2.0.x-dev"
  1930. }
  1931. },
  1932. "autoload": {
  1933. "psr-4": {
  1934. "Psr\\Link\\": "src/"
  1935. }
  1936. },
  1937. "notification-url": "https://packagist.org/downloads/",
  1938. "license": [
  1939. "MIT"
  1940. ],
  1941. "authors": [
  1942. {
  1943. "name": "PHP-FIG",
  1944. "homepage": "http://www.php-fig.org/"
  1945. }
  1946. ],
  1947. "description": "Common interfaces for HTTP links",
  1948. "homepage": "https://github.com/php-fig/link",
  1949. "keywords": [
  1950. "http",
  1951. "http-link",
  1952. "link",
  1953. "psr",
  1954. "psr-13",
  1955. "rest"
  1956. ],
  1957. "support": {
  1958. "source": "https://github.com/php-fig/link/tree/2.0.1"
  1959. },
  1960. "time": "2021-03-11T23:00:27+00:00"
  1961. },
  1962. {
  1963. "name": "psr/log",
  1964. "version": "3.0.0",
  1965. "source": {
  1966. "type": "git",
  1967. "url": "https://github.com/php-fig/log.git",
  1968. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
  1969. },
  1970. "dist": {
  1971. "type": "zip",
  1972. "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
  1973. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
  1974. "shasum": ""
  1975. },
  1976. "require": {
  1977. "php": ">=8.0.0"
  1978. },
  1979. "type": "library",
  1980. "extra": {
  1981. "branch-alias": {
  1982. "dev-master": "3.x-dev"
  1983. }
  1984. },
  1985. "autoload": {
  1986. "psr-4": {
  1987. "Psr\\Log\\": "src"
  1988. }
  1989. },
  1990. "notification-url": "https://packagist.org/downloads/",
  1991. "license": [
  1992. "MIT"
  1993. ],
  1994. "authors": [
  1995. {
  1996. "name": "PHP-FIG",
  1997. "homepage": "https://www.php-fig.org/"
  1998. }
  1999. ],
  2000. "description": "Common interface for logging libraries",
  2001. "homepage": "https://github.com/php-fig/log",
  2002. "keywords": [
  2003. "log",
  2004. "psr",
  2005. "psr-3"
  2006. ],
  2007. "support": {
  2008. "source": "https://github.com/php-fig/log/tree/3.0.0"
  2009. },
  2010. "time": "2021-07-14T16:46:02+00:00"
  2011. },
  2012. {
  2013. "name": "symfony/asset",
  2014. "version": "v6.3.0",
  2015. "source": {
  2016. "type": "git",
  2017. "url": "https://github.com/symfony/asset.git",
  2018. "reference": "b77a4cc8e266b7e0db688de740f9ee7253aa411c"
  2019. },
  2020. "dist": {
  2021. "type": "zip",
  2022. "url": "https://api.github.com/repos/symfony/asset/zipball/b77a4cc8e266b7e0db688de740f9ee7253aa411c",
  2023. "reference": "b77a4cc8e266b7e0db688de740f9ee7253aa411c",
  2024. "shasum": ""
  2025. },
  2026. "require": {
  2027. "php": ">=8.1"
  2028. },
  2029. "conflict": {
  2030. "symfony/http-foundation": "<5.4"
  2031. },
  2032. "require-dev": {
  2033. "symfony/http-client": "^5.4|^6.0",
  2034. "symfony/http-foundation": "^5.4|^6.0",
  2035. "symfony/http-kernel": "^5.4|^6.0"
  2036. },
  2037. "type": "library",
  2038. "autoload": {
  2039. "psr-4": {
  2040. "Symfony\\Component\\Asset\\": ""
  2041. },
  2042. "exclude-from-classmap": [
  2043. "/Tests/"
  2044. ]
  2045. },
  2046. "notification-url": "https://packagist.org/downloads/",
  2047. "license": [
  2048. "MIT"
  2049. ],
  2050. "authors": [
  2051. {
  2052. "name": "Fabien Potencier",
  2053. "email": "fabien@symfony.com"
  2054. },
  2055. {
  2056. "name": "Symfony Community",
  2057. "homepage": "https://symfony.com/contributors"
  2058. }
  2059. ],
  2060. "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
  2061. "homepage": "https://symfony.com",
  2062. "support": {
  2063. "source": "https://github.com/symfony/asset/tree/v6.3.0"
  2064. },
  2065. "funding": [
  2066. {
  2067. "url": "https://symfony.com/sponsor",
  2068. "type": "custom"
  2069. },
  2070. {
  2071. "url": "https://github.com/fabpot",
  2072. "type": "github"
  2073. },
  2074. {
  2075. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2076. "type": "tidelift"
  2077. }
  2078. ],
  2079. "time": "2023-04-21T14:41:17+00:00"
  2080. },
  2081. {
  2082. "name": "symfony/cache",
  2083. "version": "v6.3.5",
  2084. "source": {
  2085. "type": "git",
  2086. "url": "https://github.com/symfony/cache.git",
  2087. "reference": "6c1a3ea078c4d88ee892530945df63a87981b2da"
  2088. },
  2089. "dist": {
  2090. "type": "zip",
  2091. "url": "https://api.github.com/repos/symfony/cache/zipball/6c1a3ea078c4d88ee892530945df63a87981b2da",
  2092. "reference": "6c1a3ea078c4d88ee892530945df63a87981b2da",
  2093. "shasum": ""
  2094. },
  2095. "require": {
  2096. "php": ">=8.1",
  2097. "psr/cache": "^2.0|^3.0",
  2098. "psr/log": "^1.1|^2|^3",
  2099. "symfony/cache-contracts": "^2.5|^3",
  2100. "symfony/service-contracts": "^2.5|^3",
  2101. "symfony/var-exporter": "^6.2.10"
  2102. },
  2103. "conflict": {
  2104. "doctrine/dbal": "<2.13.1",
  2105. "symfony/dependency-injection": "<5.4",
  2106. "symfony/http-kernel": "<5.4",
  2107. "symfony/var-dumper": "<5.4"
  2108. },
  2109. "provide": {
  2110. "psr/cache-implementation": "2.0|3.0",
  2111. "psr/simple-cache-implementation": "1.0|2.0|3.0",
  2112. "symfony/cache-implementation": "1.1|2.0|3.0"
  2113. },
  2114. "require-dev": {
  2115. "cache/integration-tests": "dev-master",
  2116. "doctrine/dbal": "^2.13.1|^3.0",
  2117. "predis/predis": "^1.1|^2.0",
  2118. "psr/simple-cache": "^1.0|^2.0|^3.0",
  2119. "symfony/config": "^5.4|^6.0",
  2120. "symfony/dependency-injection": "^5.4|^6.0",
  2121. "symfony/filesystem": "^5.4|^6.0",
  2122. "symfony/http-kernel": "^5.4|^6.0",
  2123. "symfony/messenger": "^5.4|^6.0",
  2124. "symfony/var-dumper": "^5.4|^6.0"
  2125. },
  2126. "type": "library",
  2127. "autoload": {
  2128. "psr-4": {
  2129. "Symfony\\Component\\Cache\\": ""
  2130. },
  2131. "classmap": [
  2132. "Traits/ValueWrapper.php"
  2133. ],
  2134. "exclude-from-classmap": [
  2135. "/Tests/"
  2136. ]
  2137. },
  2138. "notification-url": "https://packagist.org/downloads/",
  2139. "license": [
  2140. "MIT"
  2141. ],
  2142. "authors": [
  2143. {
  2144. "name": "Nicolas Grekas",
  2145. "email": "p@tchwork.com"
  2146. },
  2147. {
  2148. "name": "Symfony Community",
  2149. "homepage": "https://symfony.com/contributors"
  2150. }
  2151. ],
  2152. "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
  2153. "homepage": "https://symfony.com",
  2154. "keywords": [
  2155. "caching",
  2156. "psr6"
  2157. ],
  2158. "support": {
  2159. "source": "https://github.com/symfony/cache/tree/v6.3.5"
  2160. },
  2161. "funding": [
  2162. {
  2163. "url": "https://symfony.com/sponsor",
  2164. "type": "custom"
  2165. },
  2166. {
  2167. "url": "https://github.com/fabpot",
  2168. "type": "github"
  2169. },
  2170. {
  2171. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2172. "type": "tidelift"
  2173. }
  2174. ],
  2175. "time": "2023-09-26T15:48:55+00:00"
  2176. },
  2177. {
  2178. "name": "symfony/cache-contracts",
  2179. "version": "v3.3.0",
  2180. "source": {
  2181. "type": "git",
  2182. "url": "https://github.com/symfony/cache-contracts.git",
  2183. "reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b"
  2184. },
  2185. "dist": {
  2186. "type": "zip",
  2187. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ad945640ccc0ae6e208bcea7d7de4b39b569896b",
  2188. "reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b",
  2189. "shasum": ""
  2190. },
  2191. "require": {
  2192. "php": ">=8.1",
  2193. "psr/cache": "^3.0"
  2194. },
  2195. "type": "library",
  2196. "extra": {
  2197. "branch-alias": {
  2198. "dev-main": "3.4-dev"
  2199. },
  2200. "thanks": {
  2201. "name": "symfony/contracts",
  2202. "url": "https://github.com/symfony/contracts"
  2203. }
  2204. },
  2205. "autoload": {
  2206. "psr-4": {
  2207. "Symfony\\Contracts\\Cache\\": ""
  2208. }
  2209. },
  2210. "notification-url": "https://packagist.org/downloads/",
  2211. "license": [
  2212. "MIT"
  2213. ],
  2214. "authors": [
  2215. {
  2216. "name": "Nicolas Grekas",
  2217. "email": "p@tchwork.com"
  2218. },
  2219. {
  2220. "name": "Symfony Community",
  2221. "homepage": "https://symfony.com/contributors"
  2222. }
  2223. ],
  2224. "description": "Generic abstractions related to caching",
  2225. "homepage": "https://symfony.com",
  2226. "keywords": [
  2227. "abstractions",
  2228. "contracts",
  2229. "decoupling",
  2230. "interfaces",
  2231. "interoperability",
  2232. "standards"
  2233. ],
  2234. "support": {
  2235. "source": "https://github.com/symfony/cache-contracts/tree/v3.3.0"
  2236. },
  2237. "funding": [
  2238. {
  2239. "url": "https://symfony.com/sponsor",
  2240. "type": "custom"
  2241. },
  2242. {
  2243. "url": "https://github.com/fabpot",
  2244. "type": "github"
  2245. },
  2246. {
  2247. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2248. "type": "tidelift"
  2249. }
  2250. ],
  2251. "time": "2023-05-23T14:45:45+00:00"
  2252. },
  2253. {
  2254. "name": "symfony/clock",
  2255. "version": "v6.3.4",
  2256. "source": {
  2257. "type": "git",
  2258. "url": "https://github.com/symfony/clock.git",
  2259. "reference": "a74086d3db70d0f06ffd84480daa556248706e98"
  2260. },
  2261. "dist": {
  2262. "type": "zip",
  2263. "url": "https://api.github.com/repos/symfony/clock/zipball/a74086d3db70d0f06ffd84480daa556248706e98",
  2264. "reference": "a74086d3db70d0f06ffd84480daa556248706e98",
  2265. "shasum": ""
  2266. },
  2267. "require": {
  2268. "php": ">=8.1",
  2269. "psr/clock": "^1.0"
  2270. },
  2271. "provide": {
  2272. "psr/clock-implementation": "1.0"
  2273. },
  2274. "type": "library",
  2275. "autoload": {
  2276. "files": [
  2277. "Resources/now.php"
  2278. ],
  2279. "psr-4": {
  2280. "Symfony\\Component\\Clock\\": ""
  2281. },
  2282. "exclude-from-classmap": [
  2283. "/Tests/"
  2284. ]
  2285. },
  2286. "notification-url": "https://packagist.org/downloads/",
  2287. "license": [
  2288. "MIT"
  2289. ],
  2290. "authors": [
  2291. {
  2292. "name": "Nicolas Grekas",
  2293. "email": "p@tchwork.com"
  2294. },
  2295. {
  2296. "name": "Symfony Community",
  2297. "homepage": "https://symfony.com/contributors"
  2298. }
  2299. ],
  2300. "description": "Decouples applications from the system clock",
  2301. "homepage": "https://symfony.com",
  2302. "keywords": [
  2303. "clock",
  2304. "psr20",
  2305. "time"
  2306. ],
  2307. "support": {
  2308. "source": "https://github.com/symfony/clock/tree/v6.3.4"
  2309. },
  2310. "funding": [
  2311. {
  2312. "url": "https://symfony.com/sponsor",
  2313. "type": "custom"
  2314. },
  2315. {
  2316. "url": "https://github.com/fabpot",
  2317. "type": "github"
  2318. },
  2319. {
  2320. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2321. "type": "tidelift"
  2322. }
  2323. ],
  2324. "time": "2023-07-31T11:35:03+00:00"
  2325. },
  2326. {
  2327. "name": "symfony/config",
  2328. "version": "v6.3.2",
  2329. "source": {
  2330. "type": "git",
  2331. "url": "https://github.com/symfony/config.git",
  2332. "reference": "b47ca238b03e7b0d7880ffd1cf06e8d637ca1467"
  2333. },
  2334. "dist": {
  2335. "type": "zip",
  2336. "url": "https://api.github.com/repos/symfony/config/zipball/b47ca238b03e7b0d7880ffd1cf06e8d637ca1467",
  2337. "reference": "b47ca238b03e7b0d7880ffd1cf06e8d637ca1467",
  2338. "shasum": ""
  2339. },
  2340. "require": {
  2341. "php": ">=8.1",
  2342. "symfony/deprecation-contracts": "^2.5|^3",
  2343. "symfony/filesystem": "^5.4|^6.0",
  2344. "symfony/polyfill-ctype": "~1.8"
  2345. },
  2346. "conflict": {
  2347. "symfony/finder": "<5.4",
  2348. "symfony/service-contracts": "<2.5"
  2349. },
  2350. "require-dev": {
  2351. "symfony/event-dispatcher": "^5.4|^6.0",
  2352. "symfony/finder": "^5.4|^6.0",
  2353. "symfony/messenger": "^5.4|^6.0",
  2354. "symfony/service-contracts": "^2.5|^3",
  2355. "symfony/yaml": "^5.4|^6.0"
  2356. },
  2357. "type": "library",
  2358. "autoload": {
  2359. "psr-4": {
  2360. "Symfony\\Component\\Config\\": ""
  2361. },
  2362. "exclude-from-classmap": [
  2363. "/Tests/"
  2364. ]
  2365. },
  2366. "notification-url": "https://packagist.org/downloads/",
  2367. "license": [
  2368. "MIT"
  2369. ],
  2370. "authors": [
  2371. {
  2372. "name": "Fabien Potencier",
  2373. "email": "fabien@symfony.com"
  2374. },
  2375. {
  2376. "name": "Symfony Community",
  2377. "homepage": "https://symfony.com/contributors"
  2378. }
  2379. ],
  2380. "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
  2381. "homepage": "https://symfony.com",
  2382. "support": {
  2383. "source": "https://github.com/symfony/config/tree/v6.3.2"
  2384. },
  2385. "funding": [
  2386. {
  2387. "url": "https://symfony.com/sponsor",
  2388. "type": "custom"
  2389. },
  2390. {
  2391. "url": "https://github.com/fabpot",
  2392. "type": "github"
  2393. },
  2394. {
  2395. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2396. "type": "tidelift"
  2397. }
  2398. ],
  2399. "time": "2023-07-19T20:22:16+00:00"
  2400. },
  2401. {
  2402. "name": "symfony/console",
  2403. "version": "v6.3.4",
  2404. "source": {
  2405. "type": "git",
  2406. "url": "https://github.com/symfony/console.git",
  2407. "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6"
  2408. },
  2409. "dist": {
  2410. "type": "zip",
  2411. "url": "https://api.github.com/repos/symfony/console/zipball/eca495f2ee845130855ddf1cf18460c38966c8b6",
  2412. "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6",
  2413. "shasum": ""
  2414. },
  2415. "require": {
  2416. "php": ">=8.1",
  2417. "symfony/deprecation-contracts": "^2.5|^3",
  2418. "symfony/polyfill-mbstring": "~1.0",
  2419. "symfony/service-contracts": "^2.5|^3",
  2420. "symfony/string": "^5.4|^6.0"
  2421. },
  2422. "conflict": {
  2423. "symfony/dependency-injection": "<5.4",
  2424. "symfony/dotenv": "<5.4",
  2425. "symfony/event-dispatcher": "<5.4",
  2426. "symfony/lock": "<5.4",
  2427. "symfony/process": "<5.4"
  2428. },
  2429. "provide": {
  2430. "psr/log-implementation": "1.0|2.0|3.0"
  2431. },
  2432. "require-dev": {
  2433. "psr/log": "^1|^2|^3",
  2434. "symfony/config": "^5.4|^6.0",
  2435. "symfony/dependency-injection": "^5.4|^6.0",
  2436. "symfony/event-dispatcher": "^5.4|^6.0",
  2437. "symfony/lock": "^5.4|^6.0",
  2438. "symfony/process": "^5.4|^6.0",
  2439. "symfony/var-dumper": "^5.4|^6.0"
  2440. },
  2441. "type": "library",
  2442. "autoload": {
  2443. "psr-4": {
  2444. "Symfony\\Component\\Console\\": ""
  2445. },
  2446. "exclude-from-classmap": [
  2447. "/Tests/"
  2448. ]
  2449. },
  2450. "notification-url": "https://packagist.org/downloads/",
  2451. "license": [
  2452. "MIT"
  2453. ],
  2454. "authors": [
  2455. {
  2456. "name": "Fabien Potencier",
  2457. "email": "fabien@symfony.com"
  2458. },
  2459. {
  2460. "name": "Symfony Community",
  2461. "homepage": "https://symfony.com/contributors"
  2462. }
  2463. ],
  2464. "description": "Eases the creation of beautiful and testable command line interfaces",
  2465. "homepage": "https://symfony.com",
  2466. "keywords": [
  2467. "cli",
  2468. "command-line",
  2469. "console",
  2470. "terminal"
  2471. ],
  2472. "support": {
  2473. "source": "https://github.com/symfony/console/tree/v6.3.4"
  2474. },
  2475. "funding": [
  2476. {
  2477. "url": "https://symfony.com/sponsor",
  2478. "type": "custom"
  2479. },
  2480. {
  2481. "url": "https://github.com/fabpot",
  2482. "type": "github"
  2483. },
  2484. {
  2485. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2486. "type": "tidelift"
  2487. }
  2488. ],
  2489. "time": "2023-08-16T10:10:12+00:00"
  2490. },
  2491. {
  2492. "name": "symfony/dependency-injection",
  2493. "version": "v6.3.5",
  2494. "source": {
  2495. "type": "git",
  2496. "url": "https://github.com/symfony/dependency-injection.git",
  2497. "reference": "2ed62b3bf98346e1f45529a7b6be2196739bb993"
  2498. },
  2499. "dist": {
  2500. "type": "zip",
  2501. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2ed62b3bf98346e1f45529a7b6be2196739bb993",
  2502. "reference": "2ed62b3bf98346e1f45529a7b6be2196739bb993",
  2503. "shasum": ""
  2504. },
  2505. "require": {
  2506. "php": ">=8.1",
  2507. "psr/container": "^1.1|^2.0",
  2508. "symfony/deprecation-contracts": "^2.5|^3",
  2509. "symfony/service-contracts": "^2.5|^3.0",
  2510. "symfony/var-exporter": "^6.2.10"
  2511. },
  2512. "conflict": {
  2513. "ext-psr": "<1.1|>=2",
  2514. "symfony/config": "<6.1",
  2515. "symfony/finder": "<5.4",
  2516. "symfony/proxy-manager-bridge": "<6.3",
  2517. "symfony/yaml": "<5.4"
  2518. },
  2519. "provide": {
  2520. "psr/container-implementation": "1.1|2.0",
  2521. "symfony/service-implementation": "1.1|2.0|3.0"
  2522. },
  2523. "require-dev": {
  2524. "symfony/config": "^6.1",
  2525. "symfony/expression-language": "^5.4|^6.0",
  2526. "symfony/yaml": "^5.4|^6.0"
  2527. },
  2528. "type": "library",
  2529. "autoload": {
  2530. "psr-4": {
  2531. "Symfony\\Component\\DependencyInjection\\": ""
  2532. },
  2533. "exclude-from-classmap": [
  2534. "/Tests/"
  2535. ]
  2536. },
  2537. "notification-url": "https://packagist.org/downloads/",
  2538. "license": [
  2539. "MIT"
  2540. ],
  2541. "authors": [
  2542. {
  2543. "name": "Fabien Potencier",
  2544. "email": "fabien@symfony.com"
  2545. },
  2546. {
  2547. "name": "Symfony Community",
  2548. "homepage": "https://symfony.com/contributors"
  2549. }
  2550. ],
  2551. "description": "Allows you to standardize and centralize the way objects are constructed in your application",
  2552. "homepage": "https://symfony.com",
  2553. "support": {
  2554. "source": "https://github.com/symfony/dependency-injection/tree/v6.3.5"
  2555. },
  2556. "funding": [
  2557. {
  2558. "url": "https://symfony.com/sponsor",
  2559. "type": "custom"
  2560. },
  2561. {
  2562. "url": "https://github.com/fabpot",
  2563. "type": "github"
  2564. },
  2565. {
  2566. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2567. "type": "tidelift"
  2568. }
  2569. ],
  2570. "time": "2023-09-25T16:46:40+00:00"
  2571. },
  2572. {
  2573. "name": "symfony/deprecation-contracts",
  2574. "version": "v3.3.0",
  2575. "source": {
  2576. "type": "git",
  2577. "url": "https://github.com/symfony/deprecation-contracts.git",
  2578. "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
  2579. },
  2580. "dist": {
  2581. "type": "zip",
  2582. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
  2583. "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
  2584. "shasum": ""
  2585. },
  2586. "require": {
  2587. "php": ">=8.1"
  2588. },
  2589. "type": "library",
  2590. "extra": {
  2591. "branch-alias": {
  2592. "dev-main": "3.4-dev"
  2593. },
  2594. "thanks": {
  2595. "name": "symfony/contracts",
  2596. "url": "https://github.com/symfony/contracts"
  2597. }
  2598. },
  2599. "autoload": {
  2600. "files": [
  2601. "function.php"
  2602. ]
  2603. },
  2604. "notification-url": "https://packagist.org/downloads/",
  2605. "license": [
  2606. "MIT"
  2607. ],
  2608. "authors": [
  2609. {
  2610. "name": "Nicolas Grekas",
  2611. "email": "p@tchwork.com"
  2612. },
  2613. {
  2614. "name": "Symfony Community",
  2615. "homepage": "https://symfony.com/contributors"
  2616. }
  2617. ],
  2618. "description": "A generic function and convention to trigger deprecation notices",
  2619. "homepage": "https://symfony.com",
  2620. "support": {
  2621. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
  2622. },
  2623. "funding": [
  2624. {
  2625. "url": "https://symfony.com/sponsor",
  2626. "type": "custom"
  2627. },
  2628. {
  2629. "url": "https://github.com/fabpot",
  2630. "type": "github"
  2631. },
  2632. {
  2633. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2634. "type": "tidelift"
  2635. }
  2636. ],
  2637. "time": "2023-05-23T14:45:45+00:00"
  2638. },
  2639. {
  2640. "name": "symfony/doctrine-bridge",
  2641. "version": "v6.3.5",
  2642. "source": {
  2643. "type": "git",
  2644. "url": "https://github.com/symfony/doctrine-bridge.git",
  2645. "reference": "9977eb1adf999ceded213e88c1ac6dff7a1a0306"
  2646. },
  2647. "dist": {
  2648. "type": "zip",
  2649. "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/9977eb1adf999ceded213e88c1ac6dff7a1a0306",
  2650. "reference": "9977eb1adf999ceded213e88c1ac6dff7a1a0306",
  2651. "shasum": ""
  2652. },
  2653. "require": {
  2654. "doctrine/event-manager": "^1.2|^2",
  2655. "doctrine/persistence": "^2|^3",
  2656. "php": ">=8.1",
  2657. "symfony/deprecation-contracts": "^2.5|^3",
  2658. "symfony/polyfill-ctype": "~1.8",
  2659. "symfony/polyfill-mbstring": "~1.0",
  2660. "symfony/service-contracts": "^2.5|^3"
  2661. },
  2662. "conflict": {
  2663. "doctrine/annotations": "<1.13.1",
  2664. "doctrine/dbal": "<2.13.1",
  2665. "doctrine/lexer": "<1.1",
  2666. "doctrine/orm": "<2.12",
  2667. "symfony/cache": "<5.4",
  2668. "symfony/dependency-injection": "<6.2",
  2669. "symfony/form": "<5.4.21|>=6,<6.2.7",
  2670. "symfony/http-foundation": "<6.3",
  2671. "symfony/http-kernel": "<6.2",
  2672. "symfony/lock": "<6.3",
  2673. "symfony/messenger": "<5.4",
  2674. "symfony/property-info": "<5.4",
  2675. "symfony/security-bundle": "<5.4",
  2676. "symfony/security-core": "<6.0",
  2677. "symfony/validator": "<5.4.25|>=6,<6.2.12|>=6.3,<6.3.1"
  2678. },
  2679. "require-dev": {
  2680. "doctrine/annotations": "^1.13.1|^2",
  2681. "doctrine/collections": "^1.0|^2.0",
  2682. "doctrine/data-fixtures": "^1.1",
  2683. "doctrine/dbal": "^2.13.1|^3.0",
  2684. "doctrine/orm": "^2.12",
  2685. "psr/log": "^1|^2|^3",
  2686. "symfony/cache": "^5.4|^6.0",
  2687. "symfony/config": "^5.4|^6.0",
  2688. "symfony/dependency-injection": "^6.2",
  2689. "symfony/doctrine-messenger": "^5.4|^6.0",
  2690. "symfony/expression-language": "^5.4|^6.0",
  2691. "symfony/form": "^5.4.21|^6.2.7",
  2692. "symfony/http-kernel": "^6.3",
  2693. "symfony/lock": "^6.3",
  2694. "symfony/messenger": "^5.4|^6.0",
  2695. "symfony/property-access": "^5.4|^6.0",
  2696. "symfony/property-info": "^5.4|^6.0",
  2697. "symfony/proxy-manager-bridge": "^5.4|^6.0",
  2698. "symfony/security-core": "^6.0",
  2699. "symfony/stopwatch": "^5.4|^6.0",
  2700. "symfony/translation": "^5.4|^6.0",
  2701. "symfony/uid": "^5.4|^6.0",
  2702. "symfony/validator": "^5.4.25|~6.2.12|^6.3.1",
  2703. "symfony/var-dumper": "^5.4|^6.0"
  2704. },
  2705. "type": "symfony-bridge",
  2706. "autoload": {
  2707. "psr-4": {
  2708. "Symfony\\Bridge\\Doctrine\\": ""
  2709. },
  2710. "exclude-from-classmap": [
  2711. "/Tests/"
  2712. ]
  2713. },
  2714. "notification-url": "https://packagist.org/downloads/",
  2715. "license": [
  2716. "MIT"
  2717. ],
  2718. "authors": [
  2719. {
  2720. "name": "Fabien Potencier",
  2721. "email": "fabien@symfony.com"
  2722. },
  2723. {
  2724. "name": "Symfony Community",
  2725. "homepage": "https://symfony.com/contributors"
  2726. }
  2727. ],
  2728. "description": "Provides integration for Doctrine with various Symfony components",
  2729. "homepage": "https://symfony.com",
  2730. "support": {
  2731. "source": "https://github.com/symfony/doctrine-bridge/tree/v6.3.5"
  2732. },
  2733. "funding": [
  2734. {
  2735. "url": "https://symfony.com/sponsor",
  2736. "type": "custom"
  2737. },
  2738. {
  2739. "url": "https://github.com/fabpot",
  2740. "type": "github"
  2741. },
  2742. {
  2743. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2744. "type": "tidelift"
  2745. }
  2746. ],
  2747. "time": "2023-09-29T16:16:03+00:00"
  2748. },
  2749. {
  2750. "name": "symfony/doctrine-messenger",
  2751. "version": "v6.3.1",
  2752. "source": {
  2753. "type": "git",
  2754. "url": "https://github.com/symfony/doctrine-messenger.git",
  2755. "reference": "f1c253e24ae6d2bc4939b1439e074e6d2e73ecdb"
  2756. },
  2757. "dist": {
  2758. "type": "zip",
  2759. "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/f1c253e24ae6d2bc4939b1439e074e6d2e73ecdb",
  2760. "reference": "f1c253e24ae6d2bc4939b1439e074e6d2e73ecdb",
  2761. "shasum": ""
  2762. },
  2763. "require": {
  2764. "doctrine/dbal": "^2.13|^3.0",
  2765. "php": ">=8.1",
  2766. "symfony/messenger": "^5.4|^6.0",
  2767. "symfony/service-contracts": "^2.5|^3"
  2768. },
  2769. "conflict": {
  2770. "doctrine/persistence": "<1.3"
  2771. },
  2772. "require-dev": {
  2773. "doctrine/persistence": "^1.3|^2|^3",
  2774. "symfony/property-access": "^5.4|^6.0",
  2775. "symfony/serializer": "^5.4|^6.0"
  2776. },
  2777. "type": "symfony-messenger-bridge",
  2778. "autoload": {
  2779. "psr-4": {
  2780. "Symfony\\Component\\Messenger\\Bridge\\Doctrine\\": ""
  2781. },
  2782. "exclude-from-classmap": [
  2783. "/Tests/"
  2784. ]
  2785. },
  2786. "notification-url": "https://packagist.org/downloads/",
  2787. "license": [
  2788. "MIT"
  2789. ],
  2790. "authors": [
  2791. {
  2792. "name": "Fabien Potencier",
  2793. "email": "fabien@symfony.com"
  2794. },
  2795. {
  2796. "name": "Symfony Community",
  2797. "homepage": "https://symfony.com/contributors"
  2798. }
  2799. ],
  2800. "description": "Symfony Doctrine Messenger Bridge",
  2801. "homepage": "https://symfony.com",
  2802. "support": {
  2803. "source": "https://github.com/symfony/doctrine-messenger/tree/v6.3.1"
  2804. },
  2805. "funding": [
  2806. {
  2807. "url": "https://symfony.com/sponsor",
  2808. "type": "custom"
  2809. },
  2810. {
  2811. "url": "https://github.com/fabpot",
  2812. "type": "github"
  2813. },
  2814. {
  2815. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2816. "type": "tidelift"
  2817. }
  2818. ],
  2819. "time": "2023-06-24T11:51:27+00:00"
  2820. },
  2821. {
  2822. "name": "symfony/dotenv",
  2823. "version": "v6.3.0",
  2824. "source": {
  2825. "type": "git",
  2826. "url": "https://github.com/symfony/dotenv.git",
  2827. "reference": "ceadb434fe2a6763a03d2d110441745834f3dd1e"
  2828. },
  2829. "dist": {
  2830. "type": "zip",
  2831. "url": "https://api.github.com/repos/symfony/dotenv/zipball/ceadb434fe2a6763a03d2d110441745834f3dd1e",
  2832. "reference": "ceadb434fe2a6763a03d2d110441745834f3dd1e",
  2833. "shasum": ""
  2834. },
  2835. "require": {
  2836. "php": ">=8.1"
  2837. },
  2838. "conflict": {
  2839. "symfony/console": "<5.4",
  2840. "symfony/process": "<5.4"
  2841. },
  2842. "require-dev": {
  2843. "symfony/console": "^5.4|^6.0",
  2844. "symfony/process": "^5.4|^6.0"
  2845. },
  2846. "type": "library",
  2847. "autoload": {
  2848. "psr-4": {
  2849. "Symfony\\Component\\Dotenv\\": ""
  2850. },
  2851. "exclude-from-classmap": [
  2852. "/Tests/"
  2853. ]
  2854. },
  2855. "notification-url": "https://packagist.org/downloads/",
  2856. "license": [
  2857. "MIT"
  2858. ],
  2859. "authors": [
  2860. {
  2861. "name": "Fabien Potencier",
  2862. "email": "fabien@symfony.com"
  2863. },
  2864. {
  2865. "name": "Symfony Community",
  2866. "homepage": "https://symfony.com/contributors"
  2867. }
  2868. ],
  2869. "description": "Registers environment variables from a .env file",
  2870. "homepage": "https://symfony.com",
  2871. "keywords": [
  2872. "dotenv",
  2873. "env",
  2874. "environment"
  2875. ],
  2876. "support": {
  2877. "source": "https://github.com/symfony/dotenv/tree/v6.3.0"
  2878. },
  2879. "funding": [
  2880. {
  2881. "url": "https://symfony.com/sponsor",
  2882. "type": "custom"
  2883. },
  2884. {
  2885. "url": "https://github.com/fabpot",
  2886. "type": "github"
  2887. },
  2888. {
  2889. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2890. "type": "tidelift"
  2891. }
  2892. ],
  2893. "time": "2023-04-21T14:41:17+00:00"
  2894. },
  2895. {
  2896. "name": "symfony/error-handler",
  2897. "version": "v6.3.5",
  2898. "source": {
  2899. "type": "git",
  2900. "url": "https://github.com/symfony/error-handler.git",
  2901. "reference": "1f69476b64fb47105c06beef757766c376b548c4"
  2902. },
  2903. "dist": {
  2904. "type": "zip",
  2905. "url": "https://api.github.com/repos/symfony/error-handler/zipball/1f69476b64fb47105c06beef757766c376b548c4",
  2906. "reference": "1f69476b64fb47105c06beef757766c376b548c4",
  2907. "shasum": ""
  2908. },
  2909. "require": {
  2910. "php": ">=8.1",
  2911. "psr/log": "^1|^2|^3",
  2912. "symfony/var-dumper": "^5.4|^6.0"
  2913. },
  2914. "conflict": {
  2915. "symfony/deprecation-contracts": "<2.5"
  2916. },
  2917. "require-dev": {
  2918. "symfony/deprecation-contracts": "^2.5|^3",
  2919. "symfony/http-kernel": "^5.4|^6.0",
  2920. "symfony/serializer": "^5.4|^6.0"
  2921. },
  2922. "bin": [
  2923. "Resources/bin/patch-type-declarations"
  2924. ],
  2925. "type": "library",
  2926. "autoload": {
  2927. "psr-4": {
  2928. "Symfony\\Component\\ErrorHandler\\": ""
  2929. },
  2930. "exclude-from-classmap": [
  2931. "/Tests/"
  2932. ]
  2933. },
  2934. "notification-url": "https://packagist.org/downloads/",
  2935. "license": [
  2936. "MIT"
  2937. ],
  2938. "authors": [
  2939. {
  2940. "name": "Fabien Potencier",
  2941. "email": "fabien@symfony.com"
  2942. },
  2943. {
  2944. "name": "Symfony Community",
  2945. "homepage": "https://symfony.com/contributors"
  2946. }
  2947. ],
  2948. "description": "Provides tools to manage errors and ease debugging PHP code",
  2949. "homepage": "https://symfony.com",
  2950. "support": {
  2951. "source": "https://github.com/symfony/error-handler/tree/v6.3.5"
  2952. },
  2953. "funding": [
  2954. {
  2955. "url": "https://symfony.com/sponsor",
  2956. "type": "custom"
  2957. },
  2958. {
  2959. "url": "https://github.com/fabpot",
  2960. "type": "github"
  2961. },
  2962. {
  2963. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2964. "type": "tidelift"
  2965. }
  2966. ],
  2967. "time": "2023-09-12T06:57:20+00:00"
  2968. },
  2969. {
  2970. "name": "symfony/event-dispatcher",
  2971. "version": "v6.3.2",
  2972. "source": {
  2973. "type": "git",
  2974. "url": "https://github.com/symfony/event-dispatcher.git",
  2975. "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e"
  2976. },
  2977. "dist": {
  2978. "type": "zip",
  2979. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
  2980. "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
  2981. "shasum": ""
  2982. },
  2983. "require": {
  2984. "php": ">=8.1",
  2985. "symfony/event-dispatcher-contracts": "^2.5|^3"
  2986. },
  2987. "conflict": {
  2988. "symfony/dependency-injection": "<5.4",
  2989. "symfony/service-contracts": "<2.5"
  2990. },
  2991. "provide": {
  2992. "psr/event-dispatcher-implementation": "1.0",
  2993. "symfony/event-dispatcher-implementation": "2.0|3.0"
  2994. },
  2995. "require-dev": {
  2996. "psr/log": "^1|^2|^3",
  2997. "symfony/config": "^5.4|^6.0",
  2998. "symfony/dependency-injection": "^5.4|^6.0",
  2999. "symfony/error-handler": "^5.4|^6.0",
  3000. "symfony/expression-language": "^5.4|^6.0",
  3001. "symfony/http-foundation": "^5.4|^6.0",
  3002. "symfony/service-contracts": "^2.5|^3",
  3003. "symfony/stopwatch": "^5.4|^6.0"
  3004. },
  3005. "type": "library",
  3006. "autoload": {
  3007. "psr-4": {
  3008. "Symfony\\Component\\EventDispatcher\\": ""
  3009. },
  3010. "exclude-from-classmap": [
  3011. "/Tests/"
  3012. ]
  3013. },
  3014. "notification-url": "https://packagist.org/downloads/",
  3015. "license": [
  3016. "MIT"
  3017. ],
  3018. "authors": [
  3019. {
  3020. "name": "Fabien Potencier",
  3021. "email": "fabien@symfony.com"
  3022. },
  3023. {
  3024. "name": "Symfony Community",
  3025. "homepage": "https://symfony.com/contributors"
  3026. }
  3027. ],
  3028. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  3029. "homepage": "https://symfony.com",
  3030. "support": {
  3031. "source": "https://github.com/symfony/event-dispatcher/tree/v6.3.2"
  3032. },
  3033. "funding": [
  3034. {
  3035. "url": "https://symfony.com/sponsor",
  3036. "type": "custom"
  3037. },
  3038. {
  3039. "url": "https://github.com/fabpot",
  3040. "type": "github"
  3041. },
  3042. {
  3043. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3044. "type": "tidelift"
  3045. }
  3046. ],
  3047. "time": "2023-07-06T06:56:43+00:00"
  3048. },
  3049. {
  3050. "name": "symfony/event-dispatcher-contracts",
  3051. "version": "v3.3.0",
  3052. "source": {
  3053. "type": "git",
  3054. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  3055. "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
  3056. },
  3057. "dist": {
  3058. "type": "zip",
  3059. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
  3060. "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
  3061. "shasum": ""
  3062. },
  3063. "require": {
  3064. "php": ">=8.1",
  3065. "psr/event-dispatcher": "^1"
  3066. },
  3067. "type": "library",
  3068. "extra": {
  3069. "branch-alias": {
  3070. "dev-main": "3.4-dev"
  3071. },
  3072. "thanks": {
  3073. "name": "symfony/contracts",
  3074. "url": "https://github.com/symfony/contracts"
  3075. }
  3076. },
  3077. "autoload": {
  3078. "psr-4": {
  3079. "Symfony\\Contracts\\EventDispatcher\\": ""
  3080. }
  3081. },
  3082. "notification-url": "https://packagist.org/downloads/",
  3083. "license": [
  3084. "MIT"
  3085. ],
  3086. "authors": [
  3087. {
  3088. "name": "Nicolas Grekas",
  3089. "email": "p@tchwork.com"
  3090. },
  3091. {
  3092. "name": "Symfony Community",
  3093. "homepage": "https://symfony.com/contributors"
  3094. }
  3095. ],
  3096. "description": "Generic abstractions related to dispatching event",
  3097. "homepage": "https://symfony.com",
  3098. "keywords": [
  3099. "abstractions",
  3100. "contracts",
  3101. "decoupling",
  3102. "interfaces",
  3103. "interoperability",
  3104. "standards"
  3105. ],
  3106. "support": {
  3107. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0"
  3108. },
  3109. "funding": [
  3110. {
  3111. "url": "https://symfony.com/sponsor",
  3112. "type": "custom"
  3113. },
  3114. {
  3115. "url": "https://github.com/fabpot",
  3116. "type": "github"
  3117. },
  3118. {
  3119. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3120. "type": "tidelift"
  3121. }
  3122. ],
  3123. "time": "2023-05-23T14:45:45+00:00"
  3124. },
  3125. {
  3126. "name": "symfony/expression-language",
  3127. "version": "v6.3.0",
  3128. "source": {
  3129. "type": "git",
  3130. "url": "https://github.com/symfony/expression-language.git",
  3131. "reference": "6d560c4c80e7e328708efd923f93ad67e6a0c1c0"
  3132. },
  3133. "dist": {
  3134. "type": "zip",
  3135. "url": "https://api.github.com/repos/symfony/expression-language/zipball/6d560c4c80e7e328708efd923f93ad67e6a0c1c0",
  3136. "reference": "6d560c4c80e7e328708efd923f93ad67e6a0c1c0",
  3137. "shasum": ""
  3138. },
  3139. "require": {
  3140. "php": ">=8.1",
  3141. "symfony/cache": "^5.4|^6.0",
  3142. "symfony/deprecation-contracts": "^2.5|^3",
  3143. "symfony/service-contracts": "^2.5|^3"
  3144. },
  3145. "type": "library",
  3146. "autoload": {
  3147. "psr-4": {
  3148. "Symfony\\Component\\ExpressionLanguage\\": ""
  3149. },
  3150. "exclude-from-classmap": [
  3151. "/Tests/"
  3152. ]
  3153. },
  3154. "notification-url": "https://packagist.org/downloads/",
  3155. "license": [
  3156. "MIT"
  3157. ],
  3158. "authors": [
  3159. {
  3160. "name": "Fabien Potencier",
  3161. "email": "fabien@symfony.com"
  3162. },
  3163. {
  3164. "name": "Symfony Community",
  3165. "homepage": "https://symfony.com/contributors"
  3166. }
  3167. ],
  3168. "description": "Provides an engine that can compile and evaluate expressions",
  3169. "homepage": "https://symfony.com",
  3170. "support": {
  3171. "source": "https://github.com/symfony/expression-language/tree/v6.3.0"
  3172. },
  3173. "funding": [
  3174. {
  3175. "url": "https://symfony.com/sponsor",
  3176. "type": "custom"
  3177. },
  3178. {
  3179. "url": "https://github.com/fabpot",
  3180. "type": "github"
  3181. },
  3182. {
  3183. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3184. "type": "tidelift"
  3185. }
  3186. ],
  3187. "time": "2023-04-28T16:05:33+00:00"
  3188. },
  3189. {
  3190. "name": "symfony/filesystem",
  3191. "version": "v6.3.1",
  3192. "source": {
  3193. "type": "git",
  3194. "url": "https://github.com/symfony/filesystem.git",
  3195. "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae"
  3196. },
  3197. "dist": {
  3198. "type": "zip",
  3199. "url": "https://api.github.com/repos/symfony/filesystem/zipball/edd36776956f2a6fcf577edb5b05eb0e3bdc52ae",
  3200. "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae",
  3201. "shasum": ""
  3202. },
  3203. "require": {
  3204. "php": ">=8.1",
  3205. "symfony/polyfill-ctype": "~1.8",
  3206. "symfony/polyfill-mbstring": "~1.8"
  3207. },
  3208. "type": "library",
  3209. "autoload": {
  3210. "psr-4": {
  3211. "Symfony\\Component\\Filesystem\\": ""
  3212. },
  3213. "exclude-from-classmap": [
  3214. "/Tests/"
  3215. ]
  3216. },
  3217. "notification-url": "https://packagist.org/downloads/",
  3218. "license": [
  3219. "MIT"
  3220. ],
  3221. "authors": [
  3222. {
  3223. "name": "Fabien Potencier",
  3224. "email": "fabien@symfony.com"
  3225. },
  3226. {
  3227. "name": "Symfony Community",
  3228. "homepage": "https://symfony.com/contributors"
  3229. }
  3230. ],
  3231. "description": "Provides basic utilities for the filesystem",
  3232. "homepage": "https://symfony.com",
  3233. "support": {
  3234. "source": "https://github.com/symfony/filesystem/tree/v6.3.1"
  3235. },
  3236. "funding": [
  3237. {
  3238. "url": "https://symfony.com/sponsor",
  3239. "type": "custom"
  3240. },
  3241. {
  3242. "url": "https://github.com/fabpot",
  3243. "type": "github"
  3244. },
  3245. {
  3246. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3247. "type": "tidelift"
  3248. }
  3249. ],
  3250. "time": "2023-06-01T08:30:39+00:00"
  3251. },
  3252. {
  3253. "name": "symfony/finder",
  3254. "version": "v6.3.5",
  3255. "source": {
  3256. "type": "git",
  3257. "url": "https://github.com/symfony/finder.git",
  3258. "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4"
  3259. },
  3260. "dist": {
  3261. "type": "zip",
  3262. "url": "https://api.github.com/repos/symfony/finder/zipball/a1b31d88c0e998168ca7792f222cbecee47428c4",
  3263. "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4",
  3264. "shasum": ""
  3265. },
  3266. "require": {
  3267. "php": ">=8.1"
  3268. },
  3269. "require-dev": {
  3270. "symfony/filesystem": "^6.0"
  3271. },
  3272. "type": "library",
  3273. "autoload": {
  3274. "psr-4": {
  3275. "Symfony\\Component\\Finder\\": ""
  3276. },
  3277. "exclude-from-classmap": [
  3278. "/Tests/"
  3279. ]
  3280. },
  3281. "notification-url": "https://packagist.org/downloads/",
  3282. "license": [
  3283. "MIT"
  3284. ],
  3285. "authors": [
  3286. {
  3287. "name": "Fabien Potencier",
  3288. "email": "fabien@symfony.com"
  3289. },
  3290. {
  3291. "name": "Symfony Community",
  3292. "homepage": "https://symfony.com/contributors"
  3293. }
  3294. ],
  3295. "description": "Finds files and directories via an intuitive fluent interface",
  3296. "homepage": "https://symfony.com",
  3297. "support": {
  3298. "source": "https://github.com/symfony/finder/tree/v6.3.5"
  3299. },
  3300. "funding": [
  3301. {
  3302. "url": "https://symfony.com/sponsor",
  3303. "type": "custom"
  3304. },
  3305. {
  3306. "url": "https://github.com/fabpot",
  3307. "type": "github"
  3308. },
  3309. {
  3310. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3311. "type": "tidelift"
  3312. }
  3313. ],
  3314. "time": "2023-09-26T12:56:25+00:00"
  3315. },
  3316. {
  3317. "name": "symfony/flex",
  3318. "version": "v2.3.3",
  3319. "source": {
  3320. "type": "git",
  3321. "url": "https://github.com/symfony/flex.git",
  3322. "reference": "9c402af768c6c9f8126a9ffa192ecf7c16581e35"
  3323. },
  3324. "dist": {
  3325. "type": "zip",
  3326. "url": "https://api.github.com/repos/symfony/flex/zipball/9c402af768c6c9f8126a9ffa192ecf7c16581e35",
  3327. "reference": "9c402af768c6c9f8126a9ffa192ecf7c16581e35",
  3328. "shasum": ""
  3329. },
  3330. "require": {
  3331. "composer-plugin-api": "^2.1",
  3332. "php": ">=8.0"
  3333. },
  3334. "require-dev": {
  3335. "composer/composer": "^2.1",
  3336. "symfony/dotenv": "^5.4|^6.0",
  3337. "symfony/filesystem": "^5.4|^6.0",
  3338. "symfony/phpunit-bridge": "^5.4|^6.0",
  3339. "symfony/process": "^5.4|^6.0"
  3340. },
  3341. "type": "composer-plugin",
  3342. "extra": {
  3343. "class": "Symfony\\Flex\\Flex"
  3344. },
  3345. "autoload": {
  3346. "psr-4": {
  3347. "Symfony\\Flex\\": "src"
  3348. }
  3349. },
  3350. "notification-url": "https://packagist.org/downloads/",
  3351. "license": [
  3352. "MIT"
  3353. ],
  3354. "authors": [
  3355. {
  3356. "name": "Fabien Potencier",
  3357. "email": "fabien.potencier@gmail.com"
  3358. }
  3359. ],
  3360. "description": "Composer plugin for Symfony",
  3361. "support": {
  3362. "issues": "https://github.com/symfony/flex/issues",
  3363. "source": "https://github.com/symfony/flex/tree/v2.3.3"
  3364. },
  3365. "funding": [
  3366. {
  3367. "url": "https://symfony.com/sponsor",
  3368. "type": "custom"
  3369. },
  3370. {
  3371. "url": "https://github.com/fabpot",
  3372. "type": "github"
  3373. },
  3374. {
  3375. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3376. "type": "tidelift"
  3377. }
  3378. ],
  3379. "time": "2023-08-04T09:02:35+00:00"
  3380. },
  3381. {
  3382. "name": "symfony/form",
  3383. "version": "v6.3.5",
  3384. "source": {
  3385. "type": "git",
  3386. "url": "https://github.com/symfony/form.git",
  3387. "reference": "0f9ad8600c1021983d096512066ee54332aa3139"
  3388. },
  3389. "dist": {
  3390. "type": "zip",
  3391. "url": "https://api.github.com/repos/symfony/form/zipball/0f9ad8600c1021983d096512066ee54332aa3139",
  3392. "reference": "0f9ad8600c1021983d096512066ee54332aa3139",
  3393. "shasum": ""
  3394. },
  3395. "require": {
  3396. "php": ">=8.1",
  3397. "symfony/deprecation-contracts": "^2.5|^3",
  3398. "symfony/event-dispatcher": "^5.4|^6.0",
  3399. "symfony/options-resolver": "^5.4|^6.0",
  3400. "symfony/polyfill-ctype": "~1.8",
  3401. "symfony/polyfill-intl-icu": "^1.21",
  3402. "symfony/polyfill-mbstring": "~1.0",
  3403. "symfony/property-access": "^5.4|^6.0",
  3404. "symfony/service-contracts": "^2.5|^3"
  3405. },
  3406. "conflict": {
  3407. "symfony/console": "<5.4",
  3408. "symfony/dependency-injection": "<5.4",
  3409. "symfony/doctrine-bridge": "<5.4.21|>=6,<6.2.7",
  3410. "symfony/error-handler": "<5.4",
  3411. "symfony/framework-bundle": "<5.4",
  3412. "symfony/http-kernel": "<5.4",
  3413. "symfony/translation": "<5.4",
  3414. "symfony/translation-contracts": "<2.5",
  3415. "symfony/twig-bridge": "<6.3"
  3416. },
  3417. "require-dev": {
  3418. "doctrine/collections": "^1.0|^2.0",
  3419. "symfony/config": "^5.4|^6.0",
  3420. "symfony/console": "^5.4|^6.0",
  3421. "symfony/dependency-injection": "^5.4|^6.0",
  3422. "symfony/expression-language": "^5.4|^6.0",
  3423. "symfony/html-sanitizer": "^6.1",
  3424. "symfony/http-foundation": "^5.4|^6.0",
  3425. "symfony/http-kernel": "^5.4|^6.0",
  3426. "symfony/intl": "^5.4|^6.0",
  3427. "symfony/security-core": "^6.2",
  3428. "symfony/security-csrf": "^5.4|^6.0",
  3429. "symfony/translation": "^5.4|^6.0",
  3430. "symfony/uid": "^5.4|^6.0",
  3431. "symfony/validator": "^5.4|^6.0",
  3432. "symfony/var-dumper": "^5.4|^6.0"
  3433. },
  3434. "type": "library",
  3435. "autoload": {
  3436. "psr-4": {
  3437. "Symfony\\Component\\Form\\": ""
  3438. },
  3439. "exclude-from-classmap": [
  3440. "/Tests/"
  3441. ]
  3442. },
  3443. "notification-url": "https://packagist.org/downloads/",
  3444. "license": [
  3445. "MIT"
  3446. ],
  3447. "authors": [
  3448. {
  3449. "name": "Fabien Potencier",
  3450. "email": "fabien@symfony.com"
  3451. },
  3452. {
  3453. "name": "Symfony Community",
  3454. "homepage": "https://symfony.com/contributors"
  3455. }
  3456. ],
  3457. "description": "Allows to easily create, process and reuse HTML forms",
  3458. "homepage": "https://symfony.com",
  3459. "support": {
  3460. "source": "https://github.com/symfony/form/tree/v6.3.5"
  3461. },
  3462. "funding": [
  3463. {
  3464. "url": "https://symfony.com/sponsor",
  3465. "type": "custom"
  3466. },
  3467. {
  3468. "url": "https://github.com/fabpot",
  3469. "type": "github"
  3470. },
  3471. {
  3472. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3473. "type": "tidelift"
  3474. }
  3475. ],
  3476. "time": "2023-09-10T17:47:23+00:00"
  3477. },
  3478. {
  3479. "name": "symfony/framework-bundle",
  3480. "version": "v6.3.5",
  3481. "source": {
  3482. "type": "git",
  3483. "url": "https://github.com/symfony/framework-bundle.git",
  3484. "reference": "567cafcfc08e3076b47290a7558b0ca17a98b0ce"
  3485. },
  3486. "dist": {
  3487. "type": "zip",
  3488. "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/567cafcfc08e3076b47290a7558b0ca17a98b0ce",
  3489. "reference": "567cafcfc08e3076b47290a7558b0ca17a98b0ce",
  3490. "shasum": ""
  3491. },
  3492. "require": {
  3493. "composer-runtime-api": ">=2.1",
  3494. "ext-xml": "*",
  3495. "php": ">=8.1",
  3496. "symfony/cache": "^5.4|^6.0",
  3497. "symfony/config": "^6.1",
  3498. "symfony/dependency-injection": "^6.3.1",
  3499. "symfony/deprecation-contracts": "^2.5|^3",
  3500. "symfony/error-handler": "^6.1",
  3501. "symfony/event-dispatcher": "^5.4|^6.0",
  3502. "symfony/filesystem": "^5.4|^6.0",
  3503. "symfony/finder": "^5.4|^6.0",
  3504. "symfony/http-foundation": "^6.3",
  3505. "symfony/http-kernel": "^6.3",
  3506. "symfony/polyfill-mbstring": "~1.0",
  3507. "symfony/routing": "^5.4|^6.0"
  3508. },
  3509. "conflict": {
  3510. "doctrine/annotations": "<1.13.1",
  3511. "doctrine/persistence": "<1.3",
  3512. "phpdocumentor/reflection-docblock": "<3.2.2",
  3513. "phpdocumentor/type-resolver": "<1.4.0",
  3514. "symfony/asset": "<5.4",
  3515. "symfony/clock": "<6.3",
  3516. "symfony/console": "<5.4",
  3517. "symfony/dom-crawler": "<6.3",
  3518. "symfony/dotenv": "<5.4",
  3519. "symfony/form": "<5.4",
  3520. "symfony/http-client": "<6.3",
  3521. "symfony/lock": "<5.4",
  3522. "symfony/mailer": "<5.4",
  3523. "symfony/messenger": "<6.3",
  3524. "symfony/mime": "<6.2",
  3525. "symfony/property-access": "<5.4",
  3526. "symfony/property-info": "<5.4",
  3527. "symfony/security-core": "<5.4",
  3528. "symfony/security-csrf": "<5.4",
  3529. "symfony/serializer": "<6.3",
  3530. "symfony/stopwatch": "<5.4",
  3531. "symfony/translation": "<6.2.8",
  3532. "symfony/twig-bridge": "<5.4",
  3533. "symfony/twig-bundle": "<5.4",
  3534. "symfony/validator": "<6.3",
  3535. "symfony/web-profiler-bundle": "<5.4",
  3536. "symfony/workflow": "<5.4"
  3537. },
  3538. "require-dev": {
  3539. "doctrine/annotations": "^1.13.1|^2",
  3540. "doctrine/persistence": "^1.3|^2|^3",
  3541. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  3542. "symfony/asset": "^5.4|^6.0",
  3543. "symfony/asset-mapper": "^6.3",
  3544. "symfony/browser-kit": "^5.4|^6.0",
  3545. "symfony/clock": "^6.2",
  3546. "symfony/console": "^5.4.9|^6.0.9",
  3547. "symfony/css-selector": "^5.4|^6.0",
  3548. "symfony/dom-crawler": "^6.3",
  3549. "symfony/dotenv": "^5.4|^6.0",
  3550. "symfony/expression-language": "^5.4|^6.0",
  3551. "symfony/form": "^5.4|^6.0",
  3552. "symfony/html-sanitizer": "^6.1",
  3553. "symfony/http-client": "^6.3",
  3554. "symfony/lock": "^5.4|^6.0",
  3555. "symfony/mailer": "^5.4|^6.0",
  3556. "symfony/messenger": "^6.3",
  3557. "symfony/mime": "^6.2",
  3558. "symfony/notifier": "^5.4|^6.0",
  3559. "symfony/polyfill-intl-icu": "~1.0",
  3560. "symfony/process": "^5.4|^6.0",
  3561. "symfony/property-info": "^5.4|^6.0",
  3562. "symfony/rate-limiter": "^5.4|^6.0",
  3563. "symfony/scheduler": "^6.3",
  3564. "symfony/security-bundle": "^5.4|^6.0",
  3565. "symfony/semaphore": "^5.4|^6.0",
  3566. "symfony/serializer": "^6.3",
  3567. "symfony/stopwatch": "^5.4|^6.0",
  3568. "symfony/string": "^5.4|^6.0",
  3569. "symfony/translation": "^6.2.8",
  3570. "symfony/twig-bundle": "^5.4|^6.0",
  3571. "symfony/uid": "^5.4|^6.0",
  3572. "symfony/validator": "^6.3",
  3573. "symfony/web-link": "^5.4|^6.0",
  3574. "symfony/workflow": "^5.4|^6.0",
  3575. "symfony/yaml": "^5.4|^6.0",
  3576. "twig/twig": "^2.10|^3.0"
  3577. },
  3578. "type": "symfony-bundle",
  3579. "autoload": {
  3580. "psr-4": {
  3581. "Symfony\\Bundle\\FrameworkBundle\\": ""
  3582. },
  3583. "exclude-from-classmap": [
  3584. "/Tests/"
  3585. ]
  3586. },
  3587. "notification-url": "https://packagist.org/downloads/",
  3588. "license": [
  3589. "MIT"
  3590. ],
  3591. "authors": [
  3592. {
  3593. "name": "Fabien Potencier",
  3594. "email": "fabien@symfony.com"
  3595. },
  3596. {
  3597. "name": "Symfony Community",
  3598. "homepage": "https://symfony.com/contributors"
  3599. }
  3600. ],
  3601. "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
  3602. "homepage": "https://symfony.com",
  3603. "support": {
  3604. "source": "https://github.com/symfony/framework-bundle/tree/v6.3.5"
  3605. },
  3606. "funding": [
  3607. {
  3608. "url": "https://symfony.com/sponsor",
  3609. "type": "custom"
  3610. },
  3611. {
  3612. "url": "https://github.com/fabpot",
  3613. "type": "github"
  3614. },
  3615. {
  3616. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3617. "type": "tidelift"
  3618. }
  3619. ],
  3620. "time": "2023-09-29T10:45:15+00:00"
  3621. },
  3622. {
  3623. "name": "symfony/http-client",
  3624. "version": "v6.3.5",
  3625. "source": {
  3626. "type": "git",
  3627. "url": "https://github.com/symfony/http-client.git",
  3628. "reference": "213e564da4cbf61acc9728d97e666bcdb868c10d"
  3629. },
  3630. "dist": {
  3631. "type": "zip",
  3632. "url": "https://api.github.com/repos/symfony/http-client/zipball/213e564da4cbf61acc9728d97e666bcdb868c10d",
  3633. "reference": "213e564da4cbf61acc9728d97e666bcdb868c10d",
  3634. "shasum": ""
  3635. },
  3636. "require": {
  3637. "php": ">=8.1",
  3638. "psr/log": "^1|^2|^3",
  3639. "symfony/deprecation-contracts": "^2.5|^3",
  3640. "symfony/http-client-contracts": "^3",
  3641. "symfony/service-contracts": "^2.5|^3"
  3642. },
  3643. "conflict": {
  3644. "php-http/discovery": "<1.15",
  3645. "symfony/http-foundation": "<6.3"
  3646. },
  3647. "provide": {
  3648. "php-http/async-client-implementation": "*",
  3649. "php-http/client-implementation": "*",
  3650. "psr/http-client-implementation": "1.0",
  3651. "symfony/http-client-implementation": "3.0"
  3652. },
  3653. "require-dev": {
  3654. "amphp/amp": "^2.5",
  3655. "amphp/http-client": "^4.2.1",
  3656. "amphp/http-tunnel": "^1.0",
  3657. "amphp/socket": "^1.1",
  3658. "guzzlehttp/promises": "^1.4",
  3659. "nyholm/psr7": "^1.0",
  3660. "php-http/httplug": "^1.0|^2.0",
  3661. "psr/http-client": "^1.0",
  3662. "symfony/dependency-injection": "^5.4|^6.0",
  3663. "symfony/http-kernel": "^5.4|^6.0",
  3664. "symfony/process": "^5.4|^6.0",
  3665. "symfony/stopwatch": "^5.4|^6.0"
  3666. },
  3667. "type": "library",
  3668. "autoload": {
  3669. "psr-4": {
  3670. "Symfony\\Component\\HttpClient\\": ""
  3671. },
  3672. "exclude-from-classmap": [
  3673. "/Tests/"
  3674. ]
  3675. },
  3676. "notification-url": "https://packagist.org/downloads/",
  3677. "license": [
  3678. "MIT"
  3679. ],
  3680. "authors": [
  3681. {
  3682. "name": "Nicolas Grekas",
  3683. "email": "p@tchwork.com"
  3684. },
  3685. {
  3686. "name": "Symfony Community",
  3687. "homepage": "https://symfony.com/contributors"
  3688. }
  3689. ],
  3690. "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
  3691. "homepage": "https://symfony.com",
  3692. "keywords": [
  3693. "http"
  3694. ],
  3695. "support": {
  3696. "source": "https://github.com/symfony/http-client/tree/v6.3.5"
  3697. },
  3698. "funding": [
  3699. {
  3700. "url": "https://symfony.com/sponsor",
  3701. "type": "custom"
  3702. },
  3703. {
  3704. "url": "https://github.com/fabpot",
  3705. "type": "github"
  3706. },
  3707. {
  3708. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3709. "type": "tidelift"
  3710. }
  3711. ],
  3712. "time": "2023-09-29T15:57:12+00:00"
  3713. },
  3714. {
  3715. "name": "symfony/http-client-contracts",
  3716. "version": "v3.3.0",
  3717. "source": {
  3718. "type": "git",
  3719. "url": "https://github.com/symfony/http-client-contracts.git",
  3720. "reference": "3b66325d0176b4ec826bffab57c9037d759c31fb"
  3721. },
  3722. "dist": {
  3723. "type": "zip",
  3724. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/3b66325d0176b4ec826bffab57c9037d759c31fb",
  3725. "reference": "3b66325d0176b4ec826bffab57c9037d759c31fb",
  3726. "shasum": ""
  3727. },
  3728. "require": {
  3729. "php": ">=8.1"
  3730. },
  3731. "type": "library",
  3732. "extra": {
  3733. "branch-alias": {
  3734. "dev-main": "3.4-dev"
  3735. },
  3736. "thanks": {
  3737. "name": "symfony/contracts",
  3738. "url": "https://github.com/symfony/contracts"
  3739. }
  3740. },
  3741. "autoload": {
  3742. "psr-4": {
  3743. "Symfony\\Contracts\\HttpClient\\": ""
  3744. },
  3745. "exclude-from-classmap": [
  3746. "/Test/"
  3747. ]
  3748. },
  3749. "notification-url": "https://packagist.org/downloads/",
  3750. "license": [
  3751. "MIT"
  3752. ],
  3753. "authors": [
  3754. {
  3755. "name": "Nicolas Grekas",
  3756. "email": "p@tchwork.com"
  3757. },
  3758. {
  3759. "name": "Symfony Community",
  3760. "homepage": "https://symfony.com/contributors"
  3761. }
  3762. ],
  3763. "description": "Generic abstractions related to HTTP clients",
  3764. "homepage": "https://symfony.com",
  3765. "keywords": [
  3766. "abstractions",
  3767. "contracts",
  3768. "decoupling",
  3769. "interfaces",
  3770. "interoperability",
  3771. "standards"
  3772. ],
  3773. "support": {
  3774. "source": "https://github.com/symfony/http-client-contracts/tree/v3.3.0"
  3775. },
  3776. "funding": [
  3777. {
  3778. "url": "https://symfony.com/sponsor",
  3779. "type": "custom"
  3780. },
  3781. {
  3782. "url": "https://github.com/fabpot",
  3783. "type": "github"
  3784. },
  3785. {
  3786. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3787. "type": "tidelift"
  3788. }
  3789. ],
  3790. "time": "2023-05-23T14:45:45+00:00"
  3791. },
  3792. {
  3793. "name": "symfony/http-foundation",
  3794. "version": "v6.3.5",
  3795. "source": {
  3796. "type": "git",
  3797. "url": "https://github.com/symfony/http-foundation.git",
  3798. "reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957"
  3799. },
  3800. "dist": {
  3801. "type": "zip",
  3802. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b50f5e281d722cb0f4c296f908bacc3e2b721957",
  3803. "reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957",
  3804. "shasum": ""
  3805. },
  3806. "require": {
  3807. "php": ">=8.1",
  3808. "symfony/deprecation-contracts": "^2.5|^3",
  3809. "symfony/polyfill-mbstring": "~1.1",
  3810. "symfony/polyfill-php83": "^1.27"
  3811. },
  3812. "conflict": {
  3813. "symfony/cache": "<6.2"
  3814. },
  3815. "require-dev": {
  3816. "doctrine/dbal": "^2.13.1|^3.0",
  3817. "predis/predis": "^1.1|^2.0",
  3818. "symfony/cache": "^5.4|^6.0",
  3819. "symfony/dependency-injection": "^5.4|^6.0",
  3820. "symfony/expression-language": "^5.4|^6.0",
  3821. "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
  3822. "symfony/mime": "^5.4|^6.0",
  3823. "symfony/rate-limiter": "^5.2|^6.0"
  3824. },
  3825. "type": "library",
  3826. "autoload": {
  3827. "psr-4": {
  3828. "Symfony\\Component\\HttpFoundation\\": ""
  3829. },
  3830. "exclude-from-classmap": [
  3831. "/Tests/"
  3832. ]
  3833. },
  3834. "notification-url": "https://packagist.org/downloads/",
  3835. "license": [
  3836. "MIT"
  3837. ],
  3838. "authors": [
  3839. {
  3840. "name": "Fabien Potencier",
  3841. "email": "fabien@symfony.com"
  3842. },
  3843. {
  3844. "name": "Symfony Community",
  3845. "homepage": "https://symfony.com/contributors"
  3846. }
  3847. ],
  3848. "description": "Defines an object-oriented layer for the HTTP specification",
  3849. "homepage": "https://symfony.com",
  3850. "support": {
  3851. "source": "https://github.com/symfony/http-foundation/tree/v6.3.5"
  3852. },
  3853. "funding": [
  3854. {
  3855. "url": "https://symfony.com/sponsor",
  3856. "type": "custom"
  3857. },
  3858. {
  3859. "url": "https://github.com/fabpot",
  3860. "type": "github"
  3861. },
  3862. {
  3863. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3864. "type": "tidelift"
  3865. }
  3866. ],
  3867. "time": "2023-09-04T21:33:54+00:00"
  3868. },
  3869. {
  3870. "name": "symfony/http-kernel",
  3871. "version": "v6.3.5",
  3872. "source": {
  3873. "type": "git",
  3874. "url": "https://github.com/symfony/http-kernel.git",
  3875. "reference": "9f991a964368bee8d883e8d57ced4fe9fff04dfc"
  3876. },
  3877. "dist": {
  3878. "type": "zip",
  3879. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9f991a964368bee8d883e8d57ced4fe9fff04dfc",
  3880. "reference": "9f991a964368bee8d883e8d57ced4fe9fff04dfc",
  3881. "shasum": ""
  3882. },
  3883. "require": {
  3884. "php": ">=8.1",
  3885. "psr/log": "^1|^2|^3",
  3886. "symfony/deprecation-contracts": "^2.5|^3",
  3887. "symfony/error-handler": "^6.3",
  3888. "symfony/event-dispatcher": "^5.4|^6.0",
  3889. "symfony/http-foundation": "^6.3.4",
  3890. "symfony/polyfill-ctype": "^1.8"
  3891. },
  3892. "conflict": {
  3893. "symfony/browser-kit": "<5.4",
  3894. "symfony/cache": "<5.4",
  3895. "symfony/config": "<6.1",
  3896. "symfony/console": "<5.4",
  3897. "symfony/dependency-injection": "<6.3.4",
  3898. "symfony/doctrine-bridge": "<5.4",
  3899. "symfony/form": "<5.4",
  3900. "symfony/http-client": "<5.4",
  3901. "symfony/http-client-contracts": "<2.5",
  3902. "symfony/mailer": "<5.4",
  3903. "symfony/messenger": "<5.4",
  3904. "symfony/translation": "<5.4",
  3905. "symfony/translation-contracts": "<2.5",
  3906. "symfony/twig-bridge": "<5.4",
  3907. "symfony/validator": "<5.4",
  3908. "symfony/var-dumper": "<6.3",
  3909. "twig/twig": "<2.13"
  3910. },
  3911. "provide": {
  3912. "psr/log-implementation": "1.0|2.0|3.0"
  3913. },
  3914. "require-dev": {
  3915. "psr/cache": "^1.0|^2.0|^3.0",
  3916. "symfony/browser-kit": "^5.4|^6.0",
  3917. "symfony/clock": "^6.2",
  3918. "symfony/config": "^6.1",
  3919. "symfony/console": "^5.4|^6.0",
  3920. "symfony/css-selector": "^5.4|^6.0",
  3921. "symfony/dependency-injection": "^6.3.4",
  3922. "symfony/dom-crawler": "^5.4|^6.0",
  3923. "symfony/expression-language": "^5.4|^6.0",
  3924. "symfony/finder": "^5.4|^6.0",
  3925. "symfony/http-client-contracts": "^2.5|^3",
  3926. "symfony/process": "^5.4|^6.0",
  3927. "symfony/property-access": "^5.4.5|^6.0.5",
  3928. "symfony/routing": "^5.4|^6.0",
  3929. "symfony/serializer": "^6.3",
  3930. "symfony/stopwatch": "^5.4|^6.0",
  3931. "symfony/translation": "^5.4|^6.0",
  3932. "symfony/translation-contracts": "^2.5|^3",
  3933. "symfony/uid": "^5.4|^6.0",
  3934. "symfony/validator": "^6.3",
  3935. "symfony/var-exporter": "^6.2",
  3936. "twig/twig": "^2.13|^3.0.4"
  3937. },
  3938. "type": "library",
  3939. "autoload": {
  3940. "psr-4": {
  3941. "Symfony\\Component\\HttpKernel\\": ""
  3942. },
  3943. "exclude-from-classmap": [
  3944. "/Tests/"
  3945. ]
  3946. },
  3947. "notification-url": "https://packagist.org/downloads/",
  3948. "license": [
  3949. "MIT"
  3950. ],
  3951. "authors": [
  3952. {
  3953. "name": "Fabien Potencier",
  3954. "email": "fabien@symfony.com"
  3955. },
  3956. {
  3957. "name": "Symfony Community",
  3958. "homepage": "https://symfony.com/contributors"
  3959. }
  3960. ],
  3961. "description": "Provides a structured process for converting a Request into a Response",
  3962. "homepage": "https://symfony.com",
  3963. "support": {
  3964. "source": "https://github.com/symfony/http-kernel/tree/v6.3.5"
  3965. },
  3966. "funding": [
  3967. {
  3968. "url": "https://symfony.com/sponsor",
  3969. "type": "custom"
  3970. },
  3971. {
  3972. "url": "https://github.com/fabpot",
  3973. "type": "github"
  3974. },
  3975. {
  3976. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3977. "type": "tidelift"
  3978. }
  3979. ],
  3980. "time": "2023-09-30T06:37:04+00:00"
  3981. },
  3982. {
  3983. "name": "symfony/intl",
  3984. "version": "v6.3.2",
  3985. "source": {
  3986. "type": "git",
  3987. "url": "https://github.com/symfony/intl.git",
  3988. "reference": "1f8cb145c869ed089a8531c51a6a4b31ed0b3c69"
  3989. },
  3990. "dist": {
  3991. "type": "zip",
  3992. "url": "https://api.github.com/repos/symfony/intl/zipball/1f8cb145c869ed089a8531c51a6a4b31ed0b3c69",
  3993. "reference": "1f8cb145c869ed089a8531c51a6a4b31ed0b3c69",
  3994. "shasum": ""
  3995. },
  3996. "require": {
  3997. "php": ">=8.1"
  3998. },
  3999. "require-dev": {
  4000. "symfony/filesystem": "^5.4|^6.0",
  4001. "symfony/finder": "^5.4|^6.0",
  4002. "symfony/var-exporter": "^5.4|^6.0"
  4003. },
  4004. "type": "library",
  4005. "autoload": {
  4006. "psr-4": {
  4007. "Symfony\\Component\\Intl\\": ""
  4008. },
  4009. "exclude-from-classmap": [
  4010. "/Tests/"
  4011. ]
  4012. },
  4013. "notification-url": "https://packagist.org/downloads/",
  4014. "license": [
  4015. "MIT"
  4016. ],
  4017. "authors": [
  4018. {
  4019. "name": "Bernhard Schussek",
  4020. "email": "bschussek@gmail.com"
  4021. },
  4022. {
  4023. "name": "Eriksen Costa",
  4024. "email": "eriksen.costa@infranology.com.br"
  4025. },
  4026. {
  4027. "name": "Igor Wiedler",
  4028. "email": "igor@wiedler.ch"
  4029. },
  4030. {
  4031. "name": "Symfony Community",
  4032. "homepage": "https://symfony.com/contributors"
  4033. }
  4034. ],
  4035. "description": "Provides access to the localization data of the ICU library",
  4036. "homepage": "https://symfony.com",
  4037. "keywords": [
  4038. "i18n",
  4039. "icu",
  4040. "internationalization",
  4041. "intl",
  4042. "l10n",
  4043. "localization"
  4044. ],
  4045. "support": {
  4046. "source": "https://github.com/symfony/intl/tree/v6.3.2"
  4047. },
  4048. "funding": [
  4049. {
  4050. "url": "https://symfony.com/sponsor",
  4051. "type": "custom"
  4052. },
  4053. {
  4054. "url": "https://github.com/fabpot",
  4055. "type": "github"
  4056. },
  4057. {
  4058. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4059. "type": "tidelift"
  4060. }
  4061. ],
  4062. "time": "2023-07-20T07:43:09+00:00"
  4063. },
  4064. {
  4065. "name": "symfony/mailer",
  4066. "version": "v6.3.5",
  4067. "source": {
  4068. "type": "git",
  4069. "url": "https://github.com/symfony/mailer.git",
  4070. "reference": "d89611a7830d51b5e118bca38e390dea92f9ea06"
  4071. },
  4072. "dist": {
  4073. "type": "zip",
  4074. "url": "https://api.github.com/repos/symfony/mailer/zipball/d89611a7830d51b5e118bca38e390dea92f9ea06",
  4075. "reference": "d89611a7830d51b5e118bca38e390dea92f9ea06",
  4076. "shasum": ""
  4077. },
  4078. "require": {
  4079. "egulias/email-validator": "^2.1.10|^3|^4",
  4080. "php": ">=8.1",
  4081. "psr/event-dispatcher": "^1",
  4082. "psr/log": "^1|^2|^3",
  4083. "symfony/event-dispatcher": "^5.4|^6.0",
  4084. "symfony/mime": "^6.2",
  4085. "symfony/service-contracts": "^2.5|^3"
  4086. },
  4087. "conflict": {
  4088. "symfony/http-client-contracts": "<2.5",
  4089. "symfony/http-kernel": "<5.4",
  4090. "symfony/messenger": "<6.2",
  4091. "symfony/mime": "<6.2",
  4092. "symfony/twig-bridge": "<6.2.1"
  4093. },
  4094. "require-dev": {
  4095. "symfony/console": "^5.4|^6.0",
  4096. "symfony/http-client": "^5.4|^6.0",
  4097. "symfony/messenger": "^6.2",
  4098. "symfony/twig-bridge": "^6.2"
  4099. },
  4100. "type": "library",
  4101. "autoload": {
  4102. "psr-4": {
  4103. "Symfony\\Component\\Mailer\\": ""
  4104. },
  4105. "exclude-from-classmap": [
  4106. "/Tests/"
  4107. ]
  4108. },
  4109. "notification-url": "https://packagist.org/downloads/",
  4110. "license": [
  4111. "MIT"
  4112. ],
  4113. "authors": [
  4114. {
  4115. "name": "Fabien Potencier",
  4116. "email": "fabien@symfony.com"
  4117. },
  4118. {
  4119. "name": "Symfony Community",
  4120. "homepage": "https://symfony.com/contributors"
  4121. }
  4122. ],
  4123. "description": "Helps sending emails",
  4124. "homepage": "https://symfony.com",
  4125. "support": {
  4126. "source": "https://github.com/symfony/mailer/tree/v6.3.5"
  4127. },
  4128. "funding": [
  4129. {
  4130. "url": "https://symfony.com/sponsor",
  4131. "type": "custom"
  4132. },
  4133. {
  4134. "url": "https://github.com/fabpot",
  4135. "type": "github"
  4136. },
  4137. {
  4138. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4139. "type": "tidelift"
  4140. }
  4141. ],
  4142. "time": "2023-09-06T09:47:15+00:00"
  4143. },
  4144. {
  4145. "name": "symfony/messenger",
  4146. "version": "v6.3.5",
  4147. "source": {
  4148. "type": "git",
  4149. "url": "https://github.com/symfony/messenger.git",
  4150. "reference": "fb29632c2abdc52f4f10f9402f8f93ebb8938234"
  4151. },
  4152. "dist": {
  4153. "type": "zip",
  4154. "url": "https://api.github.com/repos/symfony/messenger/zipball/fb29632c2abdc52f4f10f9402f8f93ebb8938234",
  4155. "reference": "fb29632c2abdc52f4f10f9402f8f93ebb8938234",
  4156. "shasum": ""
  4157. },
  4158. "require": {
  4159. "php": ">=8.1",
  4160. "psr/log": "^1|^2|^3",
  4161. "symfony/clock": "^6.3"
  4162. },
  4163. "conflict": {
  4164. "symfony/console": "<6.3",
  4165. "symfony/event-dispatcher": "<5.4",
  4166. "symfony/event-dispatcher-contracts": "<2.5",
  4167. "symfony/framework-bundle": "<5.4",
  4168. "symfony/http-kernel": "<5.4",
  4169. "symfony/serializer": "<5.4"
  4170. },
  4171. "require-dev": {
  4172. "psr/cache": "^1.0|^2.0|^3.0",
  4173. "symfony/console": "^6.3",
  4174. "symfony/dependency-injection": "^5.4|^6.0",
  4175. "symfony/deprecation-contracts": "^2.5|^3",
  4176. "symfony/event-dispatcher": "^5.4|^6.0",
  4177. "symfony/http-kernel": "^5.4|^6.0",
  4178. "symfony/process": "^5.4|^6.0",
  4179. "symfony/property-access": "^5.4|^6.0",
  4180. "symfony/rate-limiter": "^5.4|^6.0",
  4181. "symfony/routing": "^5.4|^6.0",
  4182. "symfony/serializer": "^5.4|^6.0",
  4183. "symfony/service-contracts": "^2.5|^3",
  4184. "symfony/stopwatch": "^5.4|^6.0",
  4185. "symfony/validator": "^5.4|^6.0"
  4186. },
  4187. "type": "library",
  4188. "autoload": {
  4189. "psr-4": {
  4190. "Symfony\\Component\\Messenger\\": ""
  4191. },
  4192. "exclude-from-classmap": [
  4193. "/Tests/"
  4194. ]
  4195. },
  4196. "notification-url": "https://packagist.org/downloads/",
  4197. "license": [
  4198. "MIT"
  4199. ],
  4200. "authors": [
  4201. {
  4202. "name": "Samuel Roze",
  4203. "email": "samuel.roze@gmail.com"
  4204. },
  4205. {
  4206. "name": "Symfony Community",
  4207. "homepage": "https://symfony.com/contributors"
  4208. }
  4209. ],
  4210. "description": "Helps applications send and receive messages to/from other applications or via message queues",
  4211. "homepage": "https://symfony.com",
  4212. "support": {
  4213. "source": "https://github.com/symfony/messenger/tree/v6.3.5"
  4214. },
  4215. "funding": [
  4216. {
  4217. "url": "https://symfony.com/sponsor",
  4218. "type": "custom"
  4219. },
  4220. {
  4221. "url": "https://github.com/fabpot",
  4222. "type": "github"
  4223. },
  4224. {
  4225. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4226. "type": "tidelift"
  4227. }
  4228. ],
  4229. "time": "2023-09-29T16:11:24+00:00"
  4230. },
  4231. {
  4232. "name": "symfony/mime",
  4233. "version": "v6.3.5",
  4234. "source": {
  4235. "type": "git",
  4236. "url": "https://github.com/symfony/mime.git",
  4237. "reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e"
  4238. },
  4239. "dist": {
  4240. "type": "zip",
  4241. "url": "https://api.github.com/repos/symfony/mime/zipball/d5179eedf1cb2946dbd760475ebf05c251ef6a6e",
  4242. "reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e",
  4243. "shasum": ""
  4244. },
  4245. "require": {
  4246. "php": ">=8.1",
  4247. "symfony/deprecation-contracts": "^2.5|^3",
  4248. "symfony/polyfill-intl-idn": "^1.10",
  4249. "symfony/polyfill-mbstring": "^1.0"
  4250. },
  4251. "conflict": {
  4252. "egulias/email-validator": "~3.0.0",
  4253. "phpdocumentor/reflection-docblock": "<3.2.2",
  4254. "phpdocumentor/type-resolver": "<1.4.0",
  4255. "symfony/mailer": "<5.4",
  4256. "symfony/serializer": "<6.2.13|>=6.3,<6.3.2"
  4257. },
  4258. "require-dev": {
  4259. "egulias/email-validator": "^2.1.10|^3.1|^4",
  4260. "league/html-to-markdown": "^5.0",
  4261. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  4262. "symfony/dependency-injection": "^5.4|^6.0",
  4263. "symfony/property-access": "^5.4|^6.0",
  4264. "symfony/property-info": "^5.4|^6.0",
  4265. "symfony/serializer": "~6.2.13|^6.3.2"
  4266. },
  4267. "type": "library",
  4268. "autoload": {
  4269. "psr-4": {
  4270. "Symfony\\Component\\Mime\\": ""
  4271. },
  4272. "exclude-from-classmap": [
  4273. "/Tests/"
  4274. ]
  4275. },
  4276. "notification-url": "https://packagist.org/downloads/",
  4277. "license": [
  4278. "MIT"
  4279. ],
  4280. "authors": [
  4281. {
  4282. "name": "Fabien Potencier",
  4283. "email": "fabien@symfony.com"
  4284. },
  4285. {
  4286. "name": "Symfony Community",
  4287. "homepage": "https://symfony.com/contributors"
  4288. }
  4289. ],
  4290. "description": "Allows manipulating MIME messages",
  4291. "homepage": "https://symfony.com",
  4292. "keywords": [
  4293. "mime",
  4294. "mime-type"
  4295. ],
  4296. "support": {
  4297. "source": "https://github.com/symfony/mime/tree/v6.3.5"
  4298. },
  4299. "funding": [
  4300. {
  4301. "url": "https://symfony.com/sponsor",
  4302. "type": "custom"
  4303. },
  4304. {
  4305. "url": "https://github.com/fabpot",
  4306. "type": "github"
  4307. },
  4308. {
  4309. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4310. "type": "tidelift"
  4311. }
  4312. ],
  4313. "time": "2023-09-29T06:59:36+00:00"
  4314. },
  4315. {
  4316. "name": "symfony/monolog-bridge",
  4317. "version": "v6.3.1",
  4318. "source": {
  4319. "type": "git",
  4320. "url": "https://github.com/symfony/monolog-bridge.git",
  4321. "reference": "04b04b8e465e0fa84940e5609b6796a8b4e51bf1"
  4322. },
  4323. "dist": {
  4324. "type": "zip",
  4325. "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/04b04b8e465e0fa84940e5609b6796a8b4e51bf1",
  4326. "reference": "04b04b8e465e0fa84940e5609b6796a8b4e51bf1",
  4327. "shasum": ""
  4328. },
  4329. "require": {
  4330. "monolog/monolog": "^1.25.1|^2|^3",
  4331. "php": ">=8.1",
  4332. "symfony/http-kernel": "^5.4|^6.0",
  4333. "symfony/service-contracts": "^2.5|^3"
  4334. },
  4335. "conflict": {
  4336. "symfony/console": "<5.4",
  4337. "symfony/http-foundation": "<5.4",
  4338. "symfony/security-core": "<6.0"
  4339. },
  4340. "require-dev": {
  4341. "symfony/console": "^5.4|^6.0",
  4342. "symfony/http-client": "^5.4|^6.0",
  4343. "symfony/mailer": "^5.4|^6.0",
  4344. "symfony/messenger": "^5.4|^6.0",
  4345. "symfony/mime": "^5.4|^6.0",
  4346. "symfony/security-core": "^6.0",
  4347. "symfony/var-dumper": "^5.4|^6.0"
  4348. },
  4349. "type": "symfony-bridge",
  4350. "autoload": {
  4351. "psr-4": {
  4352. "Symfony\\Bridge\\Monolog\\": ""
  4353. },
  4354. "exclude-from-classmap": [
  4355. "/Tests/"
  4356. ]
  4357. },
  4358. "notification-url": "https://packagist.org/downloads/",
  4359. "license": [
  4360. "MIT"
  4361. ],
  4362. "authors": [
  4363. {
  4364. "name": "Fabien Potencier",
  4365. "email": "fabien@symfony.com"
  4366. },
  4367. {
  4368. "name": "Symfony Community",
  4369. "homepage": "https://symfony.com/contributors"
  4370. }
  4371. ],
  4372. "description": "Provides integration for Monolog with various Symfony components",
  4373. "homepage": "https://symfony.com",
  4374. "support": {
  4375. "source": "https://github.com/symfony/monolog-bridge/tree/v6.3.1"
  4376. },
  4377. "funding": [
  4378. {
  4379. "url": "https://symfony.com/sponsor",
  4380. "type": "custom"
  4381. },
  4382. {
  4383. "url": "https://github.com/fabpot",
  4384. "type": "github"
  4385. },
  4386. {
  4387. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4388. "type": "tidelift"
  4389. }
  4390. ],
  4391. "time": "2023-06-08T11:13:32+00:00"
  4392. },
  4393. {
  4394. "name": "symfony/monolog-bundle",
  4395. "version": "v3.8.0",
  4396. "source": {
  4397. "type": "git",
  4398. "url": "https://github.com/symfony/monolog-bundle.git",
  4399. "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d"
  4400. },
  4401. "dist": {
  4402. "type": "zip",
  4403. "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d",
  4404. "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d",
  4405. "shasum": ""
  4406. },
  4407. "require": {
  4408. "monolog/monolog": "^1.22 || ^2.0 || ^3.0",
  4409. "php": ">=7.1.3",
  4410. "symfony/config": "~4.4 || ^5.0 || ^6.0",
  4411. "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
  4412. "symfony/http-kernel": "~4.4 || ^5.0 || ^6.0",
  4413. "symfony/monolog-bridge": "~4.4 || ^5.0 || ^6.0"
  4414. },
  4415. "require-dev": {
  4416. "symfony/console": "~4.4 || ^5.0 || ^6.0",
  4417. "symfony/phpunit-bridge": "^5.2 || ^6.0",
  4418. "symfony/yaml": "~4.4 || ^5.0 || ^6.0"
  4419. },
  4420. "type": "symfony-bundle",
  4421. "extra": {
  4422. "branch-alias": {
  4423. "dev-master": "3.x-dev"
  4424. }
  4425. },
  4426. "autoload": {
  4427. "psr-4": {
  4428. "Symfony\\Bundle\\MonologBundle\\": ""
  4429. },
  4430. "exclude-from-classmap": [
  4431. "/Tests/"
  4432. ]
  4433. },
  4434. "notification-url": "https://packagist.org/downloads/",
  4435. "license": [
  4436. "MIT"
  4437. ],
  4438. "authors": [
  4439. {
  4440. "name": "Fabien Potencier",
  4441. "email": "fabien@symfony.com"
  4442. },
  4443. {
  4444. "name": "Symfony Community",
  4445. "homepage": "https://symfony.com/contributors"
  4446. }
  4447. ],
  4448. "description": "Symfony MonologBundle",
  4449. "homepage": "https://symfony.com",
  4450. "keywords": [
  4451. "log",
  4452. "logging"
  4453. ],
  4454. "support": {
  4455. "issues": "https://github.com/symfony/monolog-bundle/issues",
  4456. "source": "https://github.com/symfony/monolog-bundle/tree/v3.8.0"
  4457. },
  4458. "funding": [
  4459. {
  4460. "url": "https://symfony.com/sponsor",
  4461. "type": "custom"
  4462. },
  4463. {
  4464. "url": "https://github.com/fabpot",
  4465. "type": "github"
  4466. },
  4467. {
  4468. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4469. "type": "tidelift"
  4470. }
  4471. ],
  4472. "time": "2022-05-10T14:24:36+00:00"
  4473. },
  4474. {
  4475. "name": "symfony/notifier",
  4476. "version": "v6.3.0",
  4477. "source": {
  4478. "type": "git",
  4479. "url": "https://github.com/symfony/notifier.git",
  4480. "reference": "a30aee1bf767835d7948138c1629e310cee26a8b"
  4481. },
  4482. "dist": {
  4483. "type": "zip",
  4484. "url": "https://api.github.com/repos/symfony/notifier/zipball/a30aee1bf767835d7948138c1629e310cee26a8b",
  4485. "reference": "a30aee1bf767835d7948138c1629e310cee26a8b",
  4486. "shasum": ""
  4487. },
  4488. "require": {
  4489. "php": ">=8.1",
  4490. "psr/log": "^1|^2|^3"
  4491. },
  4492. "conflict": {
  4493. "symfony/event-dispatcher": "<5.4",
  4494. "symfony/event-dispatcher-contracts": "<2.5",
  4495. "symfony/http-client-contracts": "<2.5",
  4496. "symfony/http-kernel": "<5.4"
  4497. },
  4498. "require-dev": {
  4499. "symfony/event-dispatcher-contracts": "^2.5|^3",
  4500. "symfony/http-client-contracts": "^2.5|^3",
  4501. "symfony/http-foundation": "^5.4|^6.0",
  4502. "symfony/messenger": "^5.4|^6.0"
  4503. },
  4504. "type": "library",
  4505. "autoload": {
  4506. "psr-4": {
  4507. "Symfony\\Component\\Notifier\\": ""
  4508. },
  4509. "exclude-from-classmap": [
  4510. "/Tests/"
  4511. ]
  4512. },
  4513. "notification-url": "https://packagist.org/downloads/",
  4514. "license": [
  4515. "MIT"
  4516. ],
  4517. "authors": [
  4518. {
  4519. "name": "Fabien Potencier",
  4520. "email": "fabien@symfony.com"
  4521. },
  4522. {
  4523. "name": "Symfony Community",
  4524. "homepage": "https://symfony.com/contributors"
  4525. }
  4526. ],
  4527. "description": "Sends notifications via one or more channels (email, SMS, ...)",
  4528. "homepage": "https://symfony.com",
  4529. "keywords": [
  4530. "notification",
  4531. "notifier"
  4532. ],
  4533. "support": {
  4534. "source": "https://github.com/symfony/notifier/tree/v6.3.0"
  4535. },
  4536. "funding": [
  4537. {
  4538. "url": "https://symfony.com/sponsor",
  4539. "type": "custom"
  4540. },
  4541. {
  4542. "url": "https://github.com/fabpot",
  4543. "type": "github"
  4544. },
  4545. {
  4546. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4547. "type": "tidelift"
  4548. }
  4549. ],
  4550. "time": "2023-05-12T10:17:15+00:00"
  4551. },
  4552. {
  4553. "name": "symfony/options-resolver",
  4554. "version": "v6.3.0",
  4555. "source": {
  4556. "type": "git",
  4557. "url": "https://github.com/symfony/options-resolver.git",
  4558. "reference": "a10f19f5198d589d5c33333cffe98dc9820332dd"
  4559. },
  4560. "dist": {
  4561. "type": "zip",
  4562. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/a10f19f5198d589d5c33333cffe98dc9820332dd",
  4563. "reference": "a10f19f5198d589d5c33333cffe98dc9820332dd",
  4564. "shasum": ""
  4565. },
  4566. "require": {
  4567. "php": ">=8.1",
  4568. "symfony/deprecation-contracts": "^2.5|^3"
  4569. },
  4570. "type": "library",
  4571. "autoload": {
  4572. "psr-4": {
  4573. "Symfony\\Component\\OptionsResolver\\": ""
  4574. },
  4575. "exclude-from-classmap": [
  4576. "/Tests/"
  4577. ]
  4578. },
  4579. "notification-url": "https://packagist.org/downloads/",
  4580. "license": [
  4581. "MIT"
  4582. ],
  4583. "authors": [
  4584. {
  4585. "name": "Fabien Potencier",
  4586. "email": "fabien@symfony.com"
  4587. },
  4588. {
  4589. "name": "Symfony Community",
  4590. "homepage": "https://symfony.com/contributors"
  4591. }
  4592. ],
  4593. "description": "Provides an improved replacement for the array_replace PHP function",
  4594. "homepage": "https://symfony.com",
  4595. "keywords": [
  4596. "config",
  4597. "configuration",
  4598. "options"
  4599. ],
  4600. "support": {
  4601. "source": "https://github.com/symfony/options-resolver/tree/v6.3.0"
  4602. },
  4603. "funding": [
  4604. {
  4605. "url": "https://symfony.com/sponsor",
  4606. "type": "custom"
  4607. },
  4608. {
  4609. "url": "https://github.com/fabpot",
  4610. "type": "github"
  4611. },
  4612. {
  4613. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4614. "type": "tidelift"
  4615. }
  4616. ],
  4617. "time": "2023-05-12T14:21:09+00:00"
  4618. },
  4619. {
  4620. "name": "symfony/password-hasher",
  4621. "version": "v6.3.5",
  4622. "source": {
  4623. "type": "git",
  4624. "url": "https://github.com/symfony/password-hasher.git",
  4625. "reference": "278d3a49715073879f75e372ad80b8cfeca949d3"
  4626. },
  4627. "dist": {
  4628. "type": "zip",
  4629. "url": "https://api.github.com/repos/symfony/password-hasher/zipball/278d3a49715073879f75e372ad80b8cfeca949d3",
  4630. "reference": "278d3a49715073879f75e372ad80b8cfeca949d3",
  4631. "shasum": ""
  4632. },
  4633. "require": {
  4634. "php": ">=8.1"
  4635. },
  4636. "conflict": {
  4637. "symfony/security-core": "<5.4"
  4638. },
  4639. "require-dev": {
  4640. "symfony/console": "^5.4|^6.0",
  4641. "symfony/security-core": "^5.4|^6.0"
  4642. },
  4643. "type": "library",
  4644. "autoload": {
  4645. "psr-4": {
  4646. "Symfony\\Component\\PasswordHasher\\": ""
  4647. },
  4648. "exclude-from-classmap": [
  4649. "/Tests/"
  4650. ]
  4651. },
  4652. "notification-url": "https://packagist.org/downloads/",
  4653. "license": [
  4654. "MIT"
  4655. ],
  4656. "authors": [
  4657. {
  4658. "name": "Robin Chalas",
  4659. "email": "robin.chalas@gmail.com"
  4660. },
  4661. {
  4662. "name": "Symfony Community",
  4663. "homepage": "https://symfony.com/contributors"
  4664. }
  4665. ],
  4666. "description": "Provides password hashing utilities",
  4667. "homepage": "https://symfony.com",
  4668. "keywords": [
  4669. "hashing",
  4670. "password"
  4671. ],
  4672. "support": {
  4673. "source": "https://github.com/symfony/password-hasher/tree/v6.3.5"
  4674. },
  4675. "funding": [
  4676. {
  4677. "url": "https://symfony.com/sponsor",
  4678. "type": "custom"
  4679. },
  4680. {
  4681. "url": "https://github.com/fabpot",
  4682. "type": "github"
  4683. },
  4684. {
  4685. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4686. "type": "tidelift"
  4687. }
  4688. ],
  4689. "time": "2023-09-25T17:05:16+00:00"
  4690. },
  4691. {
  4692. "name": "symfony/polyfill-intl-grapheme",
  4693. "version": "v1.28.0",
  4694. "source": {
  4695. "type": "git",
  4696. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  4697. "reference": "875e90aeea2777b6f135677f618529449334a612"
  4698. },
  4699. "dist": {
  4700. "type": "zip",
  4701. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
  4702. "reference": "875e90aeea2777b6f135677f618529449334a612",
  4703. "shasum": ""
  4704. },
  4705. "require": {
  4706. "php": ">=7.1"
  4707. },
  4708. "suggest": {
  4709. "ext-intl": "For best performance"
  4710. },
  4711. "type": "library",
  4712. "extra": {
  4713. "branch-alias": {
  4714. "dev-main": "1.28-dev"
  4715. },
  4716. "thanks": {
  4717. "name": "symfony/polyfill",
  4718. "url": "https://github.com/symfony/polyfill"
  4719. }
  4720. },
  4721. "autoload": {
  4722. "files": [
  4723. "bootstrap.php"
  4724. ],
  4725. "psr-4": {
  4726. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  4727. }
  4728. },
  4729. "notification-url": "https://packagist.org/downloads/",
  4730. "license": [
  4731. "MIT"
  4732. ],
  4733. "authors": [
  4734. {
  4735. "name": "Nicolas Grekas",
  4736. "email": "p@tchwork.com"
  4737. },
  4738. {
  4739. "name": "Symfony Community",
  4740. "homepage": "https://symfony.com/contributors"
  4741. }
  4742. ],
  4743. "description": "Symfony polyfill for intl's grapheme_* functions",
  4744. "homepage": "https://symfony.com",
  4745. "keywords": [
  4746. "compatibility",
  4747. "grapheme",
  4748. "intl",
  4749. "polyfill",
  4750. "portable",
  4751. "shim"
  4752. ],
  4753. "support": {
  4754. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
  4755. },
  4756. "funding": [
  4757. {
  4758. "url": "https://symfony.com/sponsor",
  4759. "type": "custom"
  4760. },
  4761. {
  4762. "url": "https://github.com/fabpot",
  4763. "type": "github"
  4764. },
  4765. {
  4766. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4767. "type": "tidelift"
  4768. }
  4769. ],
  4770. "time": "2023-01-26T09:26:14+00:00"
  4771. },
  4772. {
  4773. "name": "symfony/polyfill-intl-icu",
  4774. "version": "v1.28.0",
  4775. "source": {
  4776. "type": "git",
  4777. "url": "https://github.com/symfony/polyfill-intl-icu.git",
  4778. "reference": "e46b4da57951a16053cd751f63f4a24292788157"
  4779. },
  4780. "dist": {
  4781. "type": "zip",
  4782. "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/e46b4da57951a16053cd751f63f4a24292788157",
  4783. "reference": "e46b4da57951a16053cd751f63f4a24292788157",
  4784. "shasum": ""
  4785. },
  4786. "require": {
  4787. "php": ">=7.1"
  4788. },
  4789. "suggest": {
  4790. "ext-intl": "For best performance and support of other locales than \"en\""
  4791. },
  4792. "type": "library",
  4793. "extra": {
  4794. "branch-alias": {
  4795. "dev-main": "1.28-dev"
  4796. },
  4797. "thanks": {
  4798. "name": "symfony/polyfill",
  4799. "url": "https://github.com/symfony/polyfill"
  4800. }
  4801. },
  4802. "autoload": {
  4803. "files": [
  4804. "bootstrap.php"
  4805. ],
  4806. "psr-4": {
  4807. "Symfony\\Polyfill\\Intl\\Icu\\": ""
  4808. },
  4809. "classmap": [
  4810. "Resources/stubs"
  4811. ],
  4812. "exclude-from-classmap": [
  4813. "/Tests/"
  4814. ]
  4815. },
  4816. "notification-url": "https://packagist.org/downloads/",
  4817. "license": [
  4818. "MIT"
  4819. ],
  4820. "authors": [
  4821. {
  4822. "name": "Nicolas Grekas",
  4823. "email": "p@tchwork.com"
  4824. },
  4825. {
  4826. "name": "Symfony Community",
  4827. "homepage": "https://symfony.com/contributors"
  4828. }
  4829. ],
  4830. "description": "Symfony polyfill for intl's ICU-related data and classes",
  4831. "homepage": "https://symfony.com",
  4832. "keywords": [
  4833. "compatibility",
  4834. "icu",
  4835. "intl",
  4836. "polyfill",
  4837. "portable",
  4838. "shim"
  4839. ],
  4840. "support": {
  4841. "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.28.0"
  4842. },
  4843. "funding": [
  4844. {
  4845. "url": "https://symfony.com/sponsor",
  4846. "type": "custom"
  4847. },
  4848. {
  4849. "url": "https://github.com/fabpot",
  4850. "type": "github"
  4851. },
  4852. {
  4853. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4854. "type": "tidelift"
  4855. }
  4856. ],
  4857. "time": "2023-03-21T17:27:24+00:00"
  4858. },
  4859. {
  4860. "name": "symfony/polyfill-intl-idn",
  4861. "version": "v1.28.0",
  4862. "source": {
  4863. "type": "git",
  4864. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  4865. "reference": "ecaafce9f77234a6a449d29e49267ba10499116d"
  4866. },
  4867. "dist": {
  4868. "type": "zip",
  4869. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d",
  4870. "reference": "ecaafce9f77234a6a449d29e49267ba10499116d",
  4871. "shasum": ""
  4872. },
  4873. "require": {
  4874. "php": ">=7.1",
  4875. "symfony/polyfill-intl-normalizer": "^1.10",
  4876. "symfony/polyfill-php72": "^1.10"
  4877. },
  4878. "suggest": {
  4879. "ext-intl": "For best performance"
  4880. },
  4881. "type": "library",
  4882. "extra": {
  4883. "branch-alias": {
  4884. "dev-main": "1.28-dev"
  4885. },
  4886. "thanks": {
  4887. "name": "symfony/polyfill",
  4888. "url": "https://github.com/symfony/polyfill"
  4889. }
  4890. },
  4891. "autoload": {
  4892. "files": [
  4893. "bootstrap.php"
  4894. ],
  4895. "psr-4": {
  4896. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  4897. }
  4898. },
  4899. "notification-url": "https://packagist.org/downloads/",
  4900. "license": [
  4901. "MIT"
  4902. ],
  4903. "authors": [
  4904. {
  4905. "name": "Laurent Bassin",
  4906. "email": "laurent@bassin.info"
  4907. },
  4908. {
  4909. "name": "Trevor Rowbotham",
  4910. "email": "trevor.rowbotham@pm.me"
  4911. },
  4912. {
  4913. "name": "Symfony Community",
  4914. "homepage": "https://symfony.com/contributors"
  4915. }
  4916. ],
  4917. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  4918. "homepage": "https://symfony.com",
  4919. "keywords": [
  4920. "compatibility",
  4921. "idn",
  4922. "intl",
  4923. "polyfill",
  4924. "portable",
  4925. "shim"
  4926. ],
  4927. "support": {
  4928. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0"
  4929. },
  4930. "funding": [
  4931. {
  4932. "url": "https://symfony.com/sponsor",
  4933. "type": "custom"
  4934. },
  4935. {
  4936. "url": "https://github.com/fabpot",
  4937. "type": "github"
  4938. },
  4939. {
  4940. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4941. "type": "tidelift"
  4942. }
  4943. ],
  4944. "time": "2023-01-26T09:30:37+00:00"
  4945. },
  4946. {
  4947. "name": "symfony/polyfill-intl-normalizer",
  4948. "version": "v1.28.0",
  4949. "source": {
  4950. "type": "git",
  4951. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  4952. "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
  4953. },
  4954. "dist": {
  4955. "type": "zip",
  4956. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
  4957. "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
  4958. "shasum": ""
  4959. },
  4960. "require": {
  4961. "php": ">=7.1"
  4962. },
  4963. "suggest": {
  4964. "ext-intl": "For best performance"
  4965. },
  4966. "type": "library",
  4967. "extra": {
  4968. "branch-alias": {
  4969. "dev-main": "1.28-dev"
  4970. },
  4971. "thanks": {
  4972. "name": "symfony/polyfill",
  4973. "url": "https://github.com/symfony/polyfill"
  4974. }
  4975. },
  4976. "autoload": {
  4977. "files": [
  4978. "bootstrap.php"
  4979. ],
  4980. "psr-4": {
  4981. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  4982. },
  4983. "classmap": [
  4984. "Resources/stubs"
  4985. ]
  4986. },
  4987. "notification-url": "https://packagist.org/downloads/",
  4988. "license": [
  4989. "MIT"
  4990. ],
  4991. "authors": [
  4992. {
  4993. "name": "Nicolas Grekas",
  4994. "email": "p@tchwork.com"
  4995. },
  4996. {
  4997. "name": "Symfony Community",
  4998. "homepage": "https://symfony.com/contributors"
  4999. }
  5000. ],
  5001. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  5002. "homepage": "https://symfony.com",
  5003. "keywords": [
  5004. "compatibility",
  5005. "intl",
  5006. "normalizer",
  5007. "polyfill",
  5008. "portable",
  5009. "shim"
  5010. ],
  5011. "support": {
  5012. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
  5013. },
  5014. "funding": [
  5015. {
  5016. "url": "https://symfony.com/sponsor",
  5017. "type": "custom"
  5018. },
  5019. {
  5020. "url": "https://github.com/fabpot",
  5021. "type": "github"
  5022. },
  5023. {
  5024. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5025. "type": "tidelift"
  5026. }
  5027. ],
  5028. "time": "2023-01-26T09:26:14+00:00"
  5029. },
  5030. {
  5031. "name": "symfony/polyfill-mbstring",
  5032. "version": "v1.28.0",
  5033. "source": {
  5034. "type": "git",
  5035. "url": "https://github.com/symfony/polyfill-mbstring.git",
  5036. "reference": "42292d99c55abe617799667f454222c54c60e229"
  5037. },
  5038. "dist": {
  5039. "type": "zip",
  5040. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
  5041. "reference": "42292d99c55abe617799667f454222c54c60e229",
  5042. "shasum": ""
  5043. },
  5044. "require": {
  5045. "php": ">=7.1"
  5046. },
  5047. "provide": {
  5048. "ext-mbstring": "*"
  5049. },
  5050. "suggest": {
  5051. "ext-mbstring": "For best performance"
  5052. },
  5053. "type": "library",
  5054. "extra": {
  5055. "branch-alias": {
  5056. "dev-main": "1.28-dev"
  5057. },
  5058. "thanks": {
  5059. "name": "symfony/polyfill",
  5060. "url": "https://github.com/symfony/polyfill"
  5061. }
  5062. },
  5063. "autoload": {
  5064. "files": [
  5065. "bootstrap.php"
  5066. ],
  5067. "psr-4": {
  5068. "Symfony\\Polyfill\\Mbstring\\": ""
  5069. }
  5070. },
  5071. "notification-url": "https://packagist.org/downloads/",
  5072. "license": [
  5073. "MIT"
  5074. ],
  5075. "authors": [
  5076. {
  5077. "name": "Nicolas Grekas",
  5078. "email": "p@tchwork.com"
  5079. },
  5080. {
  5081. "name": "Symfony Community",
  5082. "homepage": "https://symfony.com/contributors"
  5083. }
  5084. ],
  5085. "description": "Symfony polyfill for the Mbstring extension",
  5086. "homepage": "https://symfony.com",
  5087. "keywords": [
  5088. "compatibility",
  5089. "mbstring",
  5090. "polyfill",
  5091. "portable",
  5092. "shim"
  5093. ],
  5094. "support": {
  5095. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
  5096. },
  5097. "funding": [
  5098. {
  5099. "url": "https://symfony.com/sponsor",
  5100. "type": "custom"
  5101. },
  5102. {
  5103. "url": "https://github.com/fabpot",
  5104. "type": "github"
  5105. },
  5106. {
  5107. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5108. "type": "tidelift"
  5109. }
  5110. ],
  5111. "time": "2023-07-28T09:04:16+00:00"
  5112. },
  5113. {
  5114. "name": "symfony/polyfill-php83",
  5115. "version": "v1.28.0",
  5116. "source": {
  5117. "type": "git",
  5118. "url": "https://github.com/symfony/polyfill-php83.git",
  5119. "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11"
  5120. },
  5121. "dist": {
  5122. "type": "zip",
  5123. "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
  5124. "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
  5125. "shasum": ""
  5126. },
  5127. "require": {
  5128. "php": ">=7.1",
  5129. "symfony/polyfill-php80": "^1.14"
  5130. },
  5131. "type": "library",
  5132. "extra": {
  5133. "branch-alias": {
  5134. "dev-main": "1.28-dev"
  5135. },
  5136. "thanks": {
  5137. "name": "symfony/polyfill",
  5138. "url": "https://github.com/symfony/polyfill"
  5139. }
  5140. },
  5141. "autoload": {
  5142. "files": [
  5143. "bootstrap.php"
  5144. ],
  5145. "psr-4": {
  5146. "Symfony\\Polyfill\\Php83\\": ""
  5147. },
  5148. "classmap": [
  5149. "Resources/stubs"
  5150. ]
  5151. },
  5152. "notification-url": "https://packagist.org/downloads/",
  5153. "license": [
  5154. "MIT"
  5155. ],
  5156. "authors": [
  5157. {
  5158. "name": "Nicolas Grekas",
  5159. "email": "p@tchwork.com"
  5160. },
  5161. {
  5162. "name": "Symfony Community",
  5163. "homepage": "https://symfony.com/contributors"
  5164. }
  5165. ],
  5166. "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
  5167. "homepage": "https://symfony.com",
  5168. "keywords": [
  5169. "compatibility",
  5170. "polyfill",
  5171. "portable",
  5172. "shim"
  5173. ],
  5174. "support": {
  5175. "source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0"
  5176. },
  5177. "funding": [
  5178. {
  5179. "url": "https://symfony.com/sponsor",
  5180. "type": "custom"
  5181. },
  5182. {
  5183. "url": "https://github.com/fabpot",
  5184. "type": "github"
  5185. },
  5186. {
  5187. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5188. "type": "tidelift"
  5189. }
  5190. ],
  5191. "time": "2023-08-16T06:22:46+00:00"
  5192. },
  5193. {
  5194. "name": "symfony/process",
  5195. "version": "v6.3.4",
  5196. "source": {
  5197. "type": "git",
  5198. "url": "https://github.com/symfony/process.git",
  5199. "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54"
  5200. },
  5201. "dist": {
  5202. "type": "zip",
  5203. "url": "https://api.github.com/repos/symfony/process/zipball/0b5c29118f2e980d455d2e34a5659f4579847c54",
  5204. "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54",
  5205. "shasum": ""
  5206. },
  5207. "require": {
  5208. "php": ">=8.1"
  5209. },
  5210. "type": "library",
  5211. "autoload": {
  5212. "psr-4": {
  5213. "Symfony\\Component\\Process\\": ""
  5214. },
  5215. "exclude-from-classmap": [
  5216. "/Tests/"
  5217. ]
  5218. },
  5219. "notification-url": "https://packagist.org/downloads/",
  5220. "license": [
  5221. "MIT"
  5222. ],
  5223. "authors": [
  5224. {
  5225. "name": "Fabien Potencier",
  5226. "email": "fabien@symfony.com"
  5227. },
  5228. {
  5229. "name": "Symfony Community",
  5230. "homepage": "https://symfony.com/contributors"
  5231. }
  5232. ],
  5233. "description": "Executes commands in sub-processes",
  5234. "homepage": "https://symfony.com",
  5235. "support": {
  5236. "source": "https://github.com/symfony/process/tree/v6.3.4"
  5237. },
  5238. "funding": [
  5239. {
  5240. "url": "https://symfony.com/sponsor",
  5241. "type": "custom"
  5242. },
  5243. {
  5244. "url": "https://github.com/fabpot",
  5245. "type": "github"
  5246. },
  5247. {
  5248. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5249. "type": "tidelift"
  5250. }
  5251. ],
  5252. "time": "2023-08-07T10:39:22+00:00"
  5253. },
  5254. {
  5255. "name": "symfony/property-access",
  5256. "version": "v6.3.2",
  5257. "source": {
  5258. "type": "git",
  5259. "url": "https://github.com/symfony/property-access.git",
  5260. "reference": "2dc4f9da444b8f8ff592e95d570caad67924f1d0"
  5261. },
  5262. "dist": {
  5263. "type": "zip",
  5264. "url": "https://api.github.com/repos/symfony/property-access/zipball/2dc4f9da444b8f8ff592e95d570caad67924f1d0",
  5265. "reference": "2dc4f9da444b8f8ff592e95d570caad67924f1d0",
  5266. "shasum": ""
  5267. },
  5268. "require": {
  5269. "php": ">=8.1",
  5270. "symfony/deprecation-contracts": "^2.5|^3",
  5271. "symfony/property-info": "^5.4|^6.0"
  5272. },
  5273. "require-dev": {
  5274. "symfony/cache": "^5.4|^6.0"
  5275. },
  5276. "type": "library",
  5277. "autoload": {
  5278. "psr-4": {
  5279. "Symfony\\Component\\PropertyAccess\\": ""
  5280. },
  5281. "exclude-from-classmap": [
  5282. "/Tests/"
  5283. ]
  5284. },
  5285. "notification-url": "https://packagist.org/downloads/",
  5286. "license": [
  5287. "MIT"
  5288. ],
  5289. "authors": [
  5290. {
  5291. "name": "Fabien Potencier",
  5292. "email": "fabien@symfony.com"
  5293. },
  5294. {
  5295. "name": "Symfony Community",
  5296. "homepage": "https://symfony.com/contributors"
  5297. }
  5298. ],
  5299. "description": "Provides functions to read and write from/to an object or array using a simple string notation",
  5300. "homepage": "https://symfony.com",
  5301. "keywords": [
  5302. "access",
  5303. "array",
  5304. "extraction",
  5305. "index",
  5306. "injection",
  5307. "object",
  5308. "property",
  5309. "property-path",
  5310. "reflection"
  5311. ],
  5312. "support": {
  5313. "source": "https://github.com/symfony/property-access/tree/v6.3.2"
  5314. },
  5315. "funding": [
  5316. {
  5317. "url": "https://symfony.com/sponsor",
  5318. "type": "custom"
  5319. },
  5320. {
  5321. "url": "https://github.com/fabpot",
  5322. "type": "github"
  5323. },
  5324. {
  5325. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5326. "type": "tidelift"
  5327. }
  5328. ],
  5329. "time": "2023-07-13T15:26:11+00:00"
  5330. },
  5331. {
  5332. "name": "symfony/property-info",
  5333. "version": "v6.3.0",
  5334. "source": {
  5335. "type": "git",
  5336. "url": "https://github.com/symfony/property-info.git",
  5337. "reference": "7f3a03716112269741fe2a809f8f791a371d1fcd"
  5338. },
  5339. "dist": {
  5340. "type": "zip",
  5341. "url": "https://api.github.com/repos/symfony/property-info/zipball/7f3a03716112269741fe2a809f8f791a371d1fcd",
  5342. "reference": "7f3a03716112269741fe2a809f8f791a371d1fcd",
  5343. "shasum": ""
  5344. },
  5345. "require": {
  5346. "php": ">=8.1",
  5347. "symfony/string": "^5.4|^6.0"
  5348. },
  5349. "conflict": {
  5350. "phpdocumentor/reflection-docblock": "<5.2",
  5351. "phpdocumentor/type-resolver": "<1.5.1",
  5352. "symfony/dependency-injection": "<5.4"
  5353. },
  5354. "require-dev": {
  5355. "doctrine/annotations": "^1.10.4|^2",
  5356. "phpdocumentor/reflection-docblock": "^5.2",
  5357. "phpstan/phpdoc-parser": "^1.0",
  5358. "symfony/cache": "^5.4|^6.0",
  5359. "symfony/dependency-injection": "^5.4|^6.0",
  5360. "symfony/serializer": "^5.4|^6.0"
  5361. },
  5362. "type": "library",
  5363. "autoload": {
  5364. "psr-4": {
  5365. "Symfony\\Component\\PropertyInfo\\": ""
  5366. },
  5367. "exclude-from-classmap": [
  5368. "/Tests/"
  5369. ]
  5370. },
  5371. "notification-url": "https://packagist.org/downloads/",
  5372. "license": [
  5373. "MIT"
  5374. ],
  5375. "authors": [
  5376. {
  5377. "name": "Kévin Dunglas",
  5378. "email": "dunglas@gmail.com"
  5379. },
  5380. {
  5381. "name": "Symfony Community",
  5382. "homepage": "https://symfony.com/contributors"
  5383. }
  5384. ],
  5385. "description": "Extracts information about PHP class' properties using metadata of popular sources",
  5386. "homepage": "https://symfony.com",
  5387. "keywords": [
  5388. "doctrine",
  5389. "phpdoc",
  5390. "property",
  5391. "symfony",
  5392. "type",
  5393. "validator"
  5394. ],
  5395. "support": {
  5396. "source": "https://github.com/symfony/property-info/tree/v6.3.0"
  5397. },
  5398. "funding": [
  5399. {
  5400. "url": "https://symfony.com/sponsor",
  5401. "type": "custom"
  5402. },
  5403. {
  5404. "url": "https://github.com/fabpot",
  5405. "type": "github"
  5406. },
  5407. {
  5408. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5409. "type": "tidelift"
  5410. }
  5411. ],
  5412. "time": "2023-05-19T08:06:44+00:00"
  5413. },
  5414. {
  5415. "name": "symfony/routing",
  5416. "version": "v6.3.5",
  5417. "source": {
  5418. "type": "git",
  5419. "url": "https://github.com/symfony/routing.git",
  5420. "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31"
  5421. },
  5422. "dist": {
  5423. "type": "zip",
  5424. "url": "https://api.github.com/repos/symfony/routing/zipball/82616e59acd3e3d9c916bba798326cb7796d7d31",
  5425. "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31",
  5426. "shasum": ""
  5427. },
  5428. "require": {
  5429. "php": ">=8.1",
  5430. "symfony/deprecation-contracts": "^2.5|^3"
  5431. },
  5432. "conflict": {
  5433. "doctrine/annotations": "<1.12",
  5434. "symfony/config": "<6.2",
  5435. "symfony/dependency-injection": "<5.4",
  5436. "symfony/yaml": "<5.4"
  5437. },
  5438. "require-dev": {
  5439. "doctrine/annotations": "^1.12|^2",
  5440. "psr/log": "^1|^2|^3",
  5441. "symfony/config": "^6.2",
  5442. "symfony/dependency-injection": "^5.4|^6.0",
  5443. "symfony/expression-language": "^5.4|^6.0",
  5444. "symfony/http-foundation": "^5.4|^6.0",
  5445. "symfony/yaml": "^5.4|^6.0"
  5446. },
  5447. "type": "library",
  5448. "autoload": {
  5449. "psr-4": {
  5450. "Symfony\\Component\\Routing\\": ""
  5451. },
  5452. "exclude-from-classmap": [
  5453. "/Tests/"
  5454. ]
  5455. },
  5456. "notification-url": "https://packagist.org/downloads/",
  5457. "license": [
  5458. "MIT"
  5459. ],
  5460. "authors": [
  5461. {
  5462. "name": "Fabien Potencier",
  5463. "email": "fabien@symfony.com"
  5464. },
  5465. {
  5466. "name": "Symfony Community",
  5467. "homepage": "https://symfony.com/contributors"
  5468. }
  5469. ],
  5470. "description": "Maps an HTTP request to a set of configuration variables",
  5471. "homepage": "https://symfony.com",
  5472. "keywords": [
  5473. "router",
  5474. "routing",
  5475. "uri",
  5476. "url"
  5477. ],
  5478. "support": {
  5479. "source": "https://github.com/symfony/routing/tree/v6.3.5"
  5480. },
  5481. "funding": [
  5482. {
  5483. "url": "https://symfony.com/sponsor",
  5484. "type": "custom"
  5485. },
  5486. {
  5487. "url": "https://github.com/fabpot",
  5488. "type": "github"
  5489. },
  5490. {
  5491. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5492. "type": "tidelift"
  5493. }
  5494. ],
  5495. "time": "2023-09-20T16:05:51+00:00"
  5496. },
  5497. {
  5498. "name": "symfony/runtime",
  5499. "version": "v6.3.2",
  5500. "source": {
  5501. "type": "git",
  5502. "url": "https://github.com/symfony/runtime.git",
  5503. "reference": "d5c09493647a0c1a16e6c8da308098e840d1164f"
  5504. },
  5505. "dist": {
  5506. "type": "zip",
  5507. "url": "https://api.github.com/repos/symfony/runtime/zipball/d5c09493647a0c1a16e6c8da308098e840d1164f",
  5508. "reference": "d5c09493647a0c1a16e6c8da308098e840d1164f",
  5509. "shasum": ""
  5510. },
  5511. "require": {
  5512. "composer-plugin-api": "^1.0|^2.0",
  5513. "php": ">=8.1"
  5514. },
  5515. "conflict": {
  5516. "symfony/dotenv": "<5.4"
  5517. },
  5518. "require-dev": {
  5519. "composer/composer": "^1.0.2|^2.0",
  5520. "symfony/console": "^5.4.9|^6.0.9",
  5521. "symfony/dotenv": "^5.4|^6.0",
  5522. "symfony/http-foundation": "^5.4|^6.0",
  5523. "symfony/http-kernel": "^5.4|^6.0"
  5524. },
  5525. "type": "composer-plugin",
  5526. "extra": {
  5527. "class": "Symfony\\Component\\Runtime\\Internal\\ComposerPlugin"
  5528. },
  5529. "autoload": {
  5530. "psr-4": {
  5531. "Symfony\\Component\\Runtime\\": "",
  5532. "Symfony\\Runtime\\Symfony\\Component\\": "Internal/"
  5533. },
  5534. "exclude-from-classmap": [
  5535. "/Tests/"
  5536. ]
  5537. },
  5538. "notification-url": "https://packagist.org/downloads/",
  5539. "license": [
  5540. "MIT"
  5541. ],
  5542. "authors": [
  5543. {
  5544. "name": "Nicolas Grekas",
  5545. "email": "p@tchwork.com"
  5546. },
  5547. {
  5548. "name": "Symfony Community",
  5549. "homepage": "https://symfony.com/contributors"
  5550. }
  5551. ],
  5552. "description": "Enables decoupling PHP applications from global state",
  5553. "homepage": "https://symfony.com",
  5554. "keywords": [
  5555. "runtime"
  5556. ],
  5557. "support": {
  5558. "source": "https://github.com/symfony/runtime/tree/v6.3.2"
  5559. },
  5560. "funding": [
  5561. {
  5562. "url": "https://symfony.com/sponsor",
  5563. "type": "custom"
  5564. },
  5565. {
  5566. "url": "https://github.com/fabpot",
  5567. "type": "github"
  5568. },
  5569. {
  5570. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5571. "type": "tidelift"
  5572. }
  5573. ],
  5574. "time": "2023-07-16T17:05:46+00:00"
  5575. },
  5576. {
  5577. "name": "symfony/security-bundle",
  5578. "version": "v6.3.5",
  5579. "source": {
  5580. "type": "git",
  5581. "url": "https://github.com/symfony/security-bundle.git",
  5582. "reference": "2df460eacceb11b9287cfafddda4d27023dd9001"
  5583. },
  5584. "dist": {
  5585. "type": "zip",
  5586. "url": "https://api.github.com/repos/symfony/security-bundle/zipball/2df460eacceb11b9287cfafddda4d27023dd9001",
  5587. "reference": "2df460eacceb11b9287cfafddda4d27023dd9001",
  5588. "shasum": ""
  5589. },
  5590. "require": {
  5591. "composer-runtime-api": ">=2.1",
  5592. "ext-xml": "*",
  5593. "php": ">=8.1",
  5594. "symfony/clock": "^6.3",
  5595. "symfony/config": "^6.1",
  5596. "symfony/dependency-injection": "^6.2",
  5597. "symfony/deprecation-contracts": "^2.5|^3",
  5598. "symfony/event-dispatcher": "^5.4|^6.0",
  5599. "symfony/http-foundation": "^6.2",
  5600. "symfony/http-kernel": "^6.2",
  5601. "symfony/password-hasher": "^5.4|^6.0",
  5602. "symfony/security-core": "^6.2",
  5603. "symfony/security-csrf": "^5.4|^6.0",
  5604. "symfony/security-http": "^6.3.4"
  5605. },
  5606. "conflict": {
  5607. "symfony/browser-kit": "<5.4",
  5608. "symfony/console": "<5.4",
  5609. "symfony/framework-bundle": "<6.3",
  5610. "symfony/http-client": "<5.4",
  5611. "symfony/ldap": "<5.4",
  5612. "symfony/twig-bundle": "<5.4"
  5613. },
  5614. "require-dev": {
  5615. "doctrine/annotations": "^1.10.4|^2",
  5616. "symfony/asset": "^5.4|^6.0",
  5617. "symfony/browser-kit": "^5.4|^6.0",
  5618. "symfony/console": "^5.4|^6.0",
  5619. "symfony/css-selector": "^5.4|^6.0",
  5620. "symfony/dom-crawler": "^5.4|^6.0",
  5621. "symfony/expression-language": "^5.4|^6.0",
  5622. "symfony/form": "^5.4|^6.0",
  5623. "symfony/framework-bundle": "^6.3",
  5624. "symfony/http-client": "^5.4|^6.0",
  5625. "symfony/ldap": "^5.4|^6.0",
  5626. "symfony/process": "^5.4|^6.0",
  5627. "symfony/rate-limiter": "^5.4|^6.0",
  5628. "symfony/serializer": "^5.4|^6.0",
  5629. "symfony/translation": "^5.4|^6.0",
  5630. "symfony/twig-bridge": "^5.4|^6.0",
  5631. "symfony/twig-bundle": "^5.4|^6.0",
  5632. "symfony/validator": "^5.4|^6.0",
  5633. "symfony/yaml": "^5.4|^6.0",
  5634. "twig/twig": "^2.13|^3.0.4",
  5635. "web-token/jwt-checker": "^3.1",
  5636. "web-token/jwt-signature-algorithm-ecdsa": "^3.1",
  5637. "web-token/jwt-signature-algorithm-eddsa": "^3.1",
  5638. "web-token/jwt-signature-algorithm-hmac": "^3.1",
  5639. "web-token/jwt-signature-algorithm-none": "^3.1",
  5640. "web-token/jwt-signature-algorithm-rsa": "^3.1"
  5641. },
  5642. "type": "symfony-bundle",
  5643. "autoload": {
  5644. "psr-4": {
  5645. "Symfony\\Bundle\\SecurityBundle\\": ""
  5646. },
  5647. "exclude-from-classmap": [
  5648. "/Tests/"
  5649. ]
  5650. },
  5651. "notification-url": "https://packagist.org/downloads/",
  5652. "license": [
  5653. "MIT"
  5654. ],
  5655. "authors": [
  5656. {
  5657. "name": "Fabien Potencier",
  5658. "email": "fabien@symfony.com"
  5659. },
  5660. {
  5661. "name": "Symfony Community",
  5662. "homepage": "https://symfony.com/contributors"
  5663. }
  5664. ],
  5665. "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
  5666. "homepage": "https://symfony.com",
  5667. "support": {
  5668. "source": "https://github.com/symfony/security-bundle/tree/v6.3.5"
  5669. },
  5670. "funding": [
  5671. {
  5672. "url": "https://symfony.com/sponsor",
  5673. "type": "custom"
  5674. },
  5675. {
  5676. "url": "https://github.com/fabpot",
  5677. "type": "github"
  5678. },
  5679. {
  5680. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5681. "type": "tidelift"
  5682. }
  5683. ],
  5684. "time": "2023-09-25T17:05:55+00:00"
  5685. },
  5686. {
  5687. "name": "symfony/security-core",
  5688. "version": "v6.3.5",
  5689. "source": {
  5690. "type": "git",
  5691. "url": "https://github.com/symfony/security-core.git",
  5692. "reference": "ec8f24dc1195f46483510892271d01a5202bba70"
  5693. },
  5694. "dist": {
  5695. "type": "zip",
  5696. "url": "https://api.github.com/repos/symfony/security-core/zipball/ec8f24dc1195f46483510892271d01a5202bba70",
  5697. "reference": "ec8f24dc1195f46483510892271d01a5202bba70",
  5698. "shasum": ""
  5699. },
  5700. "require": {
  5701. "php": ">=8.1",
  5702. "symfony/deprecation-contracts": "^2.5|^3",
  5703. "symfony/event-dispatcher-contracts": "^2.5|^3",
  5704. "symfony/password-hasher": "^5.4|^6.0",
  5705. "symfony/service-contracts": "^2.5|^3"
  5706. },
  5707. "conflict": {
  5708. "symfony/event-dispatcher": "<5.4",
  5709. "symfony/http-foundation": "<5.4",
  5710. "symfony/ldap": "<5.4",
  5711. "symfony/security-guard": "<5.4",
  5712. "symfony/validator": "<5.4"
  5713. },
  5714. "require-dev": {
  5715. "psr/cache": "^1.0|^2.0|^3.0",
  5716. "psr/container": "^1.1|^2.0",
  5717. "psr/log": "^1|^2|^3",
  5718. "symfony/cache": "^5.4|^6.0",
  5719. "symfony/event-dispatcher": "^5.4|^6.0",
  5720. "symfony/expression-language": "^5.4|^6.0",
  5721. "symfony/http-foundation": "^5.4|^6.0",
  5722. "symfony/ldap": "^5.4|^6.0",
  5723. "symfony/string": "^5.4|^6.0",
  5724. "symfony/translation": "^5.4|^6.0",
  5725. "symfony/validator": "^5.4|^6.0"
  5726. },
  5727. "type": "library",
  5728. "autoload": {
  5729. "psr-4": {
  5730. "Symfony\\Component\\Security\\Core\\": ""
  5731. },
  5732. "exclude-from-classmap": [
  5733. "/Tests/"
  5734. ]
  5735. },
  5736. "notification-url": "https://packagist.org/downloads/",
  5737. "license": [
  5738. "MIT"
  5739. ],
  5740. "authors": [
  5741. {
  5742. "name": "Fabien Potencier",
  5743. "email": "fabien@symfony.com"
  5744. },
  5745. {
  5746. "name": "Symfony Community",
  5747. "homepage": "https://symfony.com/contributors"
  5748. }
  5749. ],
  5750. "description": "Symfony Security Component - Core Library",
  5751. "homepage": "https://symfony.com",
  5752. "support": {
  5753. "source": "https://github.com/symfony/security-core/tree/v6.3.5"
  5754. },
  5755. "funding": [
  5756. {
  5757. "url": "https://symfony.com/sponsor",
  5758. "type": "custom"
  5759. },
  5760. {
  5761. "url": "https://github.com/fabpot",
  5762. "type": "github"
  5763. },
  5764. {
  5765. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5766. "type": "tidelift"
  5767. }
  5768. ],
  5769. "time": "2023-09-10T17:47:23+00:00"
  5770. },
  5771. {
  5772. "name": "symfony/security-csrf",
  5773. "version": "v6.3.2",
  5774. "source": {
  5775. "type": "git",
  5776. "url": "https://github.com/symfony/security-csrf.git",
  5777. "reference": "63d7b098c448cbddb46ea5eda33b68c1ece6eb5b"
  5778. },
  5779. "dist": {
  5780. "type": "zip",
  5781. "url": "https://api.github.com/repos/symfony/security-csrf/zipball/63d7b098c448cbddb46ea5eda33b68c1ece6eb5b",
  5782. "reference": "63d7b098c448cbddb46ea5eda33b68c1ece6eb5b",
  5783. "shasum": ""
  5784. },
  5785. "require": {
  5786. "php": ">=8.1",
  5787. "symfony/security-core": "^5.4|^6.0"
  5788. },
  5789. "conflict": {
  5790. "symfony/http-foundation": "<5.4"
  5791. },
  5792. "require-dev": {
  5793. "symfony/http-foundation": "^5.4|^6.0"
  5794. },
  5795. "type": "library",
  5796. "autoload": {
  5797. "psr-4": {
  5798. "Symfony\\Component\\Security\\Csrf\\": ""
  5799. },
  5800. "exclude-from-classmap": [
  5801. "/Tests/"
  5802. ]
  5803. },
  5804. "notification-url": "https://packagist.org/downloads/",
  5805. "license": [
  5806. "MIT"
  5807. ],
  5808. "authors": [
  5809. {
  5810. "name": "Fabien Potencier",
  5811. "email": "fabien@symfony.com"
  5812. },
  5813. {
  5814. "name": "Symfony Community",
  5815. "homepage": "https://symfony.com/contributors"
  5816. }
  5817. ],
  5818. "description": "Symfony Security Component - CSRF Library",
  5819. "homepage": "https://symfony.com",
  5820. "support": {
  5821. "source": "https://github.com/symfony/security-csrf/tree/v6.3.2"
  5822. },
  5823. "funding": [
  5824. {
  5825. "url": "https://symfony.com/sponsor",
  5826. "type": "custom"
  5827. },
  5828. {
  5829. "url": "https://github.com/fabpot",
  5830. "type": "github"
  5831. },
  5832. {
  5833. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5834. "type": "tidelift"
  5835. }
  5836. ],
  5837. "time": "2023-07-05T08:41:27+00:00"
  5838. },
  5839. {
  5840. "name": "symfony/security-http",
  5841. "version": "v6.3.5",
  5842. "source": {
  5843. "type": "git",
  5844. "url": "https://github.com/symfony/security-http.git",
  5845. "reference": "47058ea557a4c64ba86e9249651222842bd52e2a"
  5846. },
  5847. "dist": {
  5848. "type": "zip",
  5849. "url": "https://api.github.com/repos/symfony/security-http/zipball/47058ea557a4c64ba86e9249651222842bd52e2a",
  5850. "reference": "47058ea557a4c64ba86e9249651222842bd52e2a",
  5851. "shasum": ""
  5852. },
  5853. "require": {
  5854. "php": ">=8.1",
  5855. "symfony/deprecation-contracts": "^2.5|^3",
  5856. "symfony/http-foundation": "^5.4|^6.0",
  5857. "symfony/http-kernel": "^6.3",
  5858. "symfony/polyfill-mbstring": "~1.0",
  5859. "symfony/property-access": "^5.4|^6.0",
  5860. "symfony/security-core": "^6.3"
  5861. },
  5862. "conflict": {
  5863. "symfony/clock": "<6.3",
  5864. "symfony/event-dispatcher": "<5.4.9|>=6,<6.0.9",
  5865. "symfony/http-client-contracts": "<3.0",
  5866. "symfony/security-bundle": "<5.4",
  5867. "symfony/security-csrf": "<5.4"
  5868. },
  5869. "require-dev": {
  5870. "psr/log": "^1|^2|^3",
  5871. "symfony/cache": "^5.4|^6.0",
  5872. "symfony/clock": "^6.3",
  5873. "symfony/expression-language": "^5.4|^6.0",
  5874. "symfony/http-client-contracts": "^3.0",
  5875. "symfony/rate-limiter": "^5.4|^6.0",
  5876. "symfony/routing": "^5.4|^6.0",
  5877. "symfony/security-csrf": "^5.4|^6.0",
  5878. "symfony/translation": "^5.4|^6.0",
  5879. "web-token/jwt-checker": "^3.1",
  5880. "web-token/jwt-signature-algorithm-ecdsa": "^3.1"
  5881. },
  5882. "type": "library",
  5883. "autoload": {
  5884. "psr-4": {
  5885. "Symfony\\Component\\Security\\Http\\": ""
  5886. },
  5887. "exclude-from-classmap": [
  5888. "/Tests/"
  5889. ]
  5890. },
  5891. "notification-url": "https://packagist.org/downloads/",
  5892. "license": [
  5893. "MIT"
  5894. ],
  5895. "authors": [
  5896. {
  5897. "name": "Fabien Potencier",
  5898. "email": "fabien@symfony.com"
  5899. },
  5900. {
  5901. "name": "Symfony Community",
  5902. "homepage": "https://symfony.com/contributors"
  5903. }
  5904. ],
  5905. "description": "Symfony Security Component - HTTP Integration",
  5906. "homepage": "https://symfony.com",
  5907. "support": {
  5908. "source": "https://github.com/symfony/security-http/tree/v6.3.5"
  5909. },
  5910. "funding": [
  5911. {
  5912. "url": "https://symfony.com/sponsor",
  5913. "type": "custom"
  5914. },
  5915. {
  5916. "url": "https://github.com/fabpot",
  5917. "type": "github"
  5918. },
  5919. {
  5920. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5921. "type": "tidelift"
  5922. }
  5923. ],
  5924. "time": "2023-08-30T06:30:46+00:00"
  5925. },
  5926. {
  5927. "name": "symfony/serializer",
  5928. "version": "v6.3.5",
  5929. "source": {
  5930. "type": "git",
  5931. "url": "https://github.com/symfony/serializer.git",
  5932. "reference": "855fc058c8bdbb69f53834f2fdb3876c9bc0ab7c"
  5933. },
  5934. "dist": {
  5935. "type": "zip",
  5936. "url": "https://api.github.com/repos/symfony/serializer/zipball/855fc058c8bdbb69f53834f2fdb3876c9bc0ab7c",
  5937. "reference": "855fc058c8bdbb69f53834f2fdb3876c9bc0ab7c",
  5938. "shasum": ""
  5939. },
  5940. "require": {
  5941. "php": ">=8.1",
  5942. "symfony/deprecation-contracts": "^2.5|^3",
  5943. "symfony/polyfill-ctype": "~1.8"
  5944. },
  5945. "conflict": {
  5946. "doctrine/annotations": "<1.12",
  5947. "phpdocumentor/reflection-docblock": "<3.2.2",
  5948. "phpdocumentor/type-resolver": "<1.4.0",
  5949. "symfony/dependency-injection": "<5.4",
  5950. "symfony/property-access": "<5.4",
  5951. "symfony/property-info": "<5.4.24|>=6,<6.2.11",
  5952. "symfony/uid": "<5.4",
  5953. "symfony/yaml": "<5.4"
  5954. },
  5955. "require-dev": {
  5956. "doctrine/annotations": "^1.12|^2",
  5957. "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
  5958. "symfony/cache": "^5.4|^6.0",
  5959. "symfony/config": "^5.4|^6.0",
  5960. "symfony/console": "^5.4|^6.0",
  5961. "symfony/dependency-injection": "^5.4|^6.0",
  5962. "symfony/error-handler": "^5.4|^6.0",
  5963. "symfony/filesystem": "^5.4|^6.0",
  5964. "symfony/form": "^5.4|^6.0",
  5965. "symfony/http-foundation": "^5.4|^6.0",
  5966. "symfony/http-kernel": "^5.4|^6.0",
  5967. "symfony/mime": "^5.4|^6.0",
  5968. "symfony/property-access": "^5.4|^6.0",
  5969. "symfony/property-info": "^5.4.24|^6.2.11",
  5970. "symfony/uid": "^5.4|^6.0",
  5971. "symfony/validator": "^5.4|^6.0",
  5972. "symfony/var-dumper": "^5.4|^6.0",
  5973. "symfony/var-exporter": "^5.4|^6.0",
  5974. "symfony/yaml": "^5.4|^6.0"
  5975. },
  5976. "type": "library",
  5977. "autoload": {
  5978. "psr-4": {
  5979. "Symfony\\Component\\Serializer\\": ""
  5980. },
  5981. "exclude-from-classmap": [
  5982. "/Tests/"
  5983. ]
  5984. },
  5985. "notification-url": "https://packagist.org/downloads/",
  5986. "license": [
  5987. "MIT"
  5988. ],
  5989. "authors": [
  5990. {
  5991. "name": "Fabien Potencier",
  5992. "email": "fabien@symfony.com"
  5993. },
  5994. {
  5995. "name": "Symfony Community",
  5996. "homepage": "https://symfony.com/contributors"
  5997. }
  5998. ],
  5999. "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
  6000. "homepage": "https://symfony.com",
  6001. "support": {
  6002. "source": "https://github.com/symfony/serializer/tree/v6.3.5"
  6003. },
  6004. "funding": [
  6005. {
  6006. "url": "https://symfony.com/sponsor",
  6007. "type": "custom"
  6008. },
  6009. {
  6010. "url": "https://github.com/fabpot",
  6011. "type": "github"
  6012. },
  6013. {
  6014. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6015. "type": "tidelift"
  6016. }
  6017. ],
  6018. "time": "2023-09-29T16:18:53+00:00"
  6019. },
  6020. {
  6021. "name": "symfony/service-contracts",
  6022. "version": "v3.3.0",
  6023. "source": {
  6024. "type": "git",
  6025. "url": "https://github.com/symfony/service-contracts.git",
  6026. "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4"
  6027. },
  6028. "dist": {
  6029. "type": "zip",
  6030. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
  6031. "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
  6032. "shasum": ""
  6033. },
  6034. "require": {
  6035. "php": ">=8.1",
  6036. "psr/container": "^2.0"
  6037. },
  6038. "conflict": {
  6039. "ext-psr": "<1.1|>=2"
  6040. },
  6041. "type": "library",
  6042. "extra": {
  6043. "branch-alias": {
  6044. "dev-main": "3.4-dev"
  6045. },
  6046. "thanks": {
  6047. "name": "symfony/contracts",
  6048. "url": "https://github.com/symfony/contracts"
  6049. }
  6050. },
  6051. "autoload": {
  6052. "psr-4": {
  6053. "Symfony\\Contracts\\Service\\": ""
  6054. },
  6055. "exclude-from-classmap": [
  6056. "/Test/"
  6057. ]
  6058. },
  6059. "notification-url": "https://packagist.org/downloads/",
  6060. "license": [
  6061. "MIT"
  6062. ],
  6063. "authors": [
  6064. {
  6065. "name": "Nicolas Grekas",
  6066. "email": "p@tchwork.com"
  6067. },
  6068. {
  6069. "name": "Symfony Community",
  6070. "homepage": "https://symfony.com/contributors"
  6071. }
  6072. ],
  6073. "description": "Generic abstractions related to writing services",
  6074. "homepage": "https://symfony.com",
  6075. "keywords": [
  6076. "abstractions",
  6077. "contracts",
  6078. "decoupling",
  6079. "interfaces",
  6080. "interoperability",
  6081. "standards"
  6082. ],
  6083. "support": {
  6084. "source": "https://github.com/symfony/service-contracts/tree/v3.3.0"
  6085. },
  6086. "funding": [
  6087. {
  6088. "url": "https://symfony.com/sponsor",
  6089. "type": "custom"
  6090. },
  6091. {
  6092. "url": "https://github.com/fabpot",
  6093. "type": "github"
  6094. },
  6095. {
  6096. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6097. "type": "tidelift"
  6098. }
  6099. ],
  6100. "time": "2023-05-23T14:45:45+00:00"
  6101. },
  6102. {
  6103. "name": "symfony/stopwatch",
  6104. "version": "v6.3.0",
  6105. "source": {
  6106. "type": "git",
  6107. "url": "https://github.com/symfony/stopwatch.git",
  6108. "reference": "fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2"
  6109. },
  6110. "dist": {
  6111. "type": "zip",
  6112. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2",
  6113. "reference": "fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2",
  6114. "shasum": ""
  6115. },
  6116. "require": {
  6117. "php": ">=8.1",
  6118. "symfony/service-contracts": "^2.5|^3"
  6119. },
  6120. "type": "library",
  6121. "autoload": {
  6122. "psr-4": {
  6123. "Symfony\\Component\\Stopwatch\\": ""
  6124. },
  6125. "exclude-from-classmap": [
  6126. "/Tests/"
  6127. ]
  6128. },
  6129. "notification-url": "https://packagist.org/downloads/",
  6130. "license": [
  6131. "MIT"
  6132. ],
  6133. "authors": [
  6134. {
  6135. "name": "Fabien Potencier",
  6136. "email": "fabien@symfony.com"
  6137. },
  6138. {
  6139. "name": "Symfony Community",
  6140. "homepage": "https://symfony.com/contributors"
  6141. }
  6142. ],
  6143. "description": "Provides a way to profile code",
  6144. "homepage": "https://symfony.com",
  6145. "support": {
  6146. "source": "https://github.com/symfony/stopwatch/tree/v6.3.0"
  6147. },
  6148. "funding": [
  6149. {
  6150. "url": "https://symfony.com/sponsor",
  6151. "type": "custom"
  6152. },
  6153. {
  6154. "url": "https://github.com/fabpot",
  6155. "type": "github"
  6156. },
  6157. {
  6158. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6159. "type": "tidelift"
  6160. }
  6161. ],
  6162. "time": "2023-02-16T10:14:28+00:00"
  6163. },
  6164. {
  6165. "name": "symfony/string",
  6166. "version": "v6.3.5",
  6167. "source": {
  6168. "type": "git",
  6169. "url": "https://github.com/symfony/string.git",
  6170. "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339"
  6171. },
  6172. "dist": {
  6173. "type": "zip",
  6174. "url": "https://api.github.com/repos/symfony/string/zipball/13d76d0fb049051ed12a04bef4f9de8715bea339",
  6175. "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339",
  6176. "shasum": ""
  6177. },
  6178. "require": {
  6179. "php": ">=8.1",
  6180. "symfony/polyfill-ctype": "~1.8",
  6181. "symfony/polyfill-intl-grapheme": "~1.0",
  6182. "symfony/polyfill-intl-normalizer": "~1.0",
  6183. "symfony/polyfill-mbstring": "~1.0"
  6184. },
  6185. "conflict": {
  6186. "symfony/translation-contracts": "<2.5"
  6187. },
  6188. "require-dev": {
  6189. "symfony/error-handler": "^5.4|^6.0",
  6190. "symfony/http-client": "^5.4|^6.0",
  6191. "symfony/intl": "^6.2",
  6192. "symfony/translation-contracts": "^2.5|^3.0",
  6193. "symfony/var-exporter": "^5.4|^6.0"
  6194. },
  6195. "type": "library",
  6196. "autoload": {
  6197. "files": [
  6198. "Resources/functions.php"
  6199. ],
  6200. "psr-4": {
  6201. "Symfony\\Component\\String\\": ""
  6202. },
  6203. "exclude-from-classmap": [
  6204. "/Tests/"
  6205. ]
  6206. },
  6207. "notification-url": "https://packagist.org/downloads/",
  6208. "license": [
  6209. "MIT"
  6210. ],
  6211. "authors": [
  6212. {
  6213. "name": "Nicolas Grekas",
  6214. "email": "p@tchwork.com"
  6215. },
  6216. {
  6217. "name": "Symfony Community",
  6218. "homepage": "https://symfony.com/contributors"
  6219. }
  6220. ],
  6221. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  6222. "homepage": "https://symfony.com",
  6223. "keywords": [
  6224. "grapheme",
  6225. "i18n",
  6226. "string",
  6227. "unicode",
  6228. "utf-8",
  6229. "utf8"
  6230. ],
  6231. "support": {
  6232. "source": "https://github.com/symfony/string/tree/v6.3.5"
  6233. },
  6234. "funding": [
  6235. {
  6236. "url": "https://symfony.com/sponsor",
  6237. "type": "custom"
  6238. },
  6239. {
  6240. "url": "https://github.com/fabpot",
  6241. "type": "github"
  6242. },
  6243. {
  6244. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6245. "type": "tidelift"
  6246. }
  6247. ],
  6248. "time": "2023-09-18T10:38:32+00:00"
  6249. },
  6250. {
  6251. "name": "symfony/translation",
  6252. "version": "v6.3.3",
  6253. "source": {
  6254. "type": "git",
  6255. "url": "https://github.com/symfony/translation.git",
  6256. "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd"
  6257. },
  6258. "dist": {
  6259. "type": "zip",
  6260. "url": "https://api.github.com/repos/symfony/translation/zipball/3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
  6261. "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
  6262. "shasum": ""
  6263. },
  6264. "require": {
  6265. "php": ">=8.1",
  6266. "symfony/deprecation-contracts": "^2.5|^3",
  6267. "symfony/polyfill-mbstring": "~1.0",
  6268. "symfony/translation-contracts": "^2.5|^3.0"
  6269. },
  6270. "conflict": {
  6271. "symfony/config": "<5.4",
  6272. "symfony/console": "<5.4",
  6273. "symfony/dependency-injection": "<5.4",
  6274. "symfony/http-client-contracts": "<2.5",
  6275. "symfony/http-kernel": "<5.4",
  6276. "symfony/service-contracts": "<2.5",
  6277. "symfony/twig-bundle": "<5.4",
  6278. "symfony/yaml": "<5.4"
  6279. },
  6280. "provide": {
  6281. "symfony/translation-implementation": "2.3|3.0"
  6282. },
  6283. "require-dev": {
  6284. "nikic/php-parser": "^4.13",
  6285. "psr/log": "^1|^2|^3",
  6286. "symfony/config": "^5.4|^6.0",
  6287. "symfony/console": "^5.4|^6.0",
  6288. "symfony/dependency-injection": "^5.4|^6.0",
  6289. "symfony/finder": "^5.4|^6.0",
  6290. "symfony/http-client-contracts": "^2.5|^3.0",
  6291. "symfony/http-kernel": "^5.4|^6.0",
  6292. "symfony/intl": "^5.4|^6.0",
  6293. "symfony/polyfill-intl-icu": "^1.21",
  6294. "symfony/routing": "^5.4|^6.0",
  6295. "symfony/service-contracts": "^2.5|^3",
  6296. "symfony/yaml": "^5.4|^6.0"
  6297. },
  6298. "type": "library",
  6299. "autoload": {
  6300. "files": [
  6301. "Resources/functions.php"
  6302. ],
  6303. "psr-4": {
  6304. "Symfony\\Component\\Translation\\": ""
  6305. },
  6306. "exclude-from-classmap": [
  6307. "/Tests/"
  6308. ]
  6309. },
  6310. "notification-url": "https://packagist.org/downloads/",
  6311. "license": [
  6312. "MIT"
  6313. ],
  6314. "authors": [
  6315. {
  6316. "name": "Fabien Potencier",
  6317. "email": "fabien@symfony.com"
  6318. },
  6319. {
  6320. "name": "Symfony Community",
  6321. "homepage": "https://symfony.com/contributors"
  6322. }
  6323. ],
  6324. "description": "Provides tools to internationalize your application",
  6325. "homepage": "https://symfony.com",
  6326. "support": {
  6327. "source": "https://github.com/symfony/translation/tree/v6.3.3"
  6328. },
  6329. "funding": [
  6330. {
  6331. "url": "https://symfony.com/sponsor",
  6332. "type": "custom"
  6333. },
  6334. {
  6335. "url": "https://github.com/fabpot",
  6336. "type": "github"
  6337. },
  6338. {
  6339. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6340. "type": "tidelift"
  6341. }
  6342. ],
  6343. "time": "2023-07-31T07:08:24+00:00"
  6344. },
  6345. {
  6346. "name": "symfony/translation-contracts",
  6347. "version": "v3.3.0",
  6348. "source": {
  6349. "type": "git",
  6350. "url": "https://github.com/symfony/translation-contracts.git",
  6351. "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86"
  6352. },
  6353. "dist": {
  6354. "type": "zip",
  6355. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/02c24deb352fb0d79db5486c0c79905a85e37e86",
  6356. "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86",
  6357. "shasum": ""
  6358. },
  6359. "require": {
  6360. "php": ">=8.1"
  6361. },
  6362. "type": "library",
  6363. "extra": {
  6364. "branch-alias": {
  6365. "dev-main": "3.4-dev"
  6366. },
  6367. "thanks": {
  6368. "name": "symfony/contracts",
  6369. "url": "https://github.com/symfony/contracts"
  6370. }
  6371. },
  6372. "autoload": {
  6373. "psr-4": {
  6374. "Symfony\\Contracts\\Translation\\": ""
  6375. },
  6376. "exclude-from-classmap": [
  6377. "/Test/"
  6378. ]
  6379. },
  6380. "notification-url": "https://packagist.org/downloads/",
  6381. "license": [
  6382. "MIT"
  6383. ],
  6384. "authors": [
  6385. {
  6386. "name": "Nicolas Grekas",
  6387. "email": "p@tchwork.com"
  6388. },
  6389. {
  6390. "name": "Symfony Community",
  6391. "homepage": "https://symfony.com/contributors"
  6392. }
  6393. ],
  6394. "description": "Generic abstractions related to translation",
  6395. "homepage": "https://symfony.com",
  6396. "keywords": [
  6397. "abstractions",
  6398. "contracts",
  6399. "decoupling",
  6400. "interfaces",
  6401. "interoperability",
  6402. "standards"
  6403. ],
  6404. "support": {
  6405. "source": "https://github.com/symfony/translation-contracts/tree/v3.3.0"
  6406. },
  6407. "funding": [
  6408. {
  6409. "url": "https://symfony.com/sponsor",
  6410. "type": "custom"
  6411. },
  6412. {
  6413. "url": "https://github.com/fabpot",
  6414. "type": "github"
  6415. },
  6416. {
  6417. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6418. "type": "tidelift"
  6419. }
  6420. ],
  6421. "time": "2023-05-30T17:17:10+00:00"
  6422. },
  6423. {
  6424. "name": "symfony/twig-bridge",
  6425. "version": "v6.3.5",
  6426. "source": {
  6427. "type": "git",
  6428. "url": "https://github.com/symfony/twig-bridge.git",
  6429. "reference": "18f2cbe1d46ad43c4d3bd45e5e6279172068e064"
  6430. },
  6431. "dist": {
  6432. "type": "zip",
  6433. "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/18f2cbe1d46ad43c4d3bd45e5e6279172068e064",
  6434. "reference": "18f2cbe1d46ad43c4d3bd45e5e6279172068e064",
  6435. "shasum": ""
  6436. },
  6437. "require": {
  6438. "php": ">=8.1",
  6439. "symfony/translation-contracts": "^2.5|^3",
  6440. "twig/twig": "^2.13|^3.0.4"
  6441. },
  6442. "conflict": {
  6443. "phpdocumentor/reflection-docblock": "<3.2.2",
  6444. "phpdocumentor/type-resolver": "<1.4.0",
  6445. "symfony/console": "<5.4",
  6446. "symfony/form": "<6.3",
  6447. "symfony/http-foundation": "<5.4",
  6448. "symfony/http-kernel": "<6.2",
  6449. "symfony/mime": "<6.2",
  6450. "symfony/translation": "<5.4",
  6451. "symfony/workflow": "<5.4"
  6452. },
  6453. "require-dev": {
  6454. "doctrine/annotations": "^1.12|^2",
  6455. "egulias/email-validator": "^2.1.10|^3|^4",
  6456. "league/html-to-markdown": "^5.0",
  6457. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  6458. "symfony/asset": "^5.4|^6.0",
  6459. "symfony/asset-mapper": "^6.3",
  6460. "symfony/console": "^5.4|^6.0",
  6461. "symfony/dependency-injection": "^5.4|^6.0",
  6462. "symfony/expression-language": "^5.4|^6.0",
  6463. "symfony/finder": "^5.4|^6.0",
  6464. "symfony/form": "^6.3",
  6465. "symfony/html-sanitizer": "^6.1",
  6466. "symfony/http-foundation": "^5.4|^6.0",
  6467. "symfony/http-kernel": "^6.2",
  6468. "symfony/intl": "^5.4|^6.0",
  6469. "symfony/mime": "^6.2",
  6470. "symfony/polyfill-intl-icu": "~1.0",
  6471. "symfony/property-info": "^5.4|^6.0",
  6472. "symfony/routing": "^5.4|^6.0",
  6473. "symfony/security-acl": "^2.8|^3.0",
  6474. "symfony/security-core": "^5.4|^6.0",
  6475. "symfony/security-csrf": "^5.4|^6.0",
  6476. "symfony/security-http": "^5.4|^6.0",
  6477. "symfony/serializer": "^6.2",
  6478. "symfony/stopwatch": "^5.4|^6.0",
  6479. "symfony/translation": "^6.1",
  6480. "symfony/web-link": "^5.4|^6.0",
  6481. "symfony/workflow": "^5.4|^6.0",
  6482. "symfony/yaml": "^5.4|^6.0",
  6483. "twig/cssinliner-extra": "^2.12|^3",
  6484. "twig/inky-extra": "^2.12|^3",
  6485. "twig/markdown-extra": "^2.12|^3"
  6486. },
  6487. "type": "symfony-bridge",
  6488. "autoload": {
  6489. "psr-4": {
  6490. "Symfony\\Bridge\\Twig\\": ""
  6491. },
  6492. "exclude-from-classmap": [
  6493. "/Tests/"
  6494. ]
  6495. },
  6496. "notification-url": "https://packagist.org/downloads/",
  6497. "license": [
  6498. "MIT"
  6499. ],
  6500. "authors": [
  6501. {
  6502. "name": "Fabien Potencier",
  6503. "email": "fabien@symfony.com"
  6504. },
  6505. {
  6506. "name": "Symfony Community",
  6507. "homepage": "https://symfony.com/contributors"
  6508. }
  6509. ],
  6510. "description": "Provides integration for Twig with various Symfony components",
  6511. "homepage": "https://symfony.com",
  6512. "support": {
  6513. "source": "https://github.com/symfony/twig-bridge/tree/v6.3.5"
  6514. },
  6515. "funding": [
  6516. {
  6517. "url": "https://symfony.com/sponsor",
  6518. "type": "custom"
  6519. },
  6520. {
  6521. "url": "https://github.com/fabpot",
  6522. "type": "github"
  6523. },
  6524. {
  6525. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6526. "type": "tidelift"
  6527. }
  6528. ],
  6529. "time": "2023-09-12T06:57:20+00:00"
  6530. },
  6531. {
  6532. "name": "symfony/twig-bundle",
  6533. "version": "v6.3.0",
  6534. "source": {
  6535. "type": "git",
  6536. "url": "https://github.com/symfony/twig-bundle.git",
  6537. "reference": "d0cd4d1675c0582d27c2e8bb0dc27c0303d8e3ea"
  6538. },
  6539. "dist": {
  6540. "type": "zip",
  6541. "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/d0cd4d1675c0582d27c2e8bb0dc27c0303d8e3ea",
  6542. "reference": "d0cd4d1675c0582d27c2e8bb0dc27c0303d8e3ea",
  6543. "shasum": ""
  6544. },
  6545. "require": {
  6546. "composer-runtime-api": ">=2.1",
  6547. "php": ">=8.1",
  6548. "symfony/config": "^6.1",
  6549. "symfony/dependency-injection": "^6.1",
  6550. "symfony/http-foundation": "^5.4|^6.0",
  6551. "symfony/http-kernel": "^6.2",
  6552. "symfony/twig-bridge": "^6.3",
  6553. "twig/twig": "^2.13|^3.0.4"
  6554. },
  6555. "conflict": {
  6556. "symfony/framework-bundle": "<5.4",
  6557. "symfony/translation": "<5.4"
  6558. },
  6559. "require-dev": {
  6560. "doctrine/annotations": "^1.10.4|^2",
  6561. "symfony/asset": "^5.4|^6.0",
  6562. "symfony/expression-language": "^5.4|^6.0",
  6563. "symfony/finder": "^5.4|^6.0",
  6564. "symfony/form": "^5.4|^6.0",
  6565. "symfony/framework-bundle": "^5.4|^6.0",
  6566. "symfony/routing": "^5.4|^6.0",
  6567. "symfony/stopwatch": "^5.4|^6.0",
  6568. "symfony/translation": "^5.4|^6.0",
  6569. "symfony/web-link": "^5.4|^6.0",
  6570. "symfony/yaml": "^5.4|^6.0"
  6571. },
  6572. "type": "symfony-bundle",
  6573. "autoload": {
  6574. "psr-4": {
  6575. "Symfony\\Bundle\\TwigBundle\\": ""
  6576. },
  6577. "exclude-from-classmap": [
  6578. "/Tests/"
  6579. ]
  6580. },
  6581. "notification-url": "https://packagist.org/downloads/",
  6582. "license": [
  6583. "MIT"
  6584. ],
  6585. "authors": [
  6586. {
  6587. "name": "Fabien Potencier",
  6588. "email": "fabien@symfony.com"
  6589. },
  6590. {
  6591. "name": "Symfony Community",
  6592. "homepage": "https://symfony.com/contributors"
  6593. }
  6594. ],
  6595. "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
  6596. "homepage": "https://symfony.com",
  6597. "support": {
  6598. "source": "https://github.com/symfony/twig-bundle/tree/v6.3.0"
  6599. },
  6600. "funding": [
  6601. {
  6602. "url": "https://symfony.com/sponsor",
  6603. "type": "custom"
  6604. },
  6605. {
  6606. "url": "https://github.com/fabpot",
  6607. "type": "github"
  6608. },
  6609. {
  6610. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6611. "type": "tidelift"
  6612. }
  6613. ],
  6614. "time": "2023-05-06T09:53:41+00:00"
  6615. },
  6616. {
  6617. "name": "symfony/validator",
  6618. "version": "v6.3.5",
  6619. "source": {
  6620. "type": "git",
  6621. "url": "https://github.com/symfony/validator.git",
  6622. "reference": "48e815ba3b5eb72e632588dbf7ea2dc4e608ee47"
  6623. },
  6624. "dist": {
  6625. "type": "zip",
  6626. "url": "https://api.github.com/repos/symfony/validator/zipball/48e815ba3b5eb72e632588dbf7ea2dc4e608ee47",
  6627. "reference": "48e815ba3b5eb72e632588dbf7ea2dc4e608ee47",
  6628. "shasum": ""
  6629. },
  6630. "require": {
  6631. "php": ">=8.1",
  6632. "symfony/deprecation-contracts": "^2.5|^3",
  6633. "symfony/polyfill-ctype": "~1.8",
  6634. "symfony/polyfill-mbstring": "~1.0",
  6635. "symfony/polyfill-php83": "^1.27",
  6636. "symfony/translation-contracts": "^2.5|^3"
  6637. },
  6638. "conflict": {
  6639. "doctrine/annotations": "<1.13",
  6640. "doctrine/lexer": "<1.1",
  6641. "symfony/dependency-injection": "<5.4",
  6642. "symfony/expression-language": "<5.4",
  6643. "symfony/http-kernel": "<5.4",
  6644. "symfony/intl": "<5.4",
  6645. "symfony/property-info": "<5.4",
  6646. "symfony/translation": "<5.4",
  6647. "symfony/yaml": "<5.4"
  6648. },
  6649. "require-dev": {
  6650. "doctrine/annotations": "^1.13|^2",
  6651. "egulias/email-validator": "^2.1.10|^3|^4",
  6652. "symfony/cache": "^5.4|^6.0",
  6653. "symfony/config": "^5.4|^6.0",
  6654. "symfony/console": "^5.4|^6.0",
  6655. "symfony/dependency-injection": "^5.4|^6.0",
  6656. "symfony/expression-language": "^5.4|^6.0",
  6657. "symfony/finder": "^5.4|^6.0",
  6658. "symfony/http-client": "^5.4|^6.0",
  6659. "symfony/http-foundation": "^5.4|^6.0",
  6660. "symfony/http-kernel": "^5.4|^6.0",
  6661. "symfony/intl": "^5.4|^6.0",
  6662. "symfony/mime": "^5.4|^6.0",
  6663. "symfony/property-access": "^5.4|^6.0",
  6664. "symfony/property-info": "^5.4|^6.0",
  6665. "symfony/translation": "^5.4|^6.0",
  6666. "symfony/yaml": "^5.4|^6.0"
  6667. },
  6668. "type": "library",
  6669. "autoload": {
  6670. "psr-4": {
  6671. "Symfony\\Component\\Validator\\": ""
  6672. },
  6673. "exclude-from-classmap": [
  6674. "/Tests/"
  6675. ]
  6676. },
  6677. "notification-url": "https://packagist.org/downloads/",
  6678. "license": [
  6679. "MIT"
  6680. ],
  6681. "authors": [
  6682. {
  6683. "name": "Fabien Potencier",
  6684. "email": "fabien@symfony.com"
  6685. },
  6686. {
  6687. "name": "Symfony Community",
  6688. "homepage": "https://symfony.com/contributors"
  6689. }
  6690. ],
  6691. "description": "Provides tools to validate values",
  6692. "homepage": "https://symfony.com",
  6693. "support": {
  6694. "source": "https://github.com/symfony/validator/tree/v6.3.5"
  6695. },
  6696. "funding": [
  6697. {
  6698. "url": "https://symfony.com/sponsor",
  6699. "type": "custom"
  6700. },
  6701. {
  6702. "url": "https://github.com/fabpot",
  6703. "type": "github"
  6704. },
  6705. {
  6706. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6707. "type": "tidelift"
  6708. }
  6709. ],
  6710. "time": "2023-09-29T07:41:15+00:00"
  6711. },
  6712. {
  6713. "name": "symfony/var-dumper",
  6714. "version": "v6.3.5",
  6715. "source": {
  6716. "type": "git",
  6717. "url": "https://github.com/symfony/var-dumper.git",
  6718. "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5"
  6719. },
  6720. "dist": {
  6721. "type": "zip",
  6722. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3d9999376be5fea8de47752837a3e1d1c5f69ef5",
  6723. "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5",
  6724. "shasum": ""
  6725. },
  6726. "require": {
  6727. "php": ">=8.1",
  6728. "symfony/deprecation-contracts": "^2.5|^3",
  6729. "symfony/polyfill-mbstring": "~1.0"
  6730. },
  6731. "conflict": {
  6732. "symfony/console": "<5.4"
  6733. },
  6734. "require-dev": {
  6735. "ext-iconv": "*",
  6736. "symfony/console": "^5.4|^6.0",
  6737. "symfony/http-kernel": "^5.4|^6.0",
  6738. "symfony/process": "^5.4|^6.0",
  6739. "symfony/uid": "^5.4|^6.0",
  6740. "twig/twig": "^2.13|^3.0.4"
  6741. },
  6742. "bin": [
  6743. "Resources/bin/var-dump-server"
  6744. ],
  6745. "type": "library",
  6746. "autoload": {
  6747. "files": [
  6748. "Resources/functions/dump.php"
  6749. ],
  6750. "psr-4": {
  6751. "Symfony\\Component\\VarDumper\\": ""
  6752. },
  6753. "exclude-from-classmap": [
  6754. "/Tests/"
  6755. ]
  6756. },
  6757. "notification-url": "https://packagist.org/downloads/",
  6758. "license": [
  6759. "MIT"
  6760. ],
  6761. "authors": [
  6762. {
  6763. "name": "Nicolas Grekas",
  6764. "email": "p@tchwork.com"
  6765. },
  6766. {
  6767. "name": "Symfony Community",
  6768. "homepage": "https://symfony.com/contributors"
  6769. }
  6770. ],
  6771. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  6772. "homepage": "https://symfony.com",
  6773. "keywords": [
  6774. "debug",
  6775. "dump"
  6776. ],
  6777. "support": {
  6778. "source": "https://github.com/symfony/var-dumper/tree/v6.3.5"
  6779. },
  6780. "funding": [
  6781. {
  6782. "url": "https://symfony.com/sponsor",
  6783. "type": "custom"
  6784. },
  6785. {
  6786. "url": "https://github.com/fabpot",
  6787. "type": "github"
  6788. },
  6789. {
  6790. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6791. "type": "tidelift"
  6792. }
  6793. ],
  6794. "time": "2023-09-12T10:11:35+00:00"
  6795. },
  6796. {
  6797. "name": "symfony/var-exporter",
  6798. "version": "v6.3.4",
  6799. "source": {
  6800. "type": "git",
  6801. "url": "https://github.com/symfony/var-exporter.git",
  6802. "reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691"
  6803. },
  6804. "dist": {
  6805. "type": "zip",
  6806. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/df1f8aac5751871b83d30bf3e2c355770f8f0691",
  6807. "reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691",
  6808. "shasum": ""
  6809. },
  6810. "require": {
  6811. "php": ">=8.1"
  6812. },
  6813. "require-dev": {
  6814. "symfony/var-dumper": "^5.4|^6.0"
  6815. },
  6816. "type": "library",
  6817. "autoload": {
  6818. "psr-4": {
  6819. "Symfony\\Component\\VarExporter\\": ""
  6820. },
  6821. "exclude-from-classmap": [
  6822. "/Tests/"
  6823. ]
  6824. },
  6825. "notification-url": "https://packagist.org/downloads/",
  6826. "license": [
  6827. "MIT"
  6828. ],
  6829. "authors": [
  6830. {
  6831. "name": "Nicolas Grekas",
  6832. "email": "p@tchwork.com"
  6833. },
  6834. {
  6835. "name": "Symfony Community",
  6836. "homepage": "https://symfony.com/contributors"
  6837. }
  6838. ],
  6839. "description": "Allows exporting any serializable PHP data structure to plain PHP code",
  6840. "homepage": "https://symfony.com",
  6841. "keywords": [
  6842. "clone",
  6843. "construct",
  6844. "export",
  6845. "hydrate",
  6846. "instantiate",
  6847. "lazy-loading",
  6848. "proxy",
  6849. "serialize"
  6850. ],
  6851. "support": {
  6852. "source": "https://github.com/symfony/var-exporter/tree/v6.3.4"
  6853. },
  6854. "funding": [
  6855. {
  6856. "url": "https://symfony.com/sponsor",
  6857. "type": "custom"
  6858. },
  6859. {
  6860. "url": "https://github.com/fabpot",
  6861. "type": "github"
  6862. },
  6863. {
  6864. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6865. "type": "tidelift"
  6866. }
  6867. ],
  6868. "time": "2023-08-16T18:14:47+00:00"
  6869. },
  6870. {
  6871. "name": "symfony/web-link",
  6872. "version": "v6.3.0",
  6873. "source": {
  6874. "type": "git",
  6875. "url": "https://github.com/symfony/web-link.git",
  6876. "reference": "0989ca617d0703cdca501a245f10e194ff22315b"
  6877. },
  6878. "dist": {
  6879. "type": "zip",
  6880. "url": "https://api.github.com/repos/symfony/web-link/zipball/0989ca617d0703cdca501a245f10e194ff22315b",
  6881. "reference": "0989ca617d0703cdca501a245f10e194ff22315b",
  6882. "shasum": ""
  6883. },
  6884. "require": {
  6885. "php": ">=8.1",
  6886. "psr/link": "^1.1|^2.0"
  6887. },
  6888. "conflict": {
  6889. "symfony/http-kernel": "<5.4"
  6890. },
  6891. "provide": {
  6892. "psr/link-implementation": "1.0|2.0"
  6893. },
  6894. "require-dev": {
  6895. "symfony/http-kernel": "^5.4|^6.0"
  6896. },
  6897. "type": "library",
  6898. "autoload": {
  6899. "psr-4": {
  6900. "Symfony\\Component\\WebLink\\": ""
  6901. },
  6902. "exclude-from-classmap": [
  6903. "/Tests/"
  6904. ]
  6905. },
  6906. "notification-url": "https://packagist.org/downloads/",
  6907. "license": [
  6908. "MIT"
  6909. ],
  6910. "authors": [
  6911. {
  6912. "name": "Kévin Dunglas",
  6913. "email": "dunglas@gmail.com"
  6914. },
  6915. {
  6916. "name": "Symfony Community",
  6917. "homepage": "https://symfony.com/contributors"
  6918. }
  6919. ],
  6920. "description": "Manages links between resources",
  6921. "homepage": "https://symfony.com",
  6922. "keywords": [
  6923. "dns-prefetch",
  6924. "http",
  6925. "http2",
  6926. "link",
  6927. "performance",
  6928. "prefetch",
  6929. "preload",
  6930. "prerender",
  6931. "psr13",
  6932. "push"
  6933. ],
  6934. "support": {
  6935. "source": "https://github.com/symfony/web-link/tree/v6.3.0"
  6936. },
  6937. "funding": [
  6938. {
  6939. "url": "https://symfony.com/sponsor",
  6940. "type": "custom"
  6941. },
  6942. {
  6943. "url": "https://github.com/fabpot",
  6944. "type": "github"
  6945. },
  6946. {
  6947. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6948. "type": "tidelift"
  6949. }
  6950. ],
  6951. "time": "2023-04-21T14:41:17+00:00"
  6952. },
  6953. {
  6954. "name": "symfony/yaml",
  6955. "version": "v6.3.3",
  6956. "source": {
  6957. "type": "git",
  6958. "url": "https://github.com/symfony/yaml.git",
  6959. "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add"
  6960. },
  6961. "dist": {
  6962. "type": "zip",
  6963. "url": "https://api.github.com/repos/symfony/yaml/zipball/e23292e8c07c85b971b44c1c4b87af52133e2add",
  6964. "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add",
  6965. "shasum": ""
  6966. },
  6967. "require": {
  6968. "php": ">=8.1",
  6969. "symfony/deprecation-contracts": "^2.5|^3",
  6970. "symfony/polyfill-ctype": "^1.8"
  6971. },
  6972. "conflict": {
  6973. "symfony/console": "<5.4"
  6974. },
  6975. "require-dev": {
  6976. "symfony/console": "^5.4|^6.0"
  6977. },
  6978. "bin": [
  6979. "Resources/bin/yaml-lint"
  6980. ],
  6981. "type": "library",
  6982. "autoload": {
  6983. "psr-4": {
  6984. "Symfony\\Component\\Yaml\\": ""
  6985. },
  6986. "exclude-from-classmap": [
  6987. "/Tests/"
  6988. ]
  6989. },
  6990. "notification-url": "https://packagist.org/downloads/",
  6991. "license": [
  6992. "MIT"
  6993. ],
  6994. "authors": [
  6995. {
  6996. "name": "Fabien Potencier",
  6997. "email": "fabien@symfony.com"
  6998. },
  6999. {
  7000. "name": "Symfony Community",
  7001. "homepage": "https://symfony.com/contributors"
  7002. }
  7003. ],
  7004. "description": "Loads and dumps YAML files",
  7005. "homepage": "https://symfony.com",
  7006. "support": {
  7007. "source": "https://github.com/symfony/yaml/tree/v6.3.3"
  7008. },
  7009. "funding": [
  7010. {
  7011. "url": "https://symfony.com/sponsor",
  7012. "type": "custom"
  7013. },
  7014. {
  7015. "url": "https://github.com/fabpot",
  7016. "type": "github"
  7017. },
  7018. {
  7019. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7020. "type": "tidelift"
  7021. }
  7022. ],
  7023. "time": "2023-07-31T07:08:24+00:00"
  7024. },
  7025. {
  7026. "name": "twig/extra-bundle",
  7027. "version": "v3.7.1",
  7028. "source": {
  7029. "type": "git",
  7030. "url": "https://github.com/twigphp/twig-extra-bundle.git",
  7031. "reference": "f10baafe6eb0ecd615d52d5cbfb713a39f68e8f3"
  7032. },
  7033. "dist": {
  7034. "type": "zip",
  7035. "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/f10baafe6eb0ecd615d52d5cbfb713a39f68e8f3",
  7036. "reference": "f10baafe6eb0ecd615d52d5cbfb713a39f68e8f3",
  7037. "shasum": ""
  7038. },
  7039. "require": {
  7040. "php": ">=7.2.5",
  7041. "symfony/framework-bundle": "^5.4|^6.0",
  7042. "symfony/twig-bundle": "^5.4|^6.0",
  7043. "twig/twig": "^2.7|^3.0"
  7044. },
  7045. "require-dev": {
  7046. "league/commonmark": "^1.0|^2.0",
  7047. "symfony/phpunit-bridge": "^5.4|^6.3",
  7048. "twig/cache-extra": "^3.0",
  7049. "twig/cssinliner-extra": "^2.12|^3.0",
  7050. "twig/html-extra": "^2.12|^3.0",
  7051. "twig/inky-extra": "^2.12|^3.0",
  7052. "twig/intl-extra": "^2.12|^3.0",
  7053. "twig/markdown-extra": "^2.12|^3.0",
  7054. "twig/string-extra": "^2.12|^3.0"
  7055. },
  7056. "type": "symfony-bundle",
  7057. "autoload": {
  7058. "psr-4": {
  7059. "Twig\\Extra\\TwigExtraBundle\\": ""
  7060. },
  7061. "exclude-from-classmap": [
  7062. "/Tests/"
  7063. ]
  7064. },
  7065. "notification-url": "https://packagist.org/downloads/",
  7066. "license": [
  7067. "MIT"
  7068. ],
  7069. "authors": [
  7070. {
  7071. "name": "Fabien Potencier",
  7072. "email": "fabien@symfony.com",
  7073. "homepage": "http://fabien.potencier.org",
  7074. "role": "Lead Developer"
  7075. }
  7076. ],
  7077. "description": "A Symfony bundle for extra Twig extensions",
  7078. "homepage": "https://twig.symfony.com",
  7079. "keywords": [
  7080. "bundle",
  7081. "extra",
  7082. "twig"
  7083. ],
  7084. "support": {
  7085. "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.7.1"
  7086. },
  7087. "funding": [
  7088. {
  7089. "url": "https://github.com/fabpot",
  7090. "type": "github"
  7091. },
  7092. {
  7093. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  7094. "type": "tidelift"
  7095. }
  7096. ],
  7097. "time": "2023-07-29T15:34:56+00:00"
  7098. },
  7099. {
  7100. "name": "twig/twig",
  7101. "version": "v3.7.1",
  7102. "source": {
  7103. "type": "git",
  7104. "url": "https://github.com/twigphp/Twig.git",
  7105. "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554"
  7106. },
  7107. "dist": {
  7108. "type": "zip",
  7109. "url": "https://api.github.com/repos/twigphp/Twig/zipball/a0ce373a0ca3bf6c64b9e3e2124aca502ba39554",
  7110. "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554",
  7111. "shasum": ""
  7112. },
  7113. "require": {
  7114. "php": ">=7.2.5",
  7115. "symfony/polyfill-ctype": "^1.8",
  7116. "symfony/polyfill-mbstring": "^1.3"
  7117. },
  7118. "require-dev": {
  7119. "psr/container": "^1.0|^2.0",
  7120. "symfony/phpunit-bridge": "^5.4.9|^6.3"
  7121. },
  7122. "type": "library",
  7123. "autoload": {
  7124. "psr-4": {
  7125. "Twig\\": "src/"
  7126. }
  7127. },
  7128. "notification-url": "https://packagist.org/downloads/",
  7129. "license": [
  7130. "BSD-3-Clause"
  7131. ],
  7132. "authors": [
  7133. {
  7134. "name": "Fabien Potencier",
  7135. "email": "fabien@symfony.com",
  7136. "homepage": "http://fabien.potencier.org",
  7137. "role": "Lead Developer"
  7138. },
  7139. {
  7140. "name": "Twig Team",
  7141. "role": "Contributors"
  7142. },
  7143. {
  7144. "name": "Armin Ronacher",
  7145. "email": "armin.ronacher@active-4.com",
  7146. "role": "Project Founder"
  7147. }
  7148. ],
  7149. "description": "Twig, the flexible, fast, and secure template language for PHP",
  7150. "homepage": "https://twig.symfony.com",
  7151. "keywords": [
  7152. "templating"
  7153. ],
  7154. "support": {
  7155. "issues": "https://github.com/twigphp/Twig/issues",
  7156. "source": "https://github.com/twigphp/Twig/tree/v3.7.1"
  7157. },
  7158. "funding": [
  7159. {
  7160. "url": "https://github.com/fabpot",
  7161. "type": "github"
  7162. },
  7163. {
  7164. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  7165. "type": "tidelift"
  7166. }
  7167. ],
  7168. "time": "2023-08-28T11:09:02+00:00"
  7169. },
  7170. {
  7171. "name": "webmozart/assert",
  7172. "version": "1.11.0",
  7173. "source": {
  7174. "type": "git",
  7175. "url": "https://github.com/webmozarts/assert.git",
  7176. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
  7177. },
  7178. "dist": {
  7179. "type": "zip",
  7180. "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
  7181. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
  7182. "shasum": ""
  7183. },
  7184. "require": {
  7185. "ext-ctype": "*",
  7186. "php": "^7.2 || ^8.0"
  7187. },
  7188. "conflict": {
  7189. "phpstan/phpstan": "<0.12.20",
  7190. "vimeo/psalm": "<4.6.1 || 4.6.2"
  7191. },
  7192. "require-dev": {
  7193. "phpunit/phpunit": "^8.5.13"
  7194. },
  7195. "type": "library",
  7196. "extra": {
  7197. "branch-alias": {
  7198. "dev-master": "1.10-dev"
  7199. }
  7200. },
  7201. "autoload": {
  7202. "psr-4": {
  7203. "Webmozart\\Assert\\": "src/"
  7204. }
  7205. },
  7206. "notification-url": "https://packagist.org/downloads/",
  7207. "license": [
  7208. "MIT"
  7209. ],
  7210. "authors": [
  7211. {
  7212. "name": "Bernhard Schussek",
  7213. "email": "bschussek@gmail.com"
  7214. }
  7215. ],
  7216. "description": "Assertions to validate method input/output with nice error messages.",
  7217. "keywords": [
  7218. "assert",
  7219. "check",
  7220. "validate"
  7221. ],
  7222. "support": {
  7223. "issues": "https://github.com/webmozarts/assert/issues",
  7224. "source": "https://github.com/webmozarts/assert/tree/1.11.0"
  7225. },
  7226. "time": "2022-06-03T18:03:27+00:00"
  7227. }
  7228. ],
  7229. "packages-dev": [
  7230. {
  7231. "name": "masterminds/html5",
  7232. "version": "2.8.1",
  7233. "source": {
  7234. "type": "git",
  7235. "url": "https://github.com/Masterminds/html5-php.git",
  7236. "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf"
  7237. },
  7238. "dist": {
  7239. "type": "zip",
  7240. "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf",
  7241. "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf",
  7242. "shasum": ""
  7243. },
  7244. "require": {
  7245. "ext-dom": "*",
  7246. "php": ">=5.3.0"
  7247. },
  7248. "require-dev": {
  7249. "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8"
  7250. },
  7251. "type": "library",
  7252. "extra": {
  7253. "branch-alias": {
  7254. "dev-master": "2.7-dev"
  7255. }
  7256. },
  7257. "autoload": {
  7258. "psr-4": {
  7259. "Masterminds\\": "src"
  7260. }
  7261. },
  7262. "notification-url": "https://packagist.org/downloads/",
  7263. "license": [
  7264. "MIT"
  7265. ],
  7266. "authors": [
  7267. {
  7268. "name": "Matt Butcher",
  7269. "email": "technosophos@gmail.com"
  7270. },
  7271. {
  7272. "name": "Matt Farina",
  7273. "email": "matt@mattfarina.com"
  7274. },
  7275. {
  7276. "name": "Asmir Mustafic",
  7277. "email": "goetas@gmail.com"
  7278. }
  7279. ],
  7280. "description": "An HTML5 parser and serializer.",
  7281. "homepage": "http://masterminds.github.io/html5-php",
  7282. "keywords": [
  7283. "HTML5",
  7284. "dom",
  7285. "html",
  7286. "parser",
  7287. "querypath",
  7288. "serializer",
  7289. "xml"
  7290. ],
  7291. "support": {
  7292. "issues": "https://github.com/Masterminds/html5-php/issues",
  7293. "source": "https://github.com/Masterminds/html5-php/tree/2.8.1"
  7294. },
  7295. "time": "2023-05-10T11:58:31+00:00"
  7296. },
  7297. {
  7298. "name": "myclabs/deep-copy",
  7299. "version": "1.11.1",
  7300. "source": {
  7301. "type": "git",
  7302. "url": "https://github.com/myclabs/DeepCopy.git",
  7303. "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
  7304. },
  7305. "dist": {
  7306. "type": "zip",
  7307. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
  7308. "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
  7309. "shasum": ""
  7310. },
  7311. "require": {
  7312. "php": "^7.1 || ^8.0"
  7313. },
  7314. "conflict": {
  7315. "doctrine/collections": "<1.6.8",
  7316. "doctrine/common": "<2.13.3 || >=3,<3.2.2"
  7317. },
  7318. "require-dev": {
  7319. "doctrine/collections": "^1.6.8",
  7320. "doctrine/common": "^2.13.3 || ^3.2.2",
  7321. "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
  7322. },
  7323. "type": "library",
  7324. "autoload": {
  7325. "files": [
  7326. "src/DeepCopy/deep_copy.php"
  7327. ],
  7328. "psr-4": {
  7329. "DeepCopy\\": "src/DeepCopy/"
  7330. }
  7331. },
  7332. "notification-url": "https://packagist.org/downloads/",
  7333. "license": [
  7334. "MIT"
  7335. ],
  7336. "description": "Create deep copies (clones) of your objects",
  7337. "keywords": [
  7338. "clone",
  7339. "copy",
  7340. "duplicate",
  7341. "object",
  7342. "object graph"
  7343. ],
  7344. "support": {
  7345. "issues": "https://github.com/myclabs/DeepCopy/issues",
  7346. "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
  7347. },
  7348. "funding": [
  7349. {
  7350. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  7351. "type": "tidelift"
  7352. }
  7353. ],
  7354. "time": "2023-03-08T13:26:56+00:00"
  7355. },
  7356. {
  7357. "name": "nikic/php-parser",
  7358. "version": "v4.17.1",
  7359. "source": {
  7360. "type": "git",
  7361. "url": "https://github.com/nikic/PHP-Parser.git",
  7362. "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
  7363. },
  7364. "dist": {
  7365. "type": "zip",
  7366. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
  7367. "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
  7368. "shasum": ""
  7369. },
  7370. "require": {
  7371. "ext-tokenizer": "*",
  7372. "php": ">=7.0"
  7373. },
  7374. "require-dev": {
  7375. "ircmaxell/php-yacc": "^0.0.7",
  7376. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  7377. },
  7378. "bin": [
  7379. "bin/php-parse"
  7380. ],
  7381. "type": "library",
  7382. "extra": {
  7383. "branch-alias": {
  7384. "dev-master": "4.9-dev"
  7385. }
  7386. },
  7387. "autoload": {
  7388. "psr-4": {
  7389. "PhpParser\\": "lib/PhpParser"
  7390. }
  7391. },
  7392. "notification-url": "https://packagist.org/downloads/",
  7393. "license": [
  7394. "BSD-3-Clause"
  7395. ],
  7396. "authors": [
  7397. {
  7398. "name": "Nikita Popov"
  7399. }
  7400. ],
  7401. "description": "A PHP parser written in PHP",
  7402. "keywords": [
  7403. "parser",
  7404. "php"
  7405. ],
  7406. "support": {
  7407. "issues": "https://github.com/nikic/PHP-Parser/issues",
  7408. "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
  7409. },
  7410. "time": "2023-08-13T19:53:39+00:00"
  7411. },
  7412. {
  7413. "name": "phar-io/manifest",
  7414. "version": "2.0.3",
  7415. "source": {
  7416. "type": "git",
  7417. "url": "https://github.com/phar-io/manifest.git",
  7418. "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
  7419. },
  7420. "dist": {
  7421. "type": "zip",
  7422. "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
  7423. "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
  7424. "shasum": ""
  7425. },
  7426. "require": {
  7427. "ext-dom": "*",
  7428. "ext-phar": "*",
  7429. "ext-xmlwriter": "*",
  7430. "phar-io/version": "^3.0.1",
  7431. "php": "^7.2 || ^8.0"
  7432. },
  7433. "type": "library",
  7434. "extra": {
  7435. "branch-alias": {
  7436. "dev-master": "2.0.x-dev"
  7437. }
  7438. },
  7439. "autoload": {
  7440. "classmap": [
  7441. "src/"
  7442. ]
  7443. },
  7444. "notification-url": "https://packagist.org/downloads/",
  7445. "license": [
  7446. "BSD-3-Clause"
  7447. ],
  7448. "authors": [
  7449. {
  7450. "name": "Arne Blankerts",
  7451. "email": "arne@blankerts.de",
  7452. "role": "Developer"
  7453. },
  7454. {
  7455. "name": "Sebastian Heuer",
  7456. "email": "sebastian@phpeople.de",
  7457. "role": "Developer"
  7458. },
  7459. {
  7460. "name": "Sebastian Bergmann",
  7461. "email": "sebastian@phpunit.de",
  7462. "role": "Developer"
  7463. }
  7464. ],
  7465. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  7466. "support": {
  7467. "issues": "https://github.com/phar-io/manifest/issues",
  7468. "source": "https://github.com/phar-io/manifest/tree/2.0.3"
  7469. },
  7470. "time": "2021-07-20T11:28:43+00:00"
  7471. },
  7472. {
  7473. "name": "phar-io/version",
  7474. "version": "3.2.1",
  7475. "source": {
  7476. "type": "git",
  7477. "url": "https://github.com/phar-io/version.git",
  7478. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
  7479. },
  7480. "dist": {
  7481. "type": "zip",
  7482. "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  7483. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  7484. "shasum": ""
  7485. },
  7486. "require": {
  7487. "php": "^7.2 || ^8.0"
  7488. },
  7489. "type": "library",
  7490. "autoload": {
  7491. "classmap": [
  7492. "src/"
  7493. ]
  7494. },
  7495. "notification-url": "https://packagist.org/downloads/",
  7496. "license": [
  7497. "BSD-3-Clause"
  7498. ],
  7499. "authors": [
  7500. {
  7501. "name": "Arne Blankerts",
  7502. "email": "arne@blankerts.de",
  7503. "role": "Developer"
  7504. },
  7505. {
  7506. "name": "Sebastian Heuer",
  7507. "email": "sebastian@phpeople.de",
  7508. "role": "Developer"
  7509. },
  7510. {
  7511. "name": "Sebastian Bergmann",
  7512. "email": "sebastian@phpunit.de",
  7513. "role": "Developer"
  7514. }
  7515. ],
  7516. "description": "Library for handling version information and constraints",
  7517. "support": {
  7518. "issues": "https://github.com/phar-io/version/issues",
  7519. "source": "https://github.com/phar-io/version/tree/3.2.1"
  7520. },
  7521. "time": "2022-02-21T01:04:05+00:00"
  7522. },
  7523. {
  7524. "name": "phpunit/php-code-coverage",
  7525. "version": "9.2.29",
  7526. "source": {
  7527. "type": "git",
  7528. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  7529. "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76"
  7530. },
  7531. "dist": {
  7532. "type": "zip",
  7533. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6a3a87ac2bbe33b25042753df8195ba4aa534c76",
  7534. "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76",
  7535. "shasum": ""
  7536. },
  7537. "require": {
  7538. "ext-dom": "*",
  7539. "ext-libxml": "*",
  7540. "ext-xmlwriter": "*",
  7541. "nikic/php-parser": "^4.15",
  7542. "php": ">=7.3",
  7543. "phpunit/php-file-iterator": "^3.0.3",
  7544. "phpunit/php-text-template": "^2.0.2",
  7545. "sebastian/code-unit-reverse-lookup": "^2.0.2",
  7546. "sebastian/complexity": "^2.0",
  7547. "sebastian/environment": "^5.1.2",
  7548. "sebastian/lines-of-code": "^1.0.3",
  7549. "sebastian/version": "^3.0.1",
  7550. "theseer/tokenizer": "^1.2.0"
  7551. },
  7552. "require-dev": {
  7553. "phpunit/phpunit": "^9.3"
  7554. },
  7555. "suggest": {
  7556. "ext-pcov": "PHP extension that provides line coverage",
  7557. "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
  7558. },
  7559. "type": "library",
  7560. "extra": {
  7561. "branch-alias": {
  7562. "dev-master": "9.2-dev"
  7563. }
  7564. },
  7565. "autoload": {
  7566. "classmap": [
  7567. "src/"
  7568. ]
  7569. },
  7570. "notification-url": "https://packagist.org/downloads/",
  7571. "license": [
  7572. "BSD-3-Clause"
  7573. ],
  7574. "authors": [
  7575. {
  7576. "name": "Sebastian Bergmann",
  7577. "email": "sebastian@phpunit.de",
  7578. "role": "lead"
  7579. }
  7580. ],
  7581. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  7582. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  7583. "keywords": [
  7584. "coverage",
  7585. "testing",
  7586. "xunit"
  7587. ],
  7588. "support": {
  7589. "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
  7590. "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
  7591. "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.29"
  7592. },
  7593. "funding": [
  7594. {
  7595. "url": "https://github.com/sebastianbergmann",
  7596. "type": "github"
  7597. }
  7598. ],
  7599. "time": "2023-09-19T04:57:46+00:00"
  7600. },
  7601. {
  7602. "name": "phpunit/php-file-iterator",
  7603. "version": "3.0.6",
  7604. "source": {
  7605. "type": "git",
  7606. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  7607. "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
  7608. },
  7609. "dist": {
  7610. "type": "zip",
  7611. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
  7612. "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
  7613. "shasum": ""
  7614. },
  7615. "require": {
  7616. "php": ">=7.3"
  7617. },
  7618. "require-dev": {
  7619. "phpunit/phpunit": "^9.3"
  7620. },
  7621. "type": "library",
  7622. "extra": {
  7623. "branch-alias": {
  7624. "dev-master": "3.0-dev"
  7625. }
  7626. },
  7627. "autoload": {
  7628. "classmap": [
  7629. "src/"
  7630. ]
  7631. },
  7632. "notification-url": "https://packagist.org/downloads/",
  7633. "license": [
  7634. "BSD-3-Clause"
  7635. ],
  7636. "authors": [
  7637. {
  7638. "name": "Sebastian Bergmann",
  7639. "email": "sebastian@phpunit.de",
  7640. "role": "lead"
  7641. }
  7642. ],
  7643. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  7644. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  7645. "keywords": [
  7646. "filesystem",
  7647. "iterator"
  7648. ],
  7649. "support": {
  7650. "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
  7651. "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
  7652. },
  7653. "funding": [
  7654. {
  7655. "url": "https://github.com/sebastianbergmann",
  7656. "type": "github"
  7657. }
  7658. ],
  7659. "time": "2021-12-02T12:48:52+00:00"
  7660. },
  7661. {
  7662. "name": "phpunit/php-invoker",
  7663. "version": "3.1.1",
  7664. "source": {
  7665. "type": "git",
  7666. "url": "https://github.com/sebastianbergmann/php-invoker.git",
  7667. "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
  7668. },
  7669. "dist": {
  7670. "type": "zip",
  7671. "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
  7672. "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
  7673. "shasum": ""
  7674. },
  7675. "require": {
  7676. "php": ">=7.3"
  7677. },
  7678. "require-dev": {
  7679. "ext-pcntl": "*",
  7680. "phpunit/phpunit": "^9.3"
  7681. },
  7682. "suggest": {
  7683. "ext-pcntl": "*"
  7684. },
  7685. "type": "library",
  7686. "extra": {
  7687. "branch-alias": {
  7688. "dev-master": "3.1-dev"
  7689. }
  7690. },
  7691. "autoload": {
  7692. "classmap": [
  7693. "src/"
  7694. ]
  7695. },
  7696. "notification-url": "https://packagist.org/downloads/",
  7697. "license": [
  7698. "BSD-3-Clause"
  7699. ],
  7700. "authors": [
  7701. {
  7702. "name": "Sebastian Bergmann",
  7703. "email": "sebastian@phpunit.de",
  7704. "role": "lead"
  7705. }
  7706. ],
  7707. "description": "Invoke callables with a timeout",
  7708. "homepage": "https://github.com/sebastianbergmann/php-invoker/",
  7709. "keywords": [
  7710. "process"
  7711. ],
  7712. "support": {
  7713. "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
  7714. "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
  7715. },
  7716. "funding": [
  7717. {
  7718. "url": "https://github.com/sebastianbergmann",
  7719. "type": "github"
  7720. }
  7721. ],
  7722. "time": "2020-09-28T05:58:55+00:00"
  7723. },
  7724. {
  7725. "name": "phpunit/php-text-template",
  7726. "version": "2.0.4",
  7727. "source": {
  7728. "type": "git",
  7729. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  7730. "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
  7731. },
  7732. "dist": {
  7733. "type": "zip",
  7734. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
  7735. "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
  7736. "shasum": ""
  7737. },
  7738. "require": {
  7739. "php": ">=7.3"
  7740. },
  7741. "require-dev": {
  7742. "phpunit/phpunit": "^9.3"
  7743. },
  7744. "type": "library",
  7745. "extra": {
  7746. "branch-alias": {
  7747. "dev-master": "2.0-dev"
  7748. }
  7749. },
  7750. "autoload": {
  7751. "classmap": [
  7752. "src/"
  7753. ]
  7754. },
  7755. "notification-url": "https://packagist.org/downloads/",
  7756. "license": [
  7757. "BSD-3-Clause"
  7758. ],
  7759. "authors": [
  7760. {
  7761. "name": "Sebastian Bergmann",
  7762. "email": "sebastian@phpunit.de",
  7763. "role": "lead"
  7764. }
  7765. ],
  7766. "description": "Simple template engine.",
  7767. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  7768. "keywords": [
  7769. "template"
  7770. ],
  7771. "support": {
  7772. "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
  7773. "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
  7774. },
  7775. "funding": [
  7776. {
  7777. "url": "https://github.com/sebastianbergmann",
  7778. "type": "github"
  7779. }
  7780. ],
  7781. "time": "2020-10-26T05:33:50+00:00"
  7782. },
  7783. {
  7784. "name": "phpunit/php-timer",
  7785. "version": "5.0.3",
  7786. "source": {
  7787. "type": "git",
  7788. "url": "https://github.com/sebastianbergmann/php-timer.git",
  7789. "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
  7790. },
  7791. "dist": {
  7792. "type": "zip",
  7793. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
  7794. "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
  7795. "shasum": ""
  7796. },
  7797. "require": {
  7798. "php": ">=7.3"
  7799. },
  7800. "require-dev": {
  7801. "phpunit/phpunit": "^9.3"
  7802. },
  7803. "type": "library",
  7804. "extra": {
  7805. "branch-alias": {
  7806. "dev-master": "5.0-dev"
  7807. }
  7808. },
  7809. "autoload": {
  7810. "classmap": [
  7811. "src/"
  7812. ]
  7813. },
  7814. "notification-url": "https://packagist.org/downloads/",
  7815. "license": [
  7816. "BSD-3-Clause"
  7817. ],
  7818. "authors": [
  7819. {
  7820. "name": "Sebastian Bergmann",
  7821. "email": "sebastian@phpunit.de",
  7822. "role": "lead"
  7823. }
  7824. ],
  7825. "description": "Utility class for timing",
  7826. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  7827. "keywords": [
  7828. "timer"
  7829. ],
  7830. "support": {
  7831. "issues": "https://github.com/sebastianbergmann/php-timer/issues",
  7832. "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
  7833. },
  7834. "funding": [
  7835. {
  7836. "url": "https://github.com/sebastianbergmann",
  7837. "type": "github"
  7838. }
  7839. ],
  7840. "time": "2020-10-26T13:16:10+00:00"
  7841. },
  7842. {
  7843. "name": "phpunit/phpunit",
  7844. "version": "9.6.13",
  7845. "source": {
  7846. "type": "git",
  7847. "url": "https://github.com/sebastianbergmann/phpunit.git",
  7848. "reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be"
  7849. },
  7850. "dist": {
  7851. "type": "zip",
  7852. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f3d767f7f9e191eab4189abe41ab37797e30b1be",
  7853. "reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be",
  7854. "shasum": ""
  7855. },
  7856. "require": {
  7857. "doctrine/instantiator": "^1.3.1 || ^2",
  7858. "ext-dom": "*",
  7859. "ext-json": "*",
  7860. "ext-libxml": "*",
  7861. "ext-mbstring": "*",
  7862. "ext-xml": "*",
  7863. "ext-xmlwriter": "*",
  7864. "myclabs/deep-copy": "^1.10.1",
  7865. "phar-io/manifest": "^2.0.3",
  7866. "phar-io/version": "^3.0.2",
  7867. "php": ">=7.3",
  7868. "phpunit/php-code-coverage": "^9.2.28",
  7869. "phpunit/php-file-iterator": "^3.0.5",
  7870. "phpunit/php-invoker": "^3.1.1",
  7871. "phpunit/php-text-template": "^2.0.3",
  7872. "phpunit/php-timer": "^5.0.2",
  7873. "sebastian/cli-parser": "^1.0.1",
  7874. "sebastian/code-unit": "^1.0.6",
  7875. "sebastian/comparator": "^4.0.8",
  7876. "sebastian/diff": "^4.0.3",
  7877. "sebastian/environment": "^5.1.3",
  7878. "sebastian/exporter": "^4.0.5",
  7879. "sebastian/global-state": "^5.0.1",
  7880. "sebastian/object-enumerator": "^4.0.3",
  7881. "sebastian/resource-operations": "^3.0.3",
  7882. "sebastian/type": "^3.2",
  7883. "sebastian/version": "^3.0.2"
  7884. },
  7885. "suggest": {
  7886. "ext-soap": "To be able to generate mocks based on WSDL files",
  7887. "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
  7888. },
  7889. "bin": [
  7890. "phpunit"
  7891. ],
  7892. "type": "library",
  7893. "extra": {
  7894. "branch-alias": {
  7895. "dev-master": "9.6-dev"
  7896. }
  7897. },
  7898. "autoload": {
  7899. "files": [
  7900. "src/Framework/Assert/Functions.php"
  7901. ],
  7902. "classmap": [
  7903. "src/"
  7904. ]
  7905. },
  7906. "notification-url": "https://packagist.org/downloads/",
  7907. "license": [
  7908. "BSD-3-Clause"
  7909. ],
  7910. "authors": [
  7911. {
  7912. "name": "Sebastian Bergmann",
  7913. "email": "sebastian@phpunit.de",
  7914. "role": "lead"
  7915. }
  7916. ],
  7917. "description": "The PHP Unit Testing framework.",
  7918. "homepage": "https://phpunit.de/",
  7919. "keywords": [
  7920. "phpunit",
  7921. "testing",
  7922. "xunit"
  7923. ],
  7924. "support": {
  7925. "issues": "https://github.com/sebastianbergmann/phpunit/issues",
  7926. "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
  7927. "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.13"
  7928. },
  7929. "funding": [
  7930. {
  7931. "url": "https://phpunit.de/sponsors.html",
  7932. "type": "custom"
  7933. },
  7934. {
  7935. "url": "https://github.com/sebastianbergmann",
  7936. "type": "github"
  7937. },
  7938. {
  7939. "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
  7940. "type": "tidelift"
  7941. }
  7942. ],
  7943. "time": "2023-09-19T05:39:22+00:00"
  7944. },
  7945. {
  7946. "name": "sebastian/cli-parser",
  7947. "version": "1.0.1",
  7948. "source": {
  7949. "type": "git",
  7950. "url": "https://github.com/sebastianbergmann/cli-parser.git",
  7951. "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
  7952. },
  7953. "dist": {
  7954. "type": "zip",
  7955. "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
  7956. "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
  7957. "shasum": ""
  7958. },
  7959. "require": {
  7960. "php": ">=7.3"
  7961. },
  7962. "require-dev": {
  7963. "phpunit/phpunit": "^9.3"
  7964. },
  7965. "type": "library",
  7966. "extra": {
  7967. "branch-alias": {
  7968. "dev-master": "1.0-dev"
  7969. }
  7970. },
  7971. "autoload": {
  7972. "classmap": [
  7973. "src/"
  7974. ]
  7975. },
  7976. "notification-url": "https://packagist.org/downloads/",
  7977. "license": [
  7978. "BSD-3-Clause"
  7979. ],
  7980. "authors": [
  7981. {
  7982. "name": "Sebastian Bergmann",
  7983. "email": "sebastian@phpunit.de",
  7984. "role": "lead"
  7985. }
  7986. ],
  7987. "description": "Library for parsing CLI options",
  7988. "homepage": "https://github.com/sebastianbergmann/cli-parser",
  7989. "support": {
  7990. "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
  7991. "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
  7992. },
  7993. "funding": [
  7994. {
  7995. "url": "https://github.com/sebastianbergmann",
  7996. "type": "github"
  7997. }
  7998. ],
  7999. "time": "2020-09-28T06:08:49+00:00"
  8000. },
  8001. {
  8002. "name": "sebastian/code-unit",
  8003. "version": "1.0.8",
  8004. "source": {
  8005. "type": "git",
  8006. "url": "https://github.com/sebastianbergmann/code-unit.git",
  8007. "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
  8008. },
  8009. "dist": {
  8010. "type": "zip",
  8011. "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
  8012. "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
  8013. "shasum": ""
  8014. },
  8015. "require": {
  8016. "php": ">=7.3"
  8017. },
  8018. "require-dev": {
  8019. "phpunit/phpunit": "^9.3"
  8020. },
  8021. "type": "library",
  8022. "extra": {
  8023. "branch-alias": {
  8024. "dev-master": "1.0-dev"
  8025. }
  8026. },
  8027. "autoload": {
  8028. "classmap": [
  8029. "src/"
  8030. ]
  8031. },
  8032. "notification-url": "https://packagist.org/downloads/",
  8033. "license": [
  8034. "BSD-3-Clause"
  8035. ],
  8036. "authors": [
  8037. {
  8038. "name": "Sebastian Bergmann",
  8039. "email": "sebastian@phpunit.de",
  8040. "role": "lead"
  8041. }
  8042. ],
  8043. "description": "Collection of value objects that represent the PHP code units",
  8044. "homepage": "https://github.com/sebastianbergmann/code-unit",
  8045. "support": {
  8046. "issues": "https://github.com/sebastianbergmann/code-unit/issues",
  8047. "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
  8048. },
  8049. "funding": [
  8050. {
  8051. "url": "https://github.com/sebastianbergmann",
  8052. "type": "github"
  8053. }
  8054. ],
  8055. "time": "2020-10-26T13:08:54+00:00"
  8056. },
  8057. {
  8058. "name": "sebastian/code-unit-reverse-lookup",
  8059. "version": "2.0.3",
  8060. "source": {
  8061. "type": "git",
  8062. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  8063. "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
  8064. },
  8065. "dist": {
  8066. "type": "zip",
  8067. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
  8068. "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
  8069. "shasum": ""
  8070. },
  8071. "require": {
  8072. "php": ">=7.3"
  8073. },
  8074. "require-dev": {
  8075. "phpunit/phpunit": "^9.3"
  8076. },
  8077. "type": "library",
  8078. "extra": {
  8079. "branch-alias": {
  8080. "dev-master": "2.0-dev"
  8081. }
  8082. },
  8083. "autoload": {
  8084. "classmap": [
  8085. "src/"
  8086. ]
  8087. },
  8088. "notification-url": "https://packagist.org/downloads/",
  8089. "license": [
  8090. "BSD-3-Clause"
  8091. ],
  8092. "authors": [
  8093. {
  8094. "name": "Sebastian Bergmann",
  8095. "email": "sebastian@phpunit.de"
  8096. }
  8097. ],
  8098. "description": "Looks up which function or method a line of code belongs to",
  8099. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  8100. "support": {
  8101. "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
  8102. "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
  8103. },
  8104. "funding": [
  8105. {
  8106. "url": "https://github.com/sebastianbergmann",
  8107. "type": "github"
  8108. }
  8109. ],
  8110. "time": "2020-09-28T05:30:19+00:00"
  8111. },
  8112. {
  8113. "name": "sebastian/comparator",
  8114. "version": "4.0.8",
  8115. "source": {
  8116. "type": "git",
  8117. "url": "https://github.com/sebastianbergmann/comparator.git",
  8118. "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
  8119. },
  8120. "dist": {
  8121. "type": "zip",
  8122. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
  8123. "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
  8124. "shasum": ""
  8125. },
  8126. "require": {
  8127. "php": ">=7.3",
  8128. "sebastian/diff": "^4.0",
  8129. "sebastian/exporter": "^4.0"
  8130. },
  8131. "require-dev": {
  8132. "phpunit/phpunit": "^9.3"
  8133. },
  8134. "type": "library",
  8135. "extra": {
  8136. "branch-alias": {
  8137. "dev-master": "4.0-dev"
  8138. }
  8139. },
  8140. "autoload": {
  8141. "classmap": [
  8142. "src/"
  8143. ]
  8144. },
  8145. "notification-url": "https://packagist.org/downloads/",
  8146. "license": [
  8147. "BSD-3-Clause"
  8148. ],
  8149. "authors": [
  8150. {
  8151. "name": "Sebastian Bergmann",
  8152. "email": "sebastian@phpunit.de"
  8153. },
  8154. {
  8155. "name": "Jeff Welch",
  8156. "email": "whatthejeff@gmail.com"
  8157. },
  8158. {
  8159. "name": "Volker Dusch",
  8160. "email": "github@wallbash.com"
  8161. },
  8162. {
  8163. "name": "Bernhard Schussek",
  8164. "email": "bschussek@2bepublished.at"
  8165. }
  8166. ],
  8167. "description": "Provides the functionality to compare PHP values for equality",
  8168. "homepage": "https://github.com/sebastianbergmann/comparator",
  8169. "keywords": [
  8170. "comparator",
  8171. "compare",
  8172. "equality"
  8173. ],
  8174. "support": {
  8175. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  8176. "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
  8177. },
  8178. "funding": [
  8179. {
  8180. "url": "https://github.com/sebastianbergmann",
  8181. "type": "github"
  8182. }
  8183. ],
  8184. "time": "2022-09-14T12:41:17+00:00"
  8185. },
  8186. {
  8187. "name": "sebastian/complexity",
  8188. "version": "2.0.2",
  8189. "source": {
  8190. "type": "git",
  8191. "url": "https://github.com/sebastianbergmann/complexity.git",
  8192. "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
  8193. },
  8194. "dist": {
  8195. "type": "zip",
  8196. "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
  8197. "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
  8198. "shasum": ""
  8199. },
  8200. "require": {
  8201. "nikic/php-parser": "^4.7",
  8202. "php": ">=7.3"
  8203. },
  8204. "require-dev": {
  8205. "phpunit/phpunit": "^9.3"
  8206. },
  8207. "type": "library",
  8208. "extra": {
  8209. "branch-alias": {
  8210. "dev-master": "2.0-dev"
  8211. }
  8212. },
  8213. "autoload": {
  8214. "classmap": [
  8215. "src/"
  8216. ]
  8217. },
  8218. "notification-url": "https://packagist.org/downloads/",
  8219. "license": [
  8220. "BSD-3-Clause"
  8221. ],
  8222. "authors": [
  8223. {
  8224. "name": "Sebastian Bergmann",
  8225. "email": "sebastian@phpunit.de",
  8226. "role": "lead"
  8227. }
  8228. ],
  8229. "description": "Library for calculating the complexity of PHP code units",
  8230. "homepage": "https://github.com/sebastianbergmann/complexity",
  8231. "support": {
  8232. "issues": "https://github.com/sebastianbergmann/complexity/issues",
  8233. "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
  8234. },
  8235. "funding": [
  8236. {
  8237. "url": "https://github.com/sebastianbergmann",
  8238. "type": "github"
  8239. }
  8240. ],
  8241. "time": "2020-10-26T15:52:27+00:00"
  8242. },
  8243. {
  8244. "name": "sebastian/diff",
  8245. "version": "4.0.5",
  8246. "source": {
  8247. "type": "git",
  8248. "url": "https://github.com/sebastianbergmann/diff.git",
  8249. "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
  8250. },
  8251. "dist": {
  8252. "type": "zip",
  8253. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
  8254. "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
  8255. "shasum": ""
  8256. },
  8257. "require": {
  8258. "php": ">=7.3"
  8259. },
  8260. "require-dev": {
  8261. "phpunit/phpunit": "^9.3",
  8262. "symfony/process": "^4.2 || ^5"
  8263. },
  8264. "type": "library",
  8265. "extra": {
  8266. "branch-alias": {
  8267. "dev-master": "4.0-dev"
  8268. }
  8269. },
  8270. "autoload": {
  8271. "classmap": [
  8272. "src/"
  8273. ]
  8274. },
  8275. "notification-url": "https://packagist.org/downloads/",
  8276. "license": [
  8277. "BSD-3-Clause"
  8278. ],
  8279. "authors": [
  8280. {
  8281. "name": "Sebastian Bergmann",
  8282. "email": "sebastian@phpunit.de"
  8283. },
  8284. {
  8285. "name": "Kore Nordmann",
  8286. "email": "mail@kore-nordmann.de"
  8287. }
  8288. ],
  8289. "description": "Diff implementation",
  8290. "homepage": "https://github.com/sebastianbergmann/diff",
  8291. "keywords": [
  8292. "diff",
  8293. "udiff",
  8294. "unidiff",
  8295. "unified diff"
  8296. ],
  8297. "support": {
  8298. "issues": "https://github.com/sebastianbergmann/diff/issues",
  8299. "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
  8300. },
  8301. "funding": [
  8302. {
  8303. "url": "https://github.com/sebastianbergmann",
  8304. "type": "github"
  8305. }
  8306. ],
  8307. "time": "2023-05-07T05:35:17+00:00"
  8308. },
  8309. {
  8310. "name": "sebastian/environment",
  8311. "version": "5.1.5",
  8312. "source": {
  8313. "type": "git",
  8314. "url": "https://github.com/sebastianbergmann/environment.git",
  8315. "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
  8316. },
  8317. "dist": {
  8318. "type": "zip",
  8319. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
  8320. "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
  8321. "shasum": ""
  8322. },
  8323. "require": {
  8324. "php": ">=7.3"
  8325. },
  8326. "require-dev": {
  8327. "phpunit/phpunit": "^9.3"
  8328. },
  8329. "suggest": {
  8330. "ext-posix": "*"
  8331. },
  8332. "type": "library",
  8333. "extra": {
  8334. "branch-alias": {
  8335. "dev-master": "5.1-dev"
  8336. }
  8337. },
  8338. "autoload": {
  8339. "classmap": [
  8340. "src/"
  8341. ]
  8342. },
  8343. "notification-url": "https://packagist.org/downloads/",
  8344. "license": [
  8345. "BSD-3-Clause"
  8346. ],
  8347. "authors": [
  8348. {
  8349. "name": "Sebastian Bergmann",
  8350. "email": "sebastian@phpunit.de"
  8351. }
  8352. ],
  8353. "description": "Provides functionality to handle HHVM/PHP environments",
  8354. "homepage": "http://www.github.com/sebastianbergmann/environment",
  8355. "keywords": [
  8356. "Xdebug",
  8357. "environment",
  8358. "hhvm"
  8359. ],
  8360. "support": {
  8361. "issues": "https://github.com/sebastianbergmann/environment/issues",
  8362. "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
  8363. },
  8364. "funding": [
  8365. {
  8366. "url": "https://github.com/sebastianbergmann",
  8367. "type": "github"
  8368. }
  8369. ],
  8370. "time": "2023-02-03T06:03:51+00:00"
  8371. },
  8372. {
  8373. "name": "sebastian/exporter",
  8374. "version": "4.0.5",
  8375. "source": {
  8376. "type": "git",
  8377. "url": "https://github.com/sebastianbergmann/exporter.git",
  8378. "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
  8379. },
  8380. "dist": {
  8381. "type": "zip",
  8382. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
  8383. "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
  8384. "shasum": ""
  8385. },
  8386. "require": {
  8387. "php": ">=7.3",
  8388. "sebastian/recursion-context": "^4.0"
  8389. },
  8390. "require-dev": {
  8391. "ext-mbstring": "*",
  8392. "phpunit/phpunit": "^9.3"
  8393. },
  8394. "type": "library",
  8395. "extra": {
  8396. "branch-alias": {
  8397. "dev-master": "4.0-dev"
  8398. }
  8399. },
  8400. "autoload": {
  8401. "classmap": [
  8402. "src/"
  8403. ]
  8404. },
  8405. "notification-url": "https://packagist.org/downloads/",
  8406. "license": [
  8407. "BSD-3-Clause"
  8408. ],
  8409. "authors": [
  8410. {
  8411. "name": "Sebastian Bergmann",
  8412. "email": "sebastian@phpunit.de"
  8413. },
  8414. {
  8415. "name": "Jeff Welch",
  8416. "email": "whatthejeff@gmail.com"
  8417. },
  8418. {
  8419. "name": "Volker Dusch",
  8420. "email": "github@wallbash.com"
  8421. },
  8422. {
  8423. "name": "Adam Harvey",
  8424. "email": "aharvey@php.net"
  8425. },
  8426. {
  8427. "name": "Bernhard Schussek",
  8428. "email": "bschussek@gmail.com"
  8429. }
  8430. ],
  8431. "description": "Provides the functionality to export PHP variables for visualization",
  8432. "homepage": "https://www.github.com/sebastianbergmann/exporter",
  8433. "keywords": [
  8434. "export",
  8435. "exporter"
  8436. ],
  8437. "support": {
  8438. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  8439. "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
  8440. },
  8441. "funding": [
  8442. {
  8443. "url": "https://github.com/sebastianbergmann",
  8444. "type": "github"
  8445. }
  8446. ],
  8447. "time": "2022-09-14T06:03:37+00:00"
  8448. },
  8449. {
  8450. "name": "sebastian/global-state",
  8451. "version": "5.0.6",
  8452. "source": {
  8453. "type": "git",
  8454. "url": "https://github.com/sebastianbergmann/global-state.git",
  8455. "reference": "bde739e7565280bda77be70044ac1047bc007e34"
  8456. },
  8457. "dist": {
  8458. "type": "zip",
  8459. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34",
  8460. "reference": "bde739e7565280bda77be70044ac1047bc007e34",
  8461. "shasum": ""
  8462. },
  8463. "require": {
  8464. "php": ">=7.3",
  8465. "sebastian/object-reflector": "^2.0",
  8466. "sebastian/recursion-context": "^4.0"
  8467. },
  8468. "require-dev": {
  8469. "ext-dom": "*",
  8470. "phpunit/phpunit": "^9.3"
  8471. },
  8472. "suggest": {
  8473. "ext-uopz": "*"
  8474. },
  8475. "type": "library",
  8476. "extra": {
  8477. "branch-alias": {
  8478. "dev-master": "5.0-dev"
  8479. }
  8480. },
  8481. "autoload": {
  8482. "classmap": [
  8483. "src/"
  8484. ]
  8485. },
  8486. "notification-url": "https://packagist.org/downloads/",
  8487. "license": [
  8488. "BSD-3-Clause"
  8489. ],
  8490. "authors": [
  8491. {
  8492. "name": "Sebastian Bergmann",
  8493. "email": "sebastian@phpunit.de"
  8494. }
  8495. ],
  8496. "description": "Snapshotting of global state",
  8497. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  8498. "keywords": [
  8499. "global state"
  8500. ],
  8501. "support": {
  8502. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  8503. "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6"
  8504. },
  8505. "funding": [
  8506. {
  8507. "url": "https://github.com/sebastianbergmann",
  8508. "type": "github"
  8509. }
  8510. ],
  8511. "time": "2023-08-02T09:26:13+00:00"
  8512. },
  8513. {
  8514. "name": "sebastian/lines-of-code",
  8515. "version": "1.0.3",
  8516. "source": {
  8517. "type": "git",
  8518. "url": "https://github.com/sebastianbergmann/lines-of-code.git",
  8519. "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
  8520. },
  8521. "dist": {
  8522. "type": "zip",
  8523. "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
  8524. "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
  8525. "shasum": ""
  8526. },
  8527. "require": {
  8528. "nikic/php-parser": "^4.6",
  8529. "php": ">=7.3"
  8530. },
  8531. "require-dev": {
  8532. "phpunit/phpunit": "^9.3"
  8533. },
  8534. "type": "library",
  8535. "extra": {
  8536. "branch-alias": {
  8537. "dev-master": "1.0-dev"
  8538. }
  8539. },
  8540. "autoload": {
  8541. "classmap": [
  8542. "src/"
  8543. ]
  8544. },
  8545. "notification-url": "https://packagist.org/downloads/",
  8546. "license": [
  8547. "BSD-3-Clause"
  8548. ],
  8549. "authors": [
  8550. {
  8551. "name": "Sebastian Bergmann",
  8552. "email": "sebastian@phpunit.de",
  8553. "role": "lead"
  8554. }
  8555. ],
  8556. "description": "Library for counting the lines of code in PHP source code",
  8557. "homepage": "https://github.com/sebastianbergmann/lines-of-code",
  8558. "support": {
  8559. "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
  8560. "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
  8561. },
  8562. "funding": [
  8563. {
  8564. "url": "https://github.com/sebastianbergmann",
  8565. "type": "github"
  8566. }
  8567. ],
  8568. "time": "2020-11-28T06:42:11+00:00"
  8569. },
  8570. {
  8571. "name": "sebastian/object-enumerator",
  8572. "version": "4.0.4",
  8573. "source": {
  8574. "type": "git",
  8575. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  8576. "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
  8577. },
  8578. "dist": {
  8579. "type": "zip",
  8580. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
  8581. "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
  8582. "shasum": ""
  8583. },
  8584. "require": {
  8585. "php": ">=7.3",
  8586. "sebastian/object-reflector": "^2.0",
  8587. "sebastian/recursion-context": "^4.0"
  8588. },
  8589. "require-dev": {
  8590. "phpunit/phpunit": "^9.3"
  8591. },
  8592. "type": "library",
  8593. "extra": {
  8594. "branch-alias": {
  8595. "dev-master": "4.0-dev"
  8596. }
  8597. },
  8598. "autoload": {
  8599. "classmap": [
  8600. "src/"
  8601. ]
  8602. },
  8603. "notification-url": "https://packagist.org/downloads/",
  8604. "license": [
  8605. "BSD-3-Clause"
  8606. ],
  8607. "authors": [
  8608. {
  8609. "name": "Sebastian Bergmann",
  8610. "email": "sebastian@phpunit.de"
  8611. }
  8612. ],
  8613. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  8614. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  8615. "support": {
  8616. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  8617. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
  8618. },
  8619. "funding": [
  8620. {
  8621. "url": "https://github.com/sebastianbergmann",
  8622. "type": "github"
  8623. }
  8624. ],
  8625. "time": "2020-10-26T13:12:34+00:00"
  8626. },
  8627. {
  8628. "name": "sebastian/object-reflector",
  8629. "version": "2.0.4",
  8630. "source": {
  8631. "type": "git",
  8632. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  8633. "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
  8634. },
  8635. "dist": {
  8636. "type": "zip",
  8637. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
  8638. "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
  8639. "shasum": ""
  8640. },
  8641. "require": {
  8642. "php": ">=7.3"
  8643. },
  8644. "require-dev": {
  8645. "phpunit/phpunit": "^9.3"
  8646. },
  8647. "type": "library",
  8648. "extra": {
  8649. "branch-alias": {
  8650. "dev-master": "2.0-dev"
  8651. }
  8652. },
  8653. "autoload": {
  8654. "classmap": [
  8655. "src/"
  8656. ]
  8657. },
  8658. "notification-url": "https://packagist.org/downloads/",
  8659. "license": [
  8660. "BSD-3-Clause"
  8661. ],
  8662. "authors": [
  8663. {
  8664. "name": "Sebastian Bergmann",
  8665. "email": "sebastian@phpunit.de"
  8666. }
  8667. ],
  8668. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  8669. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  8670. "support": {
  8671. "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
  8672. "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
  8673. },
  8674. "funding": [
  8675. {
  8676. "url": "https://github.com/sebastianbergmann",
  8677. "type": "github"
  8678. }
  8679. ],
  8680. "time": "2020-10-26T13:14:26+00:00"
  8681. },
  8682. {
  8683. "name": "sebastian/recursion-context",
  8684. "version": "4.0.5",
  8685. "source": {
  8686. "type": "git",
  8687. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  8688. "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
  8689. },
  8690. "dist": {
  8691. "type": "zip",
  8692. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
  8693. "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
  8694. "shasum": ""
  8695. },
  8696. "require": {
  8697. "php": ">=7.3"
  8698. },
  8699. "require-dev": {
  8700. "phpunit/phpunit": "^9.3"
  8701. },
  8702. "type": "library",
  8703. "extra": {
  8704. "branch-alias": {
  8705. "dev-master": "4.0-dev"
  8706. }
  8707. },
  8708. "autoload": {
  8709. "classmap": [
  8710. "src/"
  8711. ]
  8712. },
  8713. "notification-url": "https://packagist.org/downloads/",
  8714. "license": [
  8715. "BSD-3-Clause"
  8716. ],
  8717. "authors": [
  8718. {
  8719. "name": "Sebastian Bergmann",
  8720. "email": "sebastian@phpunit.de"
  8721. },
  8722. {
  8723. "name": "Jeff Welch",
  8724. "email": "whatthejeff@gmail.com"
  8725. },
  8726. {
  8727. "name": "Adam Harvey",
  8728. "email": "aharvey@php.net"
  8729. }
  8730. ],
  8731. "description": "Provides functionality to recursively process PHP variables",
  8732. "homepage": "https://github.com/sebastianbergmann/recursion-context",
  8733. "support": {
  8734. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  8735. "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
  8736. },
  8737. "funding": [
  8738. {
  8739. "url": "https://github.com/sebastianbergmann",
  8740. "type": "github"
  8741. }
  8742. ],
  8743. "time": "2023-02-03T06:07:39+00:00"
  8744. },
  8745. {
  8746. "name": "sebastian/resource-operations",
  8747. "version": "3.0.3",
  8748. "source": {
  8749. "type": "git",
  8750. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  8751. "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
  8752. },
  8753. "dist": {
  8754. "type": "zip",
  8755. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
  8756. "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
  8757. "shasum": ""
  8758. },
  8759. "require": {
  8760. "php": ">=7.3"
  8761. },
  8762. "require-dev": {
  8763. "phpunit/phpunit": "^9.0"
  8764. },
  8765. "type": "library",
  8766. "extra": {
  8767. "branch-alias": {
  8768. "dev-master": "3.0-dev"
  8769. }
  8770. },
  8771. "autoload": {
  8772. "classmap": [
  8773. "src/"
  8774. ]
  8775. },
  8776. "notification-url": "https://packagist.org/downloads/",
  8777. "license": [
  8778. "BSD-3-Clause"
  8779. ],
  8780. "authors": [
  8781. {
  8782. "name": "Sebastian Bergmann",
  8783. "email": "sebastian@phpunit.de"
  8784. }
  8785. ],
  8786. "description": "Provides a list of PHP built-in functions that operate on resources",
  8787. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  8788. "support": {
  8789. "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
  8790. "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
  8791. },
  8792. "funding": [
  8793. {
  8794. "url": "https://github.com/sebastianbergmann",
  8795. "type": "github"
  8796. }
  8797. ],
  8798. "time": "2020-09-28T06:45:17+00:00"
  8799. },
  8800. {
  8801. "name": "sebastian/type",
  8802. "version": "3.2.1",
  8803. "source": {
  8804. "type": "git",
  8805. "url": "https://github.com/sebastianbergmann/type.git",
  8806. "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
  8807. },
  8808. "dist": {
  8809. "type": "zip",
  8810. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
  8811. "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
  8812. "shasum": ""
  8813. },
  8814. "require": {
  8815. "php": ">=7.3"
  8816. },
  8817. "require-dev": {
  8818. "phpunit/phpunit": "^9.5"
  8819. },
  8820. "type": "library",
  8821. "extra": {
  8822. "branch-alias": {
  8823. "dev-master": "3.2-dev"
  8824. }
  8825. },
  8826. "autoload": {
  8827. "classmap": [
  8828. "src/"
  8829. ]
  8830. },
  8831. "notification-url": "https://packagist.org/downloads/",
  8832. "license": [
  8833. "BSD-3-Clause"
  8834. ],
  8835. "authors": [
  8836. {
  8837. "name": "Sebastian Bergmann",
  8838. "email": "sebastian@phpunit.de",
  8839. "role": "lead"
  8840. }
  8841. ],
  8842. "description": "Collection of value objects that represent the types of the PHP type system",
  8843. "homepage": "https://github.com/sebastianbergmann/type",
  8844. "support": {
  8845. "issues": "https://github.com/sebastianbergmann/type/issues",
  8846. "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
  8847. },
  8848. "funding": [
  8849. {
  8850. "url": "https://github.com/sebastianbergmann",
  8851. "type": "github"
  8852. }
  8853. ],
  8854. "time": "2023-02-03T06:13:03+00:00"
  8855. },
  8856. {
  8857. "name": "sebastian/version",
  8858. "version": "3.0.2",
  8859. "source": {
  8860. "type": "git",
  8861. "url": "https://github.com/sebastianbergmann/version.git",
  8862. "reference": "c6c1022351a901512170118436c764e473f6de8c"
  8863. },
  8864. "dist": {
  8865. "type": "zip",
  8866. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
  8867. "reference": "c6c1022351a901512170118436c764e473f6de8c",
  8868. "shasum": ""
  8869. },
  8870. "require": {
  8871. "php": ">=7.3"
  8872. },
  8873. "type": "library",
  8874. "extra": {
  8875. "branch-alias": {
  8876. "dev-master": "3.0-dev"
  8877. }
  8878. },
  8879. "autoload": {
  8880. "classmap": [
  8881. "src/"
  8882. ]
  8883. },
  8884. "notification-url": "https://packagist.org/downloads/",
  8885. "license": [
  8886. "BSD-3-Clause"
  8887. ],
  8888. "authors": [
  8889. {
  8890. "name": "Sebastian Bergmann",
  8891. "email": "sebastian@phpunit.de",
  8892. "role": "lead"
  8893. }
  8894. ],
  8895. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  8896. "homepage": "https://github.com/sebastianbergmann/version",
  8897. "support": {
  8898. "issues": "https://github.com/sebastianbergmann/version/issues",
  8899. "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
  8900. },
  8901. "funding": [
  8902. {
  8903. "url": "https://github.com/sebastianbergmann",
  8904. "type": "github"
  8905. }
  8906. ],
  8907. "time": "2020-09-28T06:39:44+00:00"
  8908. },
  8909. {
  8910. "name": "symfony/browser-kit",
  8911. "version": "v6.3.2",
  8912. "source": {
  8913. "type": "git",
  8914. "url": "https://github.com/symfony/browser-kit.git",
  8915. "reference": "ca4a988488f61ac18f8f845445eabdd36f89aa8d"
  8916. },
  8917. "dist": {
  8918. "type": "zip",
  8919. "url": "https://api.github.com/repos/symfony/browser-kit/zipball/ca4a988488f61ac18f8f845445eabdd36f89aa8d",
  8920. "reference": "ca4a988488f61ac18f8f845445eabdd36f89aa8d",
  8921. "shasum": ""
  8922. },
  8923. "require": {
  8924. "php": ">=8.1",
  8925. "symfony/dom-crawler": "^5.4|^6.0"
  8926. },
  8927. "require-dev": {
  8928. "symfony/css-selector": "^5.4|^6.0",
  8929. "symfony/http-client": "^5.4|^6.0",
  8930. "symfony/mime": "^5.4|^6.0",
  8931. "symfony/process": "^5.4|^6.0"
  8932. },
  8933. "type": "library",
  8934. "autoload": {
  8935. "psr-4": {
  8936. "Symfony\\Component\\BrowserKit\\": ""
  8937. },
  8938. "exclude-from-classmap": [
  8939. "/Tests/"
  8940. ]
  8941. },
  8942. "notification-url": "https://packagist.org/downloads/",
  8943. "license": [
  8944. "MIT"
  8945. ],
  8946. "authors": [
  8947. {
  8948. "name": "Fabien Potencier",
  8949. "email": "fabien@symfony.com"
  8950. },
  8951. {
  8952. "name": "Symfony Community",
  8953. "homepage": "https://symfony.com/contributors"
  8954. }
  8955. ],
  8956. "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
  8957. "homepage": "https://symfony.com",
  8958. "support": {
  8959. "source": "https://github.com/symfony/browser-kit/tree/v6.3.2"
  8960. },
  8961. "funding": [
  8962. {
  8963. "url": "https://symfony.com/sponsor",
  8964. "type": "custom"
  8965. },
  8966. {
  8967. "url": "https://github.com/fabpot",
  8968. "type": "github"
  8969. },
  8970. {
  8971. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8972. "type": "tidelift"
  8973. }
  8974. ],
  8975. "time": "2023-07-06T06:56:43+00:00"
  8976. },
  8977. {
  8978. "name": "symfony/css-selector",
  8979. "version": "v6.3.2",
  8980. "source": {
  8981. "type": "git",
  8982. "url": "https://github.com/symfony/css-selector.git",
  8983. "reference": "883d961421ab1709877c10ac99451632a3d6fa57"
  8984. },
  8985. "dist": {
  8986. "type": "zip",
  8987. "url": "https://api.github.com/repos/symfony/css-selector/zipball/883d961421ab1709877c10ac99451632a3d6fa57",
  8988. "reference": "883d961421ab1709877c10ac99451632a3d6fa57",
  8989. "shasum": ""
  8990. },
  8991. "require": {
  8992. "php": ">=8.1"
  8993. },
  8994. "type": "library",
  8995. "autoload": {
  8996. "psr-4": {
  8997. "Symfony\\Component\\CssSelector\\": ""
  8998. },
  8999. "exclude-from-classmap": [
  9000. "/Tests/"
  9001. ]
  9002. },
  9003. "notification-url": "https://packagist.org/downloads/",
  9004. "license": [
  9005. "MIT"
  9006. ],
  9007. "authors": [
  9008. {
  9009. "name": "Fabien Potencier",
  9010. "email": "fabien@symfony.com"
  9011. },
  9012. {
  9013. "name": "Jean-François Simon",
  9014. "email": "jeanfrancois.simon@sensiolabs.com"
  9015. },
  9016. {
  9017. "name": "Symfony Community",
  9018. "homepage": "https://symfony.com/contributors"
  9019. }
  9020. ],
  9021. "description": "Converts CSS selectors to XPath expressions",
  9022. "homepage": "https://symfony.com",
  9023. "support": {
  9024. "source": "https://github.com/symfony/css-selector/tree/v6.3.2"
  9025. },
  9026. "funding": [
  9027. {
  9028. "url": "https://symfony.com/sponsor",
  9029. "type": "custom"
  9030. },
  9031. {
  9032. "url": "https://github.com/fabpot",
  9033. "type": "github"
  9034. },
  9035. {
  9036. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9037. "type": "tidelift"
  9038. }
  9039. ],
  9040. "time": "2023-07-12T16:00:22+00:00"
  9041. },
  9042. {
  9043. "name": "symfony/debug-bundle",
  9044. "version": "v6.3.2",
  9045. "source": {
  9046. "type": "git",
  9047. "url": "https://github.com/symfony/debug-bundle.git",
  9048. "reference": "3f04a578e1a9f1d7da84a87b690c03123e5d8c31"
  9049. },
  9050. "dist": {
  9051. "type": "zip",
  9052. "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/3f04a578e1a9f1d7da84a87b690c03123e5d8c31",
  9053. "reference": "3f04a578e1a9f1d7da84a87b690c03123e5d8c31",
  9054. "shasum": ""
  9055. },
  9056. "require": {
  9057. "ext-xml": "*",
  9058. "php": ">=8.1",
  9059. "symfony/dependency-injection": "^5.4|^6.0",
  9060. "symfony/http-kernel": "^5.4|^6.0",
  9061. "symfony/twig-bridge": "^5.4|^6.0",
  9062. "symfony/var-dumper": "^5.4|^6.0"
  9063. },
  9064. "conflict": {
  9065. "symfony/config": "<5.4",
  9066. "symfony/dependency-injection": "<5.4"
  9067. },
  9068. "require-dev": {
  9069. "symfony/config": "^5.4|^6.0",
  9070. "symfony/web-profiler-bundle": "^5.4|^6.0"
  9071. },
  9072. "type": "symfony-bundle",
  9073. "autoload": {
  9074. "psr-4": {
  9075. "Symfony\\Bundle\\DebugBundle\\": ""
  9076. },
  9077. "exclude-from-classmap": [
  9078. "/Tests/"
  9079. ]
  9080. },
  9081. "notification-url": "https://packagist.org/downloads/",
  9082. "license": [
  9083. "MIT"
  9084. ],
  9085. "authors": [
  9086. {
  9087. "name": "Fabien Potencier",
  9088. "email": "fabien@symfony.com"
  9089. },
  9090. {
  9091. "name": "Symfony Community",
  9092. "homepage": "https://symfony.com/contributors"
  9093. }
  9094. ],
  9095. "description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework",
  9096. "homepage": "https://symfony.com",
  9097. "support": {
  9098. "source": "https://github.com/symfony/debug-bundle/tree/v6.3.2"
  9099. },
  9100. "funding": [
  9101. {
  9102. "url": "https://symfony.com/sponsor",
  9103. "type": "custom"
  9104. },
  9105. {
  9106. "url": "https://github.com/fabpot",
  9107. "type": "github"
  9108. },
  9109. {
  9110. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9111. "type": "tidelift"
  9112. }
  9113. ],
  9114. "time": "2023-07-13T14:29:38+00:00"
  9115. },
  9116. {
  9117. "name": "symfony/dom-crawler",
  9118. "version": "v6.3.4",
  9119. "source": {
  9120. "type": "git",
  9121. "url": "https://github.com/symfony/dom-crawler.git",
  9122. "reference": "3fdd2a3d5fdc363b2e8dbf817f9726a4d013cbd1"
  9123. },
  9124. "dist": {
  9125. "type": "zip",
  9126. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/3fdd2a3d5fdc363b2e8dbf817f9726a4d013cbd1",
  9127. "reference": "3fdd2a3d5fdc363b2e8dbf817f9726a4d013cbd1",
  9128. "shasum": ""
  9129. },
  9130. "require": {
  9131. "masterminds/html5": "^2.6",
  9132. "php": ">=8.1",
  9133. "symfony/polyfill-ctype": "~1.8",
  9134. "symfony/polyfill-mbstring": "~1.0"
  9135. },
  9136. "require-dev": {
  9137. "symfony/css-selector": "^5.4|^6.0"
  9138. },
  9139. "type": "library",
  9140. "autoload": {
  9141. "psr-4": {
  9142. "Symfony\\Component\\DomCrawler\\": ""
  9143. },
  9144. "exclude-from-classmap": [
  9145. "/Tests/"
  9146. ]
  9147. },
  9148. "notification-url": "https://packagist.org/downloads/",
  9149. "license": [
  9150. "MIT"
  9151. ],
  9152. "authors": [
  9153. {
  9154. "name": "Fabien Potencier",
  9155. "email": "fabien@symfony.com"
  9156. },
  9157. {
  9158. "name": "Symfony Community",
  9159. "homepage": "https://symfony.com/contributors"
  9160. }
  9161. ],
  9162. "description": "Eases DOM navigation for HTML and XML documents",
  9163. "homepage": "https://symfony.com",
  9164. "support": {
  9165. "source": "https://github.com/symfony/dom-crawler/tree/v6.3.4"
  9166. },
  9167. "funding": [
  9168. {
  9169. "url": "https://symfony.com/sponsor",
  9170. "type": "custom"
  9171. },
  9172. {
  9173. "url": "https://github.com/fabpot",
  9174. "type": "github"
  9175. },
  9176. {
  9177. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9178. "type": "tidelift"
  9179. }
  9180. ],
  9181. "time": "2023-08-01T07:43:40+00:00"
  9182. },
  9183. {
  9184. "name": "symfony/maker-bundle",
  9185. "version": "v1.51.1",
  9186. "source": {
  9187. "type": "git",
  9188. "url": "https://github.com/symfony/maker-bundle.git",
  9189. "reference": "0890fd3cf1e2a5221f9b3c6ee1769c537aef683d"
  9190. },
  9191. "dist": {
  9192. "type": "zip",
  9193. "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/0890fd3cf1e2a5221f9b3c6ee1769c537aef683d",
  9194. "reference": "0890fd3cf1e2a5221f9b3c6ee1769c537aef683d",
  9195. "shasum": ""
  9196. },
  9197. "require": {
  9198. "doctrine/inflector": "^2.0",
  9199. "nikic/php-parser": "^4.11",
  9200. "php": ">=8.1",
  9201. "symfony/config": "^6.3|^7.0",
  9202. "symfony/console": "^6.3|^7.0",
  9203. "symfony/dependency-injection": "^6.3|^7.0",
  9204. "symfony/deprecation-contracts": "^2.2|^3",
  9205. "symfony/filesystem": "^6.3|^7.0",
  9206. "symfony/finder": "^6.3|^7.0",
  9207. "symfony/framework-bundle": "^6.3|^7.0",
  9208. "symfony/http-kernel": "^6.3|^7.0",
  9209. "symfony/process": "^6.3|^7.0"
  9210. },
  9211. "conflict": {
  9212. "doctrine/doctrine-bundle": "<2.4",
  9213. "doctrine/orm": "<2.10"
  9214. },
  9215. "require-dev": {
  9216. "composer/semver": "^3.0",
  9217. "doctrine/doctrine-bundle": "^2.5.0",
  9218. "doctrine/orm": "^2.10.0",
  9219. "symfony/http-client": "^6.3|^7.0",
  9220. "symfony/phpunit-bridge": "^6.3|^7.0",
  9221. "symfony/security-core": "^6.3|^7.0",
  9222. "symfony/yaml": "^6.3|^7.0",
  9223. "twig/twig": "^2.0|^3.0"
  9224. },
  9225. "type": "symfony-bundle",
  9226. "extra": {
  9227. "branch-alias": {
  9228. "dev-main": "1.x-dev"
  9229. }
  9230. },
  9231. "autoload": {
  9232. "psr-4": {
  9233. "Symfony\\Bundle\\MakerBundle\\": "src/"
  9234. }
  9235. },
  9236. "notification-url": "https://packagist.org/downloads/",
  9237. "license": [
  9238. "MIT"
  9239. ],
  9240. "authors": [
  9241. {
  9242. "name": "Symfony Community",
  9243. "homepage": "https://symfony.com/contributors"
  9244. }
  9245. ],
  9246. "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
  9247. "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
  9248. "keywords": [
  9249. "code generator",
  9250. "dev",
  9251. "generator",
  9252. "scaffold",
  9253. "scaffolding"
  9254. ],
  9255. "support": {
  9256. "issues": "https://github.com/symfony/maker-bundle/issues",
  9257. "source": "https://github.com/symfony/maker-bundle/tree/v1.51.1"
  9258. },
  9259. "funding": [
  9260. {
  9261. "url": "https://symfony.com/sponsor",
  9262. "type": "custom"
  9263. },
  9264. {
  9265. "url": "https://github.com/fabpot",
  9266. "type": "github"
  9267. },
  9268. {
  9269. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9270. "type": "tidelift"
  9271. }
  9272. ],
  9273. "time": "2023-09-18T18:17:31+00:00"
  9274. },
  9275. {
  9276. "name": "symfony/phpunit-bridge",
  9277. "version": "v6.3.2",
  9278. "source": {
  9279. "type": "git",
  9280. "url": "https://github.com/symfony/phpunit-bridge.git",
  9281. "reference": "e020e1efbd1b42cb670fcd7d19a25abbddba035d"
  9282. },
  9283. "dist": {
  9284. "type": "zip",
  9285. "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/e020e1efbd1b42cb670fcd7d19a25abbddba035d",
  9286. "reference": "e020e1efbd1b42cb670fcd7d19a25abbddba035d",
  9287. "shasum": ""
  9288. },
  9289. "require": {
  9290. "php": ">=7.1.3"
  9291. },
  9292. "conflict": {
  9293. "phpunit/phpunit": "<7.5|9.1.2"
  9294. },
  9295. "require-dev": {
  9296. "symfony/deprecation-contracts": "^2.5|^3.0",
  9297. "symfony/error-handler": "^5.4|^6.0",
  9298. "symfony/polyfill-php81": "^1.27"
  9299. },
  9300. "bin": [
  9301. "bin/simple-phpunit"
  9302. ],
  9303. "type": "symfony-bridge",
  9304. "extra": {
  9305. "thanks": {
  9306. "name": "phpunit/phpunit",
  9307. "url": "https://github.com/sebastianbergmann/phpunit"
  9308. }
  9309. },
  9310. "autoload": {
  9311. "files": [
  9312. "bootstrap.php"
  9313. ],
  9314. "psr-4": {
  9315. "Symfony\\Bridge\\PhpUnit\\": ""
  9316. },
  9317. "exclude-from-classmap": [
  9318. "/Tests/"
  9319. ]
  9320. },
  9321. "notification-url": "https://packagist.org/downloads/",
  9322. "license": [
  9323. "MIT"
  9324. ],
  9325. "authors": [
  9326. {
  9327. "name": "Nicolas Grekas",
  9328. "email": "p@tchwork.com"
  9329. },
  9330. {
  9331. "name": "Symfony Community",
  9332. "homepage": "https://symfony.com/contributors"
  9333. }
  9334. ],
  9335. "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
  9336. "homepage": "https://symfony.com",
  9337. "support": {
  9338. "source": "https://github.com/symfony/phpunit-bridge/tree/v6.3.2"
  9339. },
  9340. "funding": [
  9341. {
  9342. "url": "https://symfony.com/sponsor",
  9343. "type": "custom"
  9344. },
  9345. {
  9346. "url": "https://github.com/fabpot",
  9347. "type": "github"
  9348. },
  9349. {
  9350. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9351. "type": "tidelift"
  9352. }
  9353. ],
  9354. "time": "2023-07-12T16:00:22+00:00"
  9355. },
  9356. {
  9357. "name": "symfony/web-profiler-bundle",
  9358. "version": "v6.3.2",
  9359. "source": {
  9360. "type": "git",
  9361. "url": "https://github.com/symfony/web-profiler-bundle.git",
  9362. "reference": "6101b5ab7857c373d237e121f9060c68b32e1373"
  9363. },
  9364. "dist": {
  9365. "type": "zip",
  9366. "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/6101b5ab7857c373d237e121f9060c68b32e1373",
  9367. "reference": "6101b5ab7857c373d237e121f9060c68b32e1373",
  9368. "shasum": ""
  9369. },
  9370. "require": {
  9371. "php": ">=8.1",
  9372. "symfony/config": "^5.4|^6.0",
  9373. "symfony/framework-bundle": "^5.4|^6.0",
  9374. "symfony/http-kernel": "^6.3",
  9375. "symfony/routing": "^5.4|^6.0",
  9376. "symfony/twig-bundle": "^5.4|^6.0",
  9377. "twig/twig": "^2.13|^3.0.4"
  9378. },
  9379. "conflict": {
  9380. "symfony/form": "<5.4",
  9381. "symfony/mailer": "<5.4",
  9382. "symfony/messenger": "<5.4"
  9383. },
  9384. "require-dev": {
  9385. "symfony/browser-kit": "^5.4|^6.0",
  9386. "symfony/console": "^5.4|^6.0",
  9387. "symfony/css-selector": "^5.4|^6.0",
  9388. "symfony/stopwatch": "^5.4|^6.0"
  9389. },
  9390. "type": "symfony-bundle",
  9391. "autoload": {
  9392. "psr-4": {
  9393. "Symfony\\Bundle\\WebProfilerBundle\\": ""
  9394. },
  9395. "exclude-from-classmap": [
  9396. "/Tests/"
  9397. ]
  9398. },
  9399. "notification-url": "https://packagist.org/downloads/",
  9400. "license": [
  9401. "MIT"
  9402. ],
  9403. "authors": [
  9404. {
  9405. "name": "Fabien Potencier",
  9406. "email": "fabien@symfony.com"
  9407. },
  9408. {
  9409. "name": "Symfony Community",
  9410. "homepage": "https://symfony.com/contributors"
  9411. }
  9412. ],
  9413. "description": "Provides a development tool that gives detailed information about the execution of any request",
  9414. "homepage": "https://symfony.com",
  9415. "keywords": [
  9416. "dev"
  9417. ],
  9418. "support": {
  9419. "source": "https://github.com/symfony/web-profiler-bundle/tree/v6.3.2"
  9420. },
  9421. "funding": [
  9422. {
  9423. "url": "https://symfony.com/sponsor",
  9424. "type": "custom"
  9425. },
  9426. {
  9427. "url": "https://github.com/fabpot",
  9428. "type": "github"
  9429. },
  9430. {
  9431. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9432. "type": "tidelift"
  9433. }
  9434. ],
  9435. "time": "2023-07-19T20:17:28+00:00"
  9436. },
  9437. {
  9438. "name": "theseer/tokenizer",
  9439. "version": "1.2.1",
  9440. "source": {
  9441. "type": "git",
  9442. "url": "https://github.com/theseer/tokenizer.git",
  9443. "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
  9444. },
  9445. "dist": {
  9446. "type": "zip",
  9447. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
  9448. "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
  9449. "shasum": ""
  9450. },
  9451. "require": {
  9452. "ext-dom": "*",
  9453. "ext-tokenizer": "*",
  9454. "ext-xmlwriter": "*",
  9455. "php": "^7.2 || ^8.0"
  9456. },
  9457. "type": "library",
  9458. "autoload": {
  9459. "classmap": [
  9460. "src/"
  9461. ]
  9462. },
  9463. "notification-url": "https://packagist.org/downloads/",
  9464. "license": [
  9465. "BSD-3-Clause"
  9466. ],
  9467. "authors": [
  9468. {
  9469. "name": "Arne Blankerts",
  9470. "email": "arne@blankerts.de",
  9471. "role": "Developer"
  9472. }
  9473. ],
  9474. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  9475. "support": {
  9476. "issues": "https://github.com/theseer/tokenizer/issues",
  9477. "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
  9478. },
  9479. "funding": [
  9480. {
  9481. "url": "https://github.com/theseer",
  9482. "type": "github"
  9483. }
  9484. ],
  9485. "time": "2021-07-28T10:34:58+00:00"
  9486. }
  9487. ],
  9488. "aliases": [],
  9489. "minimum-stability": "stable",
  9490. "stability-flags": [],
  9491. "prefer-stable": true,
  9492. "prefer-lowest": false,
  9493. "platform": {
  9494. "php": ">=8.1",
  9495. "ext-ctype": "*",
  9496. "ext-iconv": "*"
  9497. },
  9498. "platform-dev": [],
  9499. "plugin-api-version": "2.6.0"
  9500. }