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

9499 строки
342 KiB

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