Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

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