Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 

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