You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

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