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

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