25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

10300 satır
385 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": "d7b5ce38bfbc33d0b68c44126f10eb17",
  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": "nelmio/cors-bundle",
  1493. "version": "2.3.1",
  1494. "source": {
  1495. "type": "git",
  1496. "url": "https://github.com/nelmio/NelmioCorsBundle.git",
  1497. "reference": "185d2c0ae50a3f0b628790170164d5f1c5b7c281"
  1498. },
  1499. "dist": {
  1500. "type": "zip",
  1501. "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/185d2c0ae50a3f0b628790170164d5f1c5b7c281",
  1502. "reference": "185d2c0ae50a3f0b628790170164d5f1c5b7c281",
  1503. "shasum": ""
  1504. },
  1505. "require": {
  1506. "psr/log": "^1.0 || ^2.0 || ^3.0",
  1507. "symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0"
  1508. },
  1509. "require-dev": {
  1510. "mockery/mockery": "^1.2",
  1511. "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0"
  1512. },
  1513. "type": "symfony-bundle",
  1514. "extra": {
  1515. "branch-alias": {
  1516. "dev-master": "2.x-dev"
  1517. }
  1518. },
  1519. "autoload": {
  1520. "psr-4": {
  1521. "Nelmio\\CorsBundle\\": ""
  1522. },
  1523. "exclude-from-classmap": [
  1524. "/Tests/"
  1525. ]
  1526. },
  1527. "notification-url": "https://packagist.org/downloads/",
  1528. "license": [
  1529. "MIT"
  1530. ],
  1531. "authors": [
  1532. {
  1533. "name": "Nelmio",
  1534. "homepage": "http://nelm.io"
  1535. },
  1536. {
  1537. "name": "Symfony Community",
  1538. "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
  1539. }
  1540. ],
  1541. "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application",
  1542. "keywords": [
  1543. "api",
  1544. "cors",
  1545. "crossdomain"
  1546. ],
  1547. "support": {
  1548. "issues": "https://github.com/nelmio/NelmioCorsBundle/issues",
  1549. "source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.3.1"
  1550. },
  1551. "time": "2023-02-16T08:49:29+00:00"
  1552. },
  1553. {
  1554. "name": "phpdocumentor/reflection-common",
  1555. "version": "2.2.0",
  1556. "source": {
  1557. "type": "git",
  1558. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  1559. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  1560. },
  1561. "dist": {
  1562. "type": "zip",
  1563. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  1564. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  1565. "shasum": ""
  1566. },
  1567. "require": {
  1568. "php": "^7.2 || ^8.0"
  1569. },
  1570. "type": "library",
  1571. "extra": {
  1572. "branch-alias": {
  1573. "dev-2.x": "2.x-dev"
  1574. }
  1575. },
  1576. "autoload": {
  1577. "psr-4": {
  1578. "phpDocumentor\\Reflection\\": "src/"
  1579. }
  1580. },
  1581. "notification-url": "https://packagist.org/downloads/",
  1582. "license": [
  1583. "MIT"
  1584. ],
  1585. "authors": [
  1586. {
  1587. "name": "Jaap van Otterdijk",
  1588. "email": "opensource@ijaap.nl"
  1589. }
  1590. ],
  1591. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  1592. "homepage": "http://www.phpdoc.org",
  1593. "keywords": [
  1594. "FQSEN",
  1595. "phpDocumentor",
  1596. "phpdoc",
  1597. "reflection",
  1598. "static analysis"
  1599. ],
  1600. "support": {
  1601. "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
  1602. "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
  1603. },
  1604. "time": "2020-06-27T09:03:43+00:00"
  1605. },
  1606. {
  1607. "name": "phpdocumentor/reflection-docblock",
  1608. "version": "5.3.0",
  1609. "source": {
  1610. "type": "git",
  1611. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  1612. "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
  1613. },
  1614. "dist": {
  1615. "type": "zip",
  1616. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
  1617. "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
  1618. "shasum": ""
  1619. },
  1620. "require": {
  1621. "ext-filter": "*",
  1622. "php": "^7.2 || ^8.0",
  1623. "phpdocumentor/reflection-common": "^2.2",
  1624. "phpdocumentor/type-resolver": "^1.3",
  1625. "webmozart/assert": "^1.9.1"
  1626. },
  1627. "require-dev": {
  1628. "mockery/mockery": "~1.3.2",
  1629. "psalm/phar": "^4.8"
  1630. },
  1631. "type": "library",
  1632. "extra": {
  1633. "branch-alias": {
  1634. "dev-master": "5.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. "name": "Jaap van Otterdijk",
  1653. "email": "account@ijaap.nl"
  1654. }
  1655. ],
  1656. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  1657. "support": {
  1658. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  1659. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
  1660. },
  1661. "time": "2021-10-19T17:43:47+00:00"
  1662. },
  1663. {
  1664. "name": "phpdocumentor/type-resolver",
  1665. "version": "1.7.3",
  1666. "source": {
  1667. "type": "git",
  1668. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  1669. "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419"
  1670. },
  1671. "dist": {
  1672. "type": "zip",
  1673. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
  1674. "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
  1675. "shasum": ""
  1676. },
  1677. "require": {
  1678. "doctrine/deprecations": "^1.0",
  1679. "php": "^7.4 || ^8.0",
  1680. "phpdocumentor/reflection-common": "^2.0",
  1681. "phpstan/phpdoc-parser": "^1.13"
  1682. },
  1683. "require-dev": {
  1684. "ext-tokenizer": "*",
  1685. "phpbench/phpbench": "^1.2",
  1686. "phpstan/extension-installer": "^1.1",
  1687. "phpstan/phpstan": "^1.8",
  1688. "phpstan/phpstan-phpunit": "^1.1",
  1689. "phpunit/phpunit": "^9.5",
  1690. "rector/rector": "^0.13.9",
  1691. "vimeo/psalm": "^4.25"
  1692. },
  1693. "type": "library",
  1694. "extra": {
  1695. "branch-alias": {
  1696. "dev-1.x": "1.x-dev"
  1697. }
  1698. },
  1699. "autoload": {
  1700. "psr-4": {
  1701. "phpDocumentor\\Reflection\\": "src"
  1702. }
  1703. },
  1704. "notification-url": "https://packagist.org/downloads/",
  1705. "license": [
  1706. "MIT"
  1707. ],
  1708. "authors": [
  1709. {
  1710. "name": "Mike van Riel",
  1711. "email": "me@mikevanriel.com"
  1712. }
  1713. ],
  1714. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  1715. "support": {
  1716. "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
  1717. "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.3"
  1718. },
  1719. "time": "2023-08-12T11:01:26+00:00"
  1720. },
  1721. {
  1722. "name": "phpstan/phpdoc-parser",
  1723. "version": "1.24.2",
  1724. "source": {
  1725. "type": "git",
  1726. "url": "https://github.com/phpstan/phpdoc-parser.git",
  1727. "reference": "bcad8d995980440892759db0c32acae7c8e79442"
  1728. },
  1729. "dist": {
  1730. "type": "zip",
  1731. "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bcad8d995980440892759db0c32acae7c8e79442",
  1732. "reference": "bcad8d995980440892759db0c32acae7c8e79442",
  1733. "shasum": ""
  1734. },
  1735. "require": {
  1736. "php": "^7.2 || ^8.0"
  1737. },
  1738. "require-dev": {
  1739. "doctrine/annotations": "^2.0",
  1740. "nikic/php-parser": "^4.15",
  1741. "php-parallel-lint/php-parallel-lint": "^1.2",
  1742. "phpstan/extension-installer": "^1.0",
  1743. "phpstan/phpstan": "^1.5",
  1744. "phpstan/phpstan-phpunit": "^1.1",
  1745. "phpstan/phpstan-strict-rules": "^1.0",
  1746. "phpunit/phpunit": "^9.5",
  1747. "symfony/process": "^5.2"
  1748. },
  1749. "type": "library",
  1750. "autoload": {
  1751. "psr-4": {
  1752. "PHPStan\\PhpDocParser\\": [
  1753. "src/"
  1754. ]
  1755. }
  1756. },
  1757. "notification-url": "https://packagist.org/downloads/",
  1758. "license": [
  1759. "MIT"
  1760. ],
  1761. "description": "PHPDoc parser with support for nullable, intersection and generic types",
  1762. "support": {
  1763. "issues": "https://github.com/phpstan/phpdoc-parser/issues",
  1764. "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.2"
  1765. },
  1766. "time": "2023-09-26T12:28:12+00:00"
  1767. },
  1768. {
  1769. "name": "psr/cache",
  1770. "version": "3.0.0",
  1771. "source": {
  1772. "type": "git",
  1773. "url": "https://github.com/php-fig/cache.git",
  1774. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
  1775. },
  1776. "dist": {
  1777. "type": "zip",
  1778. "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  1779. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  1780. "shasum": ""
  1781. },
  1782. "require": {
  1783. "php": ">=8.0.0"
  1784. },
  1785. "type": "library",
  1786. "extra": {
  1787. "branch-alias": {
  1788. "dev-master": "1.0.x-dev"
  1789. }
  1790. },
  1791. "autoload": {
  1792. "psr-4": {
  1793. "Psr\\Cache\\": "src/"
  1794. }
  1795. },
  1796. "notification-url": "https://packagist.org/downloads/",
  1797. "license": [
  1798. "MIT"
  1799. ],
  1800. "authors": [
  1801. {
  1802. "name": "PHP-FIG",
  1803. "homepage": "https://www.php-fig.org/"
  1804. }
  1805. ],
  1806. "description": "Common interface for caching libraries",
  1807. "keywords": [
  1808. "cache",
  1809. "psr",
  1810. "psr-6"
  1811. ],
  1812. "support": {
  1813. "source": "https://github.com/php-fig/cache/tree/3.0.0"
  1814. },
  1815. "time": "2021-02-03T23:26:27+00:00"
  1816. },
  1817. {
  1818. "name": "psr/clock",
  1819. "version": "1.0.0",
  1820. "source": {
  1821. "type": "git",
  1822. "url": "https://github.com/php-fig/clock.git",
  1823. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
  1824. },
  1825. "dist": {
  1826. "type": "zip",
  1827. "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  1828. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  1829. "shasum": ""
  1830. },
  1831. "require": {
  1832. "php": "^7.0 || ^8.0"
  1833. },
  1834. "type": "library",
  1835. "autoload": {
  1836. "psr-4": {
  1837. "Psr\\Clock\\": "src/"
  1838. }
  1839. },
  1840. "notification-url": "https://packagist.org/downloads/",
  1841. "license": [
  1842. "MIT"
  1843. ],
  1844. "authors": [
  1845. {
  1846. "name": "PHP-FIG",
  1847. "homepage": "https://www.php-fig.org/"
  1848. }
  1849. ],
  1850. "description": "Common interface for reading the clock.",
  1851. "homepage": "https://github.com/php-fig/clock",
  1852. "keywords": [
  1853. "clock",
  1854. "now",
  1855. "psr",
  1856. "psr-20",
  1857. "time"
  1858. ],
  1859. "support": {
  1860. "issues": "https://github.com/php-fig/clock/issues",
  1861. "source": "https://github.com/php-fig/clock/tree/1.0.0"
  1862. },
  1863. "time": "2022-11-25T14:36:26+00:00"
  1864. },
  1865. {
  1866. "name": "psr/container",
  1867. "version": "2.0.2",
  1868. "source": {
  1869. "type": "git",
  1870. "url": "https://github.com/php-fig/container.git",
  1871. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  1872. },
  1873. "dist": {
  1874. "type": "zip",
  1875. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  1876. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  1877. "shasum": ""
  1878. },
  1879. "require": {
  1880. "php": ">=7.4.0"
  1881. },
  1882. "type": "library",
  1883. "extra": {
  1884. "branch-alias": {
  1885. "dev-master": "2.0.x-dev"
  1886. }
  1887. },
  1888. "autoload": {
  1889. "psr-4": {
  1890. "Psr\\Container\\": "src/"
  1891. }
  1892. },
  1893. "notification-url": "https://packagist.org/downloads/",
  1894. "license": [
  1895. "MIT"
  1896. ],
  1897. "authors": [
  1898. {
  1899. "name": "PHP-FIG",
  1900. "homepage": "https://www.php-fig.org/"
  1901. }
  1902. ],
  1903. "description": "Common Container Interface (PHP FIG PSR-11)",
  1904. "homepage": "https://github.com/php-fig/container",
  1905. "keywords": [
  1906. "PSR-11",
  1907. "container",
  1908. "container-interface",
  1909. "container-interop",
  1910. "psr"
  1911. ],
  1912. "support": {
  1913. "issues": "https://github.com/php-fig/container/issues",
  1914. "source": "https://github.com/php-fig/container/tree/2.0.2"
  1915. },
  1916. "time": "2021-11-05T16:47:00+00:00"
  1917. },
  1918. {
  1919. "name": "psr/event-dispatcher",
  1920. "version": "1.0.0",
  1921. "source": {
  1922. "type": "git",
  1923. "url": "https://github.com/php-fig/event-dispatcher.git",
  1924. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  1925. },
  1926. "dist": {
  1927. "type": "zip",
  1928. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  1929. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  1930. "shasum": ""
  1931. },
  1932. "require": {
  1933. "php": ">=7.2.0"
  1934. },
  1935. "type": "library",
  1936. "extra": {
  1937. "branch-alias": {
  1938. "dev-master": "1.0.x-dev"
  1939. }
  1940. },
  1941. "autoload": {
  1942. "psr-4": {
  1943. "Psr\\EventDispatcher\\": "src/"
  1944. }
  1945. },
  1946. "notification-url": "https://packagist.org/downloads/",
  1947. "license": [
  1948. "MIT"
  1949. ],
  1950. "authors": [
  1951. {
  1952. "name": "PHP-FIG",
  1953. "homepage": "http://www.php-fig.org/"
  1954. }
  1955. ],
  1956. "description": "Standard interfaces for event handling.",
  1957. "keywords": [
  1958. "events",
  1959. "psr",
  1960. "psr-14"
  1961. ],
  1962. "support": {
  1963. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  1964. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  1965. },
  1966. "time": "2019-01-08T18:20:26+00:00"
  1967. },
  1968. {
  1969. "name": "psr/link",
  1970. "version": "2.0.1",
  1971. "source": {
  1972. "type": "git",
  1973. "url": "https://github.com/php-fig/link.git",
  1974. "reference": "84b159194ecfd7eaa472280213976e96415433f7"
  1975. },
  1976. "dist": {
  1977. "type": "zip",
  1978. "url": "https://api.github.com/repos/php-fig/link/zipball/84b159194ecfd7eaa472280213976e96415433f7",
  1979. "reference": "84b159194ecfd7eaa472280213976e96415433f7",
  1980. "shasum": ""
  1981. },
  1982. "require": {
  1983. "php": ">=8.0.0"
  1984. },
  1985. "suggest": {
  1986. "fig/link-util": "Provides some useful PSR-13 utilities"
  1987. },
  1988. "type": "library",
  1989. "extra": {
  1990. "branch-alias": {
  1991. "dev-master": "2.0.x-dev"
  1992. }
  1993. },
  1994. "autoload": {
  1995. "psr-4": {
  1996. "Psr\\Link\\": "src/"
  1997. }
  1998. },
  1999. "notification-url": "https://packagist.org/downloads/",
  2000. "license": [
  2001. "MIT"
  2002. ],
  2003. "authors": [
  2004. {
  2005. "name": "PHP-FIG",
  2006. "homepage": "http://www.php-fig.org/"
  2007. }
  2008. ],
  2009. "description": "Common interfaces for HTTP links",
  2010. "homepage": "https://github.com/php-fig/link",
  2011. "keywords": [
  2012. "http",
  2013. "http-link",
  2014. "link",
  2015. "psr",
  2016. "psr-13",
  2017. "rest"
  2018. ],
  2019. "support": {
  2020. "source": "https://github.com/php-fig/link/tree/2.0.1"
  2021. },
  2022. "time": "2021-03-11T23:00:27+00:00"
  2023. },
  2024. {
  2025. "name": "psr/log",
  2026. "version": "3.0.0",
  2027. "source": {
  2028. "type": "git",
  2029. "url": "https://github.com/php-fig/log.git",
  2030. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
  2031. },
  2032. "dist": {
  2033. "type": "zip",
  2034. "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
  2035. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
  2036. "shasum": ""
  2037. },
  2038. "require": {
  2039. "php": ">=8.0.0"
  2040. },
  2041. "type": "library",
  2042. "extra": {
  2043. "branch-alias": {
  2044. "dev-master": "3.x-dev"
  2045. }
  2046. },
  2047. "autoload": {
  2048. "psr-4": {
  2049. "Psr\\Log\\": "src"
  2050. }
  2051. },
  2052. "notification-url": "https://packagist.org/downloads/",
  2053. "license": [
  2054. "MIT"
  2055. ],
  2056. "authors": [
  2057. {
  2058. "name": "PHP-FIG",
  2059. "homepage": "https://www.php-fig.org/"
  2060. }
  2061. ],
  2062. "description": "Common interface for logging libraries",
  2063. "homepage": "https://github.com/php-fig/log",
  2064. "keywords": [
  2065. "log",
  2066. "psr",
  2067. "psr-3"
  2068. ],
  2069. "support": {
  2070. "source": "https://github.com/php-fig/log/tree/3.0.0"
  2071. },
  2072. "time": "2021-07-14T16:46:02+00:00"
  2073. },
  2074. {
  2075. "name": "spt/spt-core-bundle",
  2076. "version": "1.0.0",
  2077. "dist": {
  2078. "type": "path",
  2079. "url": "./bundle/Spt/SptCoreBundle",
  2080. "reference": "2af0409998232df1861831282ba6136075eb36f3"
  2081. },
  2082. "require": {
  2083. "nelmio/cors-bundle": "^2.3",
  2084. "php": ">=8.1",
  2085. "symfony/security-bundle": "^6.3"
  2086. },
  2087. "require-dev": {
  2088. "symfony/maker-bundle": "^1.51"
  2089. },
  2090. "type": "symfony-bundle",
  2091. "autoload": {
  2092. "psr-4": {
  2093. "Spt\\SptCoreBundle\\": "src/"
  2094. }
  2095. },
  2096. "autoload-dev": {
  2097. "psr-4": {
  2098. "Spt\\SptCoreBundle\\Tests\\": "tests/"
  2099. }
  2100. },
  2101. "scripts": {
  2102. "auto-scripts": {
  2103. "cache:clear": "symfony-cmd",
  2104. "assets:install %PUBLIC_DIR%": "symfony-cmd"
  2105. }
  2106. },
  2107. "authors": [
  2108. {
  2109. "name": "Daniel Knudsen",
  2110. "email": "d.knudsen@spawntree.de"
  2111. },
  2112. {
  2113. "name": "Florian Eisenmenger",
  2114. "email": "f.eisenmenger@spawntree.de"
  2115. }
  2116. ],
  2117. "description": "Core bundle for basic functionality",
  2118. "transport-options": {
  2119. "relative": true
  2120. }
  2121. },
  2122. {
  2123. "name": "symfony/asset",
  2124. "version": "v6.3.0",
  2125. "source": {
  2126. "type": "git",
  2127. "url": "https://github.com/symfony/asset.git",
  2128. "reference": "b77a4cc8e266b7e0db688de740f9ee7253aa411c"
  2129. },
  2130. "dist": {
  2131. "type": "zip",
  2132. "url": "https://api.github.com/repos/symfony/asset/zipball/b77a4cc8e266b7e0db688de740f9ee7253aa411c",
  2133. "reference": "b77a4cc8e266b7e0db688de740f9ee7253aa411c",
  2134. "shasum": ""
  2135. },
  2136. "require": {
  2137. "php": ">=8.1"
  2138. },
  2139. "conflict": {
  2140. "symfony/http-foundation": "<5.4"
  2141. },
  2142. "require-dev": {
  2143. "symfony/http-client": "^5.4|^6.0",
  2144. "symfony/http-foundation": "^5.4|^6.0",
  2145. "symfony/http-kernel": "^5.4|^6.0"
  2146. },
  2147. "type": "library",
  2148. "autoload": {
  2149. "psr-4": {
  2150. "Symfony\\Component\\Asset\\": ""
  2151. },
  2152. "exclude-from-classmap": [
  2153. "/Tests/"
  2154. ]
  2155. },
  2156. "notification-url": "https://packagist.org/downloads/",
  2157. "license": [
  2158. "MIT"
  2159. ],
  2160. "authors": [
  2161. {
  2162. "name": "Fabien Potencier",
  2163. "email": "fabien@symfony.com"
  2164. },
  2165. {
  2166. "name": "Symfony Community",
  2167. "homepage": "https://symfony.com/contributors"
  2168. }
  2169. ],
  2170. "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
  2171. "homepage": "https://symfony.com",
  2172. "support": {
  2173. "source": "https://github.com/symfony/asset/tree/v6.3.0"
  2174. },
  2175. "funding": [
  2176. {
  2177. "url": "https://symfony.com/sponsor",
  2178. "type": "custom"
  2179. },
  2180. {
  2181. "url": "https://github.com/fabpot",
  2182. "type": "github"
  2183. },
  2184. {
  2185. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2186. "type": "tidelift"
  2187. }
  2188. ],
  2189. "time": "2023-04-21T14:41:17+00:00"
  2190. },
  2191. {
  2192. "name": "symfony/cache",
  2193. "version": "v6.3.6",
  2194. "source": {
  2195. "type": "git",
  2196. "url": "https://github.com/symfony/cache.git",
  2197. "reference": "84aff8d948d6292d2b5a01ac622760be44dddc72"
  2198. },
  2199. "dist": {
  2200. "type": "zip",
  2201. "url": "https://api.github.com/repos/symfony/cache/zipball/84aff8d948d6292d2b5a01ac622760be44dddc72",
  2202. "reference": "84aff8d948d6292d2b5a01ac622760be44dddc72",
  2203. "shasum": ""
  2204. },
  2205. "require": {
  2206. "php": ">=8.1",
  2207. "psr/cache": "^2.0|^3.0",
  2208. "psr/log": "^1.1|^2|^3",
  2209. "symfony/cache-contracts": "^2.5|^3",
  2210. "symfony/service-contracts": "^2.5|^3",
  2211. "symfony/var-exporter": "^6.3.6"
  2212. },
  2213. "conflict": {
  2214. "doctrine/dbal": "<2.13.1",
  2215. "symfony/dependency-injection": "<5.4",
  2216. "symfony/http-kernel": "<5.4",
  2217. "symfony/var-dumper": "<5.4"
  2218. },
  2219. "provide": {
  2220. "psr/cache-implementation": "2.0|3.0",
  2221. "psr/simple-cache-implementation": "1.0|2.0|3.0",
  2222. "symfony/cache-implementation": "1.1|2.0|3.0"
  2223. },
  2224. "require-dev": {
  2225. "cache/integration-tests": "dev-master",
  2226. "doctrine/dbal": "^2.13.1|^3|^4",
  2227. "predis/predis": "^1.1|^2.0",
  2228. "psr/simple-cache": "^1.0|^2.0|^3.0",
  2229. "symfony/config": "^5.4|^6.0",
  2230. "symfony/dependency-injection": "^5.4|^6.0",
  2231. "symfony/filesystem": "^5.4|^6.0",
  2232. "symfony/http-kernel": "^5.4|^6.0",
  2233. "symfony/messenger": "^5.4|^6.0",
  2234. "symfony/var-dumper": "^5.4|^6.0"
  2235. },
  2236. "type": "library",
  2237. "autoload": {
  2238. "psr-4": {
  2239. "Symfony\\Component\\Cache\\": ""
  2240. },
  2241. "classmap": [
  2242. "Traits/ValueWrapper.php"
  2243. ],
  2244. "exclude-from-classmap": [
  2245. "/Tests/"
  2246. ]
  2247. },
  2248. "notification-url": "https://packagist.org/downloads/",
  2249. "license": [
  2250. "MIT"
  2251. ],
  2252. "authors": [
  2253. {
  2254. "name": "Nicolas Grekas",
  2255. "email": "p@tchwork.com"
  2256. },
  2257. {
  2258. "name": "Symfony Community",
  2259. "homepage": "https://symfony.com/contributors"
  2260. }
  2261. ],
  2262. "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
  2263. "homepage": "https://symfony.com",
  2264. "keywords": [
  2265. "caching",
  2266. "psr6"
  2267. ],
  2268. "support": {
  2269. "source": "https://github.com/symfony/cache/tree/v6.3.6"
  2270. },
  2271. "funding": [
  2272. {
  2273. "url": "https://symfony.com/sponsor",
  2274. "type": "custom"
  2275. },
  2276. {
  2277. "url": "https://github.com/fabpot",
  2278. "type": "github"
  2279. },
  2280. {
  2281. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2282. "type": "tidelift"
  2283. }
  2284. ],
  2285. "time": "2023-10-17T14:44:58+00:00"
  2286. },
  2287. {
  2288. "name": "symfony/cache-contracts",
  2289. "version": "v3.3.0",
  2290. "source": {
  2291. "type": "git",
  2292. "url": "https://github.com/symfony/cache-contracts.git",
  2293. "reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b"
  2294. },
  2295. "dist": {
  2296. "type": "zip",
  2297. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ad945640ccc0ae6e208bcea7d7de4b39b569896b",
  2298. "reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b",
  2299. "shasum": ""
  2300. },
  2301. "require": {
  2302. "php": ">=8.1",
  2303. "psr/cache": "^3.0"
  2304. },
  2305. "type": "library",
  2306. "extra": {
  2307. "branch-alias": {
  2308. "dev-main": "3.4-dev"
  2309. },
  2310. "thanks": {
  2311. "name": "symfony/contracts",
  2312. "url": "https://github.com/symfony/contracts"
  2313. }
  2314. },
  2315. "autoload": {
  2316. "psr-4": {
  2317. "Symfony\\Contracts\\Cache\\": ""
  2318. }
  2319. },
  2320. "notification-url": "https://packagist.org/downloads/",
  2321. "license": [
  2322. "MIT"
  2323. ],
  2324. "authors": [
  2325. {
  2326. "name": "Nicolas Grekas",
  2327. "email": "p@tchwork.com"
  2328. },
  2329. {
  2330. "name": "Symfony Community",
  2331. "homepage": "https://symfony.com/contributors"
  2332. }
  2333. ],
  2334. "description": "Generic abstractions related to caching",
  2335. "homepage": "https://symfony.com",
  2336. "keywords": [
  2337. "abstractions",
  2338. "contracts",
  2339. "decoupling",
  2340. "interfaces",
  2341. "interoperability",
  2342. "standards"
  2343. ],
  2344. "support": {
  2345. "source": "https://github.com/symfony/cache-contracts/tree/v3.3.0"
  2346. },
  2347. "funding": [
  2348. {
  2349. "url": "https://symfony.com/sponsor",
  2350. "type": "custom"
  2351. },
  2352. {
  2353. "url": "https://github.com/fabpot",
  2354. "type": "github"
  2355. },
  2356. {
  2357. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2358. "type": "tidelift"
  2359. }
  2360. ],
  2361. "time": "2023-05-23T14:45:45+00:00"
  2362. },
  2363. {
  2364. "name": "symfony/clock",
  2365. "version": "v6.3.4",
  2366. "source": {
  2367. "type": "git",
  2368. "url": "https://github.com/symfony/clock.git",
  2369. "reference": "a74086d3db70d0f06ffd84480daa556248706e98"
  2370. },
  2371. "dist": {
  2372. "type": "zip",
  2373. "url": "https://api.github.com/repos/symfony/clock/zipball/a74086d3db70d0f06ffd84480daa556248706e98",
  2374. "reference": "a74086d3db70d0f06ffd84480daa556248706e98",
  2375. "shasum": ""
  2376. },
  2377. "require": {
  2378. "php": ">=8.1",
  2379. "psr/clock": "^1.0"
  2380. },
  2381. "provide": {
  2382. "psr/clock-implementation": "1.0"
  2383. },
  2384. "type": "library",
  2385. "autoload": {
  2386. "files": [
  2387. "Resources/now.php"
  2388. ],
  2389. "psr-4": {
  2390. "Symfony\\Component\\Clock\\": ""
  2391. },
  2392. "exclude-from-classmap": [
  2393. "/Tests/"
  2394. ]
  2395. },
  2396. "notification-url": "https://packagist.org/downloads/",
  2397. "license": [
  2398. "MIT"
  2399. ],
  2400. "authors": [
  2401. {
  2402. "name": "Nicolas Grekas",
  2403. "email": "p@tchwork.com"
  2404. },
  2405. {
  2406. "name": "Symfony Community",
  2407. "homepage": "https://symfony.com/contributors"
  2408. }
  2409. ],
  2410. "description": "Decouples applications from the system clock",
  2411. "homepage": "https://symfony.com",
  2412. "keywords": [
  2413. "clock",
  2414. "psr20",
  2415. "time"
  2416. ],
  2417. "support": {
  2418. "source": "https://github.com/symfony/clock/tree/v6.3.4"
  2419. },
  2420. "funding": [
  2421. {
  2422. "url": "https://symfony.com/sponsor",
  2423. "type": "custom"
  2424. },
  2425. {
  2426. "url": "https://github.com/fabpot",
  2427. "type": "github"
  2428. },
  2429. {
  2430. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2431. "type": "tidelift"
  2432. }
  2433. ],
  2434. "time": "2023-07-31T11:35:03+00:00"
  2435. },
  2436. {
  2437. "name": "symfony/config",
  2438. "version": "v6.3.2",
  2439. "source": {
  2440. "type": "git",
  2441. "url": "https://github.com/symfony/config.git",
  2442. "reference": "b47ca238b03e7b0d7880ffd1cf06e8d637ca1467"
  2443. },
  2444. "dist": {
  2445. "type": "zip",
  2446. "url": "https://api.github.com/repos/symfony/config/zipball/b47ca238b03e7b0d7880ffd1cf06e8d637ca1467",
  2447. "reference": "b47ca238b03e7b0d7880ffd1cf06e8d637ca1467",
  2448. "shasum": ""
  2449. },
  2450. "require": {
  2451. "php": ">=8.1",
  2452. "symfony/deprecation-contracts": "^2.5|^3",
  2453. "symfony/filesystem": "^5.4|^6.0",
  2454. "symfony/polyfill-ctype": "~1.8"
  2455. },
  2456. "conflict": {
  2457. "symfony/finder": "<5.4",
  2458. "symfony/service-contracts": "<2.5"
  2459. },
  2460. "require-dev": {
  2461. "symfony/event-dispatcher": "^5.4|^6.0",
  2462. "symfony/finder": "^5.4|^6.0",
  2463. "symfony/messenger": "^5.4|^6.0",
  2464. "symfony/service-contracts": "^2.5|^3",
  2465. "symfony/yaml": "^5.4|^6.0"
  2466. },
  2467. "type": "library",
  2468. "autoload": {
  2469. "psr-4": {
  2470. "Symfony\\Component\\Config\\": ""
  2471. },
  2472. "exclude-from-classmap": [
  2473. "/Tests/"
  2474. ]
  2475. },
  2476. "notification-url": "https://packagist.org/downloads/",
  2477. "license": [
  2478. "MIT"
  2479. ],
  2480. "authors": [
  2481. {
  2482. "name": "Fabien Potencier",
  2483. "email": "fabien@symfony.com"
  2484. },
  2485. {
  2486. "name": "Symfony Community",
  2487. "homepage": "https://symfony.com/contributors"
  2488. }
  2489. ],
  2490. "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
  2491. "homepage": "https://symfony.com",
  2492. "support": {
  2493. "source": "https://github.com/symfony/config/tree/v6.3.2"
  2494. },
  2495. "funding": [
  2496. {
  2497. "url": "https://symfony.com/sponsor",
  2498. "type": "custom"
  2499. },
  2500. {
  2501. "url": "https://github.com/fabpot",
  2502. "type": "github"
  2503. },
  2504. {
  2505. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2506. "type": "tidelift"
  2507. }
  2508. ],
  2509. "time": "2023-07-19T20:22:16+00:00"
  2510. },
  2511. {
  2512. "name": "symfony/console",
  2513. "version": "v6.3.4",
  2514. "source": {
  2515. "type": "git",
  2516. "url": "https://github.com/symfony/console.git",
  2517. "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6"
  2518. },
  2519. "dist": {
  2520. "type": "zip",
  2521. "url": "https://api.github.com/repos/symfony/console/zipball/eca495f2ee845130855ddf1cf18460c38966c8b6",
  2522. "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6",
  2523. "shasum": ""
  2524. },
  2525. "require": {
  2526. "php": ">=8.1",
  2527. "symfony/deprecation-contracts": "^2.5|^3",
  2528. "symfony/polyfill-mbstring": "~1.0",
  2529. "symfony/service-contracts": "^2.5|^3",
  2530. "symfony/string": "^5.4|^6.0"
  2531. },
  2532. "conflict": {
  2533. "symfony/dependency-injection": "<5.4",
  2534. "symfony/dotenv": "<5.4",
  2535. "symfony/event-dispatcher": "<5.4",
  2536. "symfony/lock": "<5.4",
  2537. "symfony/process": "<5.4"
  2538. },
  2539. "provide": {
  2540. "psr/log-implementation": "1.0|2.0|3.0"
  2541. },
  2542. "require-dev": {
  2543. "psr/log": "^1|^2|^3",
  2544. "symfony/config": "^5.4|^6.0",
  2545. "symfony/dependency-injection": "^5.4|^6.0",
  2546. "symfony/event-dispatcher": "^5.4|^6.0",
  2547. "symfony/lock": "^5.4|^6.0",
  2548. "symfony/process": "^5.4|^6.0",
  2549. "symfony/var-dumper": "^5.4|^6.0"
  2550. },
  2551. "type": "library",
  2552. "autoload": {
  2553. "psr-4": {
  2554. "Symfony\\Component\\Console\\": ""
  2555. },
  2556. "exclude-from-classmap": [
  2557. "/Tests/"
  2558. ]
  2559. },
  2560. "notification-url": "https://packagist.org/downloads/",
  2561. "license": [
  2562. "MIT"
  2563. ],
  2564. "authors": [
  2565. {
  2566. "name": "Fabien Potencier",
  2567. "email": "fabien@symfony.com"
  2568. },
  2569. {
  2570. "name": "Symfony Community",
  2571. "homepage": "https://symfony.com/contributors"
  2572. }
  2573. ],
  2574. "description": "Eases the creation of beautiful and testable command line interfaces",
  2575. "homepage": "https://symfony.com",
  2576. "keywords": [
  2577. "cli",
  2578. "command-line",
  2579. "console",
  2580. "terminal"
  2581. ],
  2582. "support": {
  2583. "source": "https://github.com/symfony/console/tree/v6.3.4"
  2584. },
  2585. "funding": [
  2586. {
  2587. "url": "https://symfony.com/sponsor",
  2588. "type": "custom"
  2589. },
  2590. {
  2591. "url": "https://github.com/fabpot",
  2592. "type": "github"
  2593. },
  2594. {
  2595. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2596. "type": "tidelift"
  2597. }
  2598. ],
  2599. "time": "2023-08-16T10:10:12+00:00"
  2600. },
  2601. {
  2602. "name": "symfony/dependency-injection",
  2603. "version": "v6.3.5",
  2604. "source": {
  2605. "type": "git",
  2606. "url": "https://github.com/symfony/dependency-injection.git",
  2607. "reference": "2ed62b3bf98346e1f45529a7b6be2196739bb993"
  2608. },
  2609. "dist": {
  2610. "type": "zip",
  2611. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2ed62b3bf98346e1f45529a7b6be2196739bb993",
  2612. "reference": "2ed62b3bf98346e1f45529a7b6be2196739bb993",
  2613. "shasum": ""
  2614. },
  2615. "require": {
  2616. "php": ">=8.1",
  2617. "psr/container": "^1.1|^2.0",
  2618. "symfony/deprecation-contracts": "^2.5|^3",
  2619. "symfony/service-contracts": "^2.5|^3.0",
  2620. "symfony/var-exporter": "^6.2.10"
  2621. },
  2622. "conflict": {
  2623. "ext-psr": "<1.1|>=2",
  2624. "symfony/config": "<6.1",
  2625. "symfony/finder": "<5.4",
  2626. "symfony/proxy-manager-bridge": "<6.3",
  2627. "symfony/yaml": "<5.4"
  2628. },
  2629. "provide": {
  2630. "psr/container-implementation": "1.1|2.0",
  2631. "symfony/service-implementation": "1.1|2.0|3.0"
  2632. },
  2633. "require-dev": {
  2634. "symfony/config": "^6.1",
  2635. "symfony/expression-language": "^5.4|^6.0",
  2636. "symfony/yaml": "^5.4|^6.0"
  2637. },
  2638. "type": "library",
  2639. "autoload": {
  2640. "psr-4": {
  2641. "Symfony\\Component\\DependencyInjection\\": ""
  2642. },
  2643. "exclude-from-classmap": [
  2644. "/Tests/"
  2645. ]
  2646. },
  2647. "notification-url": "https://packagist.org/downloads/",
  2648. "license": [
  2649. "MIT"
  2650. ],
  2651. "authors": [
  2652. {
  2653. "name": "Fabien Potencier",
  2654. "email": "fabien@symfony.com"
  2655. },
  2656. {
  2657. "name": "Symfony Community",
  2658. "homepage": "https://symfony.com/contributors"
  2659. }
  2660. ],
  2661. "description": "Allows you to standardize and centralize the way objects are constructed in your application",
  2662. "homepage": "https://symfony.com",
  2663. "support": {
  2664. "source": "https://github.com/symfony/dependency-injection/tree/v6.3.5"
  2665. },
  2666. "funding": [
  2667. {
  2668. "url": "https://symfony.com/sponsor",
  2669. "type": "custom"
  2670. },
  2671. {
  2672. "url": "https://github.com/fabpot",
  2673. "type": "github"
  2674. },
  2675. {
  2676. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2677. "type": "tidelift"
  2678. }
  2679. ],
  2680. "time": "2023-09-25T16:46:40+00:00"
  2681. },
  2682. {
  2683. "name": "symfony/deprecation-contracts",
  2684. "version": "v3.3.0",
  2685. "source": {
  2686. "type": "git",
  2687. "url": "https://github.com/symfony/deprecation-contracts.git",
  2688. "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
  2689. },
  2690. "dist": {
  2691. "type": "zip",
  2692. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
  2693. "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
  2694. "shasum": ""
  2695. },
  2696. "require": {
  2697. "php": ">=8.1"
  2698. },
  2699. "type": "library",
  2700. "extra": {
  2701. "branch-alias": {
  2702. "dev-main": "3.4-dev"
  2703. },
  2704. "thanks": {
  2705. "name": "symfony/contracts",
  2706. "url": "https://github.com/symfony/contracts"
  2707. }
  2708. },
  2709. "autoload": {
  2710. "files": [
  2711. "function.php"
  2712. ]
  2713. },
  2714. "notification-url": "https://packagist.org/downloads/",
  2715. "license": [
  2716. "MIT"
  2717. ],
  2718. "authors": [
  2719. {
  2720. "name": "Nicolas Grekas",
  2721. "email": "p@tchwork.com"
  2722. },
  2723. {
  2724. "name": "Symfony Community",
  2725. "homepage": "https://symfony.com/contributors"
  2726. }
  2727. ],
  2728. "description": "A generic function and convention to trigger deprecation notices",
  2729. "homepage": "https://symfony.com",
  2730. "support": {
  2731. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
  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-05-23T14:45:45+00:00"
  2748. },
  2749. {
  2750. "name": "symfony/doctrine-bridge",
  2751. "version": "v6.3.6",
  2752. "source": {
  2753. "type": "git",
  2754. "url": "https://github.com/symfony/doctrine-bridge.git",
  2755. "reference": "6479c0b2cb2fa94338a5fb5b810a82d573ca15c2"
  2756. },
  2757. "dist": {
  2758. "type": "zip",
  2759. "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/6479c0b2cb2fa94338a5fb5b810a82d573ca15c2",
  2760. "reference": "6479c0b2cb2fa94338a5fb5b810a82d573ca15c2",
  2761. "shasum": ""
  2762. },
  2763. "require": {
  2764. "doctrine/event-manager": "^1.2|^2",
  2765. "doctrine/persistence": "^2|^3",
  2766. "php": ">=8.1",
  2767. "symfony/deprecation-contracts": "^2.5|^3",
  2768. "symfony/polyfill-ctype": "~1.8",
  2769. "symfony/polyfill-mbstring": "~1.0",
  2770. "symfony/service-contracts": "^2.5|^3"
  2771. },
  2772. "conflict": {
  2773. "doctrine/annotations": "<1.13.1",
  2774. "doctrine/dbal": "<2.13.1",
  2775. "doctrine/lexer": "<1.1",
  2776. "doctrine/orm": "<2.12",
  2777. "symfony/cache": "<5.4",
  2778. "symfony/dependency-injection": "<6.2",
  2779. "symfony/form": "<5.4.21|>=6,<6.2.7",
  2780. "symfony/http-foundation": "<6.3",
  2781. "symfony/http-kernel": "<6.2",
  2782. "symfony/lock": "<6.3",
  2783. "symfony/messenger": "<5.4",
  2784. "symfony/property-info": "<5.4",
  2785. "symfony/security-bundle": "<5.4",
  2786. "symfony/security-core": "<6.0",
  2787. "symfony/validator": "<5.4.25|>=6,<6.2.12|>=6.3,<6.3.1"
  2788. },
  2789. "require-dev": {
  2790. "doctrine/annotations": "^1.13.1|^2",
  2791. "doctrine/collections": "^1.0|^2.0",
  2792. "doctrine/data-fixtures": "^1.1",
  2793. "doctrine/dbal": "^2.13.1|^3|^4",
  2794. "doctrine/orm": "^2.12|^3",
  2795. "psr/log": "^1|^2|^3",
  2796. "symfony/cache": "^5.4|^6.0",
  2797. "symfony/config": "^5.4|^6.0",
  2798. "symfony/dependency-injection": "^6.2",
  2799. "symfony/doctrine-messenger": "^5.4|^6.0",
  2800. "symfony/expression-language": "^5.4|^6.0",
  2801. "symfony/form": "^5.4.21|^6.2.7",
  2802. "symfony/http-kernel": "^6.3",
  2803. "symfony/lock": "^6.3",
  2804. "symfony/messenger": "^5.4|^6.0",
  2805. "symfony/property-access": "^5.4|^6.0",
  2806. "symfony/property-info": "^5.4|^6.0",
  2807. "symfony/proxy-manager-bridge": "^5.4|^6.0",
  2808. "symfony/security-core": "^6.0",
  2809. "symfony/stopwatch": "^5.4|^6.0",
  2810. "symfony/translation": "^5.4|^6.0",
  2811. "symfony/uid": "^5.4|^6.0",
  2812. "symfony/validator": "^5.4.25|~6.2.12|^6.3.1",
  2813. "symfony/var-dumper": "^5.4|^6.0"
  2814. },
  2815. "type": "symfony-bridge",
  2816. "autoload": {
  2817. "psr-4": {
  2818. "Symfony\\Bridge\\Doctrine\\": ""
  2819. },
  2820. "exclude-from-classmap": [
  2821. "/Tests/"
  2822. ]
  2823. },
  2824. "notification-url": "https://packagist.org/downloads/",
  2825. "license": [
  2826. "MIT"
  2827. ],
  2828. "authors": [
  2829. {
  2830. "name": "Fabien Potencier",
  2831. "email": "fabien@symfony.com"
  2832. },
  2833. {
  2834. "name": "Symfony Community",
  2835. "homepage": "https://symfony.com/contributors"
  2836. }
  2837. ],
  2838. "description": "Provides integration for Doctrine with various Symfony components",
  2839. "homepage": "https://symfony.com",
  2840. "support": {
  2841. "source": "https://github.com/symfony/doctrine-bridge/tree/v6.3.6"
  2842. },
  2843. "funding": [
  2844. {
  2845. "url": "https://symfony.com/sponsor",
  2846. "type": "custom"
  2847. },
  2848. {
  2849. "url": "https://github.com/fabpot",
  2850. "type": "github"
  2851. },
  2852. {
  2853. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2854. "type": "tidelift"
  2855. }
  2856. ],
  2857. "time": "2023-10-17T16:20:28+00:00"
  2858. },
  2859. {
  2860. "name": "symfony/doctrine-messenger",
  2861. "version": "v6.3.6",
  2862. "source": {
  2863. "type": "git",
  2864. "url": "https://github.com/symfony/doctrine-messenger.git",
  2865. "reference": "9fec1e5af3b11432faf9f95d793c5e2f79b23df5"
  2866. },
  2867. "dist": {
  2868. "type": "zip",
  2869. "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/9fec1e5af3b11432faf9f95d793c5e2f79b23df5",
  2870. "reference": "9fec1e5af3b11432faf9f95d793c5e2f79b23df5",
  2871. "shasum": ""
  2872. },
  2873. "require": {
  2874. "doctrine/dbal": "^2.13|^3|^4",
  2875. "php": ">=8.1",
  2876. "symfony/messenger": "^5.4|^6.0",
  2877. "symfony/service-contracts": "^2.5|^3"
  2878. },
  2879. "conflict": {
  2880. "doctrine/persistence": "<1.3"
  2881. },
  2882. "require-dev": {
  2883. "doctrine/persistence": "^1.3|^2|^3",
  2884. "symfony/property-access": "^5.4|^6.0",
  2885. "symfony/serializer": "^5.4|^6.0"
  2886. },
  2887. "type": "symfony-messenger-bridge",
  2888. "autoload": {
  2889. "psr-4": {
  2890. "Symfony\\Component\\Messenger\\Bridge\\Doctrine\\": ""
  2891. },
  2892. "exclude-from-classmap": [
  2893. "/Tests/"
  2894. ]
  2895. },
  2896. "notification-url": "https://packagist.org/downloads/",
  2897. "license": [
  2898. "MIT"
  2899. ],
  2900. "authors": [
  2901. {
  2902. "name": "Fabien Potencier",
  2903. "email": "fabien@symfony.com"
  2904. },
  2905. {
  2906. "name": "Symfony Community",
  2907. "homepage": "https://symfony.com/contributors"
  2908. }
  2909. ],
  2910. "description": "Symfony Doctrine Messenger Bridge",
  2911. "homepage": "https://symfony.com",
  2912. "support": {
  2913. "source": "https://github.com/symfony/doctrine-messenger/tree/v6.3.6"
  2914. },
  2915. "funding": [
  2916. {
  2917. "url": "https://symfony.com/sponsor",
  2918. "type": "custom"
  2919. },
  2920. {
  2921. "url": "https://github.com/fabpot",
  2922. "type": "github"
  2923. },
  2924. {
  2925. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2926. "type": "tidelift"
  2927. }
  2928. ],
  2929. "time": "2023-10-12T15:02:41+00:00"
  2930. },
  2931. {
  2932. "name": "symfony/dotenv",
  2933. "version": "v6.3.0",
  2934. "source": {
  2935. "type": "git",
  2936. "url": "https://github.com/symfony/dotenv.git",
  2937. "reference": "ceadb434fe2a6763a03d2d110441745834f3dd1e"
  2938. },
  2939. "dist": {
  2940. "type": "zip",
  2941. "url": "https://api.github.com/repos/symfony/dotenv/zipball/ceadb434fe2a6763a03d2d110441745834f3dd1e",
  2942. "reference": "ceadb434fe2a6763a03d2d110441745834f3dd1e",
  2943. "shasum": ""
  2944. },
  2945. "require": {
  2946. "php": ">=8.1"
  2947. },
  2948. "conflict": {
  2949. "symfony/console": "<5.4",
  2950. "symfony/process": "<5.4"
  2951. },
  2952. "require-dev": {
  2953. "symfony/console": "^5.4|^6.0",
  2954. "symfony/process": "^5.4|^6.0"
  2955. },
  2956. "type": "library",
  2957. "autoload": {
  2958. "psr-4": {
  2959. "Symfony\\Component\\Dotenv\\": ""
  2960. },
  2961. "exclude-from-classmap": [
  2962. "/Tests/"
  2963. ]
  2964. },
  2965. "notification-url": "https://packagist.org/downloads/",
  2966. "license": [
  2967. "MIT"
  2968. ],
  2969. "authors": [
  2970. {
  2971. "name": "Fabien Potencier",
  2972. "email": "fabien@symfony.com"
  2973. },
  2974. {
  2975. "name": "Symfony Community",
  2976. "homepage": "https://symfony.com/contributors"
  2977. }
  2978. ],
  2979. "description": "Registers environment variables from a .env file",
  2980. "homepage": "https://symfony.com",
  2981. "keywords": [
  2982. "dotenv",
  2983. "env",
  2984. "environment"
  2985. ],
  2986. "support": {
  2987. "source": "https://github.com/symfony/dotenv/tree/v6.3.0"
  2988. },
  2989. "funding": [
  2990. {
  2991. "url": "https://symfony.com/sponsor",
  2992. "type": "custom"
  2993. },
  2994. {
  2995. "url": "https://github.com/fabpot",
  2996. "type": "github"
  2997. },
  2998. {
  2999. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3000. "type": "tidelift"
  3001. }
  3002. ],
  3003. "time": "2023-04-21T14:41:17+00:00"
  3004. },
  3005. {
  3006. "name": "symfony/error-handler",
  3007. "version": "v6.3.5",
  3008. "source": {
  3009. "type": "git",
  3010. "url": "https://github.com/symfony/error-handler.git",
  3011. "reference": "1f69476b64fb47105c06beef757766c376b548c4"
  3012. },
  3013. "dist": {
  3014. "type": "zip",
  3015. "url": "https://api.github.com/repos/symfony/error-handler/zipball/1f69476b64fb47105c06beef757766c376b548c4",
  3016. "reference": "1f69476b64fb47105c06beef757766c376b548c4",
  3017. "shasum": ""
  3018. },
  3019. "require": {
  3020. "php": ">=8.1",
  3021. "psr/log": "^1|^2|^3",
  3022. "symfony/var-dumper": "^5.4|^6.0"
  3023. },
  3024. "conflict": {
  3025. "symfony/deprecation-contracts": "<2.5"
  3026. },
  3027. "require-dev": {
  3028. "symfony/deprecation-contracts": "^2.5|^3",
  3029. "symfony/http-kernel": "^5.4|^6.0",
  3030. "symfony/serializer": "^5.4|^6.0"
  3031. },
  3032. "bin": [
  3033. "Resources/bin/patch-type-declarations"
  3034. ],
  3035. "type": "library",
  3036. "autoload": {
  3037. "psr-4": {
  3038. "Symfony\\Component\\ErrorHandler\\": ""
  3039. },
  3040. "exclude-from-classmap": [
  3041. "/Tests/"
  3042. ]
  3043. },
  3044. "notification-url": "https://packagist.org/downloads/",
  3045. "license": [
  3046. "MIT"
  3047. ],
  3048. "authors": [
  3049. {
  3050. "name": "Fabien Potencier",
  3051. "email": "fabien@symfony.com"
  3052. },
  3053. {
  3054. "name": "Symfony Community",
  3055. "homepage": "https://symfony.com/contributors"
  3056. }
  3057. ],
  3058. "description": "Provides tools to manage errors and ease debugging PHP code",
  3059. "homepage": "https://symfony.com",
  3060. "support": {
  3061. "source": "https://github.com/symfony/error-handler/tree/v6.3.5"
  3062. },
  3063. "funding": [
  3064. {
  3065. "url": "https://symfony.com/sponsor",
  3066. "type": "custom"
  3067. },
  3068. {
  3069. "url": "https://github.com/fabpot",
  3070. "type": "github"
  3071. },
  3072. {
  3073. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3074. "type": "tidelift"
  3075. }
  3076. ],
  3077. "time": "2023-09-12T06:57:20+00:00"
  3078. },
  3079. {
  3080. "name": "symfony/event-dispatcher",
  3081. "version": "v6.3.2",
  3082. "source": {
  3083. "type": "git",
  3084. "url": "https://github.com/symfony/event-dispatcher.git",
  3085. "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e"
  3086. },
  3087. "dist": {
  3088. "type": "zip",
  3089. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
  3090. "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
  3091. "shasum": ""
  3092. },
  3093. "require": {
  3094. "php": ">=8.1",
  3095. "symfony/event-dispatcher-contracts": "^2.5|^3"
  3096. },
  3097. "conflict": {
  3098. "symfony/dependency-injection": "<5.4",
  3099. "symfony/service-contracts": "<2.5"
  3100. },
  3101. "provide": {
  3102. "psr/event-dispatcher-implementation": "1.0",
  3103. "symfony/event-dispatcher-implementation": "2.0|3.0"
  3104. },
  3105. "require-dev": {
  3106. "psr/log": "^1|^2|^3",
  3107. "symfony/config": "^5.4|^6.0",
  3108. "symfony/dependency-injection": "^5.4|^6.0",
  3109. "symfony/error-handler": "^5.4|^6.0",
  3110. "symfony/expression-language": "^5.4|^6.0",
  3111. "symfony/http-foundation": "^5.4|^6.0",
  3112. "symfony/service-contracts": "^2.5|^3",
  3113. "symfony/stopwatch": "^5.4|^6.0"
  3114. },
  3115. "type": "library",
  3116. "autoload": {
  3117. "psr-4": {
  3118. "Symfony\\Component\\EventDispatcher\\": ""
  3119. },
  3120. "exclude-from-classmap": [
  3121. "/Tests/"
  3122. ]
  3123. },
  3124. "notification-url": "https://packagist.org/downloads/",
  3125. "license": [
  3126. "MIT"
  3127. ],
  3128. "authors": [
  3129. {
  3130. "name": "Fabien Potencier",
  3131. "email": "fabien@symfony.com"
  3132. },
  3133. {
  3134. "name": "Symfony Community",
  3135. "homepage": "https://symfony.com/contributors"
  3136. }
  3137. ],
  3138. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  3139. "homepage": "https://symfony.com",
  3140. "support": {
  3141. "source": "https://github.com/symfony/event-dispatcher/tree/v6.3.2"
  3142. },
  3143. "funding": [
  3144. {
  3145. "url": "https://symfony.com/sponsor",
  3146. "type": "custom"
  3147. },
  3148. {
  3149. "url": "https://github.com/fabpot",
  3150. "type": "github"
  3151. },
  3152. {
  3153. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3154. "type": "tidelift"
  3155. }
  3156. ],
  3157. "time": "2023-07-06T06:56:43+00:00"
  3158. },
  3159. {
  3160. "name": "symfony/event-dispatcher-contracts",
  3161. "version": "v3.3.0",
  3162. "source": {
  3163. "type": "git",
  3164. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  3165. "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
  3166. },
  3167. "dist": {
  3168. "type": "zip",
  3169. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
  3170. "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
  3171. "shasum": ""
  3172. },
  3173. "require": {
  3174. "php": ">=8.1",
  3175. "psr/event-dispatcher": "^1"
  3176. },
  3177. "type": "library",
  3178. "extra": {
  3179. "branch-alias": {
  3180. "dev-main": "3.4-dev"
  3181. },
  3182. "thanks": {
  3183. "name": "symfony/contracts",
  3184. "url": "https://github.com/symfony/contracts"
  3185. }
  3186. },
  3187. "autoload": {
  3188. "psr-4": {
  3189. "Symfony\\Contracts\\EventDispatcher\\": ""
  3190. }
  3191. },
  3192. "notification-url": "https://packagist.org/downloads/",
  3193. "license": [
  3194. "MIT"
  3195. ],
  3196. "authors": [
  3197. {
  3198. "name": "Nicolas Grekas",
  3199. "email": "p@tchwork.com"
  3200. },
  3201. {
  3202. "name": "Symfony Community",
  3203. "homepage": "https://symfony.com/contributors"
  3204. }
  3205. ],
  3206. "description": "Generic abstractions related to dispatching event",
  3207. "homepage": "https://symfony.com",
  3208. "keywords": [
  3209. "abstractions",
  3210. "contracts",
  3211. "decoupling",
  3212. "interfaces",
  3213. "interoperability",
  3214. "standards"
  3215. ],
  3216. "support": {
  3217. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0"
  3218. },
  3219. "funding": [
  3220. {
  3221. "url": "https://symfony.com/sponsor",
  3222. "type": "custom"
  3223. },
  3224. {
  3225. "url": "https://github.com/fabpot",
  3226. "type": "github"
  3227. },
  3228. {
  3229. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3230. "type": "tidelift"
  3231. }
  3232. ],
  3233. "time": "2023-05-23T14:45:45+00:00"
  3234. },
  3235. {
  3236. "name": "symfony/expression-language",
  3237. "version": "v6.3.0",
  3238. "source": {
  3239. "type": "git",
  3240. "url": "https://github.com/symfony/expression-language.git",
  3241. "reference": "6d560c4c80e7e328708efd923f93ad67e6a0c1c0"
  3242. },
  3243. "dist": {
  3244. "type": "zip",
  3245. "url": "https://api.github.com/repos/symfony/expression-language/zipball/6d560c4c80e7e328708efd923f93ad67e6a0c1c0",
  3246. "reference": "6d560c4c80e7e328708efd923f93ad67e6a0c1c0",
  3247. "shasum": ""
  3248. },
  3249. "require": {
  3250. "php": ">=8.1",
  3251. "symfony/cache": "^5.4|^6.0",
  3252. "symfony/deprecation-contracts": "^2.5|^3",
  3253. "symfony/service-contracts": "^2.5|^3"
  3254. },
  3255. "type": "library",
  3256. "autoload": {
  3257. "psr-4": {
  3258. "Symfony\\Component\\ExpressionLanguage\\": ""
  3259. },
  3260. "exclude-from-classmap": [
  3261. "/Tests/"
  3262. ]
  3263. },
  3264. "notification-url": "https://packagist.org/downloads/",
  3265. "license": [
  3266. "MIT"
  3267. ],
  3268. "authors": [
  3269. {
  3270. "name": "Fabien Potencier",
  3271. "email": "fabien@symfony.com"
  3272. },
  3273. {
  3274. "name": "Symfony Community",
  3275. "homepage": "https://symfony.com/contributors"
  3276. }
  3277. ],
  3278. "description": "Provides an engine that can compile and evaluate expressions",
  3279. "homepage": "https://symfony.com",
  3280. "support": {
  3281. "source": "https://github.com/symfony/expression-language/tree/v6.3.0"
  3282. },
  3283. "funding": [
  3284. {
  3285. "url": "https://symfony.com/sponsor",
  3286. "type": "custom"
  3287. },
  3288. {
  3289. "url": "https://github.com/fabpot",
  3290. "type": "github"
  3291. },
  3292. {
  3293. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3294. "type": "tidelift"
  3295. }
  3296. ],
  3297. "time": "2023-04-28T16:05:33+00:00"
  3298. },
  3299. {
  3300. "name": "symfony/filesystem",
  3301. "version": "v6.3.1",
  3302. "source": {
  3303. "type": "git",
  3304. "url": "https://github.com/symfony/filesystem.git",
  3305. "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae"
  3306. },
  3307. "dist": {
  3308. "type": "zip",
  3309. "url": "https://api.github.com/repos/symfony/filesystem/zipball/edd36776956f2a6fcf577edb5b05eb0e3bdc52ae",
  3310. "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae",
  3311. "shasum": ""
  3312. },
  3313. "require": {
  3314. "php": ">=8.1",
  3315. "symfony/polyfill-ctype": "~1.8",
  3316. "symfony/polyfill-mbstring": "~1.8"
  3317. },
  3318. "type": "library",
  3319. "autoload": {
  3320. "psr-4": {
  3321. "Symfony\\Component\\Filesystem\\": ""
  3322. },
  3323. "exclude-from-classmap": [
  3324. "/Tests/"
  3325. ]
  3326. },
  3327. "notification-url": "https://packagist.org/downloads/",
  3328. "license": [
  3329. "MIT"
  3330. ],
  3331. "authors": [
  3332. {
  3333. "name": "Fabien Potencier",
  3334. "email": "fabien@symfony.com"
  3335. },
  3336. {
  3337. "name": "Symfony Community",
  3338. "homepage": "https://symfony.com/contributors"
  3339. }
  3340. ],
  3341. "description": "Provides basic utilities for the filesystem",
  3342. "homepage": "https://symfony.com",
  3343. "support": {
  3344. "source": "https://github.com/symfony/filesystem/tree/v6.3.1"
  3345. },
  3346. "funding": [
  3347. {
  3348. "url": "https://symfony.com/sponsor",
  3349. "type": "custom"
  3350. },
  3351. {
  3352. "url": "https://github.com/fabpot",
  3353. "type": "github"
  3354. },
  3355. {
  3356. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3357. "type": "tidelift"
  3358. }
  3359. ],
  3360. "time": "2023-06-01T08:30:39+00:00"
  3361. },
  3362. {
  3363. "name": "symfony/finder",
  3364. "version": "v6.3.5",
  3365. "source": {
  3366. "type": "git",
  3367. "url": "https://github.com/symfony/finder.git",
  3368. "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4"
  3369. },
  3370. "dist": {
  3371. "type": "zip",
  3372. "url": "https://api.github.com/repos/symfony/finder/zipball/a1b31d88c0e998168ca7792f222cbecee47428c4",
  3373. "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4",
  3374. "shasum": ""
  3375. },
  3376. "require": {
  3377. "php": ">=8.1"
  3378. },
  3379. "require-dev": {
  3380. "symfony/filesystem": "^6.0"
  3381. },
  3382. "type": "library",
  3383. "autoload": {
  3384. "psr-4": {
  3385. "Symfony\\Component\\Finder\\": ""
  3386. },
  3387. "exclude-from-classmap": [
  3388. "/Tests/"
  3389. ]
  3390. },
  3391. "notification-url": "https://packagist.org/downloads/",
  3392. "license": [
  3393. "MIT"
  3394. ],
  3395. "authors": [
  3396. {
  3397. "name": "Fabien Potencier",
  3398. "email": "fabien@symfony.com"
  3399. },
  3400. {
  3401. "name": "Symfony Community",
  3402. "homepage": "https://symfony.com/contributors"
  3403. }
  3404. ],
  3405. "description": "Finds files and directories via an intuitive fluent interface",
  3406. "homepage": "https://symfony.com",
  3407. "support": {
  3408. "source": "https://github.com/symfony/finder/tree/v6.3.5"
  3409. },
  3410. "funding": [
  3411. {
  3412. "url": "https://symfony.com/sponsor",
  3413. "type": "custom"
  3414. },
  3415. {
  3416. "url": "https://github.com/fabpot",
  3417. "type": "github"
  3418. },
  3419. {
  3420. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3421. "type": "tidelift"
  3422. }
  3423. ],
  3424. "time": "2023-09-26T12:56:25+00:00"
  3425. },
  3426. {
  3427. "name": "symfony/flex",
  3428. "version": "v2.4.0",
  3429. "source": {
  3430. "type": "git",
  3431. "url": "https://github.com/symfony/flex.git",
  3432. "reference": "46bebc3d097d1bb1dce04c5ba83658afd79988f9"
  3433. },
  3434. "dist": {
  3435. "type": "zip",
  3436. "url": "https://api.github.com/repos/symfony/flex/zipball/46bebc3d097d1bb1dce04c5ba83658afd79988f9",
  3437. "reference": "46bebc3d097d1bb1dce04c5ba83658afd79988f9",
  3438. "shasum": ""
  3439. },
  3440. "require": {
  3441. "composer-plugin-api": "^2.1",
  3442. "php": ">=8.0"
  3443. },
  3444. "require-dev": {
  3445. "composer/composer": "^2.1",
  3446. "symfony/dotenv": "^5.4|^6.0",
  3447. "symfony/filesystem": "^5.4|^6.0",
  3448. "symfony/phpunit-bridge": "^5.4|^6.0",
  3449. "symfony/process": "^5.4|^6.0"
  3450. },
  3451. "type": "composer-plugin",
  3452. "extra": {
  3453. "class": "Symfony\\Flex\\Flex"
  3454. },
  3455. "autoload": {
  3456. "psr-4": {
  3457. "Symfony\\Flex\\": "src"
  3458. }
  3459. },
  3460. "notification-url": "https://packagist.org/downloads/",
  3461. "license": [
  3462. "MIT"
  3463. ],
  3464. "authors": [
  3465. {
  3466. "name": "Fabien Potencier",
  3467. "email": "fabien.potencier@gmail.com"
  3468. }
  3469. ],
  3470. "description": "Composer plugin for Symfony",
  3471. "support": {
  3472. "issues": "https://github.com/symfony/flex/issues",
  3473. "source": "https://github.com/symfony/flex/tree/v2.4.0"
  3474. },
  3475. "funding": [
  3476. {
  3477. "url": "https://symfony.com/sponsor",
  3478. "type": "custom"
  3479. },
  3480. {
  3481. "url": "https://github.com/fabpot",
  3482. "type": "github"
  3483. },
  3484. {
  3485. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3486. "type": "tidelift"
  3487. }
  3488. ],
  3489. "time": "2023-10-22T18:05:25+00:00"
  3490. },
  3491. {
  3492. "name": "symfony/form",
  3493. "version": "v6.3.6",
  3494. "source": {
  3495. "type": "git",
  3496. "url": "https://github.com/symfony/form.git",
  3497. "reference": "6af3c25eda0f2a028aeab7d81c2597dfedecd96a"
  3498. },
  3499. "dist": {
  3500. "type": "zip",
  3501. "url": "https://api.github.com/repos/symfony/form/zipball/6af3c25eda0f2a028aeab7d81c2597dfedecd96a",
  3502. "reference": "6af3c25eda0f2a028aeab7d81c2597dfedecd96a",
  3503. "shasum": ""
  3504. },
  3505. "require": {
  3506. "php": ">=8.1",
  3507. "symfony/deprecation-contracts": "^2.5|^3",
  3508. "symfony/event-dispatcher": "^5.4|^6.0",
  3509. "symfony/options-resolver": "^5.4|^6.0",
  3510. "symfony/polyfill-ctype": "~1.8",
  3511. "symfony/polyfill-intl-icu": "^1.21",
  3512. "symfony/polyfill-mbstring": "~1.0",
  3513. "symfony/property-access": "^5.4|^6.0",
  3514. "symfony/service-contracts": "^2.5|^3"
  3515. },
  3516. "conflict": {
  3517. "symfony/console": "<5.4",
  3518. "symfony/dependency-injection": "<5.4",
  3519. "symfony/doctrine-bridge": "<5.4.21|>=6,<6.2.7",
  3520. "symfony/error-handler": "<5.4",
  3521. "symfony/framework-bundle": "<5.4",
  3522. "symfony/http-kernel": "<5.4",
  3523. "symfony/translation": "<5.4",
  3524. "symfony/translation-contracts": "<2.5",
  3525. "symfony/twig-bridge": "<6.3"
  3526. },
  3527. "require-dev": {
  3528. "doctrine/collections": "^1.0|^2.0",
  3529. "symfony/config": "^5.4|^6.0",
  3530. "symfony/console": "^5.4|^6.0",
  3531. "symfony/dependency-injection": "^5.4|^6.0",
  3532. "symfony/expression-language": "^5.4|^6.0",
  3533. "symfony/html-sanitizer": "^6.1",
  3534. "symfony/http-foundation": "^5.4|^6.0",
  3535. "symfony/http-kernel": "^5.4|^6.0",
  3536. "symfony/intl": "^5.4|^6.0",
  3537. "symfony/security-core": "^6.2",
  3538. "symfony/security-csrf": "^5.4|^6.0",
  3539. "symfony/translation": "^5.4|^6.0",
  3540. "symfony/uid": "^5.4|^6.0",
  3541. "symfony/validator": "^5.4|^6.0",
  3542. "symfony/var-dumper": "^5.4|^6.0"
  3543. },
  3544. "type": "library",
  3545. "autoload": {
  3546. "psr-4": {
  3547. "Symfony\\Component\\Form\\": ""
  3548. },
  3549. "exclude-from-classmap": [
  3550. "/Tests/"
  3551. ]
  3552. },
  3553. "notification-url": "https://packagist.org/downloads/",
  3554. "license": [
  3555. "MIT"
  3556. ],
  3557. "authors": [
  3558. {
  3559. "name": "Fabien Potencier",
  3560. "email": "fabien@symfony.com"
  3561. },
  3562. {
  3563. "name": "Symfony Community",
  3564. "homepage": "https://symfony.com/contributors"
  3565. }
  3566. ],
  3567. "description": "Allows to easily create, process and reuse HTML forms",
  3568. "homepage": "https://symfony.com",
  3569. "support": {
  3570. "source": "https://github.com/symfony/form/tree/v6.3.6"
  3571. },
  3572. "funding": [
  3573. {
  3574. "url": "https://symfony.com/sponsor",
  3575. "type": "custom"
  3576. },
  3577. {
  3578. "url": "https://github.com/fabpot",
  3579. "type": "github"
  3580. },
  3581. {
  3582. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3583. "type": "tidelift"
  3584. }
  3585. ],
  3586. "time": "2023-10-17T11:32:53+00:00"
  3587. },
  3588. {
  3589. "name": "symfony/framework-bundle",
  3590. "version": "v6.3.6",
  3591. "source": {
  3592. "type": "git",
  3593. "url": "https://github.com/symfony/framework-bundle.git",
  3594. "reference": "5b5dca452a70d06d0463d3aeae640b2d034ef485"
  3595. },
  3596. "dist": {
  3597. "type": "zip",
  3598. "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/5b5dca452a70d06d0463d3aeae640b2d034ef485",
  3599. "reference": "5b5dca452a70d06d0463d3aeae640b2d034ef485",
  3600. "shasum": ""
  3601. },
  3602. "require": {
  3603. "composer-runtime-api": ">=2.1",
  3604. "ext-xml": "*",
  3605. "php": ">=8.1",
  3606. "symfony/cache": "^5.4|^6.0",
  3607. "symfony/config": "^6.1",
  3608. "symfony/dependency-injection": "^6.3.1",
  3609. "symfony/deprecation-contracts": "^2.5|^3",
  3610. "symfony/error-handler": "^6.1",
  3611. "symfony/event-dispatcher": "^5.4|^6.0",
  3612. "symfony/filesystem": "^5.4|^6.0",
  3613. "symfony/finder": "^5.4|^6.0",
  3614. "symfony/http-foundation": "^6.3",
  3615. "symfony/http-kernel": "^6.3",
  3616. "symfony/polyfill-mbstring": "~1.0",
  3617. "symfony/routing": "^5.4|^6.0"
  3618. },
  3619. "conflict": {
  3620. "doctrine/annotations": "<1.13.1",
  3621. "doctrine/persistence": "<1.3",
  3622. "phpdocumentor/reflection-docblock": "<3.2.2",
  3623. "phpdocumentor/type-resolver": "<1.4.0",
  3624. "symfony/asset": "<5.4",
  3625. "symfony/clock": "<6.3",
  3626. "symfony/console": "<5.4",
  3627. "symfony/dom-crawler": "<6.3",
  3628. "symfony/dotenv": "<5.4",
  3629. "symfony/form": "<5.4",
  3630. "symfony/http-client": "<6.3",
  3631. "symfony/lock": "<5.4",
  3632. "symfony/mailer": "<5.4",
  3633. "symfony/messenger": "<6.3",
  3634. "symfony/mime": "<6.2",
  3635. "symfony/property-access": "<5.4",
  3636. "symfony/property-info": "<5.4",
  3637. "symfony/security-core": "<5.4",
  3638. "symfony/security-csrf": "<5.4",
  3639. "symfony/serializer": "<6.3",
  3640. "symfony/stopwatch": "<5.4",
  3641. "symfony/translation": "<6.2.8",
  3642. "symfony/twig-bridge": "<5.4",
  3643. "symfony/twig-bundle": "<5.4",
  3644. "symfony/validator": "<6.3",
  3645. "symfony/web-profiler-bundle": "<5.4",
  3646. "symfony/workflow": "<5.4"
  3647. },
  3648. "require-dev": {
  3649. "doctrine/annotations": "^1.13.1|^2",
  3650. "doctrine/persistence": "^1.3|^2|^3",
  3651. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  3652. "symfony/asset": "^5.4|^6.0",
  3653. "symfony/asset-mapper": "^6.3",
  3654. "symfony/browser-kit": "^5.4|^6.0",
  3655. "symfony/clock": "^6.2",
  3656. "symfony/console": "^5.4.9|^6.0.9",
  3657. "symfony/css-selector": "^5.4|^6.0",
  3658. "symfony/dom-crawler": "^6.3",
  3659. "symfony/dotenv": "^5.4|^6.0",
  3660. "symfony/expression-language": "^5.4|^6.0",
  3661. "symfony/form": "^5.4|^6.0",
  3662. "symfony/html-sanitizer": "^6.1",
  3663. "symfony/http-client": "^6.3",
  3664. "symfony/lock": "^5.4|^6.0",
  3665. "symfony/mailer": "^5.4|^6.0",
  3666. "symfony/messenger": "^6.3",
  3667. "symfony/mime": "^6.2",
  3668. "symfony/notifier": "^5.4|^6.0",
  3669. "symfony/polyfill-intl-icu": "~1.0",
  3670. "symfony/process": "^5.4|^6.0",
  3671. "symfony/property-info": "^5.4|^6.0",
  3672. "symfony/rate-limiter": "^5.4|^6.0",
  3673. "symfony/scheduler": "^6.3",
  3674. "symfony/security-bundle": "^5.4|^6.0",
  3675. "symfony/semaphore": "^5.4|^6.0",
  3676. "symfony/serializer": "^6.3",
  3677. "symfony/stopwatch": "^5.4|^6.0",
  3678. "symfony/string": "^5.4|^6.0",
  3679. "symfony/translation": "^6.2.8",
  3680. "symfony/twig-bundle": "^5.4|^6.0",
  3681. "symfony/uid": "^5.4|^6.0",
  3682. "symfony/validator": "^6.3",
  3683. "symfony/web-link": "^5.4|^6.0",
  3684. "symfony/workflow": "^5.4|^6.0",
  3685. "symfony/yaml": "^5.4|^6.0",
  3686. "twig/twig": "^2.10|^3.0"
  3687. },
  3688. "type": "symfony-bundle",
  3689. "autoload": {
  3690. "psr-4": {
  3691. "Symfony\\Bundle\\FrameworkBundle\\": ""
  3692. },
  3693. "exclude-from-classmap": [
  3694. "/Tests/"
  3695. ]
  3696. },
  3697. "notification-url": "https://packagist.org/downloads/",
  3698. "license": [
  3699. "MIT"
  3700. ],
  3701. "authors": [
  3702. {
  3703. "name": "Fabien Potencier",
  3704. "email": "fabien@symfony.com"
  3705. },
  3706. {
  3707. "name": "Symfony Community",
  3708. "homepage": "https://symfony.com/contributors"
  3709. }
  3710. ],
  3711. "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
  3712. "homepage": "https://symfony.com",
  3713. "support": {
  3714. "source": "https://github.com/symfony/framework-bundle/tree/v6.3.6"
  3715. },
  3716. "funding": [
  3717. {
  3718. "url": "https://symfony.com/sponsor",
  3719. "type": "custom"
  3720. },
  3721. {
  3722. "url": "https://github.com/fabpot",
  3723. "type": "github"
  3724. },
  3725. {
  3726. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3727. "type": "tidelift"
  3728. }
  3729. ],
  3730. "time": "2023-10-12T17:41:20+00:00"
  3731. },
  3732. {
  3733. "name": "symfony/http-client",
  3734. "version": "v6.3.6",
  3735. "source": {
  3736. "type": "git",
  3737. "url": "https://github.com/symfony/http-client.git",
  3738. "reference": "ab8446f997efb9913627e9da10fa784d2182fe92"
  3739. },
  3740. "dist": {
  3741. "type": "zip",
  3742. "url": "https://api.github.com/repos/symfony/http-client/zipball/ab8446f997efb9913627e9da10fa784d2182fe92",
  3743. "reference": "ab8446f997efb9913627e9da10fa784d2182fe92",
  3744. "shasum": ""
  3745. },
  3746. "require": {
  3747. "php": ">=8.1",
  3748. "psr/log": "^1|^2|^3",
  3749. "symfony/deprecation-contracts": "^2.5|^3",
  3750. "symfony/http-client-contracts": "^3",
  3751. "symfony/service-contracts": "^2.5|^3"
  3752. },
  3753. "conflict": {
  3754. "php-http/discovery": "<1.15",
  3755. "symfony/http-foundation": "<6.3"
  3756. },
  3757. "provide": {
  3758. "php-http/async-client-implementation": "*",
  3759. "php-http/client-implementation": "*",
  3760. "psr/http-client-implementation": "1.0",
  3761. "symfony/http-client-implementation": "3.0"
  3762. },
  3763. "require-dev": {
  3764. "amphp/amp": "^2.5",
  3765. "amphp/http-client": "^4.2.1",
  3766. "amphp/http-tunnel": "^1.0",
  3767. "amphp/socket": "^1.1",
  3768. "guzzlehttp/promises": "^1.4",
  3769. "nyholm/psr7": "^1.0",
  3770. "php-http/httplug": "^1.0|^2.0",
  3771. "psr/http-client": "^1.0",
  3772. "symfony/dependency-injection": "^5.4|^6.0",
  3773. "symfony/http-kernel": "^5.4|^6.0",
  3774. "symfony/process": "^5.4|^6.0",
  3775. "symfony/stopwatch": "^5.4|^6.0"
  3776. },
  3777. "type": "library",
  3778. "autoload": {
  3779. "psr-4": {
  3780. "Symfony\\Component\\HttpClient\\": ""
  3781. },
  3782. "exclude-from-classmap": [
  3783. "/Tests/"
  3784. ]
  3785. },
  3786. "notification-url": "https://packagist.org/downloads/",
  3787. "license": [
  3788. "MIT"
  3789. ],
  3790. "authors": [
  3791. {
  3792. "name": "Nicolas Grekas",
  3793. "email": "p@tchwork.com"
  3794. },
  3795. {
  3796. "name": "Symfony Community",
  3797. "homepage": "https://symfony.com/contributors"
  3798. }
  3799. ],
  3800. "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
  3801. "homepage": "https://symfony.com",
  3802. "keywords": [
  3803. "http"
  3804. ],
  3805. "support": {
  3806. "source": "https://github.com/symfony/http-client/tree/v6.3.6"
  3807. },
  3808. "funding": [
  3809. {
  3810. "url": "https://symfony.com/sponsor",
  3811. "type": "custom"
  3812. },
  3813. {
  3814. "url": "https://github.com/fabpot",
  3815. "type": "github"
  3816. },
  3817. {
  3818. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3819. "type": "tidelift"
  3820. }
  3821. ],
  3822. "time": "2023-10-06T10:08:56+00:00"
  3823. },
  3824. {
  3825. "name": "symfony/http-client-contracts",
  3826. "version": "v3.3.0",
  3827. "source": {
  3828. "type": "git",
  3829. "url": "https://github.com/symfony/http-client-contracts.git",
  3830. "reference": "3b66325d0176b4ec826bffab57c9037d759c31fb"
  3831. },
  3832. "dist": {
  3833. "type": "zip",
  3834. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/3b66325d0176b4ec826bffab57c9037d759c31fb",
  3835. "reference": "3b66325d0176b4ec826bffab57c9037d759c31fb",
  3836. "shasum": ""
  3837. },
  3838. "require": {
  3839. "php": ">=8.1"
  3840. },
  3841. "type": "library",
  3842. "extra": {
  3843. "branch-alias": {
  3844. "dev-main": "3.4-dev"
  3845. },
  3846. "thanks": {
  3847. "name": "symfony/contracts",
  3848. "url": "https://github.com/symfony/contracts"
  3849. }
  3850. },
  3851. "autoload": {
  3852. "psr-4": {
  3853. "Symfony\\Contracts\\HttpClient\\": ""
  3854. },
  3855. "exclude-from-classmap": [
  3856. "/Test/"
  3857. ]
  3858. },
  3859. "notification-url": "https://packagist.org/downloads/",
  3860. "license": [
  3861. "MIT"
  3862. ],
  3863. "authors": [
  3864. {
  3865. "name": "Nicolas Grekas",
  3866. "email": "p@tchwork.com"
  3867. },
  3868. {
  3869. "name": "Symfony Community",
  3870. "homepage": "https://symfony.com/contributors"
  3871. }
  3872. ],
  3873. "description": "Generic abstractions related to HTTP clients",
  3874. "homepage": "https://symfony.com",
  3875. "keywords": [
  3876. "abstractions",
  3877. "contracts",
  3878. "decoupling",
  3879. "interfaces",
  3880. "interoperability",
  3881. "standards"
  3882. ],
  3883. "support": {
  3884. "source": "https://github.com/symfony/http-client-contracts/tree/v3.3.0"
  3885. },
  3886. "funding": [
  3887. {
  3888. "url": "https://symfony.com/sponsor",
  3889. "type": "custom"
  3890. },
  3891. {
  3892. "url": "https://github.com/fabpot",
  3893. "type": "github"
  3894. },
  3895. {
  3896. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3897. "type": "tidelift"
  3898. }
  3899. ],
  3900. "time": "2023-05-23T14:45:45+00:00"
  3901. },
  3902. {
  3903. "name": "symfony/http-foundation",
  3904. "version": "v6.3.6",
  3905. "source": {
  3906. "type": "git",
  3907. "url": "https://github.com/symfony/http-foundation.git",
  3908. "reference": "c186627f52febe09c6d5270b04f8462687a250a6"
  3909. },
  3910. "dist": {
  3911. "type": "zip",
  3912. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/c186627f52febe09c6d5270b04f8462687a250a6",
  3913. "reference": "c186627f52febe09c6d5270b04f8462687a250a6",
  3914. "shasum": ""
  3915. },
  3916. "require": {
  3917. "php": ">=8.1",
  3918. "symfony/deprecation-contracts": "^2.5|^3",
  3919. "symfony/polyfill-mbstring": "~1.1",
  3920. "symfony/polyfill-php83": "^1.27"
  3921. },
  3922. "conflict": {
  3923. "symfony/cache": "<6.3"
  3924. },
  3925. "require-dev": {
  3926. "doctrine/dbal": "^2.13.1|^3|^4",
  3927. "predis/predis": "^1.1|^2.0",
  3928. "symfony/cache": "^6.3",
  3929. "symfony/dependency-injection": "^5.4|^6.0",
  3930. "symfony/expression-language": "^5.4|^6.0",
  3931. "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
  3932. "symfony/mime": "^5.4|^6.0",
  3933. "symfony/rate-limiter": "^5.2|^6.0"
  3934. },
  3935. "type": "library",
  3936. "autoload": {
  3937. "psr-4": {
  3938. "Symfony\\Component\\HttpFoundation\\": ""
  3939. },
  3940. "exclude-from-classmap": [
  3941. "/Tests/"
  3942. ]
  3943. },
  3944. "notification-url": "https://packagist.org/downloads/",
  3945. "license": [
  3946. "MIT"
  3947. ],
  3948. "authors": [
  3949. {
  3950. "name": "Fabien Potencier",
  3951. "email": "fabien@symfony.com"
  3952. },
  3953. {
  3954. "name": "Symfony Community",
  3955. "homepage": "https://symfony.com/contributors"
  3956. }
  3957. ],
  3958. "description": "Defines an object-oriented layer for the HTTP specification",
  3959. "homepage": "https://symfony.com",
  3960. "support": {
  3961. "source": "https://github.com/symfony/http-foundation/tree/v6.3.6"
  3962. },
  3963. "funding": [
  3964. {
  3965. "url": "https://symfony.com/sponsor",
  3966. "type": "custom"
  3967. },
  3968. {
  3969. "url": "https://github.com/fabpot",
  3970. "type": "github"
  3971. },
  3972. {
  3973. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3974. "type": "tidelift"
  3975. }
  3976. ],
  3977. "time": "2023-10-17T11:32:53+00:00"
  3978. },
  3979. {
  3980. "name": "symfony/http-kernel",
  3981. "version": "v6.3.6",
  3982. "source": {
  3983. "type": "git",
  3984. "url": "https://github.com/symfony/http-kernel.git",
  3985. "reference": "4945f5001b06ff9080cd3d8f1f9f069094c0d156"
  3986. },
  3987. "dist": {
  3988. "type": "zip",
  3989. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4945f5001b06ff9080cd3d8f1f9f069094c0d156",
  3990. "reference": "4945f5001b06ff9080cd3d8f1f9f069094c0d156",
  3991. "shasum": ""
  3992. },
  3993. "require": {
  3994. "php": ">=8.1",
  3995. "psr/log": "^1|^2|^3",
  3996. "symfony/deprecation-contracts": "^2.5|^3",
  3997. "symfony/error-handler": "^6.3",
  3998. "symfony/event-dispatcher": "^5.4|^6.0",
  3999. "symfony/http-foundation": "^6.3.4",
  4000. "symfony/polyfill-ctype": "^1.8"
  4001. },
  4002. "conflict": {
  4003. "symfony/browser-kit": "<5.4",
  4004. "symfony/cache": "<5.4",
  4005. "symfony/config": "<6.1",
  4006. "symfony/console": "<5.4",
  4007. "symfony/dependency-injection": "<6.3.4",
  4008. "symfony/doctrine-bridge": "<5.4",
  4009. "symfony/form": "<5.4",
  4010. "symfony/http-client": "<5.4",
  4011. "symfony/http-client-contracts": "<2.5",
  4012. "symfony/mailer": "<5.4",
  4013. "symfony/messenger": "<5.4",
  4014. "symfony/translation": "<5.4",
  4015. "symfony/translation-contracts": "<2.5",
  4016. "symfony/twig-bridge": "<5.4",
  4017. "symfony/validator": "<5.4",
  4018. "symfony/var-dumper": "<6.3",
  4019. "twig/twig": "<2.13"
  4020. },
  4021. "provide": {
  4022. "psr/log-implementation": "1.0|2.0|3.0"
  4023. },
  4024. "require-dev": {
  4025. "psr/cache": "^1.0|^2.0|^3.0",
  4026. "symfony/browser-kit": "^5.4|^6.0",
  4027. "symfony/clock": "^6.2",
  4028. "symfony/config": "^6.1",
  4029. "symfony/console": "^5.4|^6.0",
  4030. "symfony/css-selector": "^5.4|^6.0",
  4031. "symfony/dependency-injection": "^6.3.4",
  4032. "symfony/dom-crawler": "^5.4|^6.0",
  4033. "symfony/expression-language": "^5.4|^6.0",
  4034. "symfony/finder": "^5.4|^6.0",
  4035. "symfony/http-client-contracts": "^2.5|^3",
  4036. "symfony/process": "^5.4|^6.0",
  4037. "symfony/property-access": "^5.4.5|^6.0.5",
  4038. "symfony/routing": "^5.4|^6.0",
  4039. "symfony/serializer": "^6.3",
  4040. "symfony/stopwatch": "^5.4|^6.0",
  4041. "symfony/translation": "^5.4|^6.0",
  4042. "symfony/translation-contracts": "^2.5|^3",
  4043. "symfony/uid": "^5.4|^6.0",
  4044. "symfony/validator": "^6.3",
  4045. "symfony/var-exporter": "^6.2",
  4046. "twig/twig": "^2.13|^3.0.4"
  4047. },
  4048. "type": "library",
  4049. "autoload": {
  4050. "psr-4": {
  4051. "Symfony\\Component\\HttpKernel\\": ""
  4052. },
  4053. "exclude-from-classmap": [
  4054. "/Tests/"
  4055. ]
  4056. },
  4057. "notification-url": "https://packagist.org/downloads/",
  4058. "license": [
  4059. "MIT"
  4060. ],
  4061. "authors": [
  4062. {
  4063. "name": "Fabien Potencier",
  4064. "email": "fabien@symfony.com"
  4065. },
  4066. {
  4067. "name": "Symfony Community",
  4068. "homepage": "https://symfony.com/contributors"
  4069. }
  4070. ],
  4071. "description": "Provides a structured process for converting a Request into a Response",
  4072. "homepage": "https://symfony.com",
  4073. "support": {
  4074. "source": "https://github.com/symfony/http-kernel/tree/v6.3.6"
  4075. },
  4076. "funding": [
  4077. {
  4078. "url": "https://symfony.com/sponsor",
  4079. "type": "custom"
  4080. },
  4081. {
  4082. "url": "https://github.com/fabpot",
  4083. "type": "github"
  4084. },
  4085. {
  4086. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4087. "type": "tidelift"
  4088. }
  4089. ],
  4090. "time": "2023-10-21T13:12:51+00:00"
  4091. },
  4092. {
  4093. "name": "symfony/intl",
  4094. "version": "v6.3.2",
  4095. "source": {
  4096. "type": "git",
  4097. "url": "https://github.com/symfony/intl.git",
  4098. "reference": "1f8cb145c869ed089a8531c51a6a4b31ed0b3c69"
  4099. },
  4100. "dist": {
  4101. "type": "zip",
  4102. "url": "https://api.github.com/repos/symfony/intl/zipball/1f8cb145c869ed089a8531c51a6a4b31ed0b3c69",
  4103. "reference": "1f8cb145c869ed089a8531c51a6a4b31ed0b3c69",
  4104. "shasum": ""
  4105. },
  4106. "require": {
  4107. "php": ">=8.1"
  4108. },
  4109. "require-dev": {
  4110. "symfony/filesystem": "^5.4|^6.0",
  4111. "symfony/finder": "^5.4|^6.0",
  4112. "symfony/var-exporter": "^5.4|^6.0"
  4113. },
  4114. "type": "library",
  4115. "autoload": {
  4116. "psr-4": {
  4117. "Symfony\\Component\\Intl\\": ""
  4118. },
  4119. "exclude-from-classmap": [
  4120. "/Tests/"
  4121. ]
  4122. },
  4123. "notification-url": "https://packagist.org/downloads/",
  4124. "license": [
  4125. "MIT"
  4126. ],
  4127. "authors": [
  4128. {
  4129. "name": "Bernhard Schussek",
  4130. "email": "bschussek@gmail.com"
  4131. },
  4132. {
  4133. "name": "Eriksen Costa",
  4134. "email": "eriksen.costa@infranology.com.br"
  4135. },
  4136. {
  4137. "name": "Igor Wiedler",
  4138. "email": "igor@wiedler.ch"
  4139. },
  4140. {
  4141. "name": "Symfony Community",
  4142. "homepage": "https://symfony.com/contributors"
  4143. }
  4144. ],
  4145. "description": "Provides access to the localization data of the ICU library",
  4146. "homepage": "https://symfony.com",
  4147. "keywords": [
  4148. "i18n",
  4149. "icu",
  4150. "internationalization",
  4151. "intl",
  4152. "l10n",
  4153. "localization"
  4154. ],
  4155. "support": {
  4156. "source": "https://github.com/symfony/intl/tree/v6.3.2"
  4157. },
  4158. "funding": [
  4159. {
  4160. "url": "https://symfony.com/sponsor",
  4161. "type": "custom"
  4162. },
  4163. {
  4164. "url": "https://github.com/fabpot",
  4165. "type": "github"
  4166. },
  4167. {
  4168. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4169. "type": "tidelift"
  4170. }
  4171. ],
  4172. "time": "2023-07-20T07:43:09+00:00"
  4173. },
  4174. {
  4175. "name": "symfony/mailer",
  4176. "version": "v6.3.5",
  4177. "source": {
  4178. "type": "git",
  4179. "url": "https://github.com/symfony/mailer.git",
  4180. "reference": "d89611a7830d51b5e118bca38e390dea92f9ea06"
  4181. },
  4182. "dist": {
  4183. "type": "zip",
  4184. "url": "https://api.github.com/repos/symfony/mailer/zipball/d89611a7830d51b5e118bca38e390dea92f9ea06",
  4185. "reference": "d89611a7830d51b5e118bca38e390dea92f9ea06",
  4186. "shasum": ""
  4187. },
  4188. "require": {
  4189. "egulias/email-validator": "^2.1.10|^3|^4",
  4190. "php": ">=8.1",
  4191. "psr/event-dispatcher": "^1",
  4192. "psr/log": "^1|^2|^3",
  4193. "symfony/event-dispatcher": "^5.4|^6.0",
  4194. "symfony/mime": "^6.2",
  4195. "symfony/service-contracts": "^2.5|^3"
  4196. },
  4197. "conflict": {
  4198. "symfony/http-client-contracts": "<2.5",
  4199. "symfony/http-kernel": "<5.4",
  4200. "symfony/messenger": "<6.2",
  4201. "symfony/mime": "<6.2",
  4202. "symfony/twig-bridge": "<6.2.1"
  4203. },
  4204. "require-dev": {
  4205. "symfony/console": "^5.4|^6.0",
  4206. "symfony/http-client": "^5.4|^6.0",
  4207. "symfony/messenger": "^6.2",
  4208. "symfony/twig-bridge": "^6.2"
  4209. },
  4210. "type": "library",
  4211. "autoload": {
  4212. "psr-4": {
  4213. "Symfony\\Component\\Mailer\\": ""
  4214. },
  4215. "exclude-from-classmap": [
  4216. "/Tests/"
  4217. ]
  4218. },
  4219. "notification-url": "https://packagist.org/downloads/",
  4220. "license": [
  4221. "MIT"
  4222. ],
  4223. "authors": [
  4224. {
  4225. "name": "Fabien Potencier",
  4226. "email": "fabien@symfony.com"
  4227. },
  4228. {
  4229. "name": "Symfony Community",
  4230. "homepage": "https://symfony.com/contributors"
  4231. }
  4232. ],
  4233. "description": "Helps sending emails",
  4234. "homepage": "https://symfony.com",
  4235. "support": {
  4236. "source": "https://github.com/symfony/mailer/tree/v6.3.5"
  4237. },
  4238. "funding": [
  4239. {
  4240. "url": "https://symfony.com/sponsor",
  4241. "type": "custom"
  4242. },
  4243. {
  4244. "url": "https://github.com/fabpot",
  4245. "type": "github"
  4246. },
  4247. {
  4248. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4249. "type": "tidelift"
  4250. }
  4251. ],
  4252. "time": "2023-09-06T09:47:15+00:00"
  4253. },
  4254. {
  4255. "name": "symfony/messenger",
  4256. "version": "v6.3.6",
  4257. "source": {
  4258. "type": "git",
  4259. "url": "https://github.com/symfony/messenger.git",
  4260. "reference": "6cd7045016ebf9c96fcb13e33e3250d466004a53"
  4261. },
  4262. "dist": {
  4263. "type": "zip",
  4264. "url": "https://api.github.com/repos/symfony/messenger/zipball/6cd7045016ebf9c96fcb13e33e3250d466004a53",
  4265. "reference": "6cd7045016ebf9c96fcb13e33e3250d466004a53",
  4266. "shasum": ""
  4267. },
  4268. "require": {
  4269. "php": ">=8.1",
  4270. "psr/log": "^1|^2|^3",
  4271. "symfony/clock": "^6.3",
  4272. "symfony/deprecation-contracts": "^2.5|^3"
  4273. },
  4274. "conflict": {
  4275. "symfony/console": "<6.3",
  4276. "symfony/event-dispatcher": "<5.4",
  4277. "symfony/event-dispatcher-contracts": "<2.5",
  4278. "symfony/framework-bundle": "<5.4",
  4279. "symfony/http-kernel": "<5.4",
  4280. "symfony/serializer": "<5.4"
  4281. },
  4282. "require-dev": {
  4283. "psr/cache": "^1.0|^2.0|^3.0",
  4284. "symfony/console": "^6.3",
  4285. "symfony/dependency-injection": "^5.4|^6.0",
  4286. "symfony/event-dispatcher": "^5.4|^6.0",
  4287. "symfony/http-kernel": "^5.4|^6.0",
  4288. "symfony/process": "^5.4|^6.0",
  4289. "symfony/property-access": "^5.4|^6.0",
  4290. "symfony/rate-limiter": "^5.4|^6.0",
  4291. "symfony/routing": "^5.4|^6.0",
  4292. "symfony/serializer": "^5.4|^6.0",
  4293. "symfony/service-contracts": "^2.5|^3",
  4294. "symfony/stopwatch": "^5.4|^6.0",
  4295. "symfony/validator": "^5.4|^6.0"
  4296. },
  4297. "type": "library",
  4298. "autoload": {
  4299. "psr-4": {
  4300. "Symfony\\Component\\Messenger\\": ""
  4301. },
  4302. "exclude-from-classmap": [
  4303. "/Tests/"
  4304. ]
  4305. },
  4306. "notification-url": "https://packagist.org/downloads/",
  4307. "license": [
  4308. "MIT"
  4309. ],
  4310. "authors": [
  4311. {
  4312. "name": "Samuel Roze",
  4313. "email": "samuel.roze@gmail.com"
  4314. },
  4315. {
  4316. "name": "Symfony Community",
  4317. "homepage": "https://symfony.com/contributors"
  4318. }
  4319. ],
  4320. "description": "Helps applications send and receive messages to/from other applications or via message queues",
  4321. "homepage": "https://symfony.com",
  4322. "support": {
  4323. "source": "https://github.com/symfony/messenger/tree/v6.3.6"
  4324. },
  4325. "funding": [
  4326. {
  4327. "url": "https://symfony.com/sponsor",
  4328. "type": "custom"
  4329. },
  4330. {
  4331. "url": "https://github.com/fabpot",
  4332. "type": "github"
  4333. },
  4334. {
  4335. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4336. "type": "tidelift"
  4337. }
  4338. ],
  4339. "time": "2023-10-20T05:42:09+00:00"
  4340. },
  4341. {
  4342. "name": "symfony/mime",
  4343. "version": "v6.3.5",
  4344. "source": {
  4345. "type": "git",
  4346. "url": "https://github.com/symfony/mime.git",
  4347. "reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e"
  4348. },
  4349. "dist": {
  4350. "type": "zip",
  4351. "url": "https://api.github.com/repos/symfony/mime/zipball/d5179eedf1cb2946dbd760475ebf05c251ef6a6e",
  4352. "reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e",
  4353. "shasum": ""
  4354. },
  4355. "require": {
  4356. "php": ">=8.1",
  4357. "symfony/deprecation-contracts": "^2.5|^3",
  4358. "symfony/polyfill-intl-idn": "^1.10",
  4359. "symfony/polyfill-mbstring": "^1.0"
  4360. },
  4361. "conflict": {
  4362. "egulias/email-validator": "~3.0.0",
  4363. "phpdocumentor/reflection-docblock": "<3.2.2",
  4364. "phpdocumentor/type-resolver": "<1.4.0",
  4365. "symfony/mailer": "<5.4",
  4366. "symfony/serializer": "<6.2.13|>=6.3,<6.3.2"
  4367. },
  4368. "require-dev": {
  4369. "egulias/email-validator": "^2.1.10|^3.1|^4",
  4370. "league/html-to-markdown": "^5.0",
  4371. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  4372. "symfony/dependency-injection": "^5.4|^6.0",
  4373. "symfony/property-access": "^5.4|^6.0",
  4374. "symfony/property-info": "^5.4|^6.0",
  4375. "symfony/serializer": "~6.2.13|^6.3.2"
  4376. },
  4377. "type": "library",
  4378. "autoload": {
  4379. "psr-4": {
  4380. "Symfony\\Component\\Mime\\": ""
  4381. },
  4382. "exclude-from-classmap": [
  4383. "/Tests/"
  4384. ]
  4385. },
  4386. "notification-url": "https://packagist.org/downloads/",
  4387. "license": [
  4388. "MIT"
  4389. ],
  4390. "authors": [
  4391. {
  4392. "name": "Fabien Potencier",
  4393. "email": "fabien@symfony.com"
  4394. },
  4395. {
  4396. "name": "Symfony Community",
  4397. "homepage": "https://symfony.com/contributors"
  4398. }
  4399. ],
  4400. "description": "Allows manipulating MIME messages",
  4401. "homepage": "https://symfony.com",
  4402. "keywords": [
  4403. "mime",
  4404. "mime-type"
  4405. ],
  4406. "support": {
  4407. "source": "https://github.com/symfony/mime/tree/v6.3.5"
  4408. },
  4409. "funding": [
  4410. {
  4411. "url": "https://symfony.com/sponsor",
  4412. "type": "custom"
  4413. },
  4414. {
  4415. "url": "https://github.com/fabpot",
  4416. "type": "github"
  4417. },
  4418. {
  4419. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4420. "type": "tidelift"
  4421. }
  4422. ],
  4423. "time": "2023-09-29T06:59:36+00:00"
  4424. },
  4425. {
  4426. "name": "symfony/monolog-bridge",
  4427. "version": "v6.3.1",
  4428. "source": {
  4429. "type": "git",
  4430. "url": "https://github.com/symfony/monolog-bridge.git",
  4431. "reference": "04b04b8e465e0fa84940e5609b6796a8b4e51bf1"
  4432. },
  4433. "dist": {
  4434. "type": "zip",
  4435. "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/04b04b8e465e0fa84940e5609b6796a8b4e51bf1",
  4436. "reference": "04b04b8e465e0fa84940e5609b6796a8b4e51bf1",
  4437. "shasum": ""
  4438. },
  4439. "require": {
  4440. "monolog/monolog": "^1.25.1|^2|^3",
  4441. "php": ">=8.1",
  4442. "symfony/http-kernel": "^5.4|^6.0",
  4443. "symfony/service-contracts": "^2.5|^3"
  4444. },
  4445. "conflict": {
  4446. "symfony/console": "<5.4",
  4447. "symfony/http-foundation": "<5.4",
  4448. "symfony/security-core": "<6.0"
  4449. },
  4450. "require-dev": {
  4451. "symfony/console": "^5.4|^6.0",
  4452. "symfony/http-client": "^5.4|^6.0",
  4453. "symfony/mailer": "^5.4|^6.0",
  4454. "symfony/messenger": "^5.4|^6.0",
  4455. "symfony/mime": "^5.4|^6.0",
  4456. "symfony/security-core": "^6.0",
  4457. "symfony/var-dumper": "^5.4|^6.0"
  4458. },
  4459. "type": "symfony-bridge",
  4460. "autoload": {
  4461. "psr-4": {
  4462. "Symfony\\Bridge\\Monolog\\": ""
  4463. },
  4464. "exclude-from-classmap": [
  4465. "/Tests/"
  4466. ]
  4467. },
  4468. "notification-url": "https://packagist.org/downloads/",
  4469. "license": [
  4470. "MIT"
  4471. ],
  4472. "authors": [
  4473. {
  4474. "name": "Fabien Potencier",
  4475. "email": "fabien@symfony.com"
  4476. },
  4477. {
  4478. "name": "Symfony Community",
  4479. "homepage": "https://symfony.com/contributors"
  4480. }
  4481. ],
  4482. "description": "Provides integration for Monolog with various Symfony components",
  4483. "homepage": "https://symfony.com",
  4484. "support": {
  4485. "source": "https://github.com/symfony/monolog-bridge/tree/v6.3.1"
  4486. },
  4487. "funding": [
  4488. {
  4489. "url": "https://symfony.com/sponsor",
  4490. "type": "custom"
  4491. },
  4492. {
  4493. "url": "https://github.com/fabpot",
  4494. "type": "github"
  4495. },
  4496. {
  4497. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4498. "type": "tidelift"
  4499. }
  4500. ],
  4501. "time": "2023-06-08T11:13:32+00:00"
  4502. },
  4503. {
  4504. "name": "symfony/monolog-bundle",
  4505. "version": "v3.8.0",
  4506. "source": {
  4507. "type": "git",
  4508. "url": "https://github.com/symfony/monolog-bundle.git",
  4509. "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d"
  4510. },
  4511. "dist": {
  4512. "type": "zip",
  4513. "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d",
  4514. "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d",
  4515. "shasum": ""
  4516. },
  4517. "require": {
  4518. "monolog/monolog": "^1.22 || ^2.0 || ^3.0",
  4519. "php": ">=7.1.3",
  4520. "symfony/config": "~4.4 || ^5.0 || ^6.0",
  4521. "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
  4522. "symfony/http-kernel": "~4.4 || ^5.0 || ^6.0",
  4523. "symfony/monolog-bridge": "~4.4 || ^5.0 || ^6.0"
  4524. },
  4525. "require-dev": {
  4526. "symfony/console": "~4.4 || ^5.0 || ^6.0",
  4527. "symfony/phpunit-bridge": "^5.2 || ^6.0",
  4528. "symfony/yaml": "~4.4 || ^5.0 || ^6.0"
  4529. },
  4530. "type": "symfony-bundle",
  4531. "extra": {
  4532. "branch-alias": {
  4533. "dev-master": "3.x-dev"
  4534. }
  4535. },
  4536. "autoload": {
  4537. "psr-4": {
  4538. "Symfony\\Bundle\\MonologBundle\\": ""
  4539. },
  4540. "exclude-from-classmap": [
  4541. "/Tests/"
  4542. ]
  4543. },
  4544. "notification-url": "https://packagist.org/downloads/",
  4545. "license": [
  4546. "MIT"
  4547. ],
  4548. "authors": [
  4549. {
  4550. "name": "Fabien Potencier",
  4551. "email": "fabien@symfony.com"
  4552. },
  4553. {
  4554. "name": "Symfony Community",
  4555. "homepage": "https://symfony.com/contributors"
  4556. }
  4557. ],
  4558. "description": "Symfony MonologBundle",
  4559. "homepage": "https://symfony.com",
  4560. "keywords": [
  4561. "log",
  4562. "logging"
  4563. ],
  4564. "support": {
  4565. "issues": "https://github.com/symfony/monolog-bundle/issues",
  4566. "source": "https://github.com/symfony/monolog-bundle/tree/v3.8.0"
  4567. },
  4568. "funding": [
  4569. {
  4570. "url": "https://symfony.com/sponsor",
  4571. "type": "custom"
  4572. },
  4573. {
  4574. "url": "https://github.com/fabpot",
  4575. "type": "github"
  4576. },
  4577. {
  4578. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4579. "type": "tidelift"
  4580. }
  4581. ],
  4582. "time": "2022-05-10T14:24:36+00:00"
  4583. },
  4584. {
  4585. "name": "symfony/notifier",
  4586. "version": "v6.3.6",
  4587. "source": {
  4588. "type": "git",
  4589. "url": "https://github.com/symfony/notifier.git",
  4590. "reference": "2e39d4a9a96e25d127ffe30171127f6ef73934df"
  4591. },
  4592. "dist": {
  4593. "type": "zip",
  4594. "url": "https://api.github.com/repos/symfony/notifier/zipball/2e39d4a9a96e25d127ffe30171127f6ef73934df",
  4595. "reference": "2e39d4a9a96e25d127ffe30171127f6ef73934df",
  4596. "shasum": ""
  4597. },
  4598. "require": {
  4599. "php": ">=8.1",
  4600. "psr/log": "^1|^2|^3"
  4601. },
  4602. "conflict": {
  4603. "symfony/event-dispatcher": "<5.4",
  4604. "symfony/event-dispatcher-contracts": "<2.5",
  4605. "symfony/http-client-contracts": "<2.5",
  4606. "symfony/http-kernel": "<5.4"
  4607. },
  4608. "require-dev": {
  4609. "symfony/event-dispatcher-contracts": "^2.5|^3",
  4610. "symfony/http-client-contracts": "^2.5|^3",
  4611. "symfony/http-foundation": "^5.4|^6.0",
  4612. "symfony/messenger": "^5.4|^6.0"
  4613. },
  4614. "type": "library",
  4615. "autoload": {
  4616. "psr-4": {
  4617. "Symfony\\Component\\Notifier\\": ""
  4618. },
  4619. "exclude-from-classmap": [
  4620. "/Tests/"
  4621. ]
  4622. },
  4623. "notification-url": "https://packagist.org/downloads/",
  4624. "license": [
  4625. "MIT"
  4626. ],
  4627. "authors": [
  4628. {
  4629. "name": "Fabien Potencier",
  4630. "email": "fabien@symfony.com"
  4631. },
  4632. {
  4633. "name": "Symfony Community",
  4634. "homepage": "https://symfony.com/contributors"
  4635. }
  4636. ],
  4637. "description": "Sends notifications via one or more channels (email, SMS, ...)",
  4638. "homepage": "https://symfony.com",
  4639. "keywords": [
  4640. "notification",
  4641. "notifier"
  4642. ],
  4643. "support": {
  4644. "source": "https://github.com/symfony/notifier/tree/v6.3.6"
  4645. },
  4646. "funding": [
  4647. {
  4648. "url": "https://symfony.com/sponsor",
  4649. "type": "custom"
  4650. },
  4651. {
  4652. "url": "https://github.com/fabpot",
  4653. "type": "github"
  4654. },
  4655. {
  4656. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4657. "type": "tidelift"
  4658. }
  4659. ],
  4660. "time": "2023-10-07T07:32:05+00:00"
  4661. },
  4662. {
  4663. "name": "symfony/options-resolver",
  4664. "version": "v6.3.0",
  4665. "source": {
  4666. "type": "git",
  4667. "url": "https://github.com/symfony/options-resolver.git",
  4668. "reference": "a10f19f5198d589d5c33333cffe98dc9820332dd"
  4669. },
  4670. "dist": {
  4671. "type": "zip",
  4672. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/a10f19f5198d589d5c33333cffe98dc9820332dd",
  4673. "reference": "a10f19f5198d589d5c33333cffe98dc9820332dd",
  4674. "shasum": ""
  4675. },
  4676. "require": {
  4677. "php": ">=8.1",
  4678. "symfony/deprecation-contracts": "^2.5|^3"
  4679. },
  4680. "type": "library",
  4681. "autoload": {
  4682. "psr-4": {
  4683. "Symfony\\Component\\OptionsResolver\\": ""
  4684. },
  4685. "exclude-from-classmap": [
  4686. "/Tests/"
  4687. ]
  4688. },
  4689. "notification-url": "https://packagist.org/downloads/",
  4690. "license": [
  4691. "MIT"
  4692. ],
  4693. "authors": [
  4694. {
  4695. "name": "Fabien Potencier",
  4696. "email": "fabien@symfony.com"
  4697. },
  4698. {
  4699. "name": "Symfony Community",
  4700. "homepage": "https://symfony.com/contributors"
  4701. }
  4702. ],
  4703. "description": "Provides an improved replacement for the array_replace PHP function",
  4704. "homepage": "https://symfony.com",
  4705. "keywords": [
  4706. "config",
  4707. "configuration",
  4708. "options"
  4709. ],
  4710. "support": {
  4711. "source": "https://github.com/symfony/options-resolver/tree/v6.3.0"
  4712. },
  4713. "funding": [
  4714. {
  4715. "url": "https://symfony.com/sponsor",
  4716. "type": "custom"
  4717. },
  4718. {
  4719. "url": "https://github.com/fabpot",
  4720. "type": "github"
  4721. },
  4722. {
  4723. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4724. "type": "tidelift"
  4725. }
  4726. ],
  4727. "time": "2023-05-12T14:21:09+00:00"
  4728. },
  4729. {
  4730. "name": "symfony/password-hasher",
  4731. "version": "v6.3.5",
  4732. "source": {
  4733. "type": "git",
  4734. "url": "https://github.com/symfony/password-hasher.git",
  4735. "reference": "278d3a49715073879f75e372ad80b8cfeca949d3"
  4736. },
  4737. "dist": {
  4738. "type": "zip",
  4739. "url": "https://api.github.com/repos/symfony/password-hasher/zipball/278d3a49715073879f75e372ad80b8cfeca949d3",
  4740. "reference": "278d3a49715073879f75e372ad80b8cfeca949d3",
  4741. "shasum": ""
  4742. },
  4743. "require": {
  4744. "php": ">=8.1"
  4745. },
  4746. "conflict": {
  4747. "symfony/security-core": "<5.4"
  4748. },
  4749. "require-dev": {
  4750. "symfony/console": "^5.4|^6.0",
  4751. "symfony/security-core": "^5.4|^6.0"
  4752. },
  4753. "type": "library",
  4754. "autoload": {
  4755. "psr-4": {
  4756. "Symfony\\Component\\PasswordHasher\\": ""
  4757. },
  4758. "exclude-from-classmap": [
  4759. "/Tests/"
  4760. ]
  4761. },
  4762. "notification-url": "https://packagist.org/downloads/",
  4763. "license": [
  4764. "MIT"
  4765. ],
  4766. "authors": [
  4767. {
  4768. "name": "Robin Chalas",
  4769. "email": "robin.chalas@gmail.com"
  4770. },
  4771. {
  4772. "name": "Symfony Community",
  4773. "homepage": "https://symfony.com/contributors"
  4774. }
  4775. ],
  4776. "description": "Provides password hashing utilities",
  4777. "homepage": "https://symfony.com",
  4778. "keywords": [
  4779. "hashing",
  4780. "password"
  4781. ],
  4782. "support": {
  4783. "source": "https://github.com/symfony/password-hasher/tree/v6.3.5"
  4784. },
  4785. "funding": [
  4786. {
  4787. "url": "https://symfony.com/sponsor",
  4788. "type": "custom"
  4789. },
  4790. {
  4791. "url": "https://github.com/fabpot",
  4792. "type": "github"
  4793. },
  4794. {
  4795. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4796. "type": "tidelift"
  4797. }
  4798. ],
  4799. "time": "2023-09-25T17:05:16+00:00"
  4800. },
  4801. {
  4802. "name": "symfony/polyfill-intl-grapheme",
  4803. "version": "v1.28.0",
  4804. "source": {
  4805. "type": "git",
  4806. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  4807. "reference": "875e90aeea2777b6f135677f618529449334a612"
  4808. },
  4809. "dist": {
  4810. "type": "zip",
  4811. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
  4812. "reference": "875e90aeea2777b6f135677f618529449334a612",
  4813. "shasum": ""
  4814. },
  4815. "require": {
  4816. "php": ">=7.1"
  4817. },
  4818. "suggest": {
  4819. "ext-intl": "For best performance"
  4820. },
  4821. "type": "library",
  4822. "extra": {
  4823. "branch-alias": {
  4824. "dev-main": "1.28-dev"
  4825. },
  4826. "thanks": {
  4827. "name": "symfony/polyfill",
  4828. "url": "https://github.com/symfony/polyfill"
  4829. }
  4830. },
  4831. "autoload": {
  4832. "files": [
  4833. "bootstrap.php"
  4834. ],
  4835. "psr-4": {
  4836. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  4837. }
  4838. },
  4839. "notification-url": "https://packagist.org/downloads/",
  4840. "license": [
  4841. "MIT"
  4842. ],
  4843. "authors": [
  4844. {
  4845. "name": "Nicolas Grekas",
  4846. "email": "p@tchwork.com"
  4847. },
  4848. {
  4849. "name": "Symfony Community",
  4850. "homepage": "https://symfony.com/contributors"
  4851. }
  4852. ],
  4853. "description": "Symfony polyfill for intl's grapheme_* functions",
  4854. "homepage": "https://symfony.com",
  4855. "keywords": [
  4856. "compatibility",
  4857. "grapheme",
  4858. "intl",
  4859. "polyfill",
  4860. "portable",
  4861. "shim"
  4862. ],
  4863. "support": {
  4864. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
  4865. },
  4866. "funding": [
  4867. {
  4868. "url": "https://symfony.com/sponsor",
  4869. "type": "custom"
  4870. },
  4871. {
  4872. "url": "https://github.com/fabpot",
  4873. "type": "github"
  4874. },
  4875. {
  4876. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4877. "type": "tidelift"
  4878. }
  4879. ],
  4880. "time": "2023-01-26T09:26:14+00:00"
  4881. },
  4882. {
  4883. "name": "symfony/polyfill-intl-icu",
  4884. "version": "v1.28.0",
  4885. "source": {
  4886. "type": "git",
  4887. "url": "https://github.com/symfony/polyfill-intl-icu.git",
  4888. "reference": "e46b4da57951a16053cd751f63f4a24292788157"
  4889. },
  4890. "dist": {
  4891. "type": "zip",
  4892. "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/e46b4da57951a16053cd751f63f4a24292788157",
  4893. "reference": "e46b4da57951a16053cd751f63f4a24292788157",
  4894. "shasum": ""
  4895. },
  4896. "require": {
  4897. "php": ">=7.1"
  4898. },
  4899. "suggest": {
  4900. "ext-intl": "For best performance and support of other locales than \"en\""
  4901. },
  4902. "type": "library",
  4903. "extra": {
  4904. "branch-alias": {
  4905. "dev-main": "1.28-dev"
  4906. },
  4907. "thanks": {
  4908. "name": "symfony/polyfill",
  4909. "url": "https://github.com/symfony/polyfill"
  4910. }
  4911. },
  4912. "autoload": {
  4913. "files": [
  4914. "bootstrap.php"
  4915. ],
  4916. "psr-4": {
  4917. "Symfony\\Polyfill\\Intl\\Icu\\": ""
  4918. },
  4919. "classmap": [
  4920. "Resources/stubs"
  4921. ],
  4922. "exclude-from-classmap": [
  4923. "/Tests/"
  4924. ]
  4925. },
  4926. "notification-url": "https://packagist.org/downloads/",
  4927. "license": [
  4928. "MIT"
  4929. ],
  4930. "authors": [
  4931. {
  4932. "name": "Nicolas Grekas",
  4933. "email": "p@tchwork.com"
  4934. },
  4935. {
  4936. "name": "Symfony Community",
  4937. "homepage": "https://symfony.com/contributors"
  4938. }
  4939. ],
  4940. "description": "Symfony polyfill for intl's ICU-related data and classes",
  4941. "homepage": "https://symfony.com",
  4942. "keywords": [
  4943. "compatibility",
  4944. "icu",
  4945. "intl",
  4946. "polyfill",
  4947. "portable",
  4948. "shim"
  4949. ],
  4950. "support": {
  4951. "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.28.0"
  4952. },
  4953. "funding": [
  4954. {
  4955. "url": "https://symfony.com/sponsor",
  4956. "type": "custom"
  4957. },
  4958. {
  4959. "url": "https://github.com/fabpot",
  4960. "type": "github"
  4961. },
  4962. {
  4963. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4964. "type": "tidelift"
  4965. }
  4966. ],
  4967. "time": "2023-03-21T17:27:24+00:00"
  4968. },
  4969. {
  4970. "name": "symfony/polyfill-intl-idn",
  4971. "version": "v1.28.0",
  4972. "source": {
  4973. "type": "git",
  4974. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  4975. "reference": "ecaafce9f77234a6a449d29e49267ba10499116d"
  4976. },
  4977. "dist": {
  4978. "type": "zip",
  4979. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d",
  4980. "reference": "ecaafce9f77234a6a449d29e49267ba10499116d",
  4981. "shasum": ""
  4982. },
  4983. "require": {
  4984. "php": ">=7.1",
  4985. "symfony/polyfill-intl-normalizer": "^1.10",
  4986. "symfony/polyfill-php72": "^1.10"
  4987. },
  4988. "suggest": {
  4989. "ext-intl": "For best performance"
  4990. },
  4991. "type": "library",
  4992. "extra": {
  4993. "branch-alias": {
  4994. "dev-main": "1.28-dev"
  4995. },
  4996. "thanks": {
  4997. "name": "symfony/polyfill",
  4998. "url": "https://github.com/symfony/polyfill"
  4999. }
  5000. },
  5001. "autoload": {
  5002. "files": [
  5003. "bootstrap.php"
  5004. ],
  5005. "psr-4": {
  5006. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  5007. }
  5008. },
  5009. "notification-url": "https://packagist.org/downloads/",
  5010. "license": [
  5011. "MIT"
  5012. ],
  5013. "authors": [
  5014. {
  5015. "name": "Laurent Bassin",
  5016. "email": "laurent@bassin.info"
  5017. },
  5018. {
  5019. "name": "Trevor Rowbotham",
  5020. "email": "trevor.rowbotham@pm.me"
  5021. },
  5022. {
  5023. "name": "Symfony Community",
  5024. "homepage": "https://symfony.com/contributors"
  5025. }
  5026. ],
  5027. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  5028. "homepage": "https://symfony.com",
  5029. "keywords": [
  5030. "compatibility",
  5031. "idn",
  5032. "intl",
  5033. "polyfill",
  5034. "portable",
  5035. "shim"
  5036. ],
  5037. "support": {
  5038. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0"
  5039. },
  5040. "funding": [
  5041. {
  5042. "url": "https://symfony.com/sponsor",
  5043. "type": "custom"
  5044. },
  5045. {
  5046. "url": "https://github.com/fabpot",
  5047. "type": "github"
  5048. },
  5049. {
  5050. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5051. "type": "tidelift"
  5052. }
  5053. ],
  5054. "time": "2023-01-26T09:30:37+00:00"
  5055. },
  5056. {
  5057. "name": "symfony/polyfill-intl-normalizer",
  5058. "version": "v1.28.0",
  5059. "source": {
  5060. "type": "git",
  5061. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  5062. "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
  5063. },
  5064. "dist": {
  5065. "type": "zip",
  5066. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
  5067. "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
  5068. "shasum": ""
  5069. },
  5070. "require": {
  5071. "php": ">=7.1"
  5072. },
  5073. "suggest": {
  5074. "ext-intl": "For best performance"
  5075. },
  5076. "type": "library",
  5077. "extra": {
  5078. "branch-alias": {
  5079. "dev-main": "1.28-dev"
  5080. },
  5081. "thanks": {
  5082. "name": "symfony/polyfill",
  5083. "url": "https://github.com/symfony/polyfill"
  5084. }
  5085. },
  5086. "autoload": {
  5087. "files": [
  5088. "bootstrap.php"
  5089. ],
  5090. "psr-4": {
  5091. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  5092. },
  5093. "classmap": [
  5094. "Resources/stubs"
  5095. ]
  5096. },
  5097. "notification-url": "https://packagist.org/downloads/",
  5098. "license": [
  5099. "MIT"
  5100. ],
  5101. "authors": [
  5102. {
  5103. "name": "Nicolas Grekas",
  5104. "email": "p@tchwork.com"
  5105. },
  5106. {
  5107. "name": "Symfony Community",
  5108. "homepage": "https://symfony.com/contributors"
  5109. }
  5110. ],
  5111. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  5112. "homepage": "https://symfony.com",
  5113. "keywords": [
  5114. "compatibility",
  5115. "intl",
  5116. "normalizer",
  5117. "polyfill",
  5118. "portable",
  5119. "shim"
  5120. ],
  5121. "support": {
  5122. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
  5123. },
  5124. "funding": [
  5125. {
  5126. "url": "https://symfony.com/sponsor",
  5127. "type": "custom"
  5128. },
  5129. {
  5130. "url": "https://github.com/fabpot",
  5131. "type": "github"
  5132. },
  5133. {
  5134. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5135. "type": "tidelift"
  5136. }
  5137. ],
  5138. "time": "2023-01-26T09:26:14+00:00"
  5139. },
  5140. {
  5141. "name": "symfony/polyfill-mbstring",
  5142. "version": "v1.28.0",
  5143. "source": {
  5144. "type": "git",
  5145. "url": "https://github.com/symfony/polyfill-mbstring.git",
  5146. "reference": "42292d99c55abe617799667f454222c54c60e229"
  5147. },
  5148. "dist": {
  5149. "type": "zip",
  5150. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
  5151. "reference": "42292d99c55abe617799667f454222c54c60e229",
  5152. "shasum": ""
  5153. },
  5154. "require": {
  5155. "php": ">=7.1"
  5156. },
  5157. "provide": {
  5158. "ext-mbstring": "*"
  5159. },
  5160. "suggest": {
  5161. "ext-mbstring": "For best performance"
  5162. },
  5163. "type": "library",
  5164. "extra": {
  5165. "branch-alias": {
  5166. "dev-main": "1.28-dev"
  5167. },
  5168. "thanks": {
  5169. "name": "symfony/polyfill",
  5170. "url": "https://github.com/symfony/polyfill"
  5171. }
  5172. },
  5173. "autoload": {
  5174. "files": [
  5175. "bootstrap.php"
  5176. ],
  5177. "psr-4": {
  5178. "Symfony\\Polyfill\\Mbstring\\": ""
  5179. }
  5180. },
  5181. "notification-url": "https://packagist.org/downloads/",
  5182. "license": [
  5183. "MIT"
  5184. ],
  5185. "authors": [
  5186. {
  5187. "name": "Nicolas Grekas",
  5188. "email": "p@tchwork.com"
  5189. },
  5190. {
  5191. "name": "Symfony Community",
  5192. "homepage": "https://symfony.com/contributors"
  5193. }
  5194. ],
  5195. "description": "Symfony polyfill for the Mbstring extension",
  5196. "homepage": "https://symfony.com",
  5197. "keywords": [
  5198. "compatibility",
  5199. "mbstring",
  5200. "polyfill",
  5201. "portable",
  5202. "shim"
  5203. ],
  5204. "support": {
  5205. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
  5206. },
  5207. "funding": [
  5208. {
  5209. "url": "https://symfony.com/sponsor",
  5210. "type": "custom"
  5211. },
  5212. {
  5213. "url": "https://github.com/fabpot",
  5214. "type": "github"
  5215. },
  5216. {
  5217. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5218. "type": "tidelift"
  5219. }
  5220. ],
  5221. "time": "2023-07-28T09:04:16+00:00"
  5222. },
  5223. {
  5224. "name": "symfony/polyfill-php83",
  5225. "version": "v1.28.0",
  5226. "source": {
  5227. "type": "git",
  5228. "url": "https://github.com/symfony/polyfill-php83.git",
  5229. "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11"
  5230. },
  5231. "dist": {
  5232. "type": "zip",
  5233. "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
  5234. "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
  5235. "shasum": ""
  5236. },
  5237. "require": {
  5238. "php": ">=7.1",
  5239. "symfony/polyfill-php80": "^1.14"
  5240. },
  5241. "type": "library",
  5242. "extra": {
  5243. "branch-alias": {
  5244. "dev-main": "1.28-dev"
  5245. },
  5246. "thanks": {
  5247. "name": "symfony/polyfill",
  5248. "url": "https://github.com/symfony/polyfill"
  5249. }
  5250. },
  5251. "autoload": {
  5252. "files": [
  5253. "bootstrap.php"
  5254. ],
  5255. "psr-4": {
  5256. "Symfony\\Polyfill\\Php83\\": ""
  5257. },
  5258. "classmap": [
  5259. "Resources/stubs"
  5260. ]
  5261. },
  5262. "notification-url": "https://packagist.org/downloads/",
  5263. "license": [
  5264. "MIT"
  5265. ],
  5266. "authors": [
  5267. {
  5268. "name": "Nicolas Grekas",
  5269. "email": "p@tchwork.com"
  5270. },
  5271. {
  5272. "name": "Symfony Community",
  5273. "homepage": "https://symfony.com/contributors"
  5274. }
  5275. ],
  5276. "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
  5277. "homepage": "https://symfony.com",
  5278. "keywords": [
  5279. "compatibility",
  5280. "polyfill",
  5281. "portable",
  5282. "shim"
  5283. ],
  5284. "support": {
  5285. "source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0"
  5286. },
  5287. "funding": [
  5288. {
  5289. "url": "https://symfony.com/sponsor",
  5290. "type": "custom"
  5291. },
  5292. {
  5293. "url": "https://github.com/fabpot",
  5294. "type": "github"
  5295. },
  5296. {
  5297. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5298. "type": "tidelift"
  5299. }
  5300. ],
  5301. "time": "2023-08-16T06:22:46+00:00"
  5302. },
  5303. {
  5304. "name": "symfony/process",
  5305. "version": "v6.3.4",
  5306. "source": {
  5307. "type": "git",
  5308. "url": "https://github.com/symfony/process.git",
  5309. "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54"
  5310. },
  5311. "dist": {
  5312. "type": "zip",
  5313. "url": "https://api.github.com/repos/symfony/process/zipball/0b5c29118f2e980d455d2e34a5659f4579847c54",
  5314. "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54",
  5315. "shasum": ""
  5316. },
  5317. "require": {
  5318. "php": ">=8.1"
  5319. },
  5320. "type": "library",
  5321. "autoload": {
  5322. "psr-4": {
  5323. "Symfony\\Component\\Process\\": ""
  5324. },
  5325. "exclude-from-classmap": [
  5326. "/Tests/"
  5327. ]
  5328. },
  5329. "notification-url": "https://packagist.org/downloads/",
  5330. "license": [
  5331. "MIT"
  5332. ],
  5333. "authors": [
  5334. {
  5335. "name": "Fabien Potencier",
  5336. "email": "fabien@symfony.com"
  5337. },
  5338. {
  5339. "name": "Symfony Community",
  5340. "homepage": "https://symfony.com/contributors"
  5341. }
  5342. ],
  5343. "description": "Executes commands in sub-processes",
  5344. "homepage": "https://symfony.com",
  5345. "support": {
  5346. "source": "https://github.com/symfony/process/tree/v6.3.4"
  5347. },
  5348. "funding": [
  5349. {
  5350. "url": "https://symfony.com/sponsor",
  5351. "type": "custom"
  5352. },
  5353. {
  5354. "url": "https://github.com/fabpot",
  5355. "type": "github"
  5356. },
  5357. {
  5358. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5359. "type": "tidelift"
  5360. }
  5361. ],
  5362. "time": "2023-08-07T10:39:22+00:00"
  5363. },
  5364. {
  5365. "name": "symfony/property-access",
  5366. "version": "v6.3.2",
  5367. "source": {
  5368. "type": "git",
  5369. "url": "https://github.com/symfony/property-access.git",
  5370. "reference": "2dc4f9da444b8f8ff592e95d570caad67924f1d0"
  5371. },
  5372. "dist": {
  5373. "type": "zip",
  5374. "url": "https://api.github.com/repos/symfony/property-access/zipball/2dc4f9da444b8f8ff592e95d570caad67924f1d0",
  5375. "reference": "2dc4f9da444b8f8ff592e95d570caad67924f1d0",
  5376. "shasum": ""
  5377. },
  5378. "require": {
  5379. "php": ">=8.1",
  5380. "symfony/deprecation-contracts": "^2.5|^3",
  5381. "symfony/property-info": "^5.4|^6.0"
  5382. },
  5383. "require-dev": {
  5384. "symfony/cache": "^5.4|^6.0"
  5385. },
  5386. "type": "library",
  5387. "autoload": {
  5388. "psr-4": {
  5389. "Symfony\\Component\\PropertyAccess\\": ""
  5390. },
  5391. "exclude-from-classmap": [
  5392. "/Tests/"
  5393. ]
  5394. },
  5395. "notification-url": "https://packagist.org/downloads/",
  5396. "license": [
  5397. "MIT"
  5398. ],
  5399. "authors": [
  5400. {
  5401. "name": "Fabien Potencier",
  5402. "email": "fabien@symfony.com"
  5403. },
  5404. {
  5405. "name": "Symfony Community",
  5406. "homepage": "https://symfony.com/contributors"
  5407. }
  5408. ],
  5409. "description": "Provides functions to read and write from/to an object or array using a simple string notation",
  5410. "homepage": "https://symfony.com",
  5411. "keywords": [
  5412. "access",
  5413. "array",
  5414. "extraction",
  5415. "index",
  5416. "injection",
  5417. "object",
  5418. "property",
  5419. "property-path",
  5420. "reflection"
  5421. ],
  5422. "support": {
  5423. "source": "https://github.com/symfony/property-access/tree/v6.3.2"
  5424. },
  5425. "funding": [
  5426. {
  5427. "url": "https://symfony.com/sponsor",
  5428. "type": "custom"
  5429. },
  5430. {
  5431. "url": "https://github.com/fabpot",
  5432. "type": "github"
  5433. },
  5434. {
  5435. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5436. "type": "tidelift"
  5437. }
  5438. ],
  5439. "time": "2023-07-13T15:26:11+00:00"
  5440. },
  5441. {
  5442. "name": "symfony/property-info",
  5443. "version": "v6.3.0",
  5444. "source": {
  5445. "type": "git",
  5446. "url": "https://github.com/symfony/property-info.git",
  5447. "reference": "7f3a03716112269741fe2a809f8f791a371d1fcd"
  5448. },
  5449. "dist": {
  5450. "type": "zip",
  5451. "url": "https://api.github.com/repos/symfony/property-info/zipball/7f3a03716112269741fe2a809f8f791a371d1fcd",
  5452. "reference": "7f3a03716112269741fe2a809f8f791a371d1fcd",
  5453. "shasum": ""
  5454. },
  5455. "require": {
  5456. "php": ">=8.1",
  5457. "symfony/string": "^5.4|^6.0"
  5458. },
  5459. "conflict": {
  5460. "phpdocumentor/reflection-docblock": "<5.2",
  5461. "phpdocumentor/type-resolver": "<1.5.1",
  5462. "symfony/dependency-injection": "<5.4"
  5463. },
  5464. "require-dev": {
  5465. "doctrine/annotations": "^1.10.4|^2",
  5466. "phpdocumentor/reflection-docblock": "^5.2",
  5467. "phpstan/phpdoc-parser": "^1.0",
  5468. "symfony/cache": "^5.4|^6.0",
  5469. "symfony/dependency-injection": "^5.4|^6.0",
  5470. "symfony/serializer": "^5.4|^6.0"
  5471. },
  5472. "type": "library",
  5473. "autoload": {
  5474. "psr-4": {
  5475. "Symfony\\Component\\PropertyInfo\\": ""
  5476. },
  5477. "exclude-from-classmap": [
  5478. "/Tests/"
  5479. ]
  5480. },
  5481. "notification-url": "https://packagist.org/downloads/",
  5482. "license": [
  5483. "MIT"
  5484. ],
  5485. "authors": [
  5486. {
  5487. "name": "Kévin Dunglas",
  5488. "email": "dunglas@gmail.com"
  5489. },
  5490. {
  5491. "name": "Symfony Community",
  5492. "homepage": "https://symfony.com/contributors"
  5493. }
  5494. ],
  5495. "description": "Extracts information about PHP class' properties using metadata of popular sources",
  5496. "homepage": "https://symfony.com",
  5497. "keywords": [
  5498. "doctrine",
  5499. "phpdoc",
  5500. "property",
  5501. "symfony",
  5502. "type",
  5503. "validator"
  5504. ],
  5505. "support": {
  5506. "source": "https://github.com/symfony/property-info/tree/v6.3.0"
  5507. },
  5508. "funding": [
  5509. {
  5510. "url": "https://symfony.com/sponsor",
  5511. "type": "custom"
  5512. },
  5513. {
  5514. "url": "https://github.com/fabpot",
  5515. "type": "github"
  5516. },
  5517. {
  5518. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5519. "type": "tidelift"
  5520. }
  5521. ],
  5522. "time": "2023-05-19T08:06:44+00:00"
  5523. },
  5524. {
  5525. "name": "symfony/routing",
  5526. "version": "v6.3.5",
  5527. "source": {
  5528. "type": "git",
  5529. "url": "https://github.com/symfony/routing.git",
  5530. "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31"
  5531. },
  5532. "dist": {
  5533. "type": "zip",
  5534. "url": "https://api.github.com/repos/symfony/routing/zipball/82616e59acd3e3d9c916bba798326cb7796d7d31",
  5535. "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31",
  5536. "shasum": ""
  5537. },
  5538. "require": {
  5539. "php": ">=8.1",
  5540. "symfony/deprecation-contracts": "^2.5|^3"
  5541. },
  5542. "conflict": {
  5543. "doctrine/annotations": "<1.12",
  5544. "symfony/config": "<6.2",
  5545. "symfony/dependency-injection": "<5.4",
  5546. "symfony/yaml": "<5.4"
  5547. },
  5548. "require-dev": {
  5549. "doctrine/annotations": "^1.12|^2",
  5550. "psr/log": "^1|^2|^3",
  5551. "symfony/config": "^6.2",
  5552. "symfony/dependency-injection": "^5.4|^6.0",
  5553. "symfony/expression-language": "^5.4|^6.0",
  5554. "symfony/http-foundation": "^5.4|^6.0",
  5555. "symfony/yaml": "^5.4|^6.0"
  5556. },
  5557. "type": "library",
  5558. "autoload": {
  5559. "psr-4": {
  5560. "Symfony\\Component\\Routing\\": ""
  5561. },
  5562. "exclude-from-classmap": [
  5563. "/Tests/"
  5564. ]
  5565. },
  5566. "notification-url": "https://packagist.org/downloads/",
  5567. "license": [
  5568. "MIT"
  5569. ],
  5570. "authors": [
  5571. {
  5572. "name": "Fabien Potencier",
  5573. "email": "fabien@symfony.com"
  5574. },
  5575. {
  5576. "name": "Symfony Community",
  5577. "homepage": "https://symfony.com/contributors"
  5578. }
  5579. ],
  5580. "description": "Maps an HTTP request to a set of configuration variables",
  5581. "homepage": "https://symfony.com",
  5582. "keywords": [
  5583. "router",
  5584. "routing",
  5585. "uri",
  5586. "url"
  5587. ],
  5588. "support": {
  5589. "source": "https://github.com/symfony/routing/tree/v6.3.5"
  5590. },
  5591. "funding": [
  5592. {
  5593. "url": "https://symfony.com/sponsor",
  5594. "type": "custom"
  5595. },
  5596. {
  5597. "url": "https://github.com/fabpot",
  5598. "type": "github"
  5599. },
  5600. {
  5601. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5602. "type": "tidelift"
  5603. }
  5604. ],
  5605. "time": "2023-09-20T16:05:51+00:00"
  5606. },
  5607. {
  5608. "name": "symfony/runtime",
  5609. "version": "v6.3.2",
  5610. "source": {
  5611. "type": "git",
  5612. "url": "https://github.com/symfony/runtime.git",
  5613. "reference": "d5c09493647a0c1a16e6c8da308098e840d1164f"
  5614. },
  5615. "dist": {
  5616. "type": "zip",
  5617. "url": "https://api.github.com/repos/symfony/runtime/zipball/d5c09493647a0c1a16e6c8da308098e840d1164f",
  5618. "reference": "d5c09493647a0c1a16e6c8da308098e840d1164f",
  5619. "shasum": ""
  5620. },
  5621. "require": {
  5622. "composer-plugin-api": "^1.0|^2.0",
  5623. "php": ">=8.1"
  5624. },
  5625. "conflict": {
  5626. "symfony/dotenv": "<5.4"
  5627. },
  5628. "require-dev": {
  5629. "composer/composer": "^1.0.2|^2.0",
  5630. "symfony/console": "^5.4.9|^6.0.9",
  5631. "symfony/dotenv": "^5.4|^6.0",
  5632. "symfony/http-foundation": "^5.4|^6.0",
  5633. "symfony/http-kernel": "^5.4|^6.0"
  5634. },
  5635. "type": "composer-plugin",
  5636. "extra": {
  5637. "class": "Symfony\\Component\\Runtime\\Internal\\ComposerPlugin"
  5638. },
  5639. "autoload": {
  5640. "psr-4": {
  5641. "Symfony\\Component\\Runtime\\": "",
  5642. "Symfony\\Runtime\\Symfony\\Component\\": "Internal/"
  5643. },
  5644. "exclude-from-classmap": [
  5645. "/Tests/"
  5646. ]
  5647. },
  5648. "notification-url": "https://packagist.org/downloads/",
  5649. "license": [
  5650. "MIT"
  5651. ],
  5652. "authors": [
  5653. {
  5654. "name": "Nicolas Grekas",
  5655. "email": "p@tchwork.com"
  5656. },
  5657. {
  5658. "name": "Symfony Community",
  5659. "homepage": "https://symfony.com/contributors"
  5660. }
  5661. ],
  5662. "description": "Enables decoupling PHP applications from global state",
  5663. "homepage": "https://symfony.com",
  5664. "keywords": [
  5665. "runtime"
  5666. ],
  5667. "support": {
  5668. "source": "https://github.com/symfony/runtime/tree/v6.3.2"
  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-07-16T17:05:46+00:00"
  5685. },
  5686. {
  5687. "name": "symfony/security-bundle",
  5688. "version": "v6.3.6",
  5689. "source": {
  5690. "type": "git",
  5691. "url": "https://github.com/symfony/security-bundle.git",
  5692. "reference": "0b07f3820370aba96e1633993c5c561364f88f30"
  5693. },
  5694. "dist": {
  5695. "type": "zip",
  5696. "url": "https://api.github.com/repos/symfony/security-bundle/zipball/0b07f3820370aba96e1633993c5c561364f88f30",
  5697. "reference": "0b07f3820370aba96e1633993c5c561364f88f30",
  5698. "shasum": ""
  5699. },
  5700. "require": {
  5701. "composer-runtime-api": ">=2.1",
  5702. "ext-xml": "*",
  5703. "php": ">=8.1",
  5704. "symfony/clock": "^6.3",
  5705. "symfony/config": "^6.1",
  5706. "symfony/dependency-injection": "^6.2",
  5707. "symfony/deprecation-contracts": "^2.5|^3",
  5708. "symfony/event-dispatcher": "^5.4|^6.0",
  5709. "symfony/http-foundation": "^6.2",
  5710. "symfony/http-kernel": "^6.2",
  5711. "symfony/password-hasher": "^5.4|^6.0",
  5712. "symfony/security-core": "^6.2",
  5713. "symfony/security-csrf": "^5.4|^6.0",
  5714. "symfony/security-http": "^6.3.6",
  5715. "symfony/service-contracts": "^2.5|^3"
  5716. },
  5717. "conflict": {
  5718. "symfony/browser-kit": "<5.4",
  5719. "symfony/console": "<5.4",
  5720. "symfony/framework-bundle": "<6.3",
  5721. "symfony/http-client": "<5.4",
  5722. "symfony/ldap": "<5.4",
  5723. "symfony/twig-bundle": "<5.4"
  5724. },
  5725. "require-dev": {
  5726. "doctrine/annotations": "^1.10.4|^2",
  5727. "symfony/asset": "^5.4|^6.0",
  5728. "symfony/browser-kit": "^5.4|^6.0",
  5729. "symfony/console": "^5.4|^6.0",
  5730. "symfony/css-selector": "^5.4|^6.0",
  5731. "symfony/dom-crawler": "^5.4|^6.0",
  5732. "symfony/expression-language": "^5.4|^6.0",
  5733. "symfony/form": "^5.4|^6.0",
  5734. "symfony/framework-bundle": "^6.3",
  5735. "symfony/http-client": "^5.4|^6.0",
  5736. "symfony/ldap": "^5.4|^6.0",
  5737. "symfony/process": "^5.4|^6.0",
  5738. "symfony/rate-limiter": "^5.4|^6.0",
  5739. "symfony/serializer": "^5.4|^6.0",
  5740. "symfony/translation": "^5.4|^6.0",
  5741. "symfony/twig-bridge": "^5.4|^6.0",
  5742. "symfony/twig-bundle": "^5.4|^6.0",
  5743. "symfony/validator": "^5.4|^6.0",
  5744. "symfony/yaml": "^5.4|^6.0",
  5745. "twig/twig": "^2.13|^3.0.4",
  5746. "web-token/jwt-checker": "^3.1",
  5747. "web-token/jwt-signature-algorithm-ecdsa": "^3.1",
  5748. "web-token/jwt-signature-algorithm-eddsa": "^3.1",
  5749. "web-token/jwt-signature-algorithm-hmac": "^3.1",
  5750. "web-token/jwt-signature-algorithm-none": "^3.1",
  5751. "web-token/jwt-signature-algorithm-rsa": "^3.1"
  5752. },
  5753. "type": "symfony-bundle",
  5754. "autoload": {
  5755. "psr-4": {
  5756. "Symfony\\Bundle\\SecurityBundle\\": ""
  5757. },
  5758. "exclude-from-classmap": [
  5759. "/Tests/"
  5760. ]
  5761. },
  5762. "notification-url": "https://packagist.org/downloads/",
  5763. "license": [
  5764. "MIT"
  5765. ],
  5766. "authors": [
  5767. {
  5768. "name": "Fabien Potencier",
  5769. "email": "fabien@symfony.com"
  5770. },
  5771. {
  5772. "name": "Symfony Community",
  5773. "homepage": "https://symfony.com/contributors"
  5774. }
  5775. ],
  5776. "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
  5777. "homepage": "https://symfony.com",
  5778. "support": {
  5779. "source": "https://github.com/symfony/security-bundle/tree/v6.3.6"
  5780. },
  5781. "funding": [
  5782. {
  5783. "url": "https://symfony.com/sponsor",
  5784. "type": "custom"
  5785. },
  5786. {
  5787. "url": "https://github.com/fabpot",
  5788. "type": "github"
  5789. },
  5790. {
  5791. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5792. "type": "tidelift"
  5793. }
  5794. ],
  5795. "time": "2023-10-12T16:11:32+00:00"
  5796. },
  5797. {
  5798. "name": "symfony/security-core",
  5799. "version": "v6.3.5",
  5800. "source": {
  5801. "type": "git",
  5802. "url": "https://github.com/symfony/security-core.git",
  5803. "reference": "ec8f24dc1195f46483510892271d01a5202bba70"
  5804. },
  5805. "dist": {
  5806. "type": "zip",
  5807. "url": "https://api.github.com/repos/symfony/security-core/zipball/ec8f24dc1195f46483510892271d01a5202bba70",
  5808. "reference": "ec8f24dc1195f46483510892271d01a5202bba70",
  5809. "shasum": ""
  5810. },
  5811. "require": {
  5812. "php": ">=8.1",
  5813. "symfony/deprecation-contracts": "^2.5|^3",
  5814. "symfony/event-dispatcher-contracts": "^2.5|^3",
  5815. "symfony/password-hasher": "^5.4|^6.0",
  5816. "symfony/service-contracts": "^2.5|^3"
  5817. },
  5818. "conflict": {
  5819. "symfony/event-dispatcher": "<5.4",
  5820. "symfony/http-foundation": "<5.4",
  5821. "symfony/ldap": "<5.4",
  5822. "symfony/security-guard": "<5.4",
  5823. "symfony/validator": "<5.4"
  5824. },
  5825. "require-dev": {
  5826. "psr/cache": "^1.0|^2.0|^3.0",
  5827. "psr/container": "^1.1|^2.0",
  5828. "psr/log": "^1|^2|^3",
  5829. "symfony/cache": "^5.4|^6.0",
  5830. "symfony/event-dispatcher": "^5.4|^6.0",
  5831. "symfony/expression-language": "^5.4|^6.0",
  5832. "symfony/http-foundation": "^5.4|^6.0",
  5833. "symfony/ldap": "^5.4|^6.0",
  5834. "symfony/string": "^5.4|^6.0",
  5835. "symfony/translation": "^5.4|^6.0",
  5836. "symfony/validator": "^5.4|^6.0"
  5837. },
  5838. "type": "library",
  5839. "autoload": {
  5840. "psr-4": {
  5841. "Symfony\\Component\\Security\\Core\\": ""
  5842. },
  5843. "exclude-from-classmap": [
  5844. "/Tests/"
  5845. ]
  5846. },
  5847. "notification-url": "https://packagist.org/downloads/",
  5848. "license": [
  5849. "MIT"
  5850. ],
  5851. "authors": [
  5852. {
  5853. "name": "Fabien Potencier",
  5854. "email": "fabien@symfony.com"
  5855. },
  5856. {
  5857. "name": "Symfony Community",
  5858. "homepage": "https://symfony.com/contributors"
  5859. }
  5860. ],
  5861. "description": "Symfony Security Component - Core Library",
  5862. "homepage": "https://symfony.com",
  5863. "support": {
  5864. "source": "https://github.com/symfony/security-core/tree/v6.3.5"
  5865. },
  5866. "funding": [
  5867. {
  5868. "url": "https://symfony.com/sponsor",
  5869. "type": "custom"
  5870. },
  5871. {
  5872. "url": "https://github.com/fabpot",
  5873. "type": "github"
  5874. },
  5875. {
  5876. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5877. "type": "tidelift"
  5878. }
  5879. ],
  5880. "time": "2023-09-10T17:47:23+00:00"
  5881. },
  5882. {
  5883. "name": "symfony/security-csrf",
  5884. "version": "v6.3.2",
  5885. "source": {
  5886. "type": "git",
  5887. "url": "https://github.com/symfony/security-csrf.git",
  5888. "reference": "63d7b098c448cbddb46ea5eda33b68c1ece6eb5b"
  5889. },
  5890. "dist": {
  5891. "type": "zip",
  5892. "url": "https://api.github.com/repos/symfony/security-csrf/zipball/63d7b098c448cbddb46ea5eda33b68c1ece6eb5b",
  5893. "reference": "63d7b098c448cbddb46ea5eda33b68c1ece6eb5b",
  5894. "shasum": ""
  5895. },
  5896. "require": {
  5897. "php": ">=8.1",
  5898. "symfony/security-core": "^5.4|^6.0"
  5899. },
  5900. "conflict": {
  5901. "symfony/http-foundation": "<5.4"
  5902. },
  5903. "require-dev": {
  5904. "symfony/http-foundation": "^5.4|^6.0"
  5905. },
  5906. "type": "library",
  5907. "autoload": {
  5908. "psr-4": {
  5909. "Symfony\\Component\\Security\\Csrf\\": ""
  5910. },
  5911. "exclude-from-classmap": [
  5912. "/Tests/"
  5913. ]
  5914. },
  5915. "notification-url": "https://packagist.org/downloads/",
  5916. "license": [
  5917. "MIT"
  5918. ],
  5919. "authors": [
  5920. {
  5921. "name": "Fabien Potencier",
  5922. "email": "fabien@symfony.com"
  5923. },
  5924. {
  5925. "name": "Symfony Community",
  5926. "homepage": "https://symfony.com/contributors"
  5927. }
  5928. ],
  5929. "description": "Symfony Security Component - CSRF Library",
  5930. "homepage": "https://symfony.com",
  5931. "support": {
  5932. "source": "https://github.com/symfony/security-csrf/tree/v6.3.2"
  5933. },
  5934. "funding": [
  5935. {
  5936. "url": "https://symfony.com/sponsor",
  5937. "type": "custom"
  5938. },
  5939. {
  5940. "url": "https://github.com/fabpot",
  5941. "type": "github"
  5942. },
  5943. {
  5944. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5945. "type": "tidelift"
  5946. }
  5947. ],
  5948. "time": "2023-07-05T08:41:27+00:00"
  5949. },
  5950. {
  5951. "name": "symfony/security-http",
  5952. "version": "v6.3.6",
  5953. "source": {
  5954. "type": "git",
  5955. "url": "https://github.com/symfony/security-http.git",
  5956. "reference": "573ef96ab62d509ac953362fa61f9d1bd283f3a7"
  5957. },
  5958. "dist": {
  5959. "type": "zip",
  5960. "url": "https://api.github.com/repos/symfony/security-http/zipball/573ef96ab62d509ac953362fa61f9d1bd283f3a7",
  5961. "reference": "573ef96ab62d509ac953362fa61f9d1bd283f3a7",
  5962. "shasum": ""
  5963. },
  5964. "require": {
  5965. "php": ">=8.1",
  5966. "symfony/deprecation-contracts": "^2.5|^3",
  5967. "symfony/http-foundation": "^5.4|^6.0",
  5968. "symfony/http-kernel": "^6.3",
  5969. "symfony/polyfill-mbstring": "~1.0",
  5970. "symfony/property-access": "^5.4|^6.0",
  5971. "symfony/security-core": "^6.3",
  5972. "symfony/service-contracts": "^2.5|^3"
  5973. },
  5974. "conflict": {
  5975. "symfony/clock": "<6.3",
  5976. "symfony/event-dispatcher": "<5.4.9|>=6,<6.0.9",
  5977. "symfony/http-client-contracts": "<3.0",
  5978. "symfony/security-bundle": "<5.4",
  5979. "symfony/security-csrf": "<5.4"
  5980. },
  5981. "require-dev": {
  5982. "psr/log": "^1|^2|^3",
  5983. "symfony/cache": "^5.4|^6.0",
  5984. "symfony/clock": "^6.3",
  5985. "symfony/expression-language": "^5.4|^6.0",
  5986. "symfony/http-client-contracts": "^3.0",
  5987. "symfony/rate-limiter": "^5.4|^6.0",
  5988. "symfony/routing": "^5.4|^6.0",
  5989. "symfony/security-csrf": "^5.4|^6.0",
  5990. "symfony/translation": "^5.4|^6.0",
  5991. "web-token/jwt-checker": "^3.1",
  5992. "web-token/jwt-signature-algorithm-ecdsa": "^3.1"
  5993. },
  5994. "type": "library",
  5995. "autoload": {
  5996. "psr-4": {
  5997. "Symfony\\Component\\Security\\Http\\": ""
  5998. },
  5999. "exclude-from-classmap": [
  6000. "/Tests/"
  6001. ]
  6002. },
  6003. "notification-url": "https://packagist.org/downloads/",
  6004. "license": [
  6005. "MIT"
  6006. ],
  6007. "authors": [
  6008. {
  6009. "name": "Fabien Potencier",
  6010. "email": "fabien@symfony.com"
  6011. },
  6012. {
  6013. "name": "Symfony Community",
  6014. "homepage": "https://symfony.com/contributors"
  6015. }
  6016. ],
  6017. "description": "Symfony Security Component - HTTP Integration",
  6018. "homepage": "https://symfony.com",
  6019. "support": {
  6020. "source": "https://github.com/symfony/security-http/tree/v6.3.6"
  6021. },
  6022. "funding": [
  6023. {
  6024. "url": "https://symfony.com/sponsor",
  6025. "type": "custom"
  6026. },
  6027. {
  6028. "url": "https://github.com/fabpot",
  6029. "type": "github"
  6030. },
  6031. {
  6032. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6033. "type": "tidelift"
  6034. }
  6035. ],
  6036. "time": "2023-10-13T10:26:24+00:00"
  6037. },
  6038. {
  6039. "name": "symfony/serializer",
  6040. "version": "v6.3.6",
  6041. "source": {
  6042. "type": "git",
  6043. "url": "https://github.com/symfony/serializer.git",
  6044. "reference": "8c5fb7144889839751ad9680cf4f183f60f8fbce"
  6045. },
  6046. "dist": {
  6047. "type": "zip",
  6048. "url": "https://api.github.com/repos/symfony/serializer/zipball/8c5fb7144889839751ad9680cf4f183f60f8fbce",
  6049. "reference": "8c5fb7144889839751ad9680cf4f183f60f8fbce",
  6050. "shasum": ""
  6051. },
  6052. "require": {
  6053. "php": ">=8.1",
  6054. "symfony/deprecation-contracts": "^2.5|^3",
  6055. "symfony/polyfill-ctype": "~1.8"
  6056. },
  6057. "conflict": {
  6058. "doctrine/annotations": "<1.12",
  6059. "phpdocumentor/reflection-docblock": "<3.2.2",
  6060. "phpdocumentor/type-resolver": "<1.4.0",
  6061. "symfony/dependency-injection": "<5.4",
  6062. "symfony/property-access": "<5.4",
  6063. "symfony/property-info": "<5.4.24|>=6,<6.2.11",
  6064. "symfony/uid": "<5.4",
  6065. "symfony/yaml": "<5.4"
  6066. },
  6067. "require-dev": {
  6068. "doctrine/annotations": "^1.12|^2",
  6069. "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
  6070. "symfony/cache": "^5.4|^6.0",
  6071. "symfony/config": "^5.4|^6.0",
  6072. "symfony/console": "^5.4|^6.0",
  6073. "symfony/dependency-injection": "^5.4|^6.0",
  6074. "symfony/error-handler": "^5.4|^6.0",
  6075. "symfony/filesystem": "^5.4|^6.0",
  6076. "symfony/form": "^5.4|^6.0",
  6077. "symfony/http-foundation": "^5.4|^6.0",
  6078. "symfony/http-kernel": "^5.4|^6.0",
  6079. "symfony/mime": "^5.4|^6.0",
  6080. "symfony/property-access": "^5.4|^6.0",
  6081. "symfony/property-info": "^5.4.24|^6.2.11",
  6082. "symfony/uid": "^5.4|^6.0",
  6083. "symfony/validator": "^5.4|^6.0",
  6084. "symfony/var-dumper": "^5.4|^6.0",
  6085. "symfony/var-exporter": "^5.4|^6.0",
  6086. "symfony/yaml": "^5.4|^6.0"
  6087. },
  6088. "type": "library",
  6089. "autoload": {
  6090. "psr-4": {
  6091. "Symfony\\Component\\Serializer\\": ""
  6092. },
  6093. "exclude-from-classmap": [
  6094. "/Tests/"
  6095. ]
  6096. },
  6097. "notification-url": "https://packagist.org/downloads/",
  6098. "license": [
  6099. "MIT"
  6100. ],
  6101. "authors": [
  6102. {
  6103. "name": "Fabien Potencier",
  6104. "email": "fabien@symfony.com"
  6105. },
  6106. {
  6107. "name": "Symfony Community",
  6108. "homepage": "https://symfony.com/contributors"
  6109. }
  6110. ],
  6111. "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
  6112. "homepage": "https://symfony.com",
  6113. "support": {
  6114. "source": "https://github.com/symfony/serializer/tree/v6.3.6"
  6115. },
  6116. "funding": [
  6117. {
  6118. "url": "https://symfony.com/sponsor",
  6119. "type": "custom"
  6120. },
  6121. {
  6122. "url": "https://github.com/fabpot",
  6123. "type": "github"
  6124. },
  6125. {
  6126. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6127. "type": "tidelift"
  6128. }
  6129. ],
  6130. "time": "2023-10-17T11:32:53+00:00"
  6131. },
  6132. {
  6133. "name": "symfony/service-contracts",
  6134. "version": "v3.3.0",
  6135. "source": {
  6136. "type": "git",
  6137. "url": "https://github.com/symfony/service-contracts.git",
  6138. "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4"
  6139. },
  6140. "dist": {
  6141. "type": "zip",
  6142. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
  6143. "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
  6144. "shasum": ""
  6145. },
  6146. "require": {
  6147. "php": ">=8.1",
  6148. "psr/container": "^2.0"
  6149. },
  6150. "conflict": {
  6151. "ext-psr": "<1.1|>=2"
  6152. },
  6153. "type": "library",
  6154. "extra": {
  6155. "branch-alias": {
  6156. "dev-main": "3.4-dev"
  6157. },
  6158. "thanks": {
  6159. "name": "symfony/contracts",
  6160. "url": "https://github.com/symfony/contracts"
  6161. }
  6162. },
  6163. "autoload": {
  6164. "psr-4": {
  6165. "Symfony\\Contracts\\Service\\": ""
  6166. },
  6167. "exclude-from-classmap": [
  6168. "/Test/"
  6169. ]
  6170. },
  6171. "notification-url": "https://packagist.org/downloads/",
  6172. "license": [
  6173. "MIT"
  6174. ],
  6175. "authors": [
  6176. {
  6177. "name": "Nicolas Grekas",
  6178. "email": "p@tchwork.com"
  6179. },
  6180. {
  6181. "name": "Symfony Community",
  6182. "homepage": "https://symfony.com/contributors"
  6183. }
  6184. ],
  6185. "description": "Generic abstractions related to writing services",
  6186. "homepage": "https://symfony.com",
  6187. "keywords": [
  6188. "abstractions",
  6189. "contracts",
  6190. "decoupling",
  6191. "interfaces",
  6192. "interoperability",
  6193. "standards"
  6194. ],
  6195. "support": {
  6196. "source": "https://github.com/symfony/service-contracts/tree/v3.3.0"
  6197. },
  6198. "funding": [
  6199. {
  6200. "url": "https://symfony.com/sponsor",
  6201. "type": "custom"
  6202. },
  6203. {
  6204. "url": "https://github.com/fabpot",
  6205. "type": "github"
  6206. },
  6207. {
  6208. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6209. "type": "tidelift"
  6210. }
  6211. ],
  6212. "time": "2023-05-23T14:45:45+00:00"
  6213. },
  6214. {
  6215. "name": "symfony/stopwatch",
  6216. "version": "v6.3.0",
  6217. "source": {
  6218. "type": "git",
  6219. "url": "https://github.com/symfony/stopwatch.git",
  6220. "reference": "fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2"
  6221. },
  6222. "dist": {
  6223. "type": "zip",
  6224. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2",
  6225. "reference": "fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2",
  6226. "shasum": ""
  6227. },
  6228. "require": {
  6229. "php": ">=8.1",
  6230. "symfony/service-contracts": "^2.5|^3"
  6231. },
  6232. "type": "library",
  6233. "autoload": {
  6234. "psr-4": {
  6235. "Symfony\\Component\\Stopwatch\\": ""
  6236. },
  6237. "exclude-from-classmap": [
  6238. "/Tests/"
  6239. ]
  6240. },
  6241. "notification-url": "https://packagist.org/downloads/",
  6242. "license": [
  6243. "MIT"
  6244. ],
  6245. "authors": [
  6246. {
  6247. "name": "Fabien Potencier",
  6248. "email": "fabien@symfony.com"
  6249. },
  6250. {
  6251. "name": "Symfony Community",
  6252. "homepage": "https://symfony.com/contributors"
  6253. }
  6254. ],
  6255. "description": "Provides a way to profile code",
  6256. "homepage": "https://symfony.com",
  6257. "support": {
  6258. "source": "https://github.com/symfony/stopwatch/tree/v6.3.0"
  6259. },
  6260. "funding": [
  6261. {
  6262. "url": "https://symfony.com/sponsor",
  6263. "type": "custom"
  6264. },
  6265. {
  6266. "url": "https://github.com/fabpot",
  6267. "type": "github"
  6268. },
  6269. {
  6270. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6271. "type": "tidelift"
  6272. }
  6273. ],
  6274. "time": "2023-02-16T10:14:28+00:00"
  6275. },
  6276. {
  6277. "name": "symfony/string",
  6278. "version": "v6.3.5",
  6279. "source": {
  6280. "type": "git",
  6281. "url": "https://github.com/symfony/string.git",
  6282. "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339"
  6283. },
  6284. "dist": {
  6285. "type": "zip",
  6286. "url": "https://api.github.com/repos/symfony/string/zipball/13d76d0fb049051ed12a04bef4f9de8715bea339",
  6287. "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339",
  6288. "shasum": ""
  6289. },
  6290. "require": {
  6291. "php": ">=8.1",
  6292. "symfony/polyfill-ctype": "~1.8",
  6293. "symfony/polyfill-intl-grapheme": "~1.0",
  6294. "symfony/polyfill-intl-normalizer": "~1.0",
  6295. "symfony/polyfill-mbstring": "~1.0"
  6296. },
  6297. "conflict": {
  6298. "symfony/translation-contracts": "<2.5"
  6299. },
  6300. "require-dev": {
  6301. "symfony/error-handler": "^5.4|^6.0",
  6302. "symfony/http-client": "^5.4|^6.0",
  6303. "symfony/intl": "^6.2",
  6304. "symfony/translation-contracts": "^2.5|^3.0",
  6305. "symfony/var-exporter": "^5.4|^6.0"
  6306. },
  6307. "type": "library",
  6308. "autoload": {
  6309. "files": [
  6310. "Resources/functions.php"
  6311. ],
  6312. "psr-4": {
  6313. "Symfony\\Component\\String\\": ""
  6314. },
  6315. "exclude-from-classmap": [
  6316. "/Tests/"
  6317. ]
  6318. },
  6319. "notification-url": "https://packagist.org/downloads/",
  6320. "license": [
  6321. "MIT"
  6322. ],
  6323. "authors": [
  6324. {
  6325. "name": "Nicolas Grekas",
  6326. "email": "p@tchwork.com"
  6327. },
  6328. {
  6329. "name": "Symfony Community",
  6330. "homepage": "https://symfony.com/contributors"
  6331. }
  6332. ],
  6333. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  6334. "homepage": "https://symfony.com",
  6335. "keywords": [
  6336. "grapheme",
  6337. "i18n",
  6338. "string",
  6339. "unicode",
  6340. "utf-8",
  6341. "utf8"
  6342. ],
  6343. "support": {
  6344. "source": "https://github.com/symfony/string/tree/v6.3.5"
  6345. },
  6346. "funding": [
  6347. {
  6348. "url": "https://symfony.com/sponsor",
  6349. "type": "custom"
  6350. },
  6351. {
  6352. "url": "https://github.com/fabpot",
  6353. "type": "github"
  6354. },
  6355. {
  6356. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6357. "type": "tidelift"
  6358. }
  6359. ],
  6360. "time": "2023-09-18T10:38:32+00:00"
  6361. },
  6362. {
  6363. "name": "symfony/translation",
  6364. "version": "v6.3.6",
  6365. "source": {
  6366. "type": "git",
  6367. "url": "https://github.com/symfony/translation.git",
  6368. "reference": "869b26c7a9d4b8a48afdd77ab36031909c87e3a2"
  6369. },
  6370. "dist": {
  6371. "type": "zip",
  6372. "url": "https://api.github.com/repos/symfony/translation/zipball/869b26c7a9d4b8a48afdd77ab36031909c87e3a2",
  6373. "reference": "869b26c7a9d4b8a48afdd77ab36031909c87e3a2",
  6374. "shasum": ""
  6375. },
  6376. "require": {
  6377. "php": ">=8.1",
  6378. "symfony/deprecation-contracts": "^2.5|^3",
  6379. "symfony/polyfill-mbstring": "~1.0",
  6380. "symfony/translation-contracts": "^2.5|^3.0"
  6381. },
  6382. "conflict": {
  6383. "symfony/config": "<5.4",
  6384. "symfony/console": "<5.4",
  6385. "symfony/dependency-injection": "<5.4",
  6386. "symfony/http-client-contracts": "<2.5",
  6387. "symfony/http-kernel": "<5.4",
  6388. "symfony/service-contracts": "<2.5",
  6389. "symfony/twig-bundle": "<5.4",
  6390. "symfony/yaml": "<5.4"
  6391. },
  6392. "provide": {
  6393. "symfony/translation-implementation": "2.3|3.0"
  6394. },
  6395. "require-dev": {
  6396. "nikic/php-parser": "^4.13",
  6397. "psr/log": "^1|^2|^3",
  6398. "symfony/config": "^5.4|^6.0",
  6399. "symfony/console": "^5.4|^6.0",
  6400. "symfony/dependency-injection": "^5.4|^6.0",
  6401. "symfony/finder": "^5.4|^6.0",
  6402. "symfony/http-client-contracts": "^2.5|^3.0",
  6403. "symfony/http-kernel": "^5.4|^6.0",
  6404. "symfony/intl": "^5.4|^6.0",
  6405. "symfony/polyfill-intl-icu": "^1.21",
  6406. "symfony/routing": "^5.4|^6.0",
  6407. "symfony/service-contracts": "^2.5|^3",
  6408. "symfony/yaml": "^5.4|^6.0"
  6409. },
  6410. "type": "library",
  6411. "autoload": {
  6412. "files": [
  6413. "Resources/functions.php"
  6414. ],
  6415. "psr-4": {
  6416. "Symfony\\Component\\Translation\\": ""
  6417. },
  6418. "exclude-from-classmap": [
  6419. "/Tests/"
  6420. ]
  6421. },
  6422. "notification-url": "https://packagist.org/downloads/",
  6423. "license": [
  6424. "MIT"
  6425. ],
  6426. "authors": [
  6427. {
  6428. "name": "Fabien Potencier",
  6429. "email": "fabien@symfony.com"
  6430. },
  6431. {
  6432. "name": "Symfony Community",
  6433. "homepage": "https://symfony.com/contributors"
  6434. }
  6435. ],
  6436. "description": "Provides tools to internationalize your application",
  6437. "homepage": "https://symfony.com",
  6438. "support": {
  6439. "source": "https://github.com/symfony/translation/tree/v6.3.6"
  6440. },
  6441. "funding": [
  6442. {
  6443. "url": "https://symfony.com/sponsor",
  6444. "type": "custom"
  6445. },
  6446. {
  6447. "url": "https://github.com/fabpot",
  6448. "type": "github"
  6449. },
  6450. {
  6451. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6452. "type": "tidelift"
  6453. }
  6454. ],
  6455. "time": "2023-10-17T11:32:53+00:00"
  6456. },
  6457. {
  6458. "name": "symfony/translation-contracts",
  6459. "version": "v3.3.0",
  6460. "source": {
  6461. "type": "git",
  6462. "url": "https://github.com/symfony/translation-contracts.git",
  6463. "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86"
  6464. },
  6465. "dist": {
  6466. "type": "zip",
  6467. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/02c24deb352fb0d79db5486c0c79905a85e37e86",
  6468. "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86",
  6469. "shasum": ""
  6470. },
  6471. "require": {
  6472. "php": ">=8.1"
  6473. },
  6474. "type": "library",
  6475. "extra": {
  6476. "branch-alias": {
  6477. "dev-main": "3.4-dev"
  6478. },
  6479. "thanks": {
  6480. "name": "symfony/contracts",
  6481. "url": "https://github.com/symfony/contracts"
  6482. }
  6483. },
  6484. "autoload": {
  6485. "psr-4": {
  6486. "Symfony\\Contracts\\Translation\\": ""
  6487. },
  6488. "exclude-from-classmap": [
  6489. "/Test/"
  6490. ]
  6491. },
  6492. "notification-url": "https://packagist.org/downloads/",
  6493. "license": [
  6494. "MIT"
  6495. ],
  6496. "authors": [
  6497. {
  6498. "name": "Nicolas Grekas",
  6499. "email": "p@tchwork.com"
  6500. },
  6501. {
  6502. "name": "Symfony Community",
  6503. "homepage": "https://symfony.com/contributors"
  6504. }
  6505. ],
  6506. "description": "Generic abstractions related to translation",
  6507. "homepage": "https://symfony.com",
  6508. "keywords": [
  6509. "abstractions",
  6510. "contracts",
  6511. "decoupling",
  6512. "interfaces",
  6513. "interoperability",
  6514. "standards"
  6515. ],
  6516. "support": {
  6517. "source": "https://github.com/symfony/translation-contracts/tree/v3.3.0"
  6518. },
  6519. "funding": [
  6520. {
  6521. "url": "https://symfony.com/sponsor",
  6522. "type": "custom"
  6523. },
  6524. {
  6525. "url": "https://github.com/fabpot",
  6526. "type": "github"
  6527. },
  6528. {
  6529. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6530. "type": "tidelift"
  6531. }
  6532. ],
  6533. "time": "2023-05-30T17:17:10+00:00"
  6534. },
  6535. {
  6536. "name": "symfony/twig-bridge",
  6537. "version": "v6.3.5",
  6538. "source": {
  6539. "type": "git",
  6540. "url": "https://github.com/symfony/twig-bridge.git",
  6541. "reference": "18f2cbe1d46ad43c4d3bd45e5e6279172068e064"
  6542. },
  6543. "dist": {
  6544. "type": "zip",
  6545. "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/18f2cbe1d46ad43c4d3bd45e5e6279172068e064",
  6546. "reference": "18f2cbe1d46ad43c4d3bd45e5e6279172068e064",
  6547. "shasum": ""
  6548. },
  6549. "require": {
  6550. "php": ">=8.1",
  6551. "symfony/translation-contracts": "^2.5|^3",
  6552. "twig/twig": "^2.13|^3.0.4"
  6553. },
  6554. "conflict": {
  6555. "phpdocumentor/reflection-docblock": "<3.2.2",
  6556. "phpdocumentor/type-resolver": "<1.4.0",
  6557. "symfony/console": "<5.4",
  6558. "symfony/form": "<6.3",
  6559. "symfony/http-foundation": "<5.4",
  6560. "symfony/http-kernel": "<6.2",
  6561. "symfony/mime": "<6.2",
  6562. "symfony/translation": "<5.4",
  6563. "symfony/workflow": "<5.4"
  6564. },
  6565. "require-dev": {
  6566. "doctrine/annotations": "^1.12|^2",
  6567. "egulias/email-validator": "^2.1.10|^3|^4",
  6568. "league/html-to-markdown": "^5.0",
  6569. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  6570. "symfony/asset": "^5.4|^6.0",
  6571. "symfony/asset-mapper": "^6.3",
  6572. "symfony/console": "^5.4|^6.0",
  6573. "symfony/dependency-injection": "^5.4|^6.0",
  6574. "symfony/expression-language": "^5.4|^6.0",
  6575. "symfony/finder": "^5.4|^6.0",
  6576. "symfony/form": "^6.3",
  6577. "symfony/html-sanitizer": "^6.1",
  6578. "symfony/http-foundation": "^5.4|^6.0",
  6579. "symfony/http-kernel": "^6.2",
  6580. "symfony/intl": "^5.4|^6.0",
  6581. "symfony/mime": "^6.2",
  6582. "symfony/polyfill-intl-icu": "~1.0",
  6583. "symfony/property-info": "^5.4|^6.0",
  6584. "symfony/routing": "^5.4|^6.0",
  6585. "symfony/security-acl": "^2.8|^3.0",
  6586. "symfony/security-core": "^5.4|^6.0",
  6587. "symfony/security-csrf": "^5.4|^6.0",
  6588. "symfony/security-http": "^5.4|^6.0",
  6589. "symfony/serializer": "^6.2",
  6590. "symfony/stopwatch": "^5.4|^6.0",
  6591. "symfony/translation": "^6.1",
  6592. "symfony/web-link": "^5.4|^6.0",
  6593. "symfony/workflow": "^5.4|^6.0",
  6594. "symfony/yaml": "^5.4|^6.0",
  6595. "twig/cssinliner-extra": "^2.12|^3",
  6596. "twig/inky-extra": "^2.12|^3",
  6597. "twig/markdown-extra": "^2.12|^3"
  6598. },
  6599. "type": "symfony-bridge",
  6600. "autoload": {
  6601. "psr-4": {
  6602. "Symfony\\Bridge\\Twig\\": ""
  6603. },
  6604. "exclude-from-classmap": [
  6605. "/Tests/"
  6606. ]
  6607. },
  6608. "notification-url": "https://packagist.org/downloads/",
  6609. "license": [
  6610. "MIT"
  6611. ],
  6612. "authors": [
  6613. {
  6614. "name": "Fabien Potencier",
  6615. "email": "fabien@symfony.com"
  6616. },
  6617. {
  6618. "name": "Symfony Community",
  6619. "homepage": "https://symfony.com/contributors"
  6620. }
  6621. ],
  6622. "description": "Provides integration for Twig with various Symfony components",
  6623. "homepage": "https://symfony.com",
  6624. "support": {
  6625. "source": "https://github.com/symfony/twig-bridge/tree/v6.3.5"
  6626. },
  6627. "funding": [
  6628. {
  6629. "url": "https://symfony.com/sponsor",
  6630. "type": "custom"
  6631. },
  6632. {
  6633. "url": "https://github.com/fabpot",
  6634. "type": "github"
  6635. },
  6636. {
  6637. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6638. "type": "tidelift"
  6639. }
  6640. ],
  6641. "time": "2023-09-12T06:57:20+00:00"
  6642. },
  6643. {
  6644. "name": "symfony/twig-bundle",
  6645. "version": "v6.3.0",
  6646. "source": {
  6647. "type": "git",
  6648. "url": "https://github.com/symfony/twig-bundle.git",
  6649. "reference": "d0cd4d1675c0582d27c2e8bb0dc27c0303d8e3ea"
  6650. },
  6651. "dist": {
  6652. "type": "zip",
  6653. "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/d0cd4d1675c0582d27c2e8bb0dc27c0303d8e3ea",
  6654. "reference": "d0cd4d1675c0582d27c2e8bb0dc27c0303d8e3ea",
  6655. "shasum": ""
  6656. },
  6657. "require": {
  6658. "composer-runtime-api": ">=2.1",
  6659. "php": ">=8.1",
  6660. "symfony/config": "^6.1",
  6661. "symfony/dependency-injection": "^6.1",
  6662. "symfony/http-foundation": "^5.4|^6.0",
  6663. "symfony/http-kernel": "^6.2",
  6664. "symfony/twig-bridge": "^6.3",
  6665. "twig/twig": "^2.13|^3.0.4"
  6666. },
  6667. "conflict": {
  6668. "symfony/framework-bundle": "<5.4",
  6669. "symfony/translation": "<5.4"
  6670. },
  6671. "require-dev": {
  6672. "doctrine/annotations": "^1.10.4|^2",
  6673. "symfony/asset": "^5.4|^6.0",
  6674. "symfony/expression-language": "^5.4|^6.0",
  6675. "symfony/finder": "^5.4|^6.0",
  6676. "symfony/form": "^5.4|^6.0",
  6677. "symfony/framework-bundle": "^5.4|^6.0",
  6678. "symfony/routing": "^5.4|^6.0",
  6679. "symfony/stopwatch": "^5.4|^6.0",
  6680. "symfony/translation": "^5.4|^6.0",
  6681. "symfony/web-link": "^5.4|^6.0",
  6682. "symfony/yaml": "^5.4|^6.0"
  6683. },
  6684. "type": "symfony-bundle",
  6685. "autoload": {
  6686. "psr-4": {
  6687. "Symfony\\Bundle\\TwigBundle\\": ""
  6688. },
  6689. "exclude-from-classmap": [
  6690. "/Tests/"
  6691. ]
  6692. },
  6693. "notification-url": "https://packagist.org/downloads/",
  6694. "license": [
  6695. "MIT"
  6696. ],
  6697. "authors": [
  6698. {
  6699. "name": "Fabien Potencier",
  6700. "email": "fabien@symfony.com"
  6701. },
  6702. {
  6703. "name": "Symfony Community",
  6704. "homepage": "https://symfony.com/contributors"
  6705. }
  6706. ],
  6707. "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
  6708. "homepage": "https://symfony.com",
  6709. "support": {
  6710. "source": "https://github.com/symfony/twig-bundle/tree/v6.3.0"
  6711. },
  6712. "funding": [
  6713. {
  6714. "url": "https://symfony.com/sponsor",
  6715. "type": "custom"
  6716. },
  6717. {
  6718. "url": "https://github.com/fabpot",
  6719. "type": "github"
  6720. },
  6721. {
  6722. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6723. "type": "tidelift"
  6724. }
  6725. ],
  6726. "time": "2023-05-06T09:53:41+00:00"
  6727. },
  6728. {
  6729. "name": "symfony/validator",
  6730. "version": "v6.3.6",
  6731. "source": {
  6732. "type": "git",
  6733. "url": "https://github.com/symfony/validator.git",
  6734. "reference": "254290aa13d591883eb36327cbe80689cee38ffb"
  6735. },
  6736. "dist": {
  6737. "type": "zip",
  6738. "url": "https://api.github.com/repos/symfony/validator/zipball/254290aa13d591883eb36327cbe80689cee38ffb",
  6739. "reference": "254290aa13d591883eb36327cbe80689cee38ffb",
  6740. "shasum": ""
  6741. },
  6742. "require": {
  6743. "php": ">=8.1",
  6744. "symfony/deprecation-contracts": "^2.5|^3",
  6745. "symfony/polyfill-ctype": "~1.8",
  6746. "symfony/polyfill-mbstring": "~1.0",
  6747. "symfony/polyfill-php83": "^1.27",
  6748. "symfony/translation-contracts": "^2.5|^3"
  6749. },
  6750. "conflict": {
  6751. "doctrine/annotations": "<1.13",
  6752. "doctrine/lexer": "<1.1",
  6753. "symfony/dependency-injection": "<5.4",
  6754. "symfony/expression-language": "<5.4",
  6755. "symfony/http-kernel": "<5.4",
  6756. "symfony/intl": "<5.4",
  6757. "symfony/property-info": "<5.4",
  6758. "symfony/translation": "<5.4",
  6759. "symfony/yaml": "<5.4"
  6760. },
  6761. "require-dev": {
  6762. "doctrine/annotations": "^1.13|^2",
  6763. "egulias/email-validator": "^2.1.10|^3|^4",
  6764. "symfony/cache": "^5.4|^6.0",
  6765. "symfony/config": "^5.4|^6.0",
  6766. "symfony/console": "^5.4|^6.0",
  6767. "symfony/dependency-injection": "^5.4|^6.0",
  6768. "symfony/expression-language": "^5.4|^6.0",
  6769. "symfony/finder": "^5.4|^6.0",
  6770. "symfony/http-client": "^5.4|^6.0",
  6771. "symfony/http-foundation": "^5.4|^6.0",
  6772. "symfony/http-kernel": "^5.4|^6.0",
  6773. "symfony/intl": "^5.4|^6.0",
  6774. "symfony/mime": "^5.4|^6.0",
  6775. "symfony/property-access": "^5.4|^6.0",
  6776. "symfony/property-info": "^5.4|^6.0",
  6777. "symfony/translation": "^5.4|^6.0",
  6778. "symfony/yaml": "^5.4|^6.0"
  6779. },
  6780. "type": "library",
  6781. "autoload": {
  6782. "psr-4": {
  6783. "Symfony\\Component\\Validator\\": ""
  6784. },
  6785. "exclude-from-classmap": [
  6786. "/Tests/"
  6787. ]
  6788. },
  6789. "notification-url": "https://packagist.org/downloads/",
  6790. "license": [
  6791. "MIT"
  6792. ],
  6793. "authors": [
  6794. {
  6795. "name": "Fabien Potencier",
  6796. "email": "fabien@symfony.com"
  6797. },
  6798. {
  6799. "name": "Symfony Community",
  6800. "homepage": "https://symfony.com/contributors"
  6801. }
  6802. ],
  6803. "description": "Provides tools to validate values",
  6804. "homepage": "https://symfony.com",
  6805. "support": {
  6806. "source": "https://github.com/symfony/validator/tree/v6.3.6"
  6807. },
  6808. "funding": [
  6809. {
  6810. "url": "https://symfony.com/sponsor",
  6811. "type": "custom"
  6812. },
  6813. {
  6814. "url": "https://github.com/fabpot",
  6815. "type": "github"
  6816. },
  6817. {
  6818. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6819. "type": "tidelift"
  6820. }
  6821. ],
  6822. "time": "2023-10-20T16:20:17+00:00"
  6823. },
  6824. {
  6825. "name": "symfony/var-dumper",
  6826. "version": "v6.3.6",
  6827. "source": {
  6828. "type": "git",
  6829. "url": "https://github.com/symfony/var-dumper.git",
  6830. "reference": "999ede244507c32b8e43aebaa10e9fce20de7c97"
  6831. },
  6832. "dist": {
  6833. "type": "zip",
  6834. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/999ede244507c32b8e43aebaa10e9fce20de7c97",
  6835. "reference": "999ede244507c32b8e43aebaa10e9fce20de7c97",
  6836. "shasum": ""
  6837. },
  6838. "require": {
  6839. "php": ">=8.1",
  6840. "symfony/deprecation-contracts": "^2.5|^3",
  6841. "symfony/polyfill-mbstring": "~1.0"
  6842. },
  6843. "conflict": {
  6844. "symfony/console": "<5.4"
  6845. },
  6846. "require-dev": {
  6847. "ext-iconv": "*",
  6848. "symfony/console": "^5.4|^6.0",
  6849. "symfony/http-kernel": "^5.4|^6.0",
  6850. "symfony/process": "^5.4|^6.0",
  6851. "symfony/uid": "^5.4|^6.0",
  6852. "twig/twig": "^2.13|^3.0.4"
  6853. },
  6854. "bin": [
  6855. "Resources/bin/var-dump-server"
  6856. ],
  6857. "type": "library",
  6858. "autoload": {
  6859. "files": [
  6860. "Resources/functions/dump.php"
  6861. ],
  6862. "psr-4": {
  6863. "Symfony\\Component\\VarDumper\\": ""
  6864. },
  6865. "exclude-from-classmap": [
  6866. "/Tests/"
  6867. ]
  6868. },
  6869. "notification-url": "https://packagist.org/downloads/",
  6870. "license": [
  6871. "MIT"
  6872. ],
  6873. "authors": [
  6874. {
  6875. "name": "Nicolas Grekas",
  6876. "email": "p@tchwork.com"
  6877. },
  6878. {
  6879. "name": "Symfony Community",
  6880. "homepage": "https://symfony.com/contributors"
  6881. }
  6882. ],
  6883. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  6884. "homepage": "https://symfony.com",
  6885. "keywords": [
  6886. "debug",
  6887. "dump"
  6888. ],
  6889. "support": {
  6890. "source": "https://github.com/symfony/var-dumper/tree/v6.3.6"
  6891. },
  6892. "funding": [
  6893. {
  6894. "url": "https://symfony.com/sponsor",
  6895. "type": "custom"
  6896. },
  6897. {
  6898. "url": "https://github.com/fabpot",
  6899. "type": "github"
  6900. },
  6901. {
  6902. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6903. "type": "tidelift"
  6904. }
  6905. ],
  6906. "time": "2023-10-12T18:45:56+00:00"
  6907. },
  6908. {
  6909. "name": "symfony/var-exporter",
  6910. "version": "v6.3.6",
  6911. "source": {
  6912. "type": "git",
  6913. "url": "https://github.com/symfony/var-exporter.git",
  6914. "reference": "374d289c13cb989027274c86206ddc63b16a2441"
  6915. },
  6916. "dist": {
  6917. "type": "zip",
  6918. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/374d289c13cb989027274c86206ddc63b16a2441",
  6919. "reference": "374d289c13cb989027274c86206ddc63b16a2441",
  6920. "shasum": ""
  6921. },
  6922. "require": {
  6923. "php": ">=8.1"
  6924. },
  6925. "require-dev": {
  6926. "symfony/var-dumper": "^5.4|^6.0"
  6927. },
  6928. "type": "library",
  6929. "autoload": {
  6930. "psr-4": {
  6931. "Symfony\\Component\\VarExporter\\": ""
  6932. },
  6933. "exclude-from-classmap": [
  6934. "/Tests/"
  6935. ]
  6936. },
  6937. "notification-url": "https://packagist.org/downloads/",
  6938. "license": [
  6939. "MIT"
  6940. ],
  6941. "authors": [
  6942. {
  6943. "name": "Nicolas Grekas",
  6944. "email": "p@tchwork.com"
  6945. },
  6946. {
  6947. "name": "Symfony Community",
  6948. "homepage": "https://symfony.com/contributors"
  6949. }
  6950. ],
  6951. "description": "Allows exporting any serializable PHP data structure to plain PHP code",
  6952. "homepage": "https://symfony.com",
  6953. "keywords": [
  6954. "clone",
  6955. "construct",
  6956. "export",
  6957. "hydrate",
  6958. "instantiate",
  6959. "lazy-loading",
  6960. "proxy",
  6961. "serialize"
  6962. ],
  6963. "support": {
  6964. "source": "https://github.com/symfony/var-exporter/tree/v6.3.6"
  6965. },
  6966. "funding": [
  6967. {
  6968. "url": "https://symfony.com/sponsor",
  6969. "type": "custom"
  6970. },
  6971. {
  6972. "url": "https://github.com/fabpot",
  6973. "type": "github"
  6974. },
  6975. {
  6976. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6977. "type": "tidelift"
  6978. }
  6979. ],
  6980. "time": "2023-10-13T09:16:49+00:00"
  6981. },
  6982. {
  6983. "name": "symfony/web-link",
  6984. "version": "v6.3.0",
  6985. "source": {
  6986. "type": "git",
  6987. "url": "https://github.com/symfony/web-link.git",
  6988. "reference": "0989ca617d0703cdca501a245f10e194ff22315b"
  6989. },
  6990. "dist": {
  6991. "type": "zip",
  6992. "url": "https://api.github.com/repos/symfony/web-link/zipball/0989ca617d0703cdca501a245f10e194ff22315b",
  6993. "reference": "0989ca617d0703cdca501a245f10e194ff22315b",
  6994. "shasum": ""
  6995. },
  6996. "require": {
  6997. "php": ">=8.1",
  6998. "psr/link": "^1.1|^2.0"
  6999. },
  7000. "conflict": {
  7001. "symfony/http-kernel": "<5.4"
  7002. },
  7003. "provide": {
  7004. "psr/link-implementation": "1.0|2.0"
  7005. },
  7006. "require-dev": {
  7007. "symfony/http-kernel": "^5.4|^6.0"
  7008. },
  7009. "type": "library",
  7010. "autoload": {
  7011. "psr-4": {
  7012. "Symfony\\Component\\WebLink\\": ""
  7013. },
  7014. "exclude-from-classmap": [
  7015. "/Tests/"
  7016. ]
  7017. },
  7018. "notification-url": "https://packagist.org/downloads/",
  7019. "license": [
  7020. "MIT"
  7021. ],
  7022. "authors": [
  7023. {
  7024. "name": "Kévin Dunglas",
  7025. "email": "dunglas@gmail.com"
  7026. },
  7027. {
  7028. "name": "Symfony Community",
  7029. "homepage": "https://symfony.com/contributors"
  7030. }
  7031. ],
  7032. "description": "Manages links between resources",
  7033. "homepage": "https://symfony.com",
  7034. "keywords": [
  7035. "dns-prefetch",
  7036. "http",
  7037. "http2",
  7038. "link",
  7039. "performance",
  7040. "prefetch",
  7041. "preload",
  7042. "prerender",
  7043. "psr13",
  7044. "push"
  7045. ],
  7046. "support": {
  7047. "source": "https://github.com/symfony/web-link/tree/v6.3.0"
  7048. },
  7049. "funding": [
  7050. {
  7051. "url": "https://symfony.com/sponsor",
  7052. "type": "custom"
  7053. },
  7054. {
  7055. "url": "https://github.com/fabpot",
  7056. "type": "github"
  7057. },
  7058. {
  7059. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7060. "type": "tidelift"
  7061. }
  7062. ],
  7063. "time": "2023-04-21T14:41:17+00:00"
  7064. },
  7065. {
  7066. "name": "symfony/yaml",
  7067. "version": "v6.3.3",
  7068. "source": {
  7069. "type": "git",
  7070. "url": "https://github.com/symfony/yaml.git",
  7071. "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add"
  7072. },
  7073. "dist": {
  7074. "type": "zip",
  7075. "url": "https://api.github.com/repos/symfony/yaml/zipball/e23292e8c07c85b971b44c1c4b87af52133e2add",
  7076. "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add",
  7077. "shasum": ""
  7078. },
  7079. "require": {
  7080. "php": ">=8.1",
  7081. "symfony/deprecation-contracts": "^2.5|^3",
  7082. "symfony/polyfill-ctype": "^1.8"
  7083. },
  7084. "conflict": {
  7085. "symfony/console": "<5.4"
  7086. },
  7087. "require-dev": {
  7088. "symfony/console": "^5.4|^6.0"
  7089. },
  7090. "bin": [
  7091. "Resources/bin/yaml-lint"
  7092. ],
  7093. "type": "library",
  7094. "autoload": {
  7095. "psr-4": {
  7096. "Symfony\\Component\\Yaml\\": ""
  7097. },
  7098. "exclude-from-classmap": [
  7099. "/Tests/"
  7100. ]
  7101. },
  7102. "notification-url": "https://packagist.org/downloads/",
  7103. "license": [
  7104. "MIT"
  7105. ],
  7106. "authors": [
  7107. {
  7108. "name": "Fabien Potencier",
  7109. "email": "fabien@symfony.com"
  7110. },
  7111. {
  7112. "name": "Symfony Community",
  7113. "homepage": "https://symfony.com/contributors"
  7114. }
  7115. ],
  7116. "description": "Loads and dumps YAML files",
  7117. "homepage": "https://symfony.com",
  7118. "support": {
  7119. "source": "https://github.com/symfony/yaml/tree/v6.3.3"
  7120. },
  7121. "funding": [
  7122. {
  7123. "url": "https://symfony.com/sponsor",
  7124. "type": "custom"
  7125. },
  7126. {
  7127. "url": "https://github.com/fabpot",
  7128. "type": "github"
  7129. },
  7130. {
  7131. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7132. "type": "tidelift"
  7133. }
  7134. ],
  7135. "time": "2023-07-31T07:08:24+00:00"
  7136. },
  7137. {
  7138. "name": "twig/extra-bundle",
  7139. "version": "v3.7.1",
  7140. "source": {
  7141. "type": "git",
  7142. "url": "https://github.com/twigphp/twig-extra-bundle.git",
  7143. "reference": "f10baafe6eb0ecd615d52d5cbfb713a39f68e8f3"
  7144. },
  7145. "dist": {
  7146. "type": "zip",
  7147. "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/f10baafe6eb0ecd615d52d5cbfb713a39f68e8f3",
  7148. "reference": "f10baafe6eb0ecd615d52d5cbfb713a39f68e8f3",
  7149. "shasum": ""
  7150. },
  7151. "require": {
  7152. "php": ">=7.2.5",
  7153. "symfony/framework-bundle": "^5.4|^6.0",
  7154. "symfony/twig-bundle": "^5.4|^6.0",
  7155. "twig/twig": "^2.7|^3.0"
  7156. },
  7157. "require-dev": {
  7158. "league/commonmark": "^1.0|^2.0",
  7159. "symfony/phpunit-bridge": "^5.4|^6.3",
  7160. "twig/cache-extra": "^3.0",
  7161. "twig/cssinliner-extra": "^2.12|^3.0",
  7162. "twig/html-extra": "^2.12|^3.0",
  7163. "twig/inky-extra": "^2.12|^3.0",
  7164. "twig/intl-extra": "^2.12|^3.0",
  7165. "twig/markdown-extra": "^2.12|^3.0",
  7166. "twig/string-extra": "^2.12|^3.0"
  7167. },
  7168. "type": "symfony-bundle",
  7169. "autoload": {
  7170. "psr-4": {
  7171. "Twig\\Extra\\TwigExtraBundle\\": ""
  7172. },
  7173. "exclude-from-classmap": [
  7174. "/Tests/"
  7175. ]
  7176. },
  7177. "notification-url": "https://packagist.org/downloads/",
  7178. "license": [
  7179. "MIT"
  7180. ],
  7181. "authors": [
  7182. {
  7183. "name": "Fabien Potencier",
  7184. "email": "fabien@symfony.com",
  7185. "homepage": "http://fabien.potencier.org",
  7186. "role": "Lead Developer"
  7187. }
  7188. ],
  7189. "description": "A Symfony bundle for extra Twig extensions",
  7190. "homepage": "https://twig.symfony.com",
  7191. "keywords": [
  7192. "bundle",
  7193. "extra",
  7194. "twig"
  7195. ],
  7196. "support": {
  7197. "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.7.1"
  7198. },
  7199. "funding": [
  7200. {
  7201. "url": "https://github.com/fabpot",
  7202. "type": "github"
  7203. },
  7204. {
  7205. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  7206. "type": "tidelift"
  7207. }
  7208. ],
  7209. "time": "2023-07-29T15:34:56+00:00"
  7210. },
  7211. {
  7212. "name": "twig/twig",
  7213. "version": "v3.7.1",
  7214. "source": {
  7215. "type": "git",
  7216. "url": "https://github.com/twigphp/Twig.git",
  7217. "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554"
  7218. },
  7219. "dist": {
  7220. "type": "zip",
  7221. "url": "https://api.github.com/repos/twigphp/Twig/zipball/a0ce373a0ca3bf6c64b9e3e2124aca502ba39554",
  7222. "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554",
  7223. "shasum": ""
  7224. },
  7225. "require": {
  7226. "php": ">=7.2.5",
  7227. "symfony/polyfill-ctype": "^1.8",
  7228. "symfony/polyfill-mbstring": "^1.3"
  7229. },
  7230. "require-dev": {
  7231. "psr/container": "^1.0|^2.0",
  7232. "symfony/phpunit-bridge": "^5.4.9|^6.3"
  7233. },
  7234. "type": "library",
  7235. "autoload": {
  7236. "psr-4": {
  7237. "Twig\\": "src/"
  7238. }
  7239. },
  7240. "notification-url": "https://packagist.org/downloads/",
  7241. "license": [
  7242. "BSD-3-Clause"
  7243. ],
  7244. "authors": [
  7245. {
  7246. "name": "Fabien Potencier",
  7247. "email": "fabien@symfony.com",
  7248. "homepage": "http://fabien.potencier.org",
  7249. "role": "Lead Developer"
  7250. },
  7251. {
  7252. "name": "Twig Team",
  7253. "role": "Contributors"
  7254. },
  7255. {
  7256. "name": "Armin Ronacher",
  7257. "email": "armin.ronacher@active-4.com",
  7258. "role": "Project Founder"
  7259. }
  7260. ],
  7261. "description": "Twig, the flexible, fast, and secure template language for PHP",
  7262. "homepage": "https://twig.symfony.com",
  7263. "keywords": [
  7264. "templating"
  7265. ],
  7266. "support": {
  7267. "issues": "https://github.com/twigphp/Twig/issues",
  7268. "source": "https://github.com/twigphp/Twig/tree/v3.7.1"
  7269. },
  7270. "funding": [
  7271. {
  7272. "url": "https://github.com/fabpot",
  7273. "type": "github"
  7274. },
  7275. {
  7276. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  7277. "type": "tidelift"
  7278. }
  7279. ],
  7280. "time": "2023-08-28T11:09:02+00:00"
  7281. },
  7282. {
  7283. "name": "webmozart/assert",
  7284. "version": "1.11.0",
  7285. "source": {
  7286. "type": "git",
  7287. "url": "https://github.com/webmozarts/assert.git",
  7288. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
  7289. },
  7290. "dist": {
  7291. "type": "zip",
  7292. "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
  7293. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
  7294. "shasum": ""
  7295. },
  7296. "require": {
  7297. "ext-ctype": "*",
  7298. "php": "^7.2 || ^8.0"
  7299. },
  7300. "conflict": {
  7301. "phpstan/phpstan": "<0.12.20",
  7302. "vimeo/psalm": "<4.6.1 || 4.6.2"
  7303. },
  7304. "require-dev": {
  7305. "phpunit/phpunit": "^8.5.13"
  7306. },
  7307. "type": "library",
  7308. "extra": {
  7309. "branch-alias": {
  7310. "dev-master": "1.10-dev"
  7311. }
  7312. },
  7313. "autoload": {
  7314. "psr-4": {
  7315. "Webmozart\\Assert\\": "src/"
  7316. }
  7317. },
  7318. "notification-url": "https://packagist.org/downloads/",
  7319. "license": [
  7320. "MIT"
  7321. ],
  7322. "authors": [
  7323. {
  7324. "name": "Bernhard Schussek",
  7325. "email": "bschussek@gmail.com"
  7326. }
  7327. ],
  7328. "description": "Assertions to validate method input/output with nice error messages.",
  7329. "keywords": [
  7330. "assert",
  7331. "check",
  7332. "validate"
  7333. ],
  7334. "support": {
  7335. "issues": "https://github.com/webmozarts/assert/issues",
  7336. "source": "https://github.com/webmozarts/assert/tree/1.11.0"
  7337. },
  7338. "time": "2022-06-03T18:03:27+00:00"
  7339. }
  7340. ],
  7341. "packages-dev": [
  7342. {
  7343. "name": "masterminds/html5",
  7344. "version": "2.8.1",
  7345. "source": {
  7346. "type": "git",
  7347. "url": "https://github.com/Masterminds/html5-php.git",
  7348. "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf"
  7349. },
  7350. "dist": {
  7351. "type": "zip",
  7352. "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf",
  7353. "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf",
  7354. "shasum": ""
  7355. },
  7356. "require": {
  7357. "ext-dom": "*",
  7358. "php": ">=5.3.0"
  7359. },
  7360. "require-dev": {
  7361. "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8"
  7362. },
  7363. "type": "library",
  7364. "extra": {
  7365. "branch-alias": {
  7366. "dev-master": "2.7-dev"
  7367. }
  7368. },
  7369. "autoload": {
  7370. "psr-4": {
  7371. "Masterminds\\": "src"
  7372. }
  7373. },
  7374. "notification-url": "https://packagist.org/downloads/",
  7375. "license": [
  7376. "MIT"
  7377. ],
  7378. "authors": [
  7379. {
  7380. "name": "Matt Butcher",
  7381. "email": "technosophos@gmail.com"
  7382. },
  7383. {
  7384. "name": "Matt Farina",
  7385. "email": "matt@mattfarina.com"
  7386. },
  7387. {
  7388. "name": "Asmir Mustafic",
  7389. "email": "goetas@gmail.com"
  7390. }
  7391. ],
  7392. "description": "An HTML5 parser and serializer.",
  7393. "homepage": "http://masterminds.github.io/html5-php",
  7394. "keywords": [
  7395. "HTML5",
  7396. "dom",
  7397. "html",
  7398. "parser",
  7399. "querypath",
  7400. "serializer",
  7401. "xml"
  7402. ],
  7403. "support": {
  7404. "issues": "https://github.com/Masterminds/html5-php/issues",
  7405. "source": "https://github.com/Masterminds/html5-php/tree/2.8.1"
  7406. },
  7407. "time": "2023-05-10T11:58:31+00:00"
  7408. },
  7409. {
  7410. "name": "myclabs/deep-copy",
  7411. "version": "1.11.1",
  7412. "source": {
  7413. "type": "git",
  7414. "url": "https://github.com/myclabs/DeepCopy.git",
  7415. "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
  7416. },
  7417. "dist": {
  7418. "type": "zip",
  7419. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
  7420. "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
  7421. "shasum": ""
  7422. },
  7423. "require": {
  7424. "php": "^7.1 || ^8.0"
  7425. },
  7426. "conflict": {
  7427. "doctrine/collections": "<1.6.8",
  7428. "doctrine/common": "<2.13.3 || >=3,<3.2.2"
  7429. },
  7430. "require-dev": {
  7431. "doctrine/collections": "^1.6.8",
  7432. "doctrine/common": "^2.13.3 || ^3.2.2",
  7433. "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
  7434. },
  7435. "type": "library",
  7436. "autoload": {
  7437. "files": [
  7438. "src/DeepCopy/deep_copy.php"
  7439. ],
  7440. "psr-4": {
  7441. "DeepCopy\\": "src/DeepCopy/"
  7442. }
  7443. },
  7444. "notification-url": "https://packagist.org/downloads/",
  7445. "license": [
  7446. "MIT"
  7447. ],
  7448. "description": "Create deep copies (clones) of your objects",
  7449. "keywords": [
  7450. "clone",
  7451. "copy",
  7452. "duplicate",
  7453. "object",
  7454. "object graph"
  7455. ],
  7456. "support": {
  7457. "issues": "https://github.com/myclabs/DeepCopy/issues",
  7458. "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
  7459. },
  7460. "funding": [
  7461. {
  7462. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  7463. "type": "tidelift"
  7464. }
  7465. ],
  7466. "time": "2023-03-08T13:26:56+00:00"
  7467. },
  7468. {
  7469. "name": "nikic/php-parser",
  7470. "version": "v4.17.1",
  7471. "source": {
  7472. "type": "git",
  7473. "url": "https://github.com/nikic/PHP-Parser.git",
  7474. "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
  7475. },
  7476. "dist": {
  7477. "type": "zip",
  7478. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
  7479. "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
  7480. "shasum": ""
  7481. },
  7482. "require": {
  7483. "ext-tokenizer": "*",
  7484. "php": ">=7.0"
  7485. },
  7486. "require-dev": {
  7487. "ircmaxell/php-yacc": "^0.0.7",
  7488. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  7489. },
  7490. "bin": [
  7491. "bin/php-parse"
  7492. ],
  7493. "type": "library",
  7494. "extra": {
  7495. "branch-alias": {
  7496. "dev-master": "4.9-dev"
  7497. }
  7498. },
  7499. "autoload": {
  7500. "psr-4": {
  7501. "PhpParser\\": "lib/PhpParser"
  7502. }
  7503. },
  7504. "notification-url": "https://packagist.org/downloads/",
  7505. "license": [
  7506. "BSD-3-Clause"
  7507. ],
  7508. "authors": [
  7509. {
  7510. "name": "Nikita Popov"
  7511. }
  7512. ],
  7513. "description": "A PHP parser written in PHP",
  7514. "keywords": [
  7515. "parser",
  7516. "php"
  7517. ],
  7518. "support": {
  7519. "issues": "https://github.com/nikic/PHP-Parser/issues",
  7520. "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
  7521. },
  7522. "time": "2023-08-13T19:53:39+00:00"
  7523. },
  7524. {
  7525. "name": "phar-io/manifest",
  7526. "version": "2.0.3",
  7527. "source": {
  7528. "type": "git",
  7529. "url": "https://github.com/phar-io/manifest.git",
  7530. "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
  7531. },
  7532. "dist": {
  7533. "type": "zip",
  7534. "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
  7535. "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
  7536. "shasum": ""
  7537. },
  7538. "require": {
  7539. "ext-dom": "*",
  7540. "ext-phar": "*",
  7541. "ext-xmlwriter": "*",
  7542. "phar-io/version": "^3.0.1",
  7543. "php": "^7.2 || ^8.0"
  7544. },
  7545. "type": "library",
  7546. "extra": {
  7547. "branch-alias": {
  7548. "dev-master": "2.0.x-dev"
  7549. }
  7550. },
  7551. "autoload": {
  7552. "classmap": [
  7553. "src/"
  7554. ]
  7555. },
  7556. "notification-url": "https://packagist.org/downloads/",
  7557. "license": [
  7558. "BSD-3-Clause"
  7559. ],
  7560. "authors": [
  7561. {
  7562. "name": "Arne Blankerts",
  7563. "email": "arne@blankerts.de",
  7564. "role": "Developer"
  7565. },
  7566. {
  7567. "name": "Sebastian Heuer",
  7568. "email": "sebastian@phpeople.de",
  7569. "role": "Developer"
  7570. },
  7571. {
  7572. "name": "Sebastian Bergmann",
  7573. "email": "sebastian@phpunit.de",
  7574. "role": "Developer"
  7575. }
  7576. ],
  7577. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  7578. "support": {
  7579. "issues": "https://github.com/phar-io/manifest/issues",
  7580. "source": "https://github.com/phar-io/manifest/tree/2.0.3"
  7581. },
  7582. "time": "2021-07-20T11:28:43+00:00"
  7583. },
  7584. {
  7585. "name": "phar-io/version",
  7586. "version": "3.2.1",
  7587. "source": {
  7588. "type": "git",
  7589. "url": "https://github.com/phar-io/version.git",
  7590. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
  7591. },
  7592. "dist": {
  7593. "type": "zip",
  7594. "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  7595. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  7596. "shasum": ""
  7597. },
  7598. "require": {
  7599. "php": "^7.2 || ^8.0"
  7600. },
  7601. "type": "library",
  7602. "autoload": {
  7603. "classmap": [
  7604. "src/"
  7605. ]
  7606. },
  7607. "notification-url": "https://packagist.org/downloads/",
  7608. "license": [
  7609. "BSD-3-Clause"
  7610. ],
  7611. "authors": [
  7612. {
  7613. "name": "Arne Blankerts",
  7614. "email": "arne@blankerts.de",
  7615. "role": "Developer"
  7616. },
  7617. {
  7618. "name": "Sebastian Heuer",
  7619. "email": "sebastian@phpeople.de",
  7620. "role": "Developer"
  7621. },
  7622. {
  7623. "name": "Sebastian Bergmann",
  7624. "email": "sebastian@phpunit.de",
  7625. "role": "Developer"
  7626. }
  7627. ],
  7628. "description": "Library for handling version information and constraints",
  7629. "support": {
  7630. "issues": "https://github.com/phar-io/version/issues",
  7631. "source": "https://github.com/phar-io/version/tree/3.2.1"
  7632. },
  7633. "time": "2022-02-21T01:04:05+00:00"
  7634. },
  7635. {
  7636. "name": "phpunit/php-code-coverage",
  7637. "version": "9.2.29",
  7638. "source": {
  7639. "type": "git",
  7640. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  7641. "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76"
  7642. },
  7643. "dist": {
  7644. "type": "zip",
  7645. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6a3a87ac2bbe33b25042753df8195ba4aa534c76",
  7646. "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76",
  7647. "shasum": ""
  7648. },
  7649. "require": {
  7650. "ext-dom": "*",
  7651. "ext-libxml": "*",
  7652. "ext-xmlwriter": "*",
  7653. "nikic/php-parser": "^4.15",
  7654. "php": ">=7.3",
  7655. "phpunit/php-file-iterator": "^3.0.3",
  7656. "phpunit/php-text-template": "^2.0.2",
  7657. "sebastian/code-unit-reverse-lookup": "^2.0.2",
  7658. "sebastian/complexity": "^2.0",
  7659. "sebastian/environment": "^5.1.2",
  7660. "sebastian/lines-of-code": "^1.0.3",
  7661. "sebastian/version": "^3.0.1",
  7662. "theseer/tokenizer": "^1.2.0"
  7663. },
  7664. "require-dev": {
  7665. "phpunit/phpunit": "^9.3"
  7666. },
  7667. "suggest": {
  7668. "ext-pcov": "PHP extension that provides line coverage",
  7669. "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
  7670. },
  7671. "type": "library",
  7672. "extra": {
  7673. "branch-alias": {
  7674. "dev-master": "9.2-dev"
  7675. }
  7676. },
  7677. "autoload": {
  7678. "classmap": [
  7679. "src/"
  7680. ]
  7681. },
  7682. "notification-url": "https://packagist.org/downloads/",
  7683. "license": [
  7684. "BSD-3-Clause"
  7685. ],
  7686. "authors": [
  7687. {
  7688. "name": "Sebastian Bergmann",
  7689. "email": "sebastian@phpunit.de",
  7690. "role": "lead"
  7691. }
  7692. ],
  7693. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  7694. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  7695. "keywords": [
  7696. "coverage",
  7697. "testing",
  7698. "xunit"
  7699. ],
  7700. "support": {
  7701. "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
  7702. "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
  7703. "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.29"
  7704. },
  7705. "funding": [
  7706. {
  7707. "url": "https://github.com/sebastianbergmann",
  7708. "type": "github"
  7709. }
  7710. ],
  7711. "time": "2023-09-19T04:57:46+00:00"
  7712. },
  7713. {
  7714. "name": "phpunit/php-file-iterator",
  7715. "version": "3.0.6",
  7716. "source": {
  7717. "type": "git",
  7718. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  7719. "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
  7720. },
  7721. "dist": {
  7722. "type": "zip",
  7723. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
  7724. "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
  7725. "shasum": ""
  7726. },
  7727. "require": {
  7728. "php": ">=7.3"
  7729. },
  7730. "require-dev": {
  7731. "phpunit/phpunit": "^9.3"
  7732. },
  7733. "type": "library",
  7734. "extra": {
  7735. "branch-alias": {
  7736. "dev-master": "3.0-dev"
  7737. }
  7738. },
  7739. "autoload": {
  7740. "classmap": [
  7741. "src/"
  7742. ]
  7743. },
  7744. "notification-url": "https://packagist.org/downloads/",
  7745. "license": [
  7746. "BSD-3-Clause"
  7747. ],
  7748. "authors": [
  7749. {
  7750. "name": "Sebastian Bergmann",
  7751. "email": "sebastian@phpunit.de",
  7752. "role": "lead"
  7753. }
  7754. ],
  7755. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  7756. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  7757. "keywords": [
  7758. "filesystem",
  7759. "iterator"
  7760. ],
  7761. "support": {
  7762. "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
  7763. "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
  7764. },
  7765. "funding": [
  7766. {
  7767. "url": "https://github.com/sebastianbergmann",
  7768. "type": "github"
  7769. }
  7770. ],
  7771. "time": "2021-12-02T12:48:52+00:00"
  7772. },
  7773. {
  7774. "name": "phpunit/php-invoker",
  7775. "version": "3.1.1",
  7776. "source": {
  7777. "type": "git",
  7778. "url": "https://github.com/sebastianbergmann/php-invoker.git",
  7779. "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
  7780. },
  7781. "dist": {
  7782. "type": "zip",
  7783. "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
  7784. "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
  7785. "shasum": ""
  7786. },
  7787. "require": {
  7788. "php": ">=7.3"
  7789. },
  7790. "require-dev": {
  7791. "ext-pcntl": "*",
  7792. "phpunit/phpunit": "^9.3"
  7793. },
  7794. "suggest": {
  7795. "ext-pcntl": "*"
  7796. },
  7797. "type": "library",
  7798. "extra": {
  7799. "branch-alias": {
  7800. "dev-master": "3.1-dev"
  7801. }
  7802. },
  7803. "autoload": {
  7804. "classmap": [
  7805. "src/"
  7806. ]
  7807. },
  7808. "notification-url": "https://packagist.org/downloads/",
  7809. "license": [
  7810. "BSD-3-Clause"
  7811. ],
  7812. "authors": [
  7813. {
  7814. "name": "Sebastian Bergmann",
  7815. "email": "sebastian@phpunit.de",
  7816. "role": "lead"
  7817. }
  7818. ],
  7819. "description": "Invoke callables with a timeout",
  7820. "homepage": "https://github.com/sebastianbergmann/php-invoker/",
  7821. "keywords": [
  7822. "process"
  7823. ],
  7824. "support": {
  7825. "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
  7826. "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
  7827. },
  7828. "funding": [
  7829. {
  7830. "url": "https://github.com/sebastianbergmann",
  7831. "type": "github"
  7832. }
  7833. ],
  7834. "time": "2020-09-28T05:58:55+00:00"
  7835. },
  7836. {
  7837. "name": "phpunit/php-text-template",
  7838. "version": "2.0.4",
  7839. "source": {
  7840. "type": "git",
  7841. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  7842. "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
  7843. },
  7844. "dist": {
  7845. "type": "zip",
  7846. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
  7847. "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
  7848. "shasum": ""
  7849. },
  7850. "require": {
  7851. "php": ">=7.3"
  7852. },
  7853. "require-dev": {
  7854. "phpunit/phpunit": "^9.3"
  7855. },
  7856. "type": "library",
  7857. "extra": {
  7858. "branch-alias": {
  7859. "dev-master": "2.0-dev"
  7860. }
  7861. },
  7862. "autoload": {
  7863. "classmap": [
  7864. "src/"
  7865. ]
  7866. },
  7867. "notification-url": "https://packagist.org/downloads/",
  7868. "license": [
  7869. "BSD-3-Clause"
  7870. ],
  7871. "authors": [
  7872. {
  7873. "name": "Sebastian Bergmann",
  7874. "email": "sebastian@phpunit.de",
  7875. "role": "lead"
  7876. }
  7877. ],
  7878. "description": "Simple template engine.",
  7879. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  7880. "keywords": [
  7881. "template"
  7882. ],
  7883. "support": {
  7884. "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
  7885. "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
  7886. },
  7887. "funding": [
  7888. {
  7889. "url": "https://github.com/sebastianbergmann",
  7890. "type": "github"
  7891. }
  7892. ],
  7893. "time": "2020-10-26T05:33:50+00:00"
  7894. },
  7895. {
  7896. "name": "phpunit/php-timer",
  7897. "version": "5.0.3",
  7898. "source": {
  7899. "type": "git",
  7900. "url": "https://github.com/sebastianbergmann/php-timer.git",
  7901. "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
  7902. },
  7903. "dist": {
  7904. "type": "zip",
  7905. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
  7906. "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
  7907. "shasum": ""
  7908. },
  7909. "require": {
  7910. "php": ">=7.3"
  7911. },
  7912. "require-dev": {
  7913. "phpunit/phpunit": "^9.3"
  7914. },
  7915. "type": "library",
  7916. "extra": {
  7917. "branch-alias": {
  7918. "dev-master": "5.0-dev"
  7919. }
  7920. },
  7921. "autoload": {
  7922. "classmap": [
  7923. "src/"
  7924. ]
  7925. },
  7926. "notification-url": "https://packagist.org/downloads/",
  7927. "license": [
  7928. "BSD-3-Clause"
  7929. ],
  7930. "authors": [
  7931. {
  7932. "name": "Sebastian Bergmann",
  7933. "email": "sebastian@phpunit.de",
  7934. "role": "lead"
  7935. }
  7936. ],
  7937. "description": "Utility class for timing",
  7938. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  7939. "keywords": [
  7940. "timer"
  7941. ],
  7942. "support": {
  7943. "issues": "https://github.com/sebastianbergmann/php-timer/issues",
  7944. "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
  7945. },
  7946. "funding": [
  7947. {
  7948. "url": "https://github.com/sebastianbergmann",
  7949. "type": "github"
  7950. }
  7951. ],
  7952. "time": "2020-10-26T13:16:10+00:00"
  7953. },
  7954. {
  7955. "name": "phpunit/phpunit",
  7956. "version": "9.6.13",
  7957. "source": {
  7958. "type": "git",
  7959. "url": "https://github.com/sebastianbergmann/phpunit.git",
  7960. "reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be"
  7961. },
  7962. "dist": {
  7963. "type": "zip",
  7964. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f3d767f7f9e191eab4189abe41ab37797e30b1be",
  7965. "reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be",
  7966. "shasum": ""
  7967. },
  7968. "require": {
  7969. "doctrine/instantiator": "^1.3.1 || ^2",
  7970. "ext-dom": "*",
  7971. "ext-json": "*",
  7972. "ext-libxml": "*",
  7973. "ext-mbstring": "*",
  7974. "ext-xml": "*",
  7975. "ext-xmlwriter": "*",
  7976. "myclabs/deep-copy": "^1.10.1",
  7977. "phar-io/manifest": "^2.0.3",
  7978. "phar-io/version": "^3.0.2",
  7979. "php": ">=7.3",
  7980. "phpunit/php-code-coverage": "^9.2.28",
  7981. "phpunit/php-file-iterator": "^3.0.5",
  7982. "phpunit/php-invoker": "^3.1.1",
  7983. "phpunit/php-text-template": "^2.0.3",
  7984. "phpunit/php-timer": "^5.0.2",
  7985. "sebastian/cli-parser": "^1.0.1",
  7986. "sebastian/code-unit": "^1.0.6",
  7987. "sebastian/comparator": "^4.0.8",
  7988. "sebastian/diff": "^4.0.3",
  7989. "sebastian/environment": "^5.1.3",
  7990. "sebastian/exporter": "^4.0.5",
  7991. "sebastian/global-state": "^5.0.1",
  7992. "sebastian/object-enumerator": "^4.0.3",
  7993. "sebastian/resource-operations": "^3.0.3",
  7994. "sebastian/type": "^3.2",
  7995. "sebastian/version": "^3.0.2"
  7996. },
  7997. "suggest": {
  7998. "ext-soap": "To be able to generate mocks based on WSDL files",
  7999. "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
  8000. },
  8001. "bin": [
  8002. "phpunit"
  8003. ],
  8004. "type": "library",
  8005. "extra": {
  8006. "branch-alias": {
  8007. "dev-master": "9.6-dev"
  8008. }
  8009. },
  8010. "autoload": {
  8011. "files": [
  8012. "src/Framework/Assert/Functions.php"
  8013. ],
  8014. "classmap": [
  8015. "src/"
  8016. ]
  8017. },
  8018. "notification-url": "https://packagist.org/downloads/",
  8019. "license": [
  8020. "BSD-3-Clause"
  8021. ],
  8022. "authors": [
  8023. {
  8024. "name": "Sebastian Bergmann",
  8025. "email": "sebastian@phpunit.de",
  8026. "role": "lead"
  8027. }
  8028. ],
  8029. "description": "The PHP Unit Testing framework.",
  8030. "homepage": "https://phpunit.de/",
  8031. "keywords": [
  8032. "phpunit",
  8033. "testing",
  8034. "xunit"
  8035. ],
  8036. "support": {
  8037. "issues": "https://github.com/sebastianbergmann/phpunit/issues",
  8038. "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
  8039. "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.13"
  8040. },
  8041. "funding": [
  8042. {
  8043. "url": "https://phpunit.de/sponsors.html",
  8044. "type": "custom"
  8045. },
  8046. {
  8047. "url": "https://github.com/sebastianbergmann",
  8048. "type": "github"
  8049. },
  8050. {
  8051. "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
  8052. "type": "tidelift"
  8053. }
  8054. ],
  8055. "time": "2023-09-19T05:39:22+00:00"
  8056. },
  8057. {
  8058. "name": "roave/security-advisories",
  8059. "version": "dev-latest",
  8060. "source": {
  8061. "type": "git",
  8062. "url": "https://github.com/Roave/SecurityAdvisories.git",
  8063. "reference": "071e279195120273036c983c79580a2e92508d04"
  8064. },
  8065. "dist": {
  8066. "type": "zip",
  8067. "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/071e279195120273036c983c79580a2e92508d04",
  8068. "reference": "071e279195120273036c983c79580a2e92508d04",
  8069. "shasum": ""
  8070. },
  8071. "conflict": {
  8072. "3f/pygmentize": "<1.2",
  8073. "admidio/admidio": "<4.2.11",
  8074. "adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3",
  8075. "aheinze/cockpit": "<2.2",
  8076. "aimeos/aimeos-typo3": "<19.10.12|>=20,<20.10.5",
  8077. "akaunting/akaunting": "<2.1.13",
  8078. "akeneo/pim-community-dev": "<5.0.119|>=6,<6.0.53",
  8079. "alextselegidis/easyappointments": "<1.5",
  8080. "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
  8081. "amazing/media2click": ">=1,<1.3.3",
  8082. "amphp/artax": "<1.0.6|>=2,<2.0.6",
  8083. "amphp/http": "<1.0.1",
  8084. "amphp/http-client": ">=4,<4.4",
  8085. "anchorcms/anchor-cms": "<=0.12.7",
  8086. "andreapollastri/cipi": "<=3.1.15",
  8087. "andrewhaine/silverstripe-form-capture": ">=0.2,<=0.2.3|>=1,<1.0.2|>=2,<2.2.5",
  8088. "apache-solr-for-typo3/solr": "<2.8.3",
  8089. "apereo/phpcas": "<1.6",
  8090. "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6|>=2.6,<2.7.10|>=3,<3.0.12|>=3.1,<3.1.3",
  8091. "appwrite/server-ce": "<=1.2.1",
  8092. "arc/web": "<3",
  8093. "area17/twill": "<1.2.5|>=2,<2.5.3",
  8094. "artesaos/seotools": "<0.17.2",
  8095. "asymmetricrypt/asymmetricrypt": "<9.9.99",
  8096. "athlon1600/php-proxy": "<=5.1",
  8097. "athlon1600/php-proxy-app": "<=3",
  8098. "austintoddj/canvas": "<=3.4.2",
  8099. "automad/automad": "<1.8",
  8100. "awesome-support/awesome-support": "<=6.0.7",
  8101. "aws/aws-sdk-php": ">=3,<3.2.1",
  8102. "azuracast/azuracast": "<0.18.3",
  8103. "backdrop/backdrop": "<1.24.2",
  8104. "backpack/crud": "<3.4.9",
  8105. "bacula-web/bacula-web": "<8.0.0.0-RC2-dev",
  8106. "badaso/core": "<2.7",
  8107. "bagisto/bagisto": "<0.1.5",
  8108. "barrelstrength/sprout-base-email": "<1.2.7",
  8109. "barrelstrength/sprout-forms": "<3.9",
  8110. "barryvdh/laravel-translation-manager": "<0.6.2",
  8111. "barzahlen/barzahlen-php": "<2.0.1",
  8112. "baserproject/basercms": "<4.7.5",
  8113. "bassjobsen/bootstrap-3-typeahead": ">4.0.2",
  8114. "bigfork/silverstripe-form-capture": ">=3,<3.1.1",
  8115. "billz/raspap-webgui": "<=2.9.2",
  8116. "bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3",
  8117. "bmarshall511/wordpress_zero_spam": "<5.2.13",
  8118. "bolt/bolt": "<3.7.2",
  8119. "bolt/core": "<=4.2",
  8120. "bottelet/flarepoint": "<2.2.1",
  8121. "brightlocal/phpwhois": "<=4.2.5",
  8122. "brotkrueml/codehighlight": "<2.7",
  8123. "brotkrueml/schema": "<1.13.1|>=2,<2.5.1",
  8124. "brotkrueml/typo3-matomo-integration": "<1.3.2",
  8125. "buddypress/buddypress": "<7.2.1",
  8126. "bugsnag/bugsnag-laravel": "<2.0.2",
  8127. "bytefury/crater": "<6.0.2",
  8128. "cachethq/cachet": "<2.5.1",
  8129. "cakephp/cakephp": "<3.10.3|>=4,<4.0.10|>=4.1,<4.1.4|>=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
  8130. "cakephp/database": ">=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
  8131. "cardgate/magento2": "<2.0.33",
  8132. "cardgate/woocommerce": "<=3.1.15",
  8133. "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
  8134. "cartalyst/sentry": "<=2.1.6",
  8135. "catfan/medoo": "<1.7.5",
  8136. "cecil/cecil": "<7.47.1",
  8137. "centreon/centreon": "<22.10.0.0-beta1",
  8138. "cesnet/simplesamlphp-module-proxystatistics": "<3.1",
  8139. "chriskacerguis/codeigniter-restserver": "<=2.7.1",
  8140. "civicrm/civicrm-core": ">=4.2,<4.2.9|>=4.3,<4.3.3",
  8141. "cockpit-hq/cockpit": "<=2.6.3",
  8142. "codeception/codeception": "<3.1.3|>=4,<4.1.22",
  8143. "codeigniter/framework": "<3.1.9",
  8144. "codeigniter4/framework": "<4.3.5",
  8145. "codeigniter4/shield": "<1.0.0.0-beta4",
  8146. "codiad/codiad": "<=2.8.4",
  8147. "composer/composer": "<1.10.27|>=2,<2.2.22|>=2.3,<2.6.4",
  8148. "concrete5/concrete5": "<=9.2.1",
  8149. "concrete5/core": "<8.5.8|>=9,<9.1",
  8150. "contao-components/mediaelement": ">=2.14.2,<2.21.1",
  8151. "contao/contao": ">=4,<4.4.56|>=4.5,<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4",
  8152. "contao/core": ">=2,<3.5.39",
  8153. "contao/core-bundle": "<4.9.42|>=4.10,<4.13.28|>=5,<5.1.10",
  8154. "contao/listing-bundle": ">=4,<4.4.8",
  8155. "contao/managed-edition": "<=1.5",
  8156. "cosenary/instagram": "<=2.3",
  8157. "craftcms/cms": "<=4.4.14",
  8158. "croogo/croogo": "<4",
  8159. "cuyz/valinor": "<0.12",
  8160. "czproject/git-php": "<4.0.3",
  8161. "darylldoyle/safe-svg": "<1.9.10",
  8162. "datadog/dd-trace": ">=0.30,<0.30.2",
  8163. "datatables/datatables": "<1.10.10",
  8164. "david-garcia/phpwhois": "<=4.3.1",
  8165. "dbrisinajumi/d2files": "<1",
  8166. "dcat/laravel-admin": "<=2.1.3.0-beta",
  8167. "derhansen/fe_change_pwd": "<2.0.5|>=3,<3.0.3",
  8168. "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1",
  8169. "desperado/xml-bundle": "<=0.1.7",
  8170. "directmailteam/direct-mail": "<5.2.4",
  8171. "doctrine/annotations": "<1.2.7",
  8172. "doctrine/cache": "<1.3.2|>=1.4,<1.4.2",
  8173. "doctrine/common": "<2.4.3|>=2.5,<2.5.1",
  8174. "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4",
  8175. "doctrine/doctrine-bundle": "<1.5.2",
  8176. "doctrine/doctrine-module": "<=0.7.1",
  8177. "doctrine/mongodb-odm": "<1.0.2",
  8178. "doctrine/mongodb-odm-bundle": "<3.0.1",
  8179. "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
  8180. "dolibarr/dolibarr": "<18",
  8181. "dompdf/dompdf": "<2.0.2|==2.0.2",
  8182. "drupal/core": "<9.4.14|>=9.5,<9.5.8|>=10,<10.0.8",
  8183. "drupal/drupal": ">=6,<6.38|>=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4",
  8184. "dweeves/magmi": "<=0.7.24",
  8185. "ecodev/newsletter": "<=4",
  8186. "ectouch/ectouch": "<=2.7.2",
  8187. "elefant/cms": "<2.0.7",
  8188. "elgg/elgg": "<3.3.24|>=4,<4.0.5",
  8189. "encore/laravel-admin": "<=1.8.19",
  8190. "endroid/qr-code-bundle": "<3.4.2",
  8191. "enshrined/svg-sanitize": "<0.15",
  8192. "erusev/parsedown": "<1.7.2",
  8193. "ether/logs": "<3.0.4",
  8194. "evolutioncms/evolution": "<=3.2.3",
  8195. "exceedone/exment": "<4.4.3|>=5,<5.0.3",
  8196. "exceedone/laravel-admin": "<2.2.3|==3",
  8197. "ezsystems/demobundle": ">=5.4,<5.4.6.1-dev",
  8198. "ezsystems/ez-support-tools": ">=2.2,<2.2.3",
  8199. "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1-dev",
  8200. "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1-dev|>=5.4,<5.4.11.1-dev|>=2017.12,<2017.12.0.1-dev",
  8201. "ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24",
  8202. "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.26",
  8203. "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1",
  8204. "ezsystems/ezplatform-graphql": ">=1.0.0.0-RC1-dev,<1.0.13|>=2.0.0.0-beta1,<2.3.12",
  8205. "ezsystems/ezplatform-kernel": "<1.2.5.1-dev|>=1.3,<1.3.26",
  8206. "ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8",
  8207. "ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1-dev",
  8208. "ezsystems/ezplatform-user": ">=1,<1.0.1",
  8209. "ezsystems/ezpublish-kernel": "<6.13.8.2-dev|>=7,<7.5.30",
  8210. "ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.06,<=2019.03.5.1",
  8211. "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
  8212. "ezsystems/repository-forms": ">=2.3,<2.3.2.1-dev|>=2.5,<2.5.15",
  8213. "ezyang/htmlpurifier": "<4.1.1",
  8214. "facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2",
  8215. "facturascripts/facturascripts": "<=2022.08",
  8216. "feehi/cms": "<=2.1.1",
  8217. "feehi/feehicms": "<=2.1.1",
  8218. "fenom/fenom": "<=2.12.1",
  8219. "filegator/filegator": "<7.8",
  8220. "firebase/php-jwt": "<6",
  8221. "fixpunkt/fp-masterquiz": "<2.2.1|>=3,<3.5.2",
  8222. "fixpunkt/fp-newsletter": "<1.1.1|>=2,<2.1.2|>=2.2,<3.2.6",
  8223. "flarum/core": "<1.8",
  8224. "flarum/framework": "<1.8",
  8225. "flarum/mentions": "<1.6.3",
  8226. "flarum/sticky": ">=0.1.0.0-beta14,<=0.1.0.0-beta15",
  8227. "flarum/tags": "<=0.1.0.0-beta13",
  8228. "fluidtypo3/vhs": "<5.1.1",
  8229. "fof/byobu": ">=0.3.0.0-beta2,<1.1.7",
  8230. "fof/upload": "<1.2.3",
  8231. "fooman/tcpdf": "<6.2.22",
  8232. "forkcms/forkcms": "<5.11.1",
  8233. "fossar/tcpdf-parser": "<6.2.22",
  8234. "francoisjacquet/rosariosis": "<11",
  8235. "frappant/frp-form-answers": "<3.1.2|>=4,<4.0.2",
  8236. "friendsofsymfony/oauth2-php": "<1.3",
  8237. "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
  8238. "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
  8239. "friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
  8240. "friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6",
  8241. "froala/wysiwyg-editor": "<3.2.7|>=4.0.1,<=4.1.1",
  8242. "froxlor/froxlor": "<2.1",
  8243. "fuel/core": "<1.8.1",
  8244. "funadmin/funadmin": "<=3.2|>=3.3.2,<=3.3.3",
  8245. "gaoming13/wechat-php-sdk": "<=1.10.2",
  8246. "genix/cms": "<=1.1.11",
  8247. "getgrav/grav": "<=1.7.42.1",
  8248. "getkirby/cms": "<3.5.8.3-dev|>=3.6,<3.6.6.3-dev|>=3.7,<3.7.5.2-dev|>=3.8,<3.8.4.1-dev|>=3.9,<3.9.6",
  8249. "getkirby/kirby": "<=2.5.12",
  8250. "getkirby/panel": "<2.5.14",
  8251. "getkirby/starterkit": "<=3.7.0.2",
  8252. "gilacms/gila": "<=1.11.4",
  8253. "gleez/cms": "<=1.2|==2",
  8254. "globalpayments/php-sdk": "<2",
  8255. "gogentooss/samlbase": "<1.2.7",
  8256. "google/protobuf": "<3.15",
  8257. "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
  8258. "gree/jose": "<2.2.1",
  8259. "gregwar/rst": "<1.0.3",
  8260. "grumpydictator/firefly-iii": "<6",
  8261. "gugoan/economizzer": "<=0.9.0.0-beta1",
  8262. "guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5",
  8263. "guzzlehttp/psr7": "<1.9.1|>=2,<2.4.5",
  8264. "haffner/jh_captcha": "<=2.1.3|>=3,<=3.0.2",
  8265. "harvesthq/chosen": "<1.8.7",
  8266. "helloxz/imgurl": "<=2.31",
  8267. "hhxsv5/laravel-s": "<3.7.36",
  8268. "hillelcoren/invoice-ninja": "<5.3.35",
  8269. "himiklab/yii2-jqgrid-widget": "<1.0.8",
  8270. "hjue/justwriting": "<=1",
  8271. "hov/jobfair": "<1.0.13|>=2,<2.0.2",
  8272. "httpsoft/http-message": "<1.0.12",
  8273. "hyn/multi-tenant": ">=5.6,<5.7.2",
  8274. "ibexa/admin-ui": ">=4.2,<4.2.3",
  8275. "ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3",
  8276. "ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3",
  8277. "ibexa/post-install": "<=1.0.4",
  8278. "ibexa/user": ">=4,<4.4.3",
  8279. "icecoder/icecoder": "<=8.1",
  8280. "idno/known": "<=1.3.1",
  8281. "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
  8282. "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4",
  8283. "illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40",
  8284. "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
  8285. "illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
  8286. "impresscms/impresscms": "<=1.4.5",
  8287. "in2code/femanager": "<5.5.3|>=6,<6.3.4|>=7,<7.2.2",
  8288. "in2code/ipandlanguageredirect": "<5.1.2",
  8289. "in2code/lux": "<17.6.1|>=18,<24.0.2",
  8290. "innologi/typo3-appointments": "<2.0.6",
  8291. "intelliants/subrion": "<4.2.2",
  8292. "islandora/islandora": ">=2,<2.4.1",
  8293. "ivankristianto/phpwhois": "<=4.3",
  8294. "jackalope/jackalope-doctrine-dbal": "<1.7.4",
  8295. "james-heinrich/getid3": "<1.9.21",
  8296. "james-heinrich/phpthumb": "<1.7.12",
  8297. "jasig/phpcas": "<1.3.3",
  8298. "jcbrand/converse.js": "<3.3.3",
  8299. "joomla/application": "<1.0.13",
  8300. "joomla/archive": "<1.1.12|>=2,<2.0.1",
  8301. "joomla/filesystem": "<1.6.2|>=2,<2.0.1",
  8302. "joomla/filter": "<1.4.4|>=2,<2.0.1",
  8303. "joomla/framework": ">=2.5.4,<=3.8.12",
  8304. "joomla/input": ">=2,<2.0.2",
  8305. "joomla/joomla-cms": ">=2.5,<3.9.12",
  8306. "joomla/session": "<1.3.1",
  8307. "joyqi/hyper-down": "<=2.4.27",
  8308. "jsdecena/laracom": "<2.0.9",
  8309. "jsmitty12/phpwhois": "<5.1",
  8310. "kazist/phpwhois": "<=4.2.6",
  8311. "kelvinmo/simplexrd": "<3.1.1",
  8312. "kevinpapst/kimai2": "<1.16.7",
  8313. "khodakhah/nodcms": "<=3",
  8314. "kimai/kimai": "<1.1",
  8315. "kitodo/presentation": "<3.2.3|>=3.3,<3.3.4",
  8316. "klaviyo/magento2-extension": ">=1,<3",
  8317. "knplabs/knp-snappy": "<=1.4.2",
  8318. "kohana/core": "<3.3.3",
  8319. "krayin/laravel-crm": "<1.2.2",
  8320. "kreait/firebase-php": ">=3.2,<3.8.1",
  8321. "la-haute-societe/tcpdf": "<6.2.22",
  8322. "laminas/laminas-diactoros": "<2.18.1|==2.19|==2.20|==2.21|==2.22|==2.23|>=2.24,<2.24.2|>=2.25,<2.25.2",
  8323. "laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1",
  8324. "laminas/laminas-http": "<2.14.2",
  8325. "laravel/fortify": "<1.11.1",
  8326. "laravel/framework": "<6.20.44|>=7,<7.30.6|>=8,<8.75",
  8327. "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
  8328. "latte/latte": "<2.10.8",
  8329. "lavalite/cms": "<=9",
  8330. "lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5",
  8331. "league/commonmark": "<0.18.3",
  8332. "league/flysystem": "<1.1.4|>=2,<2.1.1",
  8333. "league/oauth2-server": ">=8.3.2,<8.4.2|>=8.5,<8.5.3",
  8334. "lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
  8335. "librenms/librenms": "<2017.08.18",
  8336. "liftkit/database": "<2.13.2",
  8337. "limesurvey/limesurvey": "<3.27.19",
  8338. "livehelperchat/livehelperchat": "<=3.91",
  8339. "livewire/livewire": ">2.2.4,<2.2.6",
  8340. "lms/routes": "<2.1.1",
  8341. "localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2",
  8342. "luyadev/yii-helpers": "<1.2.1",
  8343. "magento/community-edition": "<=2.4",
  8344. "magento/magento1ce": "<1.9.4.3-dev",
  8345. "magento/magento1ee": ">=1,<1.14.4.3-dev",
  8346. "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2.0-patch2",
  8347. "maikuolan/phpmussel": ">=1,<1.6",
  8348. "mantisbt/mantisbt": "<=2.25.7",
  8349. "marcwillmann/turn": "<0.3.3",
  8350. "matyhtf/framework": "<3.0.6",
  8351. "mautic/core": "<4.3",
  8352. "mediawiki/core": ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35",
  8353. "mediawiki/matomo": "<2.4.3",
  8354. "melisplatform/melis-asset-manager": "<5.0.1",
  8355. "melisplatform/melis-cms": "<5.0.1",
  8356. "melisplatform/melis-front": "<5.0.1",
  8357. "mezzio/mezzio-swoole": "<3.7|>=4,<4.3",
  8358. "mgallegos/laravel-jqgrid": "<=1.3",
  8359. "microweber/microweber": "<=1.3.4",
  8360. "miniorange/miniorange-saml": "<1.4.3",
  8361. "mittwald/typo3_forum": "<1.2.1",
  8362. "mobiledetect/mobiledetectlib": "<2.8.32",
  8363. "modx/revolution": "<=2.8.3.0-patch",
  8364. "mojo42/jirafeau": "<4.4",
  8365. "mongodb/mongodb": ">=1,<1.9.2",
  8366. "monolog/monolog": ">=1.8,<1.12",
  8367. "moodle/moodle": "<4.2.0.0-RC2-dev|==4.2",
  8368. "mos/cimage": "<0.7.19",
  8369. "movim/moxl": ">=0.8,<=0.10",
  8370. "mpdf/mpdf": "<=7.1.7",
  8371. "mustache/mustache": ">=2,<2.14.1",
  8372. "namshi/jose": "<2.2",
  8373. "neoan3-apps/template": "<1.1.1",
  8374. "neorazorx/facturascripts": "<2022.04",
  8375. "neos/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
  8376. "neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3",
  8377. "neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.9.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<5.3.10|>=7,<7.0.9|>=7.1,<7.1.7|>=7.2,<7.2.6|>=7.3,<7.3.4|>=8,<8.0.2",
  8378. "neos/neos-ui": "<=8.3.3",
  8379. "neos/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
  8380. "netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15",
  8381. "nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
  8382. "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
  8383. "nilsteampassnet/teampass": "<3.0.10",
  8384. "nonfiction/nterchange": "<4.1.1",
  8385. "notrinos/notrinos-erp": "<=0.7",
  8386. "noumo/easyii": "<=0.9",
  8387. "nukeviet/nukeviet": "<4.5.02",
  8388. "nyholm/psr7": "<1.6.1",
  8389. "nystudio107/craft-seomatic": "<3.4.12",
  8390. "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
  8391. "october/backend": "<1.1.2",
  8392. "october/cms": "<1.0.469|==1.0.469|==1.0.471|==1.1.1",
  8393. "october/october": "<=3.4.4",
  8394. "october/rain": "<1.0.472|>=1.1,<1.1.2",
  8395. "october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.34|>=3,<3.0.66",
  8396. "onelogin/php-saml": "<2.10.4",
  8397. "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
  8398. "open-web-analytics/open-web-analytics": "<1.7.4",
  8399. "opencart/opencart": "<=3.0.3.7|>=4,<4.0.2.3-dev",
  8400. "openid/php-openid": "<2.3",
  8401. "openmage/magento-lts": "<=19.5|>=20,<=20.1",
  8402. "opensource-workshop/connect-cms": "<1.7.2|>=2,<2.3.2",
  8403. "orchid/platform": ">=9,<9.4.4|>=14.0.0.0-alpha4,<14.5",
  8404. "oro/commerce": ">=4.1,<5.0.11|>=5.1,<5.1.1",
  8405. "oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7",
  8406. "oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<4.2.8",
  8407. "oxid-esales/oxideshop-ce": "<4.5",
  8408. "packbackbooks/lti-1-3-php-library": "<5",
  8409. "padraic/humbug_get_contents": "<1.1.2",
  8410. "pagarme/pagarme-php": "<3",
  8411. "pagekit/pagekit": "<=1.0.18",
  8412. "paragonie/random_compat": "<2",
  8413. "passbolt/passbolt_api": "<2.11",
  8414. "paypal/merchant-sdk-php": "<3.12",
  8415. "pear/archive_tar": "<1.4.14",
  8416. "pear/crypt_gpg": "<1.6.7",
  8417. "pear/pear": "<=1.10.1",
  8418. "pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1",
  8419. "personnummer/personnummer": "<3.0.2",
  8420. "phanan/koel": "<5.1.4",
  8421. "php-mod/curl": "<2.3.2",
  8422. "phpbb/phpbb": "<3.2.10|>=3.3,<3.3.1",
  8423. "phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7",
  8424. "phpmailer/phpmailer": "<6.5",
  8425. "phpmussel/phpmussel": ">=1,<1.6",
  8426. "phpmyadmin/phpmyadmin": "<5.2.1",
  8427. "phpmyfaq/phpmyfaq": "<=3.1.7",
  8428. "phpoffice/phpexcel": "<1.8",
  8429. "phpoffice/phpspreadsheet": "<1.16",
  8430. "phpseclib/phpseclib": "<2.0.31|>=3,<3.0.19",
  8431. "phpservermon/phpservermon": "<3.6",
  8432. "phpsysinfo/phpsysinfo": "<3.2.5",
  8433. "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5,<5.6.3",
  8434. "phpwhois/phpwhois": "<=4.2.5",
  8435. "phpxmlrpc/extras": "<0.6.1",
  8436. "phpxmlrpc/phpxmlrpc": "<4.9.2",
  8437. "pi/pi": "<=2.5",
  8438. "pimcore/admin-ui-classic-bundle": "<1.1.2",
  8439. "pimcore/customer-management-framework-bundle": "<3.4.2",
  8440. "pimcore/data-hub": "<1.2.4",
  8441. "pimcore/demo": "<10.3",
  8442. "pimcore/perspective-editor": "<1.5.1",
  8443. "pimcore/pimcore": "<10.6.8",
  8444. "pixelfed/pixelfed": "<=0.11.4",
  8445. "pocketmine/bedrock-protocol": "<8.0.2",
  8446. "pocketmine/pocketmine-mp": "<=4.23|>=5,<5.3.1",
  8447. "pressbooks/pressbooks": "<5.18",
  8448. "prestashop/autoupgrade": ">=4,<4.10.1",
  8449. "prestashop/blockwishlist": ">=2,<2.1.1",
  8450. "prestashop/contactform": ">=1.0.1,<4.3",
  8451. "prestashop/gamification": "<2.3.2",
  8452. "prestashop/prestashop": "<8.1.2",
  8453. "prestashop/productcomments": "<5.0.2",
  8454. "prestashop/ps_emailsubscription": "<2.6.1",
  8455. "prestashop/ps_facetedsearch": "<3.4.1",
  8456. "prestashop/ps_linklist": "<3.1",
  8457. "privatebin/privatebin": "<1.4",
  8458. "processwire/processwire": "<=3.0.200",
  8459. "propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7",
  8460. "propel/propel1": ">=1,<=1.7.1",
  8461. "pterodactyl/panel": "<1.7",
  8462. "ptheofan/yii2-statemachine": ">=2.0.0.0-RC1-dev,<=2",
  8463. "ptrofimov/beanstalk_console": "<1.7.14",
  8464. "pusher/pusher-php-server": "<2.2.1",
  8465. "pwweb/laravel-core": "<=0.3.6.0-beta",
  8466. "pyrocms/pyrocms": "<=3.9.1",
  8467. "rainlab/blog-plugin": "<1.4.1",
  8468. "rainlab/debugbar-plugin": "<3.1",
  8469. "rainlab/user-plugin": "<=1.4.5",
  8470. "rankmath/seo-by-rank-math": "<=1.0.95",
  8471. "rap2hpoutre/laravel-log-viewer": "<0.13",
  8472. "react/http": ">=0.7,<1.9",
  8473. "really-simple-plugins/complianz-gdpr": "<6.4.2",
  8474. "remdex/livehelperchat": "<3.99",
  8475. "rmccue/requests": ">=1.6,<1.8",
  8476. "robrichards/xmlseclibs": "<3.0.4",
  8477. "roots/soil": "<4.1",
  8478. "rudloff/alltube": "<3.0.3",
  8479. "s-cart/core": "<6.9",
  8480. "s-cart/s-cart": "<6.9",
  8481. "sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
  8482. "sabre/dav": "<1.7.11|>=1.8,<1.8.9",
  8483. "scheb/two-factor-bundle": "<3.26|>=4,<4.11",
  8484. "sensiolabs/connect": "<4.2.3",
  8485. "serluck/phpwhois": "<=4.2.6",
  8486. "sfroemken/url_redirect": "<=1.2.1",
  8487. "sheng/yiicms": "<=1.2",
  8488. "shopware/core": "<=6.4.20",
  8489. "shopware/platform": "<=6.4.20",
  8490. "shopware/production": "<=6.3.5.2",
  8491. "shopware/shopware": "<=5.7.17",
  8492. "shopware/storefront": "<=6.4.8.1",
  8493. "shopxo/shopxo": "<2.2.6",
  8494. "showdoc/showdoc": "<2.10.4",
  8495. "silverstripe-australia/advancedreports": ">=1,<=2",
  8496. "silverstripe/admin": "<1.13.6",
  8497. "silverstripe/assets": ">=1,<1.11.1",
  8498. "silverstripe/cms": "<4.11.3",
  8499. "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
  8500. "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
  8501. "silverstripe/framework": "<4.13.14|>=5,<5.0.13",
  8502. "silverstripe/graphql": "<3.8.2|>=4,<4.1.3|>=4.2,<4.2.5|>=4.3,<4.3.4|>=5,<5.0.3",
  8503. "silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1",
  8504. "silverstripe/recipe-cms": ">=4.5,<4.5.3",
  8505. "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
  8506. "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
  8507. "silverstripe/silverstripe-omnipay": "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1",
  8508. "silverstripe/subsites": ">=2,<2.6.1",
  8509. "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
  8510. "silverstripe/userforms": "<3",
  8511. "silverstripe/versioned-admin": ">=1,<1.11.1",
  8512. "simple-updates/phpwhois": "<=1",
  8513. "simplesamlphp/saml2": "<1.15.4|>=2,<2.3.8|>=3,<3.1.4",
  8514. "simplesamlphp/simplesamlphp": "<1.18.6",
  8515. "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
  8516. "simplesamlphp/simplesamlphp-module-openid": "<1",
  8517. "simplesamlphp/simplesamlphp-module-openidprovider": "<0.9",
  8518. "simplito/elliptic-php": "<1.0.6",
  8519. "sitegeist/fluid-components": "<3.5",
  8520. "sjbr/sr-freecap": "<2.4.6|>=2.5,<2.5.3",
  8521. "slim/psr7": "<1.4.1|>=1.5,<1.5.1|>=1.6,<1.6.1",
  8522. "slim/slim": "<2.6",
  8523. "slub/slub-events": "<3.0.3",
  8524. "smarty/smarty": "<3.1.48|>=4,<4.3.1",
  8525. "snipe/snipe-it": "<=6.2.2",
  8526. "socalnick/scn-social-auth": "<1.15.2",
  8527. "socialiteproviders/steam": "<1.1",
  8528. "spatie/browsershot": "<3.57.4",
  8529. "spipu/html2pdf": "<5.2.8",
  8530. "spoon/library": "<1.4.1",
  8531. "spoonity/tcpdf": "<6.2.22",
  8532. "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
  8533. "ssddanbrown/bookstack": "<22.02.3",
  8534. "statamic/cms": "<4.10",
  8535. "stormpath/sdk": "<9.9.99",
  8536. "studio-42/elfinder": "<2.1.62",
  8537. "subhh/libconnect": "<7.0.8|>=8,<8.1",
  8538. "sukohi/surpass": "<1",
  8539. "sulu/sulu": "<1.6.44|>=2,<2.2.18|>=2.3,<2.3.8|==2.4.0.0-RC1|>=2.5,<2.5.10",
  8540. "sumocoders/framework-user-bundle": "<1.4",
  8541. "swag/paypal": "<5.4.4",
  8542. "swiftmailer/swiftmailer": ">=4,<5.4.5",
  8543. "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
  8544. "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
  8545. "sylius/grid-bundle": "<1.10.1",
  8546. "sylius/paypal-plugin": ">=1,<1.2.4|>=1.3,<1.3.1",
  8547. "sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
  8548. "sylius/sylius": "<1.9.10|>=1.10,<1.10.11|>=1.11,<1.11.2",
  8549. "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
  8550. "symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4",
  8551. "symbiote/silverstripe-seed": "<6.0.3",
  8552. "symbiote/silverstripe-versionedfiles": "<=2.0.3",
  8553. "symfont/process": ">=0",
  8554. "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
  8555. "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
  8556. "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
  8557. "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
  8558. "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3",
  8559. "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
  8560. "symfony/http-kernel": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6",
  8561. "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
  8562. "symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1",
  8563. "symfony/mime": ">=4.3,<4.3.8",
  8564. "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
  8565. "symfony/polyfill": ">=1,<1.10",
  8566. "symfony/polyfill-php55": ">=1,<1.10",
  8567. "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
  8568. "symfony/routing": ">=2,<2.0.19",
  8569. "symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8",
  8570. "symfony/security-bundle": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6",
  8571. "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9",
  8572. "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
  8573. "symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8",
  8574. "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.3.2",
  8575. "symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12",
  8576. "symfony/symfony": "<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6",
  8577. "symfony/translation": ">=2,<2.0.17",
  8578. "symfony/ux-autocomplete": "<2.11.2",
  8579. "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
  8580. "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
  8581. "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
  8582. "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
  8583. "t3/dce": "<0.11.5|>=2.2,<2.6.2",
  8584. "t3g/svg-sanitizer": "<1.0.3",
  8585. "tastyigniter/tastyigniter": "<3.3",
  8586. "tcg/voyager": "<=1.4",
  8587. "tecnickcom/tcpdf": "<6.2.22",
  8588. "terminal42/contao-tablelookupwizard": "<3.3.5",
  8589. "thelia/backoffice-default-template": ">=2.1,<2.1.2",
  8590. "thelia/thelia": ">=2.1,<2.1.3",
  8591. "theonedemon/phpwhois": "<=4.2.5",
  8592. "thinkcmf/thinkcmf": "<=5.1.7",
  8593. "thorsten/phpmyfaq": "<3.2.0.0-beta2",
  8594. "tikiwiki/tiki-manager": "<=17.1",
  8595. "tinymce/tinymce": "<5.10.8|>=6,<6.7.1",
  8596. "tinymighty/wiki-seo": "<1.2.2",
  8597. "titon/framework": "<9.9.99",
  8598. "tobiasbg/tablepress": "<=2.0.0.0-RC1",
  8599. "topthink/framework": "<6.0.14",
  8600. "topthink/think": "<=6.1.1",
  8601. "topthink/thinkphp": "<=3.2.3",
  8602. "tpwd/ke_search": "<4.0.3|>=4.1,<4.6.6|>=5,<5.0.2",
  8603. "tribalsystems/zenario": "<=9.4.59197",
  8604. "truckersmp/phpwhois": "<=4.3.1",
  8605. "ttskch/pagination-service-provider": "<1",
  8606. "twig/twig": "<1.44.7|>=2,<2.15.3|>=3,<3.4.3",
  8607. "typo3/cms": "<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2",
  8608. "typo3/cms-backend": ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
  8609. "typo3/cms-core": "<8.7.51|>=9,<9.5.42|>=10,<10.4.39|>=11,<11.5.30|>=12,<12.4.4",
  8610. "typo3/cms-extbase": "<6.2.24|>=7,<7.6.8|==8.1.1",
  8611. "typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
  8612. "typo3/cms-rte-ckeditor": ">=9.5,<9.5.42|>=10,<10.4.39|>=11,<11.5.30",
  8613. "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
  8614. "typo3/html-sanitizer": ">=1,<1.5.1|>=2,<2.1.2",
  8615. "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3",
  8616. "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
  8617. "typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
  8618. "typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10",
  8619. "ua-parser/uap-php": "<3.8",
  8620. "uasoft-indonesia/badaso": "<=2.9.7",
  8621. "unisharp/laravel-filemanager": "<=2.5.1",
  8622. "userfrosting/userfrosting": ">=0.3.1,<4.6.3",
  8623. "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
  8624. "uvdesk/community-skeleton": "<=1.1.1",
  8625. "vanilla/safecurl": "<0.9.2",
  8626. "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
  8627. "vova07/yii2-fileapi-widget": "<0.1.9",
  8628. "vrana/adminer": "<4.8.1",
  8629. "waldhacker/hcaptcha": "<2.1.2",
  8630. "wallabag/tcpdf": "<6.2.22",
  8631. "wallabag/wallabag": "<2.6.7",
  8632. "wanglelecc/laracms": "<=1.0.3",
  8633. "web-auth/webauthn-framework": ">=3.3,<3.3.4",
  8634. "webbuilders-group/silverstripe-kapost-bridge": "<0.4",
  8635. "webcoast/deferred-image-processing": "<1.0.2",
  8636. "webklex/laravel-imap": "<5.3",
  8637. "webklex/php-imap": "<5.3",
  8638. "webpa/webpa": "<3.1.2",
  8639. "wikibase/wikibase": "<=1.39.3",
  8640. "wikimedia/parsoid": "<0.12.2",
  8641. "willdurand/js-translation-bundle": "<2.1.1",
  8642. "wintercms/winter": "<1.2.3",
  8643. "woocommerce/woocommerce": "<6.6",
  8644. "wp-cli/wp-cli": "<2.5",
  8645. "wp-graphql/wp-graphql": "<=1.14.5",
  8646. "wpanel/wpanel4-cms": "<=4.3.1",
  8647. "wpcloud/wp-stateless": "<3.2",
  8648. "wwbn/avideo": "<=12.4",
  8649. "xataface/xataface": "<3",
  8650. "xpressengine/xpressengine": "<3.0.15",
  8651. "yeswiki/yeswiki": "<4.1",
  8652. "yetiforce/yetiforce-crm": "<=6.4",
  8653. "yidashi/yii2cmf": "<=2",
  8654. "yii2mod/yii2-cms": "<1.9.2",
  8655. "yiisoft/yii": "<1.1.27",
  8656. "yiisoft/yii2": "<2.0.38",
  8657. "yiisoft/yii2-bootstrap": "<2.0.4",
  8658. "yiisoft/yii2-dev": "<2.0.43",
  8659. "yiisoft/yii2-elasticsearch": "<2.0.5",
  8660. "yiisoft/yii2-gii": "<=2.2.4",
  8661. "yiisoft/yii2-jui": "<2.0.4",
  8662. "yiisoft/yii2-redis": "<2.0.8",
  8663. "yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6",
  8664. "yoast-seo-for-typo3/yoast_seo": "<7.2.3",
  8665. "yourls/yourls": "<=1.8.2",
  8666. "zencart/zencart": "<=1.5.7.0-beta",
  8667. "zendesk/zendesk_api_client_php": "<2.2.11",
  8668. "zendframework/zend-cache": "<2.4.8|>=2.5,<2.5.3",
  8669. "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
  8670. "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
  8671. "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
  8672. "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
  8673. "zendframework/zend-diactoros": "<1.8.4",
  8674. "zendframework/zend-feed": "<2.10.3",
  8675. "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
  8676. "zendframework/zend-http": "<2.8.1",
  8677. "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  8678. "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
  8679. "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
  8680. "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
  8681. "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
  8682. "zendframework/zend-validator": ">=2.3,<2.3.6",
  8683. "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
  8684. "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  8685. "zendframework/zendframework": "<=3",
  8686. "zendframework/zendframework1": "<1.12.20",
  8687. "zendframework/zendopenid": "<2.0.2",
  8688. "zendframework/zendrest": "<2.0.2",
  8689. "zendframework/zendservice-amazon": "<2.0.3",
  8690. "zendframework/zendservice-api": "<1",
  8691. "zendframework/zendservice-audioscrobbler": "<2.0.2",
  8692. "zendframework/zendservice-nirvanix": "<2.0.2",
  8693. "zendframework/zendservice-slideshare": "<2.0.2",
  8694. "zendframework/zendservice-technorati": "<2.0.2",
  8695. "zendframework/zendservice-windowsazure": "<2.0.2",
  8696. "zendframework/zendxml": "<1.0.1",
  8697. "zenstruck/collection": "<0.2.1",
  8698. "zetacomponents/mail": "<1.8.2",
  8699. "zf-commons/zfc-user": "<1.2.2",
  8700. "zfcampus/zf-apigility-doctrine": "<1.0.3",
  8701. "zfr/zfr-oauth2-server-module": "<0.1.2",
  8702. "zoujingli/thinkadmin": "<6.0.22"
  8703. },
  8704. "default-branch": true,
  8705. "type": "metapackage",
  8706. "notification-url": "https://packagist.org/downloads/",
  8707. "license": [
  8708. "MIT"
  8709. ],
  8710. "authors": [
  8711. {
  8712. "name": "Marco Pivetta",
  8713. "email": "ocramius@gmail.com",
  8714. "role": "maintainer"
  8715. },
  8716. {
  8717. "name": "Ilya Tribusean",
  8718. "email": "slash3b@gmail.com",
  8719. "role": "maintainer"
  8720. }
  8721. ],
  8722. "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
  8723. "keywords": [
  8724. "dev"
  8725. ],
  8726. "support": {
  8727. "issues": "https://github.com/Roave/SecurityAdvisories/issues",
  8728. "source": "https://github.com/Roave/SecurityAdvisories/tree/latest"
  8729. },
  8730. "funding": [
  8731. {
  8732. "url": "https://github.com/Ocramius",
  8733. "type": "github"
  8734. },
  8735. {
  8736. "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
  8737. "type": "tidelift"
  8738. }
  8739. ],
  8740. "time": "2023-10-20T23:04:46+00:00"
  8741. },
  8742. {
  8743. "name": "sebastian/cli-parser",
  8744. "version": "1.0.1",
  8745. "source": {
  8746. "type": "git",
  8747. "url": "https://github.com/sebastianbergmann/cli-parser.git",
  8748. "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
  8749. },
  8750. "dist": {
  8751. "type": "zip",
  8752. "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
  8753. "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
  8754. "shasum": ""
  8755. },
  8756. "require": {
  8757. "php": ">=7.3"
  8758. },
  8759. "require-dev": {
  8760. "phpunit/phpunit": "^9.3"
  8761. },
  8762. "type": "library",
  8763. "extra": {
  8764. "branch-alias": {
  8765. "dev-master": "1.0-dev"
  8766. }
  8767. },
  8768. "autoload": {
  8769. "classmap": [
  8770. "src/"
  8771. ]
  8772. },
  8773. "notification-url": "https://packagist.org/downloads/",
  8774. "license": [
  8775. "BSD-3-Clause"
  8776. ],
  8777. "authors": [
  8778. {
  8779. "name": "Sebastian Bergmann",
  8780. "email": "sebastian@phpunit.de",
  8781. "role": "lead"
  8782. }
  8783. ],
  8784. "description": "Library for parsing CLI options",
  8785. "homepage": "https://github.com/sebastianbergmann/cli-parser",
  8786. "support": {
  8787. "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
  8788. "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
  8789. },
  8790. "funding": [
  8791. {
  8792. "url": "https://github.com/sebastianbergmann",
  8793. "type": "github"
  8794. }
  8795. ],
  8796. "time": "2020-09-28T06:08:49+00:00"
  8797. },
  8798. {
  8799. "name": "sebastian/code-unit",
  8800. "version": "1.0.8",
  8801. "source": {
  8802. "type": "git",
  8803. "url": "https://github.com/sebastianbergmann/code-unit.git",
  8804. "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
  8805. },
  8806. "dist": {
  8807. "type": "zip",
  8808. "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
  8809. "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
  8810. "shasum": ""
  8811. },
  8812. "require": {
  8813. "php": ">=7.3"
  8814. },
  8815. "require-dev": {
  8816. "phpunit/phpunit": "^9.3"
  8817. },
  8818. "type": "library",
  8819. "extra": {
  8820. "branch-alias": {
  8821. "dev-master": "1.0-dev"
  8822. }
  8823. },
  8824. "autoload": {
  8825. "classmap": [
  8826. "src/"
  8827. ]
  8828. },
  8829. "notification-url": "https://packagist.org/downloads/",
  8830. "license": [
  8831. "BSD-3-Clause"
  8832. ],
  8833. "authors": [
  8834. {
  8835. "name": "Sebastian Bergmann",
  8836. "email": "sebastian@phpunit.de",
  8837. "role": "lead"
  8838. }
  8839. ],
  8840. "description": "Collection of value objects that represent the PHP code units",
  8841. "homepage": "https://github.com/sebastianbergmann/code-unit",
  8842. "support": {
  8843. "issues": "https://github.com/sebastianbergmann/code-unit/issues",
  8844. "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
  8845. },
  8846. "funding": [
  8847. {
  8848. "url": "https://github.com/sebastianbergmann",
  8849. "type": "github"
  8850. }
  8851. ],
  8852. "time": "2020-10-26T13:08:54+00:00"
  8853. },
  8854. {
  8855. "name": "sebastian/code-unit-reverse-lookup",
  8856. "version": "2.0.3",
  8857. "source": {
  8858. "type": "git",
  8859. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  8860. "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
  8861. },
  8862. "dist": {
  8863. "type": "zip",
  8864. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
  8865. "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
  8866. "shasum": ""
  8867. },
  8868. "require": {
  8869. "php": ">=7.3"
  8870. },
  8871. "require-dev": {
  8872. "phpunit/phpunit": "^9.3"
  8873. },
  8874. "type": "library",
  8875. "extra": {
  8876. "branch-alias": {
  8877. "dev-master": "2.0-dev"
  8878. }
  8879. },
  8880. "autoload": {
  8881. "classmap": [
  8882. "src/"
  8883. ]
  8884. },
  8885. "notification-url": "https://packagist.org/downloads/",
  8886. "license": [
  8887. "BSD-3-Clause"
  8888. ],
  8889. "authors": [
  8890. {
  8891. "name": "Sebastian Bergmann",
  8892. "email": "sebastian@phpunit.de"
  8893. }
  8894. ],
  8895. "description": "Looks up which function or method a line of code belongs to",
  8896. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  8897. "support": {
  8898. "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
  8899. "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
  8900. },
  8901. "funding": [
  8902. {
  8903. "url": "https://github.com/sebastianbergmann",
  8904. "type": "github"
  8905. }
  8906. ],
  8907. "time": "2020-09-28T05:30:19+00:00"
  8908. },
  8909. {
  8910. "name": "sebastian/comparator",
  8911. "version": "4.0.8",
  8912. "source": {
  8913. "type": "git",
  8914. "url": "https://github.com/sebastianbergmann/comparator.git",
  8915. "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
  8916. },
  8917. "dist": {
  8918. "type": "zip",
  8919. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
  8920. "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
  8921. "shasum": ""
  8922. },
  8923. "require": {
  8924. "php": ">=7.3",
  8925. "sebastian/diff": "^4.0",
  8926. "sebastian/exporter": "^4.0"
  8927. },
  8928. "require-dev": {
  8929. "phpunit/phpunit": "^9.3"
  8930. },
  8931. "type": "library",
  8932. "extra": {
  8933. "branch-alias": {
  8934. "dev-master": "4.0-dev"
  8935. }
  8936. },
  8937. "autoload": {
  8938. "classmap": [
  8939. "src/"
  8940. ]
  8941. },
  8942. "notification-url": "https://packagist.org/downloads/",
  8943. "license": [
  8944. "BSD-3-Clause"
  8945. ],
  8946. "authors": [
  8947. {
  8948. "name": "Sebastian Bergmann",
  8949. "email": "sebastian@phpunit.de"
  8950. },
  8951. {
  8952. "name": "Jeff Welch",
  8953. "email": "whatthejeff@gmail.com"
  8954. },
  8955. {
  8956. "name": "Volker Dusch",
  8957. "email": "github@wallbash.com"
  8958. },
  8959. {
  8960. "name": "Bernhard Schussek",
  8961. "email": "bschussek@2bepublished.at"
  8962. }
  8963. ],
  8964. "description": "Provides the functionality to compare PHP values for equality",
  8965. "homepage": "https://github.com/sebastianbergmann/comparator",
  8966. "keywords": [
  8967. "comparator",
  8968. "compare",
  8969. "equality"
  8970. ],
  8971. "support": {
  8972. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  8973. "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
  8974. },
  8975. "funding": [
  8976. {
  8977. "url": "https://github.com/sebastianbergmann",
  8978. "type": "github"
  8979. }
  8980. ],
  8981. "time": "2022-09-14T12:41:17+00:00"
  8982. },
  8983. {
  8984. "name": "sebastian/complexity",
  8985. "version": "2.0.2",
  8986. "source": {
  8987. "type": "git",
  8988. "url": "https://github.com/sebastianbergmann/complexity.git",
  8989. "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
  8990. },
  8991. "dist": {
  8992. "type": "zip",
  8993. "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
  8994. "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
  8995. "shasum": ""
  8996. },
  8997. "require": {
  8998. "nikic/php-parser": "^4.7",
  8999. "php": ">=7.3"
  9000. },
  9001. "require-dev": {
  9002. "phpunit/phpunit": "^9.3"
  9003. },
  9004. "type": "library",
  9005. "extra": {
  9006. "branch-alias": {
  9007. "dev-master": "2.0-dev"
  9008. }
  9009. },
  9010. "autoload": {
  9011. "classmap": [
  9012. "src/"
  9013. ]
  9014. },
  9015. "notification-url": "https://packagist.org/downloads/",
  9016. "license": [
  9017. "BSD-3-Clause"
  9018. ],
  9019. "authors": [
  9020. {
  9021. "name": "Sebastian Bergmann",
  9022. "email": "sebastian@phpunit.de",
  9023. "role": "lead"
  9024. }
  9025. ],
  9026. "description": "Library for calculating the complexity of PHP code units",
  9027. "homepage": "https://github.com/sebastianbergmann/complexity",
  9028. "support": {
  9029. "issues": "https://github.com/sebastianbergmann/complexity/issues",
  9030. "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
  9031. },
  9032. "funding": [
  9033. {
  9034. "url": "https://github.com/sebastianbergmann",
  9035. "type": "github"
  9036. }
  9037. ],
  9038. "time": "2020-10-26T15:52:27+00:00"
  9039. },
  9040. {
  9041. "name": "sebastian/diff",
  9042. "version": "4.0.5",
  9043. "source": {
  9044. "type": "git",
  9045. "url": "https://github.com/sebastianbergmann/diff.git",
  9046. "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
  9047. },
  9048. "dist": {
  9049. "type": "zip",
  9050. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
  9051. "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
  9052. "shasum": ""
  9053. },
  9054. "require": {
  9055. "php": ">=7.3"
  9056. },
  9057. "require-dev": {
  9058. "phpunit/phpunit": "^9.3",
  9059. "symfony/process": "^4.2 || ^5"
  9060. },
  9061. "type": "library",
  9062. "extra": {
  9063. "branch-alias": {
  9064. "dev-master": "4.0-dev"
  9065. }
  9066. },
  9067. "autoload": {
  9068. "classmap": [
  9069. "src/"
  9070. ]
  9071. },
  9072. "notification-url": "https://packagist.org/downloads/",
  9073. "license": [
  9074. "BSD-3-Clause"
  9075. ],
  9076. "authors": [
  9077. {
  9078. "name": "Sebastian Bergmann",
  9079. "email": "sebastian@phpunit.de"
  9080. },
  9081. {
  9082. "name": "Kore Nordmann",
  9083. "email": "mail@kore-nordmann.de"
  9084. }
  9085. ],
  9086. "description": "Diff implementation",
  9087. "homepage": "https://github.com/sebastianbergmann/diff",
  9088. "keywords": [
  9089. "diff",
  9090. "udiff",
  9091. "unidiff",
  9092. "unified diff"
  9093. ],
  9094. "support": {
  9095. "issues": "https://github.com/sebastianbergmann/diff/issues",
  9096. "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
  9097. },
  9098. "funding": [
  9099. {
  9100. "url": "https://github.com/sebastianbergmann",
  9101. "type": "github"
  9102. }
  9103. ],
  9104. "time": "2023-05-07T05:35:17+00:00"
  9105. },
  9106. {
  9107. "name": "sebastian/environment",
  9108. "version": "5.1.5",
  9109. "source": {
  9110. "type": "git",
  9111. "url": "https://github.com/sebastianbergmann/environment.git",
  9112. "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
  9113. },
  9114. "dist": {
  9115. "type": "zip",
  9116. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
  9117. "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
  9118. "shasum": ""
  9119. },
  9120. "require": {
  9121. "php": ">=7.3"
  9122. },
  9123. "require-dev": {
  9124. "phpunit/phpunit": "^9.3"
  9125. },
  9126. "suggest": {
  9127. "ext-posix": "*"
  9128. },
  9129. "type": "library",
  9130. "extra": {
  9131. "branch-alias": {
  9132. "dev-master": "5.1-dev"
  9133. }
  9134. },
  9135. "autoload": {
  9136. "classmap": [
  9137. "src/"
  9138. ]
  9139. },
  9140. "notification-url": "https://packagist.org/downloads/",
  9141. "license": [
  9142. "BSD-3-Clause"
  9143. ],
  9144. "authors": [
  9145. {
  9146. "name": "Sebastian Bergmann",
  9147. "email": "sebastian@phpunit.de"
  9148. }
  9149. ],
  9150. "description": "Provides functionality to handle HHVM/PHP environments",
  9151. "homepage": "http://www.github.com/sebastianbergmann/environment",
  9152. "keywords": [
  9153. "Xdebug",
  9154. "environment",
  9155. "hhvm"
  9156. ],
  9157. "support": {
  9158. "issues": "https://github.com/sebastianbergmann/environment/issues",
  9159. "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
  9160. },
  9161. "funding": [
  9162. {
  9163. "url": "https://github.com/sebastianbergmann",
  9164. "type": "github"
  9165. }
  9166. ],
  9167. "time": "2023-02-03T06:03:51+00:00"
  9168. },
  9169. {
  9170. "name": "sebastian/exporter",
  9171. "version": "4.0.5",
  9172. "source": {
  9173. "type": "git",
  9174. "url": "https://github.com/sebastianbergmann/exporter.git",
  9175. "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
  9176. },
  9177. "dist": {
  9178. "type": "zip",
  9179. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
  9180. "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
  9181. "shasum": ""
  9182. },
  9183. "require": {
  9184. "php": ">=7.3",
  9185. "sebastian/recursion-context": "^4.0"
  9186. },
  9187. "require-dev": {
  9188. "ext-mbstring": "*",
  9189. "phpunit/phpunit": "^9.3"
  9190. },
  9191. "type": "library",
  9192. "extra": {
  9193. "branch-alias": {
  9194. "dev-master": "4.0-dev"
  9195. }
  9196. },
  9197. "autoload": {
  9198. "classmap": [
  9199. "src/"
  9200. ]
  9201. },
  9202. "notification-url": "https://packagist.org/downloads/",
  9203. "license": [
  9204. "BSD-3-Clause"
  9205. ],
  9206. "authors": [
  9207. {
  9208. "name": "Sebastian Bergmann",
  9209. "email": "sebastian@phpunit.de"
  9210. },
  9211. {
  9212. "name": "Jeff Welch",
  9213. "email": "whatthejeff@gmail.com"
  9214. },
  9215. {
  9216. "name": "Volker Dusch",
  9217. "email": "github@wallbash.com"
  9218. },
  9219. {
  9220. "name": "Adam Harvey",
  9221. "email": "aharvey@php.net"
  9222. },
  9223. {
  9224. "name": "Bernhard Schussek",
  9225. "email": "bschussek@gmail.com"
  9226. }
  9227. ],
  9228. "description": "Provides the functionality to export PHP variables for visualization",
  9229. "homepage": "https://www.github.com/sebastianbergmann/exporter",
  9230. "keywords": [
  9231. "export",
  9232. "exporter"
  9233. ],
  9234. "support": {
  9235. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  9236. "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
  9237. },
  9238. "funding": [
  9239. {
  9240. "url": "https://github.com/sebastianbergmann",
  9241. "type": "github"
  9242. }
  9243. ],
  9244. "time": "2022-09-14T06:03:37+00:00"
  9245. },
  9246. {
  9247. "name": "sebastian/global-state",
  9248. "version": "5.0.6",
  9249. "source": {
  9250. "type": "git",
  9251. "url": "https://github.com/sebastianbergmann/global-state.git",
  9252. "reference": "bde739e7565280bda77be70044ac1047bc007e34"
  9253. },
  9254. "dist": {
  9255. "type": "zip",
  9256. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34",
  9257. "reference": "bde739e7565280bda77be70044ac1047bc007e34",
  9258. "shasum": ""
  9259. },
  9260. "require": {
  9261. "php": ">=7.3",
  9262. "sebastian/object-reflector": "^2.0",
  9263. "sebastian/recursion-context": "^4.0"
  9264. },
  9265. "require-dev": {
  9266. "ext-dom": "*",
  9267. "phpunit/phpunit": "^9.3"
  9268. },
  9269. "suggest": {
  9270. "ext-uopz": "*"
  9271. },
  9272. "type": "library",
  9273. "extra": {
  9274. "branch-alias": {
  9275. "dev-master": "5.0-dev"
  9276. }
  9277. },
  9278. "autoload": {
  9279. "classmap": [
  9280. "src/"
  9281. ]
  9282. },
  9283. "notification-url": "https://packagist.org/downloads/",
  9284. "license": [
  9285. "BSD-3-Clause"
  9286. ],
  9287. "authors": [
  9288. {
  9289. "name": "Sebastian Bergmann",
  9290. "email": "sebastian@phpunit.de"
  9291. }
  9292. ],
  9293. "description": "Snapshotting of global state",
  9294. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  9295. "keywords": [
  9296. "global state"
  9297. ],
  9298. "support": {
  9299. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  9300. "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6"
  9301. },
  9302. "funding": [
  9303. {
  9304. "url": "https://github.com/sebastianbergmann",
  9305. "type": "github"
  9306. }
  9307. ],
  9308. "time": "2023-08-02T09:26:13+00:00"
  9309. },
  9310. {
  9311. "name": "sebastian/lines-of-code",
  9312. "version": "1.0.3",
  9313. "source": {
  9314. "type": "git",
  9315. "url": "https://github.com/sebastianbergmann/lines-of-code.git",
  9316. "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
  9317. },
  9318. "dist": {
  9319. "type": "zip",
  9320. "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
  9321. "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
  9322. "shasum": ""
  9323. },
  9324. "require": {
  9325. "nikic/php-parser": "^4.6",
  9326. "php": ">=7.3"
  9327. },
  9328. "require-dev": {
  9329. "phpunit/phpunit": "^9.3"
  9330. },
  9331. "type": "library",
  9332. "extra": {
  9333. "branch-alias": {
  9334. "dev-master": "1.0-dev"
  9335. }
  9336. },
  9337. "autoload": {
  9338. "classmap": [
  9339. "src/"
  9340. ]
  9341. },
  9342. "notification-url": "https://packagist.org/downloads/",
  9343. "license": [
  9344. "BSD-3-Clause"
  9345. ],
  9346. "authors": [
  9347. {
  9348. "name": "Sebastian Bergmann",
  9349. "email": "sebastian@phpunit.de",
  9350. "role": "lead"
  9351. }
  9352. ],
  9353. "description": "Library for counting the lines of code in PHP source code",
  9354. "homepage": "https://github.com/sebastianbergmann/lines-of-code",
  9355. "support": {
  9356. "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
  9357. "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
  9358. },
  9359. "funding": [
  9360. {
  9361. "url": "https://github.com/sebastianbergmann",
  9362. "type": "github"
  9363. }
  9364. ],
  9365. "time": "2020-11-28T06:42:11+00:00"
  9366. },
  9367. {
  9368. "name": "sebastian/object-enumerator",
  9369. "version": "4.0.4",
  9370. "source": {
  9371. "type": "git",
  9372. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  9373. "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
  9374. },
  9375. "dist": {
  9376. "type": "zip",
  9377. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
  9378. "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
  9379. "shasum": ""
  9380. },
  9381. "require": {
  9382. "php": ">=7.3",
  9383. "sebastian/object-reflector": "^2.0",
  9384. "sebastian/recursion-context": "^4.0"
  9385. },
  9386. "require-dev": {
  9387. "phpunit/phpunit": "^9.3"
  9388. },
  9389. "type": "library",
  9390. "extra": {
  9391. "branch-alias": {
  9392. "dev-master": "4.0-dev"
  9393. }
  9394. },
  9395. "autoload": {
  9396. "classmap": [
  9397. "src/"
  9398. ]
  9399. },
  9400. "notification-url": "https://packagist.org/downloads/",
  9401. "license": [
  9402. "BSD-3-Clause"
  9403. ],
  9404. "authors": [
  9405. {
  9406. "name": "Sebastian Bergmann",
  9407. "email": "sebastian@phpunit.de"
  9408. }
  9409. ],
  9410. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  9411. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  9412. "support": {
  9413. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  9414. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
  9415. },
  9416. "funding": [
  9417. {
  9418. "url": "https://github.com/sebastianbergmann",
  9419. "type": "github"
  9420. }
  9421. ],
  9422. "time": "2020-10-26T13:12:34+00:00"
  9423. },
  9424. {
  9425. "name": "sebastian/object-reflector",
  9426. "version": "2.0.4",
  9427. "source": {
  9428. "type": "git",
  9429. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  9430. "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
  9431. },
  9432. "dist": {
  9433. "type": "zip",
  9434. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
  9435. "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
  9436. "shasum": ""
  9437. },
  9438. "require": {
  9439. "php": ">=7.3"
  9440. },
  9441. "require-dev": {
  9442. "phpunit/phpunit": "^9.3"
  9443. },
  9444. "type": "library",
  9445. "extra": {
  9446. "branch-alias": {
  9447. "dev-master": "2.0-dev"
  9448. }
  9449. },
  9450. "autoload": {
  9451. "classmap": [
  9452. "src/"
  9453. ]
  9454. },
  9455. "notification-url": "https://packagist.org/downloads/",
  9456. "license": [
  9457. "BSD-3-Clause"
  9458. ],
  9459. "authors": [
  9460. {
  9461. "name": "Sebastian Bergmann",
  9462. "email": "sebastian@phpunit.de"
  9463. }
  9464. ],
  9465. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  9466. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  9467. "support": {
  9468. "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
  9469. "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
  9470. },
  9471. "funding": [
  9472. {
  9473. "url": "https://github.com/sebastianbergmann",
  9474. "type": "github"
  9475. }
  9476. ],
  9477. "time": "2020-10-26T13:14:26+00:00"
  9478. },
  9479. {
  9480. "name": "sebastian/recursion-context",
  9481. "version": "4.0.5",
  9482. "source": {
  9483. "type": "git",
  9484. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  9485. "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
  9486. },
  9487. "dist": {
  9488. "type": "zip",
  9489. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
  9490. "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
  9491. "shasum": ""
  9492. },
  9493. "require": {
  9494. "php": ">=7.3"
  9495. },
  9496. "require-dev": {
  9497. "phpunit/phpunit": "^9.3"
  9498. },
  9499. "type": "library",
  9500. "extra": {
  9501. "branch-alias": {
  9502. "dev-master": "4.0-dev"
  9503. }
  9504. },
  9505. "autoload": {
  9506. "classmap": [
  9507. "src/"
  9508. ]
  9509. },
  9510. "notification-url": "https://packagist.org/downloads/",
  9511. "license": [
  9512. "BSD-3-Clause"
  9513. ],
  9514. "authors": [
  9515. {
  9516. "name": "Sebastian Bergmann",
  9517. "email": "sebastian@phpunit.de"
  9518. },
  9519. {
  9520. "name": "Jeff Welch",
  9521. "email": "whatthejeff@gmail.com"
  9522. },
  9523. {
  9524. "name": "Adam Harvey",
  9525. "email": "aharvey@php.net"
  9526. }
  9527. ],
  9528. "description": "Provides functionality to recursively process PHP variables",
  9529. "homepage": "https://github.com/sebastianbergmann/recursion-context",
  9530. "support": {
  9531. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  9532. "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
  9533. },
  9534. "funding": [
  9535. {
  9536. "url": "https://github.com/sebastianbergmann",
  9537. "type": "github"
  9538. }
  9539. ],
  9540. "time": "2023-02-03T06:07:39+00:00"
  9541. },
  9542. {
  9543. "name": "sebastian/resource-operations",
  9544. "version": "3.0.3",
  9545. "source": {
  9546. "type": "git",
  9547. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  9548. "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
  9549. },
  9550. "dist": {
  9551. "type": "zip",
  9552. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
  9553. "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
  9554. "shasum": ""
  9555. },
  9556. "require": {
  9557. "php": ">=7.3"
  9558. },
  9559. "require-dev": {
  9560. "phpunit/phpunit": "^9.0"
  9561. },
  9562. "type": "library",
  9563. "extra": {
  9564. "branch-alias": {
  9565. "dev-master": "3.0-dev"
  9566. }
  9567. },
  9568. "autoload": {
  9569. "classmap": [
  9570. "src/"
  9571. ]
  9572. },
  9573. "notification-url": "https://packagist.org/downloads/",
  9574. "license": [
  9575. "BSD-3-Clause"
  9576. ],
  9577. "authors": [
  9578. {
  9579. "name": "Sebastian Bergmann",
  9580. "email": "sebastian@phpunit.de"
  9581. }
  9582. ],
  9583. "description": "Provides a list of PHP built-in functions that operate on resources",
  9584. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  9585. "support": {
  9586. "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
  9587. "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
  9588. },
  9589. "funding": [
  9590. {
  9591. "url": "https://github.com/sebastianbergmann",
  9592. "type": "github"
  9593. }
  9594. ],
  9595. "time": "2020-09-28T06:45:17+00:00"
  9596. },
  9597. {
  9598. "name": "sebastian/type",
  9599. "version": "3.2.1",
  9600. "source": {
  9601. "type": "git",
  9602. "url": "https://github.com/sebastianbergmann/type.git",
  9603. "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
  9604. },
  9605. "dist": {
  9606. "type": "zip",
  9607. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
  9608. "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
  9609. "shasum": ""
  9610. },
  9611. "require": {
  9612. "php": ">=7.3"
  9613. },
  9614. "require-dev": {
  9615. "phpunit/phpunit": "^9.5"
  9616. },
  9617. "type": "library",
  9618. "extra": {
  9619. "branch-alias": {
  9620. "dev-master": "3.2-dev"
  9621. }
  9622. },
  9623. "autoload": {
  9624. "classmap": [
  9625. "src/"
  9626. ]
  9627. },
  9628. "notification-url": "https://packagist.org/downloads/",
  9629. "license": [
  9630. "BSD-3-Clause"
  9631. ],
  9632. "authors": [
  9633. {
  9634. "name": "Sebastian Bergmann",
  9635. "email": "sebastian@phpunit.de",
  9636. "role": "lead"
  9637. }
  9638. ],
  9639. "description": "Collection of value objects that represent the types of the PHP type system",
  9640. "homepage": "https://github.com/sebastianbergmann/type",
  9641. "support": {
  9642. "issues": "https://github.com/sebastianbergmann/type/issues",
  9643. "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
  9644. },
  9645. "funding": [
  9646. {
  9647. "url": "https://github.com/sebastianbergmann",
  9648. "type": "github"
  9649. }
  9650. ],
  9651. "time": "2023-02-03T06:13:03+00:00"
  9652. },
  9653. {
  9654. "name": "sebastian/version",
  9655. "version": "3.0.2",
  9656. "source": {
  9657. "type": "git",
  9658. "url": "https://github.com/sebastianbergmann/version.git",
  9659. "reference": "c6c1022351a901512170118436c764e473f6de8c"
  9660. },
  9661. "dist": {
  9662. "type": "zip",
  9663. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
  9664. "reference": "c6c1022351a901512170118436c764e473f6de8c",
  9665. "shasum": ""
  9666. },
  9667. "require": {
  9668. "php": ">=7.3"
  9669. },
  9670. "type": "library",
  9671. "extra": {
  9672. "branch-alias": {
  9673. "dev-master": "3.0-dev"
  9674. }
  9675. },
  9676. "autoload": {
  9677. "classmap": [
  9678. "src/"
  9679. ]
  9680. },
  9681. "notification-url": "https://packagist.org/downloads/",
  9682. "license": [
  9683. "BSD-3-Clause"
  9684. ],
  9685. "authors": [
  9686. {
  9687. "name": "Sebastian Bergmann",
  9688. "email": "sebastian@phpunit.de",
  9689. "role": "lead"
  9690. }
  9691. ],
  9692. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  9693. "homepage": "https://github.com/sebastianbergmann/version",
  9694. "support": {
  9695. "issues": "https://github.com/sebastianbergmann/version/issues",
  9696. "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
  9697. },
  9698. "funding": [
  9699. {
  9700. "url": "https://github.com/sebastianbergmann",
  9701. "type": "github"
  9702. }
  9703. ],
  9704. "time": "2020-09-28T06:39:44+00:00"
  9705. },
  9706. {
  9707. "name": "symfony/browser-kit",
  9708. "version": "v6.3.2",
  9709. "source": {
  9710. "type": "git",
  9711. "url": "https://github.com/symfony/browser-kit.git",
  9712. "reference": "ca4a988488f61ac18f8f845445eabdd36f89aa8d"
  9713. },
  9714. "dist": {
  9715. "type": "zip",
  9716. "url": "https://api.github.com/repos/symfony/browser-kit/zipball/ca4a988488f61ac18f8f845445eabdd36f89aa8d",
  9717. "reference": "ca4a988488f61ac18f8f845445eabdd36f89aa8d",
  9718. "shasum": ""
  9719. },
  9720. "require": {
  9721. "php": ">=8.1",
  9722. "symfony/dom-crawler": "^5.4|^6.0"
  9723. },
  9724. "require-dev": {
  9725. "symfony/css-selector": "^5.4|^6.0",
  9726. "symfony/http-client": "^5.4|^6.0",
  9727. "symfony/mime": "^5.4|^6.0",
  9728. "symfony/process": "^5.4|^6.0"
  9729. },
  9730. "type": "library",
  9731. "autoload": {
  9732. "psr-4": {
  9733. "Symfony\\Component\\BrowserKit\\": ""
  9734. },
  9735. "exclude-from-classmap": [
  9736. "/Tests/"
  9737. ]
  9738. },
  9739. "notification-url": "https://packagist.org/downloads/",
  9740. "license": [
  9741. "MIT"
  9742. ],
  9743. "authors": [
  9744. {
  9745. "name": "Fabien Potencier",
  9746. "email": "fabien@symfony.com"
  9747. },
  9748. {
  9749. "name": "Symfony Community",
  9750. "homepage": "https://symfony.com/contributors"
  9751. }
  9752. ],
  9753. "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
  9754. "homepage": "https://symfony.com",
  9755. "support": {
  9756. "source": "https://github.com/symfony/browser-kit/tree/v6.3.2"
  9757. },
  9758. "funding": [
  9759. {
  9760. "url": "https://symfony.com/sponsor",
  9761. "type": "custom"
  9762. },
  9763. {
  9764. "url": "https://github.com/fabpot",
  9765. "type": "github"
  9766. },
  9767. {
  9768. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9769. "type": "tidelift"
  9770. }
  9771. ],
  9772. "time": "2023-07-06T06:56:43+00:00"
  9773. },
  9774. {
  9775. "name": "symfony/css-selector",
  9776. "version": "v6.3.2",
  9777. "source": {
  9778. "type": "git",
  9779. "url": "https://github.com/symfony/css-selector.git",
  9780. "reference": "883d961421ab1709877c10ac99451632a3d6fa57"
  9781. },
  9782. "dist": {
  9783. "type": "zip",
  9784. "url": "https://api.github.com/repos/symfony/css-selector/zipball/883d961421ab1709877c10ac99451632a3d6fa57",
  9785. "reference": "883d961421ab1709877c10ac99451632a3d6fa57",
  9786. "shasum": ""
  9787. },
  9788. "require": {
  9789. "php": ">=8.1"
  9790. },
  9791. "type": "library",
  9792. "autoload": {
  9793. "psr-4": {
  9794. "Symfony\\Component\\CssSelector\\": ""
  9795. },
  9796. "exclude-from-classmap": [
  9797. "/Tests/"
  9798. ]
  9799. },
  9800. "notification-url": "https://packagist.org/downloads/",
  9801. "license": [
  9802. "MIT"
  9803. ],
  9804. "authors": [
  9805. {
  9806. "name": "Fabien Potencier",
  9807. "email": "fabien@symfony.com"
  9808. },
  9809. {
  9810. "name": "Jean-François Simon",
  9811. "email": "jeanfrancois.simon@sensiolabs.com"
  9812. },
  9813. {
  9814. "name": "Symfony Community",
  9815. "homepage": "https://symfony.com/contributors"
  9816. }
  9817. ],
  9818. "description": "Converts CSS selectors to XPath expressions",
  9819. "homepage": "https://symfony.com",
  9820. "support": {
  9821. "source": "https://github.com/symfony/css-selector/tree/v6.3.2"
  9822. },
  9823. "funding": [
  9824. {
  9825. "url": "https://symfony.com/sponsor",
  9826. "type": "custom"
  9827. },
  9828. {
  9829. "url": "https://github.com/fabpot",
  9830. "type": "github"
  9831. },
  9832. {
  9833. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9834. "type": "tidelift"
  9835. }
  9836. ],
  9837. "time": "2023-07-12T16:00:22+00:00"
  9838. },
  9839. {
  9840. "name": "symfony/debug-bundle",
  9841. "version": "v6.3.2",
  9842. "source": {
  9843. "type": "git",
  9844. "url": "https://github.com/symfony/debug-bundle.git",
  9845. "reference": "3f04a578e1a9f1d7da84a87b690c03123e5d8c31"
  9846. },
  9847. "dist": {
  9848. "type": "zip",
  9849. "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/3f04a578e1a9f1d7da84a87b690c03123e5d8c31",
  9850. "reference": "3f04a578e1a9f1d7da84a87b690c03123e5d8c31",
  9851. "shasum": ""
  9852. },
  9853. "require": {
  9854. "ext-xml": "*",
  9855. "php": ">=8.1",
  9856. "symfony/dependency-injection": "^5.4|^6.0",
  9857. "symfony/http-kernel": "^5.4|^6.0",
  9858. "symfony/twig-bridge": "^5.4|^6.0",
  9859. "symfony/var-dumper": "^5.4|^6.0"
  9860. },
  9861. "conflict": {
  9862. "symfony/config": "<5.4",
  9863. "symfony/dependency-injection": "<5.4"
  9864. },
  9865. "require-dev": {
  9866. "symfony/config": "^5.4|^6.0",
  9867. "symfony/web-profiler-bundle": "^5.4|^6.0"
  9868. },
  9869. "type": "symfony-bundle",
  9870. "autoload": {
  9871. "psr-4": {
  9872. "Symfony\\Bundle\\DebugBundle\\": ""
  9873. },
  9874. "exclude-from-classmap": [
  9875. "/Tests/"
  9876. ]
  9877. },
  9878. "notification-url": "https://packagist.org/downloads/",
  9879. "license": [
  9880. "MIT"
  9881. ],
  9882. "authors": [
  9883. {
  9884. "name": "Fabien Potencier",
  9885. "email": "fabien@symfony.com"
  9886. },
  9887. {
  9888. "name": "Symfony Community",
  9889. "homepage": "https://symfony.com/contributors"
  9890. }
  9891. ],
  9892. "description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework",
  9893. "homepage": "https://symfony.com",
  9894. "support": {
  9895. "source": "https://github.com/symfony/debug-bundle/tree/v6.3.2"
  9896. },
  9897. "funding": [
  9898. {
  9899. "url": "https://symfony.com/sponsor",
  9900. "type": "custom"
  9901. },
  9902. {
  9903. "url": "https://github.com/fabpot",
  9904. "type": "github"
  9905. },
  9906. {
  9907. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9908. "type": "tidelift"
  9909. }
  9910. ],
  9911. "time": "2023-07-13T14:29:38+00:00"
  9912. },
  9913. {
  9914. "name": "symfony/dom-crawler",
  9915. "version": "v6.3.4",
  9916. "source": {
  9917. "type": "git",
  9918. "url": "https://github.com/symfony/dom-crawler.git",
  9919. "reference": "3fdd2a3d5fdc363b2e8dbf817f9726a4d013cbd1"
  9920. },
  9921. "dist": {
  9922. "type": "zip",
  9923. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/3fdd2a3d5fdc363b2e8dbf817f9726a4d013cbd1",
  9924. "reference": "3fdd2a3d5fdc363b2e8dbf817f9726a4d013cbd1",
  9925. "shasum": ""
  9926. },
  9927. "require": {
  9928. "masterminds/html5": "^2.6",
  9929. "php": ">=8.1",
  9930. "symfony/polyfill-ctype": "~1.8",
  9931. "symfony/polyfill-mbstring": "~1.0"
  9932. },
  9933. "require-dev": {
  9934. "symfony/css-selector": "^5.4|^6.0"
  9935. },
  9936. "type": "library",
  9937. "autoload": {
  9938. "psr-4": {
  9939. "Symfony\\Component\\DomCrawler\\": ""
  9940. },
  9941. "exclude-from-classmap": [
  9942. "/Tests/"
  9943. ]
  9944. },
  9945. "notification-url": "https://packagist.org/downloads/",
  9946. "license": [
  9947. "MIT"
  9948. ],
  9949. "authors": [
  9950. {
  9951. "name": "Fabien Potencier",
  9952. "email": "fabien@symfony.com"
  9953. },
  9954. {
  9955. "name": "Symfony Community",
  9956. "homepage": "https://symfony.com/contributors"
  9957. }
  9958. ],
  9959. "description": "Eases DOM navigation for HTML and XML documents",
  9960. "homepage": "https://symfony.com",
  9961. "support": {
  9962. "source": "https://github.com/symfony/dom-crawler/tree/v6.3.4"
  9963. },
  9964. "funding": [
  9965. {
  9966. "url": "https://symfony.com/sponsor",
  9967. "type": "custom"
  9968. },
  9969. {
  9970. "url": "https://github.com/fabpot",
  9971. "type": "github"
  9972. },
  9973. {
  9974. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9975. "type": "tidelift"
  9976. }
  9977. ],
  9978. "time": "2023-08-01T07:43:40+00:00"
  9979. },
  9980. {
  9981. "name": "symfony/maker-bundle",
  9982. "version": "v1.51.1",
  9983. "source": {
  9984. "type": "git",
  9985. "url": "https://github.com/symfony/maker-bundle.git",
  9986. "reference": "0890fd3cf1e2a5221f9b3c6ee1769c537aef683d"
  9987. },
  9988. "dist": {
  9989. "type": "zip",
  9990. "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/0890fd3cf1e2a5221f9b3c6ee1769c537aef683d",
  9991. "reference": "0890fd3cf1e2a5221f9b3c6ee1769c537aef683d",
  9992. "shasum": ""
  9993. },
  9994. "require": {
  9995. "doctrine/inflector": "^2.0",
  9996. "nikic/php-parser": "^4.11",
  9997. "php": ">=8.1",
  9998. "symfony/config": "^6.3|^7.0",
  9999. "symfony/console": "^6.3|^7.0",
  10000. "symfony/dependency-injection": "^6.3|^7.0",
  10001. "symfony/deprecation-contracts": "^2.2|^3",
  10002. "symfony/filesystem": "^6.3|^7.0",
  10003. "symfony/finder": "^6.3|^7.0",
  10004. "symfony/framework-bundle": "^6.3|^7.0",
  10005. "symfony/http-kernel": "^6.3|^7.0",
  10006. "symfony/process": "^6.3|^7.0"
  10007. },
  10008. "conflict": {
  10009. "doctrine/doctrine-bundle": "<2.4",
  10010. "doctrine/orm": "<2.10"
  10011. },
  10012. "require-dev": {
  10013. "composer/semver": "^3.0",
  10014. "doctrine/doctrine-bundle": "^2.5.0",
  10015. "doctrine/orm": "^2.10.0",
  10016. "symfony/http-client": "^6.3|^7.0",
  10017. "symfony/phpunit-bridge": "^6.3|^7.0",
  10018. "symfony/security-core": "^6.3|^7.0",
  10019. "symfony/yaml": "^6.3|^7.0",
  10020. "twig/twig": "^2.0|^3.0"
  10021. },
  10022. "type": "symfony-bundle",
  10023. "extra": {
  10024. "branch-alias": {
  10025. "dev-main": "1.x-dev"
  10026. }
  10027. },
  10028. "autoload": {
  10029. "psr-4": {
  10030. "Symfony\\Bundle\\MakerBundle\\": "src/"
  10031. }
  10032. },
  10033. "notification-url": "https://packagist.org/downloads/",
  10034. "license": [
  10035. "MIT"
  10036. ],
  10037. "authors": [
  10038. {
  10039. "name": "Symfony Community",
  10040. "homepage": "https://symfony.com/contributors"
  10041. }
  10042. ],
  10043. "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
  10044. "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
  10045. "keywords": [
  10046. "code generator",
  10047. "dev",
  10048. "generator",
  10049. "scaffold",
  10050. "scaffolding"
  10051. ],
  10052. "support": {
  10053. "issues": "https://github.com/symfony/maker-bundle/issues",
  10054. "source": "https://github.com/symfony/maker-bundle/tree/v1.51.1"
  10055. },
  10056. "funding": [
  10057. {
  10058. "url": "https://symfony.com/sponsor",
  10059. "type": "custom"
  10060. },
  10061. {
  10062. "url": "https://github.com/fabpot",
  10063. "type": "github"
  10064. },
  10065. {
  10066. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10067. "type": "tidelift"
  10068. }
  10069. ],
  10070. "time": "2023-09-18T18:17:31+00:00"
  10071. },
  10072. {
  10073. "name": "symfony/phpunit-bridge",
  10074. "version": "v6.3.6",
  10075. "source": {
  10076. "type": "git",
  10077. "url": "https://github.com/symfony/phpunit-bridge.git",
  10078. "reference": "c6f1df6a76c2c12bd14a0a5bf7c556dd935efe1d"
  10079. },
  10080. "dist": {
  10081. "type": "zip",
  10082. "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c6f1df6a76c2c12bd14a0a5bf7c556dd935efe1d",
  10083. "reference": "c6f1df6a76c2c12bd14a0a5bf7c556dd935efe1d",
  10084. "shasum": ""
  10085. },
  10086. "require": {
  10087. "php": ">=7.1.3"
  10088. },
  10089. "conflict": {
  10090. "phpunit/phpunit": "<7.5|9.1.2"
  10091. },
  10092. "require-dev": {
  10093. "symfony/deprecation-contracts": "^2.5|^3.0",
  10094. "symfony/error-handler": "^5.4|^6.0",
  10095. "symfony/polyfill-php81": "^1.27"
  10096. },
  10097. "bin": [
  10098. "bin/simple-phpunit"
  10099. ],
  10100. "type": "symfony-bridge",
  10101. "extra": {
  10102. "thanks": {
  10103. "name": "phpunit/phpunit",
  10104. "url": "https://github.com/sebastianbergmann/phpunit"
  10105. }
  10106. },
  10107. "autoload": {
  10108. "files": [
  10109. "bootstrap.php"
  10110. ],
  10111. "psr-4": {
  10112. "Symfony\\Bridge\\PhpUnit\\": ""
  10113. },
  10114. "exclude-from-classmap": [
  10115. "/Tests/"
  10116. ]
  10117. },
  10118. "notification-url": "https://packagist.org/downloads/",
  10119. "license": [
  10120. "MIT"
  10121. ],
  10122. "authors": [
  10123. {
  10124. "name": "Nicolas Grekas",
  10125. "email": "p@tchwork.com"
  10126. },
  10127. {
  10128. "name": "Symfony Community",
  10129. "homepage": "https://symfony.com/contributors"
  10130. }
  10131. ],
  10132. "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
  10133. "homepage": "https://symfony.com",
  10134. "support": {
  10135. "source": "https://github.com/symfony/phpunit-bridge/tree/v6.3.6"
  10136. },
  10137. "funding": [
  10138. {
  10139. "url": "https://symfony.com/sponsor",
  10140. "type": "custom"
  10141. },
  10142. {
  10143. "url": "https://github.com/fabpot",
  10144. "type": "github"
  10145. },
  10146. {
  10147. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10148. "type": "tidelift"
  10149. }
  10150. ],
  10151. "time": "2023-10-12T15:02:41+00:00"
  10152. },
  10153. {
  10154. "name": "symfony/web-profiler-bundle",
  10155. "version": "v6.3.6",
  10156. "source": {
  10157. "type": "git",
  10158. "url": "https://github.com/symfony/web-profiler-bundle.git",
  10159. "reference": "249cb2486597d3ab810d8bcc8e4db5ad0fc3e3bd"
  10160. },
  10161. "dist": {
  10162. "type": "zip",
  10163. "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/249cb2486597d3ab810d8bcc8e4db5ad0fc3e3bd",
  10164. "reference": "249cb2486597d3ab810d8bcc8e4db5ad0fc3e3bd",
  10165. "shasum": ""
  10166. },
  10167. "require": {
  10168. "php": ">=8.1",
  10169. "symfony/config": "^5.4|^6.0",
  10170. "symfony/framework-bundle": "^5.4|^6.0",
  10171. "symfony/http-kernel": "^6.3",
  10172. "symfony/routing": "^5.4|^6.0",
  10173. "symfony/twig-bundle": "^5.4|^6.0",
  10174. "twig/twig": "^2.13|^3.0.4"
  10175. },
  10176. "conflict": {
  10177. "symfony/form": "<5.4",
  10178. "symfony/mailer": "<5.4",
  10179. "symfony/messenger": "<5.4"
  10180. },
  10181. "require-dev": {
  10182. "symfony/browser-kit": "^5.4|^6.0",
  10183. "symfony/console": "^5.4|^6.0",
  10184. "symfony/css-selector": "^5.4|^6.0",
  10185. "symfony/stopwatch": "^5.4|^6.0"
  10186. },
  10187. "type": "symfony-bundle",
  10188. "autoload": {
  10189. "psr-4": {
  10190. "Symfony\\Bundle\\WebProfilerBundle\\": ""
  10191. },
  10192. "exclude-from-classmap": [
  10193. "/Tests/"
  10194. ]
  10195. },
  10196. "notification-url": "https://packagist.org/downloads/",
  10197. "license": [
  10198. "MIT"
  10199. ],
  10200. "authors": [
  10201. {
  10202. "name": "Fabien Potencier",
  10203. "email": "fabien@symfony.com"
  10204. },
  10205. {
  10206. "name": "Symfony Community",
  10207. "homepage": "https://symfony.com/contributors"
  10208. }
  10209. ],
  10210. "description": "Provides a development tool that gives detailed information about the execution of any request",
  10211. "homepage": "https://symfony.com",
  10212. "keywords": [
  10213. "dev"
  10214. ],
  10215. "support": {
  10216. "source": "https://github.com/symfony/web-profiler-bundle/tree/v6.3.6"
  10217. },
  10218. "funding": [
  10219. {
  10220. "url": "https://symfony.com/sponsor",
  10221. "type": "custom"
  10222. },
  10223. {
  10224. "url": "https://github.com/fabpot",
  10225. "type": "github"
  10226. },
  10227. {
  10228. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10229. "type": "tidelift"
  10230. }
  10231. ],
  10232. "time": "2023-10-11T18:18:20+00:00"
  10233. },
  10234. {
  10235. "name": "theseer/tokenizer",
  10236. "version": "1.2.1",
  10237. "source": {
  10238. "type": "git",
  10239. "url": "https://github.com/theseer/tokenizer.git",
  10240. "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
  10241. },
  10242. "dist": {
  10243. "type": "zip",
  10244. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
  10245. "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
  10246. "shasum": ""
  10247. },
  10248. "require": {
  10249. "ext-dom": "*",
  10250. "ext-tokenizer": "*",
  10251. "ext-xmlwriter": "*",
  10252. "php": "^7.2 || ^8.0"
  10253. },
  10254. "type": "library",
  10255. "autoload": {
  10256. "classmap": [
  10257. "src/"
  10258. ]
  10259. },
  10260. "notification-url": "https://packagist.org/downloads/",
  10261. "license": [
  10262. "BSD-3-Clause"
  10263. ],
  10264. "authors": [
  10265. {
  10266. "name": "Arne Blankerts",
  10267. "email": "arne@blankerts.de",
  10268. "role": "Developer"
  10269. }
  10270. ],
  10271. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  10272. "support": {
  10273. "issues": "https://github.com/theseer/tokenizer/issues",
  10274. "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
  10275. },
  10276. "funding": [
  10277. {
  10278. "url": "https://github.com/theseer",
  10279. "type": "github"
  10280. }
  10281. ],
  10282. "time": "2021-07-28T10:34:58+00:00"
  10283. }
  10284. ],
  10285. "aliases": [],
  10286. "minimum-stability": "stable",
  10287. "stability-flags": {
  10288. "roave/security-advisories": 20
  10289. },
  10290. "prefer-stable": true,
  10291. "prefer-lowest": false,
  10292. "platform": {
  10293. "php": ">=8.1",
  10294. "ext-ctype": "*",
  10295. "ext-iconv": "*"
  10296. },
  10297. "platform-dev": [],
  10298. "plugin-api-version": "2.3.0"
  10299. }