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

9414 satır
342 KiB

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