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

8658 line
316 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": "85ee4ff0a9e8228f5ef5dae1cf910077",
  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-foundation",
  4881. "version": "v7.1.5",
  4882. "source": {
  4883. "type": "git",
  4884. "url": "https://github.com/symfony/http-foundation.git",
  4885. "reference": "e30ef73b1e44eea7eb37ba69600a354e553f694b"
  4886. },
  4887. "dist": {
  4888. "type": "zip",
  4889. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e30ef73b1e44eea7eb37ba69600a354e553f694b",
  4890. "reference": "e30ef73b1e44eea7eb37ba69600a354e553f694b",
  4891. "shasum": ""
  4892. },
  4893. "require": {
  4894. "php": ">=8.2",
  4895. "symfony/polyfill-mbstring": "~1.1",
  4896. "symfony/polyfill-php83": "^1.27"
  4897. },
  4898. "conflict": {
  4899. "doctrine/dbal": "<3.6",
  4900. "symfony/cache": "<6.4"
  4901. },
  4902. "require-dev": {
  4903. "doctrine/dbal": "^3.6|^4",
  4904. "predis/predis": "^1.1|^2.0",
  4905. "symfony/cache": "^6.4|^7.0",
  4906. "symfony/dependency-injection": "^6.4|^7.0",
  4907. "symfony/expression-language": "^6.4|^7.0",
  4908. "symfony/http-kernel": "^6.4|^7.0",
  4909. "symfony/mime": "^6.4|^7.0",
  4910. "symfony/rate-limiter": "^6.4|^7.0"
  4911. },
  4912. "type": "library",
  4913. "autoload": {
  4914. "psr-4": {
  4915. "Symfony\\Component\\HttpFoundation\\": ""
  4916. },
  4917. "exclude-from-classmap": [
  4918. "/Tests/"
  4919. ]
  4920. },
  4921. "notification-url": "https://packagist.org/downloads/",
  4922. "license": [
  4923. "MIT"
  4924. ],
  4925. "authors": [
  4926. {
  4927. "name": "Fabien Potencier",
  4928. "email": "fabien@symfony.com"
  4929. },
  4930. {
  4931. "name": "Symfony Community",
  4932. "homepage": "https://symfony.com/contributors"
  4933. }
  4934. ],
  4935. "description": "Defines an object-oriented layer for the HTTP specification",
  4936. "homepage": "https://symfony.com",
  4937. "support": {
  4938. "source": "https://github.com/symfony/http-foundation/tree/v7.1.5"
  4939. },
  4940. "funding": [
  4941. {
  4942. "url": "https://symfony.com/sponsor",
  4943. "type": "custom"
  4944. },
  4945. {
  4946. "url": "https://github.com/fabpot",
  4947. "type": "github"
  4948. },
  4949. {
  4950. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4951. "type": "tidelift"
  4952. }
  4953. ],
  4954. "time": "2024-09-20T08:28:38+00:00"
  4955. },
  4956. {
  4957. "name": "symfony/http-kernel",
  4958. "version": "v7.1.5",
  4959. "source": {
  4960. "type": "git",
  4961. "url": "https://github.com/symfony/http-kernel.git",
  4962. "reference": "44204d96150a9df1fc57601ec933d23fefc2d65b"
  4963. },
  4964. "dist": {
  4965. "type": "zip",
  4966. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/44204d96150a9df1fc57601ec933d23fefc2d65b",
  4967. "reference": "44204d96150a9df1fc57601ec933d23fefc2d65b",
  4968. "shasum": ""
  4969. },
  4970. "require": {
  4971. "php": ">=8.2",
  4972. "psr/log": "^1|^2|^3",
  4973. "symfony/deprecation-contracts": "^2.5|^3",
  4974. "symfony/error-handler": "^6.4|^7.0",
  4975. "symfony/event-dispatcher": "^6.4|^7.0",
  4976. "symfony/http-foundation": "^6.4|^7.0",
  4977. "symfony/polyfill-ctype": "^1.8"
  4978. },
  4979. "conflict": {
  4980. "symfony/browser-kit": "<6.4",
  4981. "symfony/cache": "<6.4",
  4982. "symfony/config": "<6.4",
  4983. "symfony/console": "<6.4",
  4984. "symfony/dependency-injection": "<6.4",
  4985. "symfony/doctrine-bridge": "<6.4",
  4986. "symfony/form": "<6.4",
  4987. "symfony/http-client": "<6.4",
  4988. "symfony/http-client-contracts": "<2.5",
  4989. "symfony/mailer": "<6.4",
  4990. "symfony/messenger": "<6.4",
  4991. "symfony/translation": "<6.4",
  4992. "symfony/translation-contracts": "<2.5",
  4993. "symfony/twig-bridge": "<6.4",
  4994. "symfony/validator": "<6.4",
  4995. "symfony/var-dumper": "<6.4",
  4996. "twig/twig": "<3.0.4"
  4997. },
  4998. "provide": {
  4999. "psr/log-implementation": "1.0|2.0|3.0"
  5000. },
  5001. "require-dev": {
  5002. "psr/cache": "^1.0|^2.0|^3.0",
  5003. "symfony/browser-kit": "^6.4|^7.0",
  5004. "symfony/clock": "^6.4|^7.0",
  5005. "symfony/config": "^6.4|^7.0",
  5006. "symfony/console": "^6.4|^7.0",
  5007. "symfony/css-selector": "^6.4|^7.0",
  5008. "symfony/dependency-injection": "^6.4|^7.0",
  5009. "symfony/dom-crawler": "^6.4|^7.0",
  5010. "symfony/expression-language": "^6.4|^7.0",
  5011. "symfony/finder": "^6.4|^7.0",
  5012. "symfony/http-client-contracts": "^2.5|^3",
  5013. "symfony/process": "^6.4|^7.0",
  5014. "symfony/property-access": "^7.1",
  5015. "symfony/routing": "^6.4|^7.0",
  5016. "symfony/serializer": "^7.1",
  5017. "symfony/stopwatch": "^6.4|^7.0",
  5018. "symfony/translation": "^6.4|^7.0",
  5019. "symfony/translation-contracts": "^2.5|^3",
  5020. "symfony/uid": "^6.4|^7.0",
  5021. "symfony/validator": "^6.4|^7.0",
  5022. "symfony/var-dumper": "^6.4|^7.0",
  5023. "symfony/var-exporter": "^6.4|^7.0",
  5024. "twig/twig": "^3.0.4"
  5025. },
  5026. "type": "library",
  5027. "autoload": {
  5028. "psr-4": {
  5029. "Symfony\\Component\\HttpKernel\\": ""
  5030. },
  5031. "exclude-from-classmap": [
  5032. "/Tests/"
  5033. ]
  5034. },
  5035. "notification-url": "https://packagist.org/downloads/",
  5036. "license": [
  5037. "MIT"
  5038. ],
  5039. "authors": [
  5040. {
  5041. "name": "Fabien Potencier",
  5042. "email": "fabien@symfony.com"
  5043. },
  5044. {
  5045. "name": "Symfony Community",
  5046. "homepage": "https://symfony.com/contributors"
  5047. }
  5048. ],
  5049. "description": "Provides a structured process for converting a Request into a Response",
  5050. "homepage": "https://symfony.com",
  5051. "support": {
  5052. "source": "https://github.com/symfony/http-kernel/tree/v7.1.5"
  5053. },
  5054. "funding": [
  5055. {
  5056. "url": "https://symfony.com/sponsor",
  5057. "type": "custom"
  5058. },
  5059. {
  5060. "url": "https://github.com/fabpot",
  5061. "type": "github"
  5062. },
  5063. {
  5064. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5065. "type": "tidelift"
  5066. }
  5067. ],
  5068. "time": "2024-09-21T06:09:21+00:00"
  5069. },
  5070. {
  5071. "name": "symfony/mime",
  5072. "version": "v7.1.5",
  5073. "source": {
  5074. "type": "git",
  5075. "url": "https://github.com/symfony/mime.git",
  5076. "reference": "711d2e167e8ce65b05aea6b258c449671cdd38ff"
  5077. },
  5078. "dist": {
  5079. "type": "zip",
  5080. "url": "https://api.github.com/repos/symfony/mime/zipball/711d2e167e8ce65b05aea6b258c449671cdd38ff",
  5081. "reference": "711d2e167e8ce65b05aea6b258c449671cdd38ff",
  5082. "shasum": ""
  5083. },
  5084. "require": {
  5085. "php": ">=8.2",
  5086. "symfony/polyfill-intl-idn": "^1.10",
  5087. "symfony/polyfill-mbstring": "^1.0"
  5088. },
  5089. "conflict": {
  5090. "egulias/email-validator": "~3.0.0",
  5091. "phpdocumentor/reflection-docblock": "<3.2.2",
  5092. "phpdocumentor/type-resolver": "<1.4.0",
  5093. "symfony/mailer": "<6.4",
  5094. "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
  5095. },
  5096. "require-dev": {
  5097. "egulias/email-validator": "^2.1.10|^3.1|^4",
  5098. "league/html-to-markdown": "^5.0",
  5099. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  5100. "symfony/dependency-injection": "^6.4|^7.0",
  5101. "symfony/process": "^6.4|^7.0",
  5102. "symfony/property-access": "^6.4|^7.0",
  5103. "symfony/property-info": "^6.4|^7.0",
  5104. "symfony/serializer": "^6.4.3|^7.0.3"
  5105. },
  5106. "type": "library",
  5107. "autoload": {
  5108. "psr-4": {
  5109. "Symfony\\Component\\Mime\\": ""
  5110. },
  5111. "exclude-from-classmap": [
  5112. "/Tests/"
  5113. ]
  5114. },
  5115. "notification-url": "https://packagist.org/downloads/",
  5116. "license": [
  5117. "MIT"
  5118. ],
  5119. "authors": [
  5120. {
  5121. "name": "Fabien Potencier",
  5122. "email": "fabien@symfony.com"
  5123. },
  5124. {
  5125. "name": "Symfony Community",
  5126. "homepage": "https://symfony.com/contributors"
  5127. }
  5128. ],
  5129. "description": "Allows manipulating MIME messages",
  5130. "homepage": "https://symfony.com",
  5131. "keywords": [
  5132. "mime",
  5133. "mime-type"
  5134. ],
  5135. "support": {
  5136. "source": "https://github.com/symfony/mime/tree/v7.1.5"
  5137. },
  5138. "funding": [
  5139. {
  5140. "url": "https://symfony.com/sponsor",
  5141. "type": "custom"
  5142. },
  5143. {
  5144. "url": "https://github.com/fabpot",
  5145. "type": "github"
  5146. },
  5147. {
  5148. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5149. "type": "tidelift"
  5150. }
  5151. ],
  5152. "time": "2024-09-20T08:28:38+00:00"
  5153. },
  5154. {
  5155. "name": "symfony/options-resolver",
  5156. "version": "v7.1.1",
  5157. "source": {
  5158. "type": "git",
  5159. "url": "https://github.com/symfony/options-resolver.git",
  5160. "reference": "47aa818121ed3950acd2b58d1d37d08a94f9bf55"
  5161. },
  5162. "dist": {
  5163. "type": "zip",
  5164. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/47aa818121ed3950acd2b58d1d37d08a94f9bf55",
  5165. "reference": "47aa818121ed3950acd2b58d1d37d08a94f9bf55",
  5166. "shasum": ""
  5167. },
  5168. "require": {
  5169. "php": ">=8.2",
  5170. "symfony/deprecation-contracts": "^2.5|^3"
  5171. },
  5172. "type": "library",
  5173. "autoload": {
  5174. "psr-4": {
  5175. "Symfony\\Component\\OptionsResolver\\": ""
  5176. },
  5177. "exclude-from-classmap": [
  5178. "/Tests/"
  5179. ]
  5180. },
  5181. "notification-url": "https://packagist.org/downloads/",
  5182. "license": [
  5183. "MIT"
  5184. ],
  5185. "authors": [
  5186. {
  5187. "name": "Fabien Potencier",
  5188. "email": "fabien@symfony.com"
  5189. },
  5190. {
  5191. "name": "Symfony Community",
  5192. "homepage": "https://symfony.com/contributors"
  5193. }
  5194. ],
  5195. "description": "Provides an improved replacement for the array_replace PHP function",
  5196. "homepage": "https://symfony.com",
  5197. "keywords": [
  5198. "config",
  5199. "configuration",
  5200. "options"
  5201. ],
  5202. "support": {
  5203. "source": "https://github.com/symfony/options-resolver/tree/v7.1.1"
  5204. },
  5205. "funding": [
  5206. {
  5207. "url": "https://symfony.com/sponsor",
  5208. "type": "custom"
  5209. },
  5210. {
  5211. "url": "https://github.com/fabpot",
  5212. "type": "github"
  5213. },
  5214. {
  5215. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5216. "type": "tidelift"
  5217. }
  5218. ],
  5219. "time": "2024-05-31T14:57:53+00:00"
  5220. },
  5221. {
  5222. "name": "symfony/password-hasher",
  5223. "version": "v7.1.1",
  5224. "source": {
  5225. "type": "git",
  5226. "url": "https://github.com/symfony/password-hasher.git",
  5227. "reference": "4ad96eb7cf9e2f8f133ada95f2b8021769061662"
  5228. },
  5229. "dist": {
  5230. "type": "zip",
  5231. "url": "https://api.github.com/repos/symfony/password-hasher/zipball/4ad96eb7cf9e2f8f133ada95f2b8021769061662",
  5232. "reference": "4ad96eb7cf9e2f8f133ada95f2b8021769061662",
  5233. "shasum": ""
  5234. },
  5235. "require": {
  5236. "php": ">=8.2"
  5237. },
  5238. "conflict": {
  5239. "symfony/security-core": "<6.4"
  5240. },
  5241. "require-dev": {
  5242. "symfony/console": "^6.4|^7.0",
  5243. "symfony/security-core": "^6.4|^7.0"
  5244. },
  5245. "type": "library",
  5246. "autoload": {
  5247. "psr-4": {
  5248. "Symfony\\Component\\PasswordHasher\\": ""
  5249. },
  5250. "exclude-from-classmap": [
  5251. "/Tests/"
  5252. ]
  5253. },
  5254. "notification-url": "https://packagist.org/downloads/",
  5255. "license": [
  5256. "MIT"
  5257. ],
  5258. "authors": [
  5259. {
  5260. "name": "Robin Chalas",
  5261. "email": "robin.chalas@gmail.com"
  5262. },
  5263. {
  5264. "name": "Symfony Community",
  5265. "homepage": "https://symfony.com/contributors"
  5266. }
  5267. ],
  5268. "description": "Provides password hashing utilities",
  5269. "homepage": "https://symfony.com",
  5270. "keywords": [
  5271. "hashing",
  5272. "password"
  5273. ],
  5274. "support": {
  5275. "source": "https://github.com/symfony/password-hasher/tree/v7.1.1"
  5276. },
  5277. "funding": [
  5278. {
  5279. "url": "https://symfony.com/sponsor",
  5280. "type": "custom"
  5281. },
  5282. {
  5283. "url": "https://github.com/fabpot",
  5284. "type": "github"
  5285. },
  5286. {
  5287. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5288. "type": "tidelift"
  5289. }
  5290. ],
  5291. "time": "2024-05-31T14:57:53+00:00"
  5292. },
  5293. {
  5294. "name": "symfony/polyfill-intl-grapheme",
  5295. "version": "v1.31.0",
  5296. "source": {
  5297. "type": "git",
  5298. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  5299. "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
  5300. },
  5301. "dist": {
  5302. "type": "zip",
  5303. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
  5304. "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
  5305. "shasum": ""
  5306. },
  5307. "require": {
  5308. "php": ">=7.2"
  5309. },
  5310. "suggest": {
  5311. "ext-intl": "For best performance"
  5312. },
  5313. "type": "library",
  5314. "extra": {
  5315. "thanks": {
  5316. "name": "symfony/polyfill",
  5317. "url": "https://github.com/symfony/polyfill"
  5318. }
  5319. },
  5320. "autoload": {
  5321. "files": [
  5322. "bootstrap.php"
  5323. ],
  5324. "psr-4": {
  5325. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  5326. }
  5327. },
  5328. "notification-url": "https://packagist.org/downloads/",
  5329. "license": [
  5330. "MIT"
  5331. ],
  5332. "authors": [
  5333. {
  5334. "name": "Nicolas Grekas",
  5335. "email": "p@tchwork.com"
  5336. },
  5337. {
  5338. "name": "Symfony Community",
  5339. "homepage": "https://symfony.com/contributors"
  5340. }
  5341. ],
  5342. "description": "Symfony polyfill for intl's grapheme_* functions",
  5343. "homepage": "https://symfony.com",
  5344. "keywords": [
  5345. "compatibility",
  5346. "grapheme",
  5347. "intl",
  5348. "polyfill",
  5349. "portable",
  5350. "shim"
  5351. ],
  5352. "support": {
  5353. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
  5354. },
  5355. "funding": [
  5356. {
  5357. "url": "https://symfony.com/sponsor",
  5358. "type": "custom"
  5359. },
  5360. {
  5361. "url": "https://github.com/fabpot",
  5362. "type": "github"
  5363. },
  5364. {
  5365. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5366. "type": "tidelift"
  5367. }
  5368. ],
  5369. "time": "2024-09-09T11:45:10+00:00"
  5370. },
  5371. {
  5372. "name": "symfony/polyfill-intl-icu",
  5373. "version": "v1.31.0",
  5374. "source": {
  5375. "type": "git",
  5376. "url": "https://github.com/symfony/polyfill-intl-icu.git",
  5377. "reference": "d80a05e9904d2c2b9b95929f3e4b5d3a8f418d78"
  5378. },
  5379. "dist": {
  5380. "type": "zip",
  5381. "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/d80a05e9904d2c2b9b95929f3e4b5d3a8f418d78",
  5382. "reference": "d80a05e9904d2c2b9b95929f3e4b5d3a8f418d78",
  5383. "shasum": ""
  5384. },
  5385. "require": {
  5386. "php": ">=7.2"
  5387. },
  5388. "suggest": {
  5389. "ext-intl": "For best performance and support of other locales than \"en\""
  5390. },
  5391. "type": "library",
  5392. "extra": {
  5393. "thanks": {
  5394. "name": "symfony/polyfill",
  5395. "url": "https://github.com/symfony/polyfill"
  5396. }
  5397. },
  5398. "autoload": {
  5399. "files": [
  5400. "bootstrap.php"
  5401. ],
  5402. "psr-4": {
  5403. "Symfony\\Polyfill\\Intl\\Icu\\": ""
  5404. },
  5405. "classmap": [
  5406. "Resources/stubs"
  5407. ],
  5408. "exclude-from-classmap": [
  5409. "/Tests/"
  5410. ]
  5411. },
  5412. "notification-url": "https://packagist.org/downloads/",
  5413. "license": [
  5414. "MIT"
  5415. ],
  5416. "authors": [
  5417. {
  5418. "name": "Nicolas Grekas",
  5419. "email": "p@tchwork.com"
  5420. },
  5421. {
  5422. "name": "Symfony Community",
  5423. "homepage": "https://symfony.com/contributors"
  5424. }
  5425. ],
  5426. "description": "Symfony polyfill for intl's ICU-related data and classes",
  5427. "homepage": "https://symfony.com",
  5428. "keywords": [
  5429. "compatibility",
  5430. "icu",
  5431. "intl",
  5432. "polyfill",
  5433. "portable",
  5434. "shim"
  5435. ],
  5436. "support": {
  5437. "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.31.0"
  5438. },
  5439. "funding": [
  5440. {
  5441. "url": "https://symfony.com/sponsor",
  5442. "type": "custom"
  5443. },
  5444. {
  5445. "url": "https://github.com/fabpot",
  5446. "type": "github"
  5447. },
  5448. {
  5449. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5450. "type": "tidelift"
  5451. }
  5452. ],
  5453. "time": "2024-09-09T11:45:10+00:00"
  5454. },
  5455. {
  5456. "name": "symfony/polyfill-intl-idn",
  5457. "version": "v1.31.0",
  5458. "source": {
  5459. "type": "git",
  5460. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  5461. "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773"
  5462. },
  5463. "dist": {
  5464. "type": "zip",
  5465. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773",
  5466. "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773",
  5467. "shasum": ""
  5468. },
  5469. "require": {
  5470. "php": ">=7.2",
  5471. "symfony/polyfill-intl-normalizer": "^1.10"
  5472. },
  5473. "suggest": {
  5474. "ext-intl": "For best performance"
  5475. },
  5476. "type": "library",
  5477. "extra": {
  5478. "thanks": {
  5479. "name": "symfony/polyfill",
  5480. "url": "https://github.com/symfony/polyfill"
  5481. }
  5482. },
  5483. "autoload": {
  5484. "files": [
  5485. "bootstrap.php"
  5486. ],
  5487. "psr-4": {
  5488. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  5489. }
  5490. },
  5491. "notification-url": "https://packagist.org/downloads/",
  5492. "license": [
  5493. "MIT"
  5494. ],
  5495. "authors": [
  5496. {
  5497. "name": "Laurent Bassin",
  5498. "email": "laurent@bassin.info"
  5499. },
  5500. {
  5501. "name": "Trevor Rowbotham",
  5502. "email": "trevor.rowbotham@pm.me"
  5503. },
  5504. {
  5505. "name": "Symfony Community",
  5506. "homepage": "https://symfony.com/contributors"
  5507. }
  5508. ],
  5509. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  5510. "homepage": "https://symfony.com",
  5511. "keywords": [
  5512. "compatibility",
  5513. "idn",
  5514. "intl",
  5515. "polyfill",
  5516. "portable",
  5517. "shim"
  5518. ],
  5519. "support": {
  5520. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0"
  5521. },
  5522. "funding": [
  5523. {
  5524. "url": "https://symfony.com/sponsor",
  5525. "type": "custom"
  5526. },
  5527. {
  5528. "url": "https://github.com/fabpot",
  5529. "type": "github"
  5530. },
  5531. {
  5532. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5533. "type": "tidelift"
  5534. }
  5535. ],
  5536. "time": "2024-09-09T11:45:10+00:00"
  5537. },
  5538. {
  5539. "name": "symfony/polyfill-intl-normalizer",
  5540. "version": "v1.31.0",
  5541. "source": {
  5542. "type": "git",
  5543. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  5544. "reference": "3833d7255cc303546435cb650316bff708a1c75c"
  5545. },
  5546. "dist": {
  5547. "type": "zip",
  5548. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
  5549. "reference": "3833d7255cc303546435cb650316bff708a1c75c",
  5550. "shasum": ""
  5551. },
  5552. "require": {
  5553. "php": ">=7.2"
  5554. },
  5555. "suggest": {
  5556. "ext-intl": "For best performance"
  5557. },
  5558. "type": "library",
  5559. "extra": {
  5560. "thanks": {
  5561. "name": "symfony/polyfill",
  5562. "url": "https://github.com/symfony/polyfill"
  5563. }
  5564. },
  5565. "autoload": {
  5566. "files": [
  5567. "bootstrap.php"
  5568. ],
  5569. "psr-4": {
  5570. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  5571. },
  5572. "classmap": [
  5573. "Resources/stubs"
  5574. ]
  5575. },
  5576. "notification-url": "https://packagist.org/downloads/",
  5577. "license": [
  5578. "MIT"
  5579. ],
  5580. "authors": [
  5581. {
  5582. "name": "Nicolas Grekas",
  5583. "email": "p@tchwork.com"
  5584. },
  5585. {
  5586. "name": "Symfony Community",
  5587. "homepage": "https://symfony.com/contributors"
  5588. }
  5589. ],
  5590. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  5591. "homepage": "https://symfony.com",
  5592. "keywords": [
  5593. "compatibility",
  5594. "intl",
  5595. "normalizer",
  5596. "polyfill",
  5597. "portable",
  5598. "shim"
  5599. ],
  5600. "support": {
  5601. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
  5602. },
  5603. "funding": [
  5604. {
  5605. "url": "https://symfony.com/sponsor",
  5606. "type": "custom"
  5607. },
  5608. {
  5609. "url": "https://github.com/fabpot",
  5610. "type": "github"
  5611. },
  5612. {
  5613. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5614. "type": "tidelift"
  5615. }
  5616. ],
  5617. "time": "2024-09-09T11:45:10+00:00"
  5618. },
  5619. {
  5620. "name": "symfony/polyfill-mbstring",
  5621. "version": "v1.31.0",
  5622. "source": {
  5623. "type": "git",
  5624. "url": "https://github.com/symfony/polyfill-mbstring.git",
  5625. "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
  5626. },
  5627. "dist": {
  5628. "type": "zip",
  5629. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
  5630. "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
  5631. "shasum": ""
  5632. },
  5633. "require": {
  5634. "php": ">=7.2"
  5635. },
  5636. "provide": {
  5637. "ext-mbstring": "*"
  5638. },
  5639. "suggest": {
  5640. "ext-mbstring": "For best performance"
  5641. },
  5642. "type": "library",
  5643. "extra": {
  5644. "thanks": {
  5645. "name": "symfony/polyfill",
  5646. "url": "https://github.com/symfony/polyfill"
  5647. }
  5648. },
  5649. "autoload": {
  5650. "files": [
  5651. "bootstrap.php"
  5652. ],
  5653. "psr-4": {
  5654. "Symfony\\Polyfill\\Mbstring\\": ""
  5655. }
  5656. },
  5657. "notification-url": "https://packagist.org/downloads/",
  5658. "license": [
  5659. "MIT"
  5660. ],
  5661. "authors": [
  5662. {
  5663. "name": "Nicolas Grekas",
  5664. "email": "p@tchwork.com"
  5665. },
  5666. {
  5667. "name": "Symfony Community",
  5668. "homepage": "https://symfony.com/contributors"
  5669. }
  5670. ],
  5671. "description": "Symfony polyfill for the Mbstring extension",
  5672. "homepage": "https://symfony.com",
  5673. "keywords": [
  5674. "compatibility",
  5675. "mbstring",
  5676. "polyfill",
  5677. "portable",
  5678. "shim"
  5679. ],
  5680. "support": {
  5681. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
  5682. },
  5683. "funding": [
  5684. {
  5685. "url": "https://symfony.com/sponsor",
  5686. "type": "custom"
  5687. },
  5688. {
  5689. "url": "https://github.com/fabpot",
  5690. "type": "github"
  5691. },
  5692. {
  5693. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5694. "type": "tidelift"
  5695. }
  5696. ],
  5697. "time": "2024-09-09T11:45:10+00:00"
  5698. },
  5699. {
  5700. "name": "symfony/polyfill-php83",
  5701. "version": "v1.31.0",
  5702. "source": {
  5703. "type": "git",
  5704. "url": "https://github.com/symfony/polyfill-php83.git",
  5705. "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
  5706. },
  5707. "dist": {
  5708. "type": "zip",
  5709. "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
  5710. "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
  5711. "shasum": ""
  5712. },
  5713. "require": {
  5714. "php": ">=7.2"
  5715. },
  5716. "type": "library",
  5717. "extra": {
  5718. "thanks": {
  5719. "name": "symfony/polyfill",
  5720. "url": "https://github.com/symfony/polyfill"
  5721. }
  5722. },
  5723. "autoload": {
  5724. "files": [
  5725. "bootstrap.php"
  5726. ],
  5727. "psr-4": {
  5728. "Symfony\\Polyfill\\Php83\\": ""
  5729. },
  5730. "classmap": [
  5731. "Resources/stubs"
  5732. ]
  5733. },
  5734. "notification-url": "https://packagist.org/downloads/",
  5735. "license": [
  5736. "MIT"
  5737. ],
  5738. "authors": [
  5739. {
  5740. "name": "Nicolas Grekas",
  5741. "email": "p@tchwork.com"
  5742. },
  5743. {
  5744. "name": "Symfony Community",
  5745. "homepage": "https://symfony.com/contributors"
  5746. }
  5747. ],
  5748. "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
  5749. "homepage": "https://symfony.com",
  5750. "keywords": [
  5751. "compatibility",
  5752. "polyfill",
  5753. "portable",
  5754. "shim"
  5755. ],
  5756. "support": {
  5757. "source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0"
  5758. },
  5759. "funding": [
  5760. {
  5761. "url": "https://symfony.com/sponsor",
  5762. "type": "custom"
  5763. },
  5764. {
  5765. "url": "https://github.com/fabpot",
  5766. "type": "github"
  5767. },
  5768. {
  5769. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5770. "type": "tidelift"
  5771. }
  5772. ],
  5773. "time": "2024-09-09T11:45:10+00:00"
  5774. },
  5775. {
  5776. "name": "symfony/polyfill-uuid",
  5777. "version": "v1.31.0",
  5778. "source": {
  5779. "type": "git",
  5780. "url": "https://github.com/symfony/polyfill-uuid.git",
  5781. "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
  5782. },
  5783. "dist": {
  5784. "type": "zip",
  5785. "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
  5786. "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
  5787. "shasum": ""
  5788. },
  5789. "require": {
  5790. "php": ">=7.2"
  5791. },
  5792. "provide": {
  5793. "ext-uuid": "*"
  5794. },
  5795. "suggest": {
  5796. "ext-uuid": "For best performance"
  5797. },
  5798. "type": "library",
  5799. "extra": {
  5800. "thanks": {
  5801. "name": "symfony/polyfill",
  5802. "url": "https://github.com/symfony/polyfill"
  5803. }
  5804. },
  5805. "autoload": {
  5806. "files": [
  5807. "bootstrap.php"
  5808. ],
  5809. "psr-4": {
  5810. "Symfony\\Polyfill\\Uuid\\": ""
  5811. }
  5812. },
  5813. "notification-url": "https://packagist.org/downloads/",
  5814. "license": [
  5815. "MIT"
  5816. ],
  5817. "authors": [
  5818. {
  5819. "name": "Grégoire Pineau",
  5820. "email": "lyrixx@lyrixx.info"
  5821. },
  5822. {
  5823. "name": "Symfony Community",
  5824. "homepage": "https://symfony.com/contributors"
  5825. }
  5826. ],
  5827. "description": "Symfony polyfill for uuid functions",
  5828. "homepage": "https://symfony.com",
  5829. "keywords": [
  5830. "compatibility",
  5831. "polyfill",
  5832. "portable",
  5833. "uuid"
  5834. ],
  5835. "support": {
  5836. "source": "https://github.com/symfony/polyfill-uuid/tree/v1.31.0"
  5837. },
  5838. "funding": [
  5839. {
  5840. "url": "https://symfony.com/sponsor",
  5841. "type": "custom"
  5842. },
  5843. {
  5844. "url": "https://github.com/fabpot",
  5845. "type": "github"
  5846. },
  5847. {
  5848. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5849. "type": "tidelift"
  5850. }
  5851. ],
  5852. "time": "2024-09-09T11:45:10+00:00"
  5853. },
  5854. {
  5855. "name": "symfony/property-access",
  5856. "version": "v7.1.4",
  5857. "source": {
  5858. "type": "git",
  5859. "url": "https://github.com/symfony/property-access.git",
  5860. "reference": "6c709f97103355016e5782d0622437ae381012ad"
  5861. },
  5862. "dist": {
  5863. "type": "zip",
  5864. "url": "https://api.github.com/repos/symfony/property-access/zipball/6c709f97103355016e5782d0622437ae381012ad",
  5865. "reference": "6c709f97103355016e5782d0622437ae381012ad",
  5866. "shasum": ""
  5867. },
  5868. "require": {
  5869. "php": ">=8.2",
  5870. "symfony/property-info": "^6.4|^7.0"
  5871. },
  5872. "require-dev": {
  5873. "symfony/cache": "^6.4|^7.0"
  5874. },
  5875. "type": "library",
  5876. "autoload": {
  5877. "psr-4": {
  5878. "Symfony\\Component\\PropertyAccess\\": ""
  5879. },
  5880. "exclude-from-classmap": [
  5881. "/Tests/"
  5882. ]
  5883. },
  5884. "notification-url": "https://packagist.org/downloads/",
  5885. "license": [
  5886. "MIT"
  5887. ],
  5888. "authors": [
  5889. {
  5890. "name": "Fabien Potencier",
  5891. "email": "fabien@symfony.com"
  5892. },
  5893. {
  5894. "name": "Symfony Community",
  5895. "homepage": "https://symfony.com/contributors"
  5896. }
  5897. ],
  5898. "description": "Provides functions to read and write from/to an object or array using a simple string notation",
  5899. "homepage": "https://symfony.com",
  5900. "keywords": [
  5901. "access",
  5902. "array",
  5903. "extraction",
  5904. "index",
  5905. "injection",
  5906. "object",
  5907. "property",
  5908. "property-path",
  5909. "reflection"
  5910. ],
  5911. "support": {
  5912. "source": "https://github.com/symfony/property-access/tree/v7.1.4"
  5913. },
  5914. "funding": [
  5915. {
  5916. "url": "https://symfony.com/sponsor",
  5917. "type": "custom"
  5918. },
  5919. {
  5920. "url": "https://github.com/fabpot",
  5921. "type": "github"
  5922. },
  5923. {
  5924. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5925. "type": "tidelift"
  5926. }
  5927. ],
  5928. "time": "2024-08-30T16:12:47+00:00"
  5929. },
  5930. {
  5931. "name": "symfony/property-info",
  5932. "version": "v7.1.3",
  5933. "source": {
  5934. "type": "git",
  5935. "url": "https://github.com/symfony/property-info.git",
  5936. "reference": "88a279df2db5b7919cac6f35d6a5d1d7147e6a9b"
  5937. },
  5938. "dist": {
  5939. "type": "zip",
  5940. "url": "https://api.github.com/repos/symfony/property-info/zipball/88a279df2db5b7919cac6f35d6a5d1d7147e6a9b",
  5941. "reference": "88a279df2db5b7919cac6f35d6a5d1d7147e6a9b",
  5942. "shasum": ""
  5943. },
  5944. "require": {
  5945. "php": ">=8.2",
  5946. "symfony/string": "^6.4|^7.0",
  5947. "symfony/type-info": "^7.1"
  5948. },
  5949. "conflict": {
  5950. "phpdocumentor/reflection-docblock": "<5.2",
  5951. "phpdocumentor/type-resolver": "<1.5.1",
  5952. "symfony/dependency-injection": "<6.4",
  5953. "symfony/serializer": "<6.4"
  5954. },
  5955. "require-dev": {
  5956. "phpdocumentor/reflection-docblock": "^5.2",
  5957. "phpstan/phpdoc-parser": "^1.0",
  5958. "symfony/cache": "^6.4|^7.0",
  5959. "symfony/dependency-injection": "^6.4|^7.0",
  5960. "symfony/serializer": "^6.4|^7.0"
  5961. },
  5962. "type": "library",
  5963. "autoload": {
  5964. "psr-4": {
  5965. "Symfony\\Component\\PropertyInfo\\": ""
  5966. },
  5967. "exclude-from-classmap": [
  5968. "/Tests/"
  5969. ]
  5970. },
  5971. "notification-url": "https://packagist.org/downloads/",
  5972. "license": [
  5973. "MIT"
  5974. ],
  5975. "authors": [
  5976. {
  5977. "name": "Kévin Dunglas",
  5978. "email": "dunglas@gmail.com"
  5979. },
  5980. {
  5981. "name": "Symfony Community",
  5982. "homepage": "https://symfony.com/contributors"
  5983. }
  5984. ],
  5985. "description": "Extracts information about PHP class' properties using metadata of popular sources",
  5986. "homepage": "https://symfony.com",
  5987. "keywords": [
  5988. "doctrine",
  5989. "phpdoc",
  5990. "property",
  5991. "symfony",
  5992. "type",
  5993. "validator"
  5994. ],
  5995. "support": {
  5996. "source": "https://github.com/symfony/property-info/tree/v7.1.3"
  5997. },
  5998. "funding": [
  5999. {
  6000. "url": "https://symfony.com/sponsor",
  6001. "type": "custom"
  6002. },
  6003. {
  6004. "url": "https://github.com/fabpot",
  6005. "type": "github"
  6006. },
  6007. {
  6008. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6009. "type": "tidelift"
  6010. }
  6011. ],
  6012. "time": "2024-07-26T07:36:36+00:00"
  6013. },
  6014. {
  6015. "name": "symfony/routing",
  6016. "version": "v7.1.4",
  6017. "source": {
  6018. "type": "git",
  6019. "url": "https://github.com/symfony/routing.git",
  6020. "reference": "1500aee0094a3ce1c92626ed8cf3c2037e86f5a7"
  6021. },
  6022. "dist": {
  6023. "type": "zip",
  6024. "url": "https://api.github.com/repos/symfony/routing/zipball/1500aee0094a3ce1c92626ed8cf3c2037e86f5a7",
  6025. "reference": "1500aee0094a3ce1c92626ed8cf3c2037e86f5a7",
  6026. "shasum": ""
  6027. },
  6028. "require": {
  6029. "php": ">=8.2",
  6030. "symfony/deprecation-contracts": "^2.5|^3"
  6031. },
  6032. "conflict": {
  6033. "symfony/config": "<6.4",
  6034. "symfony/dependency-injection": "<6.4",
  6035. "symfony/yaml": "<6.4"
  6036. },
  6037. "require-dev": {
  6038. "psr/log": "^1|^2|^3",
  6039. "symfony/config": "^6.4|^7.0",
  6040. "symfony/dependency-injection": "^6.4|^7.0",
  6041. "symfony/expression-language": "^6.4|^7.0",
  6042. "symfony/http-foundation": "^6.4|^7.0",
  6043. "symfony/yaml": "^6.4|^7.0"
  6044. },
  6045. "type": "library",
  6046. "autoload": {
  6047. "psr-4": {
  6048. "Symfony\\Component\\Routing\\": ""
  6049. },
  6050. "exclude-from-classmap": [
  6051. "/Tests/"
  6052. ]
  6053. },
  6054. "notification-url": "https://packagist.org/downloads/",
  6055. "license": [
  6056. "MIT"
  6057. ],
  6058. "authors": [
  6059. {
  6060. "name": "Fabien Potencier",
  6061. "email": "fabien@symfony.com"
  6062. },
  6063. {
  6064. "name": "Symfony Community",
  6065. "homepage": "https://symfony.com/contributors"
  6066. }
  6067. ],
  6068. "description": "Maps an HTTP request to a set of configuration variables",
  6069. "homepage": "https://symfony.com",
  6070. "keywords": [
  6071. "router",
  6072. "routing",
  6073. "uri",
  6074. "url"
  6075. ],
  6076. "support": {
  6077. "source": "https://github.com/symfony/routing/tree/v7.1.4"
  6078. },
  6079. "funding": [
  6080. {
  6081. "url": "https://symfony.com/sponsor",
  6082. "type": "custom"
  6083. },
  6084. {
  6085. "url": "https://github.com/fabpot",
  6086. "type": "github"
  6087. },
  6088. {
  6089. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6090. "type": "tidelift"
  6091. }
  6092. ],
  6093. "time": "2024-08-29T08:16:25+00:00"
  6094. },
  6095. {
  6096. "name": "symfony/runtime",
  6097. "version": "v7.1.1",
  6098. "source": {
  6099. "type": "git",
  6100. "url": "https://github.com/symfony/runtime.git",
  6101. "reference": "ea34522c447dd91a2b31cb330ee4540a56ba53f6"
  6102. },
  6103. "dist": {
  6104. "type": "zip",
  6105. "url": "https://api.github.com/repos/symfony/runtime/zipball/ea34522c447dd91a2b31cb330ee4540a56ba53f6",
  6106. "reference": "ea34522c447dd91a2b31cb330ee4540a56ba53f6",
  6107. "shasum": ""
  6108. },
  6109. "require": {
  6110. "composer-plugin-api": "^1.0|^2.0",
  6111. "php": ">=8.2"
  6112. },
  6113. "conflict": {
  6114. "symfony/dotenv": "<6.4"
  6115. },
  6116. "require-dev": {
  6117. "composer/composer": "^2.6",
  6118. "symfony/console": "^6.4|^7.0",
  6119. "symfony/dotenv": "^6.4|^7.0",
  6120. "symfony/http-foundation": "^6.4|^7.0",
  6121. "symfony/http-kernel": "^6.4|^7.0"
  6122. },
  6123. "type": "composer-plugin",
  6124. "extra": {
  6125. "class": "Symfony\\Component\\Runtime\\Internal\\ComposerPlugin"
  6126. },
  6127. "autoload": {
  6128. "psr-4": {
  6129. "Symfony\\Component\\Runtime\\": "",
  6130. "Symfony\\Runtime\\Symfony\\Component\\": "Internal/"
  6131. },
  6132. "exclude-from-classmap": [
  6133. "/Tests/"
  6134. ]
  6135. },
  6136. "notification-url": "https://packagist.org/downloads/",
  6137. "license": [
  6138. "MIT"
  6139. ],
  6140. "authors": [
  6141. {
  6142. "name": "Nicolas Grekas",
  6143. "email": "p@tchwork.com"
  6144. },
  6145. {
  6146. "name": "Symfony Community",
  6147. "homepage": "https://symfony.com/contributors"
  6148. }
  6149. ],
  6150. "description": "Enables decoupling PHP applications from global state",
  6151. "homepage": "https://symfony.com",
  6152. "keywords": [
  6153. "runtime"
  6154. ],
  6155. "support": {
  6156. "source": "https://github.com/symfony/runtime/tree/v7.1.1"
  6157. },
  6158. "funding": [
  6159. {
  6160. "url": "https://symfony.com/sponsor",
  6161. "type": "custom"
  6162. },
  6163. {
  6164. "url": "https://github.com/fabpot",
  6165. "type": "github"
  6166. },
  6167. {
  6168. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6169. "type": "tidelift"
  6170. }
  6171. ],
  6172. "time": "2024-05-31T14:55:39+00:00"
  6173. },
  6174. {
  6175. "name": "symfony/security-bundle",
  6176. "version": "v7.1.4",
  6177. "source": {
  6178. "type": "git",
  6179. "url": "https://github.com/symfony/security-bundle.git",
  6180. "reference": "5e10107856ff64d477c61fed7bcbb8a16125ea01"
  6181. },
  6182. "dist": {
  6183. "type": "zip",
  6184. "url": "https://api.github.com/repos/symfony/security-bundle/zipball/5e10107856ff64d477c61fed7bcbb8a16125ea01",
  6185. "reference": "5e10107856ff64d477c61fed7bcbb8a16125ea01",
  6186. "shasum": ""
  6187. },
  6188. "require": {
  6189. "composer-runtime-api": ">=2.1",
  6190. "ext-xml": "*",
  6191. "php": ">=8.2",
  6192. "symfony/clock": "^6.4|^7.0",
  6193. "symfony/config": "^6.4|^7.0",
  6194. "symfony/dependency-injection": "^6.4.11|^7.1.4",
  6195. "symfony/event-dispatcher": "^6.4|^7.0",
  6196. "symfony/http-foundation": "^6.4|^7.0",
  6197. "symfony/http-kernel": "^6.4|^7.0",
  6198. "symfony/password-hasher": "^6.4|^7.0",
  6199. "symfony/security-core": "^6.4|^7.0",
  6200. "symfony/security-csrf": "^6.4|^7.0",
  6201. "symfony/security-http": "^7.1",
  6202. "symfony/service-contracts": "^2.5|^3"
  6203. },
  6204. "conflict": {
  6205. "symfony/browser-kit": "<6.4",
  6206. "symfony/console": "<6.4",
  6207. "symfony/framework-bundle": "<6.4",
  6208. "symfony/http-client": "<6.4",
  6209. "symfony/ldap": "<6.4",
  6210. "symfony/serializer": "<6.4",
  6211. "symfony/twig-bundle": "<6.4",
  6212. "symfony/validator": "<6.4"
  6213. },
  6214. "require-dev": {
  6215. "symfony/asset": "^6.4|^7.0",
  6216. "symfony/browser-kit": "^6.4|^7.0",
  6217. "symfony/console": "^6.4|^7.0",
  6218. "symfony/css-selector": "^6.4|^7.0",
  6219. "symfony/dom-crawler": "^6.4|^7.0",
  6220. "symfony/expression-language": "^6.4|^7.0",
  6221. "symfony/form": "^6.4|^7.0",
  6222. "symfony/framework-bundle": "^6.4|^7.0",
  6223. "symfony/http-client": "^6.4|^7.0",
  6224. "symfony/ldap": "^6.4|^7.0",
  6225. "symfony/process": "^6.4|^7.0",
  6226. "symfony/rate-limiter": "^6.4|^7.0",
  6227. "symfony/serializer": "^6.4|^7.0",
  6228. "symfony/translation": "^6.4|^7.0",
  6229. "symfony/twig-bridge": "^6.4|^7.0",
  6230. "symfony/twig-bundle": "^6.4|^7.0",
  6231. "symfony/validator": "^6.4|^7.0",
  6232. "symfony/yaml": "^6.4|^7.0",
  6233. "twig/twig": "^3.0.4",
  6234. "web-token/jwt-library": "^3.3.2|^4.0"
  6235. },
  6236. "type": "symfony-bundle",
  6237. "autoload": {
  6238. "psr-4": {
  6239. "Symfony\\Bundle\\SecurityBundle\\": ""
  6240. },
  6241. "exclude-from-classmap": [
  6242. "/Tests/"
  6243. ]
  6244. },
  6245. "notification-url": "https://packagist.org/downloads/",
  6246. "license": [
  6247. "MIT"
  6248. ],
  6249. "authors": [
  6250. {
  6251. "name": "Fabien Potencier",
  6252. "email": "fabien@symfony.com"
  6253. },
  6254. {
  6255. "name": "Symfony Community",
  6256. "homepage": "https://symfony.com/contributors"
  6257. }
  6258. ],
  6259. "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
  6260. "homepage": "https://symfony.com",
  6261. "support": {
  6262. "source": "https://github.com/symfony/security-bundle/tree/v7.1.4"
  6263. },
  6264. "funding": [
  6265. {
  6266. "url": "https://symfony.com/sponsor",
  6267. "type": "custom"
  6268. },
  6269. {
  6270. "url": "https://github.com/fabpot",
  6271. "type": "github"
  6272. },
  6273. {
  6274. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6275. "type": "tidelift"
  6276. }
  6277. ],
  6278. "time": "2024-08-20T11:38:55+00:00"
  6279. },
  6280. {
  6281. "name": "symfony/security-core",
  6282. "version": "v7.1.5",
  6283. "source": {
  6284. "type": "git",
  6285. "url": "https://github.com/symfony/security-core.git",
  6286. "reference": "dbeb09f0b786590d126c0da297e2320e66ec353b"
  6287. },
  6288. "dist": {
  6289. "type": "zip",
  6290. "url": "https://api.github.com/repos/symfony/security-core/zipball/dbeb09f0b786590d126c0da297e2320e66ec353b",
  6291. "reference": "dbeb09f0b786590d126c0da297e2320e66ec353b",
  6292. "shasum": ""
  6293. },
  6294. "require": {
  6295. "php": ">=8.2",
  6296. "symfony/event-dispatcher-contracts": "^2.5|^3",
  6297. "symfony/password-hasher": "^6.4|^7.0",
  6298. "symfony/service-contracts": "^2.5|^3"
  6299. },
  6300. "conflict": {
  6301. "symfony/dependency-injection": "<6.4",
  6302. "symfony/event-dispatcher": "<6.4",
  6303. "symfony/http-foundation": "<6.4",
  6304. "symfony/ldap": "<6.4",
  6305. "symfony/translation": "<6.4.3|>=7.0,<7.0.3",
  6306. "symfony/validator": "<6.4"
  6307. },
  6308. "require-dev": {
  6309. "psr/cache": "^1.0|^2.0|^3.0",
  6310. "psr/container": "^1.1|^2.0",
  6311. "psr/log": "^1|^2|^3",
  6312. "symfony/cache": "^6.4|^7.0",
  6313. "symfony/dependency-injection": "^6.4|^7.0",
  6314. "symfony/event-dispatcher": "^6.4|^7.0",
  6315. "symfony/expression-language": "^6.4|^7.0",
  6316. "symfony/http-foundation": "^6.4|^7.0",
  6317. "symfony/ldap": "^6.4|^7.0",
  6318. "symfony/string": "^6.4|^7.0",
  6319. "symfony/translation": "^6.4.3|^7.0.3",
  6320. "symfony/validator": "^6.4|^7.0"
  6321. },
  6322. "type": "library",
  6323. "autoload": {
  6324. "psr-4": {
  6325. "Symfony\\Component\\Security\\Core\\": ""
  6326. },
  6327. "exclude-from-classmap": [
  6328. "/Tests/"
  6329. ]
  6330. },
  6331. "notification-url": "https://packagist.org/downloads/",
  6332. "license": [
  6333. "MIT"
  6334. ],
  6335. "authors": [
  6336. {
  6337. "name": "Fabien Potencier",
  6338. "email": "fabien@symfony.com"
  6339. },
  6340. {
  6341. "name": "Symfony Community",
  6342. "homepage": "https://symfony.com/contributors"
  6343. }
  6344. ],
  6345. "description": "Symfony Security Component - Core Library",
  6346. "homepage": "https://symfony.com",
  6347. "support": {
  6348. "source": "https://github.com/symfony/security-core/tree/v7.1.5"
  6349. },
  6350. "funding": [
  6351. {
  6352. "url": "https://symfony.com/sponsor",
  6353. "type": "custom"
  6354. },
  6355. {
  6356. "url": "https://github.com/fabpot",
  6357. "type": "github"
  6358. },
  6359. {
  6360. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6361. "type": "tidelift"
  6362. }
  6363. ],
  6364. "time": "2024-09-20T13:35:23+00:00"
  6365. },
  6366. {
  6367. "name": "symfony/security-csrf",
  6368. "version": "v7.1.1",
  6369. "source": {
  6370. "type": "git",
  6371. "url": "https://github.com/symfony/security-csrf.git",
  6372. "reference": "27cd1bce9d7f3457a152a6ca9790712d6954dd21"
  6373. },
  6374. "dist": {
  6375. "type": "zip",
  6376. "url": "https://api.github.com/repos/symfony/security-csrf/zipball/27cd1bce9d7f3457a152a6ca9790712d6954dd21",
  6377. "reference": "27cd1bce9d7f3457a152a6ca9790712d6954dd21",
  6378. "shasum": ""
  6379. },
  6380. "require": {
  6381. "php": ">=8.2",
  6382. "symfony/security-core": "^6.4|^7.0"
  6383. },
  6384. "conflict": {
  6385. "symfony/http-foundation": "<6.4"
  6386. },
  6387. "require-dev": {
  6388. "symfony/http-foundation": "^6.4|^7.0"
  6389. },
  6390. "type": "library",
  6391. "autoload": {
  6392. "psr-4": {
  6393. "Symfony\\Component\\Security\\Csrf\\": ""
  6394. },
  6395. "exclude-from-classmap": [
  6396. "/Tests/"
  6397. ]
  6398. },
  6399. "notification-url": "https://packagist.org/downloads/",
  6400. "license": [
  6401. "MIT"
  6402. ],
  6403. "authors": [
  6404. {
  6405. "name": "Fabien Potencier",
  6406. "email": "fabien@symfony.com"
  6407. },
  6408. {
  6409. "name": "Symfony Community",
  6410. "homepage": "https://symfony.com/contributors"
  6411. }
  6412. ],
  6413. "description": "Symfony Security Component - CSRF Library",
  6414. "homepage": "https://symfony.com",
  6415. "support": {
  6416. "source": "https://github.com/symfony/security-csrf/tree/v7.1.1"
  6417. },
  6418. "funding": [
  6419. {
  6420. "url": "https://symfony.com/sponsor",
  6421. "type": "custom"
  6422. },
  6423. {
  6424. "url": "https://github.com/fabpot",
  6425. "type": "github"
  6426. },
  6427. {
  6428. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6429. "type": "tidelift"
  6430. }
  6431. ],
  6432. "time": "2024-05-31T14:57:53+00:00"
  6433. },
  6434. {
  6435. "name": "symfony/security-http",
  6436. "version": "v7.1.5",
  6437. "source": {
  6438. "type": "git",
  6439. "url": "https://github.com/symfony/security-http.git",
  6440. "reference": "d47c013bccf4b81a1496826d42dfa05da549131a"
  6441. },
  6442. "dist": {
  6443. "type": "zip",
  6444. "url": "https://api.github.com/repos/symfony/security-http/zipball/d47c013bccf4b81a1496826d42dfa05da549131a",
  6445. "reference": "d47c013bccf4b81a1496826d42dfa05da549131a",
  6446. "shasum": ""
  6447. },
  6448. "require": {
  6449. "php": ">=8.2",
  6450. "symfony/deprecation-contracts": "^2.5|^3",
  6451. "symfony/http-foundation": "^6.4|^7.0",
  6452. "symfony/http-kernel": "^6.4|^7.0",
  6453. "symfony/polyfill-mbstring": "~1.0",
  6454. "symfony/property-access": "^6.4|^7.0",
  6455. "symfony/security-core": "^6.4|^7.0",
  6456. "symfony/service-contracts": "^2.5|^3"
  6457. },
  6458. "conflict": {
  6459. "symfony/clock": "<6.4",
  6460. "symfony/event-dispatcher": "<6.4",
  6461. "symfony/http-client-contracts": "<3.0",
  6462. "symfony/security-bundle": "<6.4",
  6463. "symfony/security-csrf": "<6.4"
  6464. },
  6465. "require-dev": {
  6466. "psr/log": "^1|^2|^3",
  6467. "symfony/cache": "^6.4|^7.0",
  6468. "symfony/clock": "^6.4|^7.0",
  6469. "symfony/expression-language": "^6.4|^7.0",
  6470. "symfony/http-client": "^6.4|^7.0",
  6471. "symfony/http-client-contracts": "^3.0",
  6472. "symfony/rate-limiter": "^6.4|^7.0",
  6473. "symfony/routing": "^6.4|^7.0",
  6474. "symfony/security-csrf": "^6.4|^7.0",
  6475. "symfony/translation": "^6.4|^7.0",
  6476. "web-token/jwt-library": "^3.3.2|^4.0"
  6477. },
  6478. "type": "library",
  6479. "autoload": {
  6480. "psr-4": {
  6481. "Symfony\\Component\\Security\\Http\\": ""
  6482. },
  6483. "exclude-from-classmap": [
  6484. "/Tests/"
  6485. ]
  6486. },
  6487. "notification-url": "https://packagist.org/downloads/",
  6488. "license": [
  6489. "MIT"
  6490. ],
  6491. "authors": [
  6492. {
  6493. "name": "Fabien Potencier",
  6494. "email": "fabien@symfony.com"
  6495. },
  6496. {
  6497. "name": "Symfony Community",
  6498. "homepage": "https://symfony.com/contributors"
  6499. }
  6500. ],
  6501. "description": "Symfony Security Component - HTTP Integration",
  6502. "homepage": "https://symfony.com",
  6503. "support": {
  6504. "source": "https://github.com/symfony/security-http/tree/v7.1.5"
  6505. },
  6506. "funding": [
  6507. {
  6508. "url": "https://symfony.com/sponsor",
  6509. "type": "custom"
  6510. },
  6511. {
  6512. "url": "https://github.com/fabpot",
  6513. "type": "github"
  6514. },
  6515. {
  6516. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6517. "type": "tidelift"
  6518. }
  6519. ],
  6520. "time": "2024-09-20T08:28:38+00:00"
  6521. },
  6522. {
  6523. "name": "symfony/serializer",
  6524. "version": "v7.1.5",
  6525. "source": {
  6526. "type": "git",
  6527. "url": "https://github.com/symfony/serializer.git",
  6528. "reference": "71d6e1f70f00752d1469d0f5e83b0a51716f288b"
  6529. },
  6530. "dist": {
  6531. "type": "zip",
  6532. "url": "https://api.github.com/repos/symfony/serializer/zipball/71d6e1f70f00752d1469d0f5e83b0a51716f288b",
  6533. "reference": "71d6e1f70f00752d1469d0f5e83b0a51716f288b",
  6534. "shasum": ""
  6535. },
  6536. "require": {
  6537. "php": ">=8.2",
  6538. "symfony/deprecation-contracts": "^2.5|^3",
  6539. "symfony/polyfill-ctype": "~1.8"
  6540. },
  6541. "conflict": {
  6542. "phpdocumentor/reflection-docblock": "<3.2.2",
  6543. "phpdocumentor/type-resolver": "<1.4.0",
  6544. "symfony/dependency-injection": "<6.4",
  6545. "symfony/property-access": "<6.4",
  6546. "symfony/property-info": "<6.4",
  6547. "symfony/type-info": "<7.1.5",
  6548. "symfony/uid": "<6.4",
  6549. "symfony/validator": "<6.4",
  6550. "symfony/yaml": "<6.4"
  6551. },
  6552. "require-dev": {
  6553. "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
  6554. "phpstan/phpdoc-parser": "^1.0",
  6555. "seld/jsonlint": "^1.10",
  6556. "symfony/cache": "^6.4|^7.0",
  6557. "symfony/config": "^6.4|^7.0",
  6558. "symfony/console": "^6.4|^7.0",
  6559. "symfony/dependency-injection": "^6.4|^7.0",
  6560. "symfony/error-handler": "^6.4|^7.0",
  6561. "symfony/filesystem": "^6.4|^7.0",
  6562. "symfony/form": "^6.4|^7.0",
  6563. "symfony/http-foundation": "^6.4|^7.0",
  6564. "symfony/http-kernel": "^6.4|^7.0",
  6565. "symfony/messenger": "^6.4|^7.0",
  6566. "symfony/mime": "^6.4|^7.0",
  6567. "symfony/property-access": "^6.4|^7.0",
  6568. "symfony/property-info": "^6.4|^7.0",
  6569. "symfony/translation-contracts": "^2.5|^3",
  6570. "symfony/type-info": "^7.1.5",
  6571. "symfony/uid": "^6.4|^7.0",
  6572. "symfony/validator": "^6.4|^7.0",
  6573. "symfony/var-dumper": "^6.4|^7.0",
  6574. "symfony/var-exporter": "^6.4|^7.0",
  6575. "symfony/yaml": "^6.4|^7.0"
  6576. },
  6577. "type": "library",
  6578. "autoload": {
  6579. "psr-4": {
  6580. "Symfony\\Component\\Serializer\\": ""
  6581. },
  6582. "exclude-from-classmap": [
  6583. "/Tests/"
  6584. ]
  6585. },
  6586. "notification-url": "https://packagist.org/downloads/",
  6587. "license": [
  6588. "MIT"
  6589. ],
  6590. "authors": [
  6591. {
  6592. "name": "Fabien Potencier",
  6593. "email": "fabien@symfony.com"
  6594. },
  6595. {
  6596. "name": "Symfony Community",
  6597. "homepage": "https://symfony.com/contributors"
  6598. }
  6599. ],
  6600. "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
  6601. "homepage": "https://symfony.com",
  6602. "support": {
  6603. "source": "https://github.com/symfony/serializer/tree/v7.1.5"
  6604. },
  6605. "funding": [
  6606. {
  6607. "url": "https://symfony.com/sponsor",
  6608. "type": "custom"
  6609. },
  6610. {
  6611. "url": "https://github.com/fabpot",
  6612. "type": "github"
  6613. },
  6614. {
  6615. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6616. "type": "tidelift"
  6617. }
  6618. ],
  6619. "time": "2024-09-20T12:13:15+00:00"
  6620. },
  6621. {
  6622. "name": "symfony/service-contracts",
  6623. "version": "v3.5.0",
  6624. "source": {
  6625. "type": "git",
  6626. "url": "https://github.com/symfony/service-contracts.git",
  6627. "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
  6628. },
  6629. "dist": {
  6630. "type": "zip",
  6631. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
  6632. "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
  6633. "shasum": ""
  6634. },
  6635. "require": {
  6636. "php": ">=8.1",
  6637. "psr/container": "^1.1|^2.0",
  6638. "symfony/deprecation-contracts": "^2.5|^3"
  6639. },
  6640. "conflict": {
  6641. "ext-psr": "<1.1|>=2"
  6642. },
  6643. "type": "library",
  6644. "extra": {
  6645. "branch-alias": {
  6646. "dev-main": "3.5-dev"
  6647. },
  6648. "thanks": {
  6649. "name": "symfony/contracts",
  6650. "url": "https://github.com/symfony/contracts"
  6651. }
  6652. },
  6653. "autoload": {
  6654. "psr-4": {
  6655. "Symfony\\Contracts\\Service\\": ""
  6656. },
  6657. "exclude-from-classmap": [
  6658. "/Test/"
  6659. ]
  6660. },
  6661. "notification-url": "https://packagist.org/downloads/",
  6662. "license": [
  6663. "MIT"
  6664. ],
  6665. "authors": [
  6666. {
  6667. "name": "Nicolas Grekas",
  6668. "email": "p@tchwork.com"
  6669. },
  6670. {
  6671. "name": "Symfony Community",
  6672. "homepage": "https://symfony.com/contributors"
  6673. }
  6674. ],
  6675. "description": "Generic abstractions related to writing services",
  6676. "homepage": "https://symfony.com",
  6677. "keywords": [
  6678. "abstractions",
  6679. "contracts",
  6680. "decoupling",
  6681. "interfaces",
  6682. "interoperability",
  6683. "standards"
  6684. ],
  6685. "support": {
  6686. "source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
  6687. },
  6688. "funding": [
  6689. {
  6690. "url": "https://symfony.com/sponsor",
  6691. "type": "custom"
  6692. },
  6693. {
  6694. "url": "https://github.com/fabpot",
  6695. "type": "github"
  6696. },
  6697. {
  6698. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6699. "type": "tidelift"
  6700. }
  6701. ],
  6702. "time": "2024-04-18T09:32:20+00:00"
  6703. },
  6704. {
  6705. "name": "symfony/stopwatch",
  6706. "version": "v7.1.1",
  6707. "source": {
  6708. "type": "git",
  6709. "url": "https://github.com/symfony/stopwatch.git",
  6710. "reference": "5b75bb1ac2ba1b9d05c47fc4b3046a625377d23d"
  6711. },
  6712. "dist": {
  6713. "type": "zip",
  6714. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/5b75bb1ac2ba1b9d05c47fc4b3046a625377d23d",
  6715. "reference": "5b75bb1ac2ba1b9d05c47fc4b3046a625377d23d",
  6716. "shasum": ""
  6717. },
  6718. "require": {
  6719. "php": ">=8.2",
  6720. "symfony/service-contracts": "^2.5|^3"
  6721. },
  6722. "type": "library",
  6723. "autoload": {
  6724. "psr-4": {
  6725. "Symfony\\Component\\Stopwatch\\": ""
  6726. },
  6727. "exclude-from-classmap": [
  6728. "/Tests/"
  6729. ]
  6730. },
  6731. "notification-url": "https://packagist.org/downloads/",
  6732. "license": [
  6733. "MIT"
  6734. ],
  6735. "authors": [
  6736. {
  6737. "name": "Fabien Potencier",
  6738. "email": "fabien@symfony.com"
  6739. },
  6740. {
  6741. "name": "Symfony Community",
  6742. "homepage": "https://symfony.com/contributors"
  6743. }
  6744. ],
  6745. "description": "Provides a way to profile code",
  6746. "homepage": "https://symfony.com",
  6747. "support": {
  6748. "source": "https://github.com/symfony/stopwatch/tree/v7.1.1"
  6749. },
  6750. "funding": [
  6751. {
  6752. "url": "https://symfony.com/sponsor",
  6753. "type": "custom"
  6754. },
  6755. {
  6756. "url": "https://github.com/fabpot",
  6757. "type": "github"
  6758. },
  6759. {
  6760. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6761. "type": "tidelift"
  6762. }
  6763. ],
  6764. "time": "2024-05-31T14:57:53+00:00"
  6765. },
  6766. {
  6767. "name": "symfony/string",
  6768. "version": "v7.1.5",
  6769. "source": {
  6770. "type": "git",
  6771. "url": "https://github.com/symfony/string.git",
  6772. "reference": "d66f9c343fa894ec2037cc928381df90a7ad4306"
  6773. },
  6774. "dist": {
  6775. "type": "zip",
  6776. "url": "https://api.github.com/repos/symfony/string/zipball/d66f9c343fa894ec2037cc928381df90a7ad4306",
  6777. "reference": "d66f9c343fa894ec2037cc928381df90a7ad4306",
  6778. "shasum": ""
  6779. },
  6780. "require": {
  6781. "php": ">=8.2",
  6782. "symfony/polyfill-ctype": "~1.8",
  6783. "symfony/polyfill-intl-grapheme": "~1.0",
  6784. "symfony/polyfill-intl-normalizer": "~1.0",
  6785. "symfony/polyfill-mbstring": "~1.0"
  6786. },
  6787. "conflict": {
  6788. "symfony/translation-contracts": "<2.5"
  6789. },
  6790. "require-dev": {
  6791. "symfony/emoji": "^7.1",
  6792. "symfony/error-handler": "^6.4|^7.0",
  6793. "symfony/http-client": "^6.4|^7.0",
  6794. "symfony/intl": "^6.4|^7.0",
  6795. "symfony/translation-contracts": "^2.5|^3.0",
  6796. "symfony/var-exporter": "^6.4|^7.0"
  6797. },
  6798. "type": "library",
  6799. "autoload": {
  6800. "files": [
  6801. "Resources/functions.php"
  6802. ],
  6803. "psr-4": {
  6804. "Symfony\\Component\\String\\": ""
  6805. },
  6806. "exclude-from-classmap": [
  6807. "/Tests/"
  6808. ]
  6809. },
  6810. "notification-url": "https://packagist.org/downloads/",
  6811. "license": [
  6812. "MIT"
  6813. ],
  6814. "authors": [
  6815. {
  6816. "name": "Nicolas Grekas",
  6817. "email": "p@tchwork.com"
  6818. },
  6819. {
  6820. "name": "Symfony Community",
  6821. "homepage": "https://symfony.com/contributors"
  6822. }
  6823. ],
  6824. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  6825. "homepage": "https://symfony.com",
  6826. "keywords": [
  6827. "grapheme",
  6828. "i18n",
  6829. "string",
  6830. "unicode",
  6831. "utf-8",
  6832. "utf8"
  6833. ],
  6834. "support": {
  6835. "source": "https://github.com/symfony/string/tree/v7.1.5"
  6836. },
  6837. "funding": [
  6838. {
  6839. "url": "https://symfony.com/sponsor",
  6840. "type": "custom"
  6841. },
  6842. {
  6843. "url": "https://github.com/fabpot",
  6844. "type": "github"
  6845. },
  6846. {
  6847. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6848. "type": "tidelift"
  6849. }
  6850. ],
  6851. "time": "2024-09-20T08:28:38+00:00"
  6852. },
  6853. {
  6854. "name": "symfony/translation-contracts",
  6855. "version": "v3.5.0",
  6856. "source": {
  6857. "type": "git",
  6858. "url": "https://github.com/symfony/translation-contracts.git",
  6859. "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a"
  6860. },
  6861. "dist": {
  6862. "type": "zip",
  6863. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
  6864. "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
  6865. "shasum": ""
  6866. },
  6867. "require": {
  6868. "php": ">=8.1"
  6869. },
  6870. "type": "library",
  6871. "extra": {
  6872. "branch-alias": {
  6873. "dev-main": "3.5-dev"
  6874. },
  6875. "thanks": {
  6876. "name": "symfony/contracts",
  6877. "url": "https://github.com/symfony/contracts"
  6878. }
  6879. },
  6880. "autoload": {
  6881. "psr-4": {
  6882. "Symfony\\Contracts\\Translation\\": ""
  6883. },
  6884. "exclude-from-classmap": [
  6885. "/Test/"
  6886. ]
  6887. },
  6888. "notification-url": "https://packagist.org/downloads/",
  6889. "license": [
  6890. "MIT"
  6891. ],
  6892. "authors": [
  6893. {
  6894. "name": "Nicolas Grekas",
  6895. "email": "p@tchwork.com"
  6896. },
  6897. {
  6898. "name": "Symfony Community",
  6899. "homepage": "https://symfony.com/contributors"
  6900. }
  6901. ],
  6902. "description": "Generic abstractions related to translation",
  6903. "homepage": "https://symfony.com",
  6904. "keywords": [
  6905. "abstractions",
  6906. "contracts",
  6907. "decoupling",
  6908. "interfaces",
  6909. "interoperability",
  6910. "standards"
  6911. ],
  6912. "support": {
  6913. "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0"
  6914. },
  6915. "funding": [
  6916. {
  6917. "url": "https://symfony.com/sponsor",
  6918. "type": "custom"
  6919. },
  6920. {
  6921. "url": "https://github.com/fabpot",
  6922. "type": "github"
  6923. },
  6924. {
  6925. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6926. "type": "tidelift"
  6927. }
  6928. ],
  6929. "time": "2024-04-18T09:32:20+00:00"
  6930. },
  6931. {
  6932. "name": "symfony/twig-bridge",
  6933. "version": "v7.1.5",
  6934. "source": {
  6935. "type": "git",
  6936. "url": "https://github.com/symfony/twig-bridge.git",
  6937. "reference": "e997e5025b53c0f7b17632802daefdd6a04540ae"
  6938. },
  6939. "dist": {
  6940. "type": "zip",
  6941. "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/e997e5025b53c0f7b17632802daefdd6a04540ae",
  6942. "reference": "e997e5025b53c0f7b17632802daefdd6a04540ae",
  6943. "shasum": ""
  6944. },
  6945. "require": {
  6946. "php": ">=8.2",
  6947. "symfony/translation-contracts": "^2.5|^3",
  6948. "twig/twig": "^3.9"
  6949. },
  6950. "conflict": {
  6951. "phpdocumentor/reflection-docblock": "<3.2.2",
  6952. "phpdocumentor/type-resolver": "<1.4.0",
  6953. "symfony/console": "<6.4",
  6954. "symfony/form": "<6.4",
  6955. "symfony/http-foundation": "<6.4",
  6956. "symfony/http-kernel": "<6.4",
  6957. "symfony/mime": "<6.4",
  6958. "symfony/serializer": "<6.4",
  6959. "symfony/translation": "<6.4",
  6960. "symfony/workflow": "<6.4"
  6961. },
  6962. "require-dev": {
  6963. "egulias/email-validator": "^2.1.10|^3|^4",
  6964. "league/html-to-markdown": "^5.0",
  6965. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  6966. "symfony/asset": "^6.4|^7.0",
  6967. "symfony/asset-mapper": "^6.4|^7.0",
  6968. "symfony/console": "^6.4|^7.0",
  6969. "symfony/dependency-injection": "^6.4|^7.0",
  6970. "symfony/emoji": "^7.1",
  6971. "symfony/expression-language": "^6.4|^7.0",
  6972. "symfony/finder": "^6.4|^7.0",
  6973. "symfony/form": "^6.4|^7.0",
  6974. "symfony/html-sanitizer": "^6.4|^7.0",
  6975. "symfony/http-foundation": "^6.4|^7.0",
  6976. "symfony/http-kernel": "^6.4|^7.0",
  6977. "symfony/intl": "^6.4|^7.0",
  6978. "symfony/mime": "^6.4|^7.0",
  6979. "symfony/polyfill-intl-icu": "~1.0",
  6980. "symfony/property-info": "^6.4|^7.0",
  6981. "symfony/routing": "^6.4|^7.0",
  6982. "symfony/security-acl": "^2.8|^3.0",
  6983. "symfony/security-core": "^6.4|^7.0",
  6984. "symfony/security-csrf": "^6.4|^7.0",
  6985. "symfony/security-http": "^6.4|^7.0",
  6986. "symfony/serializer": "^6.4.3|^7.0.3",
  6987. "symfony/stopwatch": "^6.4|^7.0",
  6988. "symfony/translation": "^6.4|^7.0",
  6989. "symfony/web-link": "^6.4|^7.0",
  6990. "symfony/workflow": "^6.4|^7.0",
  6991. "symfony/yaml": "^6.4|^7.0",
  6992. "twig/cssinliner-extra": "^2.12|^3",
  6993. "twig/inky-extra": "^2.12|^3",
  6994. "twig/markdown-extra": "^2.12|^3"
  6995. },
  6996. "type": "symfony-bridge",
  6997. "autoload": {
  6998. "psr-4": {
  6999. "Symfony\\Bridge\\Twig\\": ""
  7000. },
  7001. "exclude-from-classmap": [
  7002. "/Tests/"
  7003. ]
  7004. },
  7005. "notification-url": "https://packagist.org/downloads/",
  7006. "license": [
  7007. "MIT"
  7008. ],
  7009. "authors": [
  7010. {
  7011. "name": "Fabien Potencier",
  7012. "email": "fabien@symfony.com"
  7013. },
  7014. {
  7015. "name": "Symfony Community",
  7016. "homepage": "https://symfony.com/contributors"
  7017. }
  7018. ],
  7019. "description": "Provides integration for Twig with various Symfony components",
  7020. "homepage": "https://symfony.com",
  7021. "support": {
  7022. "source": "https://github.com/symfony/twig-bridge/tree/v7.1.5"
  7023. },
  7024. "funding": [
  7025. {
  7026. "url": "https://symfony.com/sponsor",
  7027. "type": "custom"
  7028. },
  7029. {
  7030. "url": "https://github.com/fabpot",
  7031. "type": "github"
  7032. },
  7033. {
  7034. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7035. "type": "tidelift"
  7036. }
  7037. ],
  7038. "time": "2024-09-15T06:48:17+00:00"
  7039. },
  7040. {
  7041. "name": "symfony/twig-bundle",
  7042. "version": "v7.1.5",
  7043. "source": {
  7044. "type": "git",
  7045. "url": "https://github.com/symfony/twig-bundle.git",
  7046. "reference": "4e6afd0dc8396f16861b682f3b854ff6e24bfb7e"
  7047. },
  7048. "dist": {
  7049. "type": "zip",
  7050. "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/4e6afd0dc8396f16861b682f3b854ff6e24bfb7e",
  7051. "reference": "4e6afd0dc8396f16861b682f3b854ff6e24bfb7e",
  7052. "shasum": ""
  7053. },
  7054. "require": {
  7055. "composer-runtime-api": ">=2.1",
  7056. "php": ">=8.2",
  7057. "symfony/config": "^6.4|^7.0",
  7058. "symfony/dependency-injection": "^6.4|^7.0",
  7059. "symfony/http-foundation": "^6.4|^7.0",
  7060. "symfony/http-kernel": "^6.4|^7.0",
  7061. "symfony/twig-bridge": "^6.4|^7.0",
  7062. "twig/twig": "^3.0.4"
  7063. },
  7064. "conflict": {
  7065. "symfony/framework-bundle": "<6.4",
  7066. "symfony/translation": "<6.4"
  7067. },
  7068. "require-dev": {
  7069. "symfony/asset": "^6.4|^7.0",
  7070. "symfony/expression-language": "^6.4|^7.0",
  7071. "symfony/finder": "^6.4|^7.0",
  7072. "symfony/form": "^6.4|^7.0",
  7073. "symfony/framework-bundle": "^6.4|^7.0",
  7074. "symfony/routing": "^6.4|^7.0",
  7075. "symfony/stopwatch": "^6.4|^7.0",
  7076. "symfony/translation": "^6.4|^7.0",
  7077. "symfony/web-link": "^6.4|^7.0",
  7078. "symfony/yaml": "^6.4|^7.0"
  7079. },
  7080. "type": "symfony-bundle",
  7081. "autoload": {
  7082. "psr-4": {
  7083. "Symfony\\Bundle\\TwigBundle\\": ""
  7084. },
  7085. "exclude-from-classmap": [
  7086. "/Tests/"
  7087. ]
  7088. },
  7089. "notification-url": "https://packagist.org/downloads/",
  7090. "license": [
  7091. "MIT"
  7092. ],
  7093. "authors": [
  7094. {
  7095. "name": "Fabien Potencier",
  7096. "email": "fabien@symfony.com"
  7097. },
  7098. {
  7099. "name": "Symfony Community",
  7100. "homepage": "https://symfony.com/contributors"
  7101. }
  7102. ],
  7103. "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
  7104. "homepage": "https://symfony.com",
  7105. "support": {
  7106. "source": "https://github.com/symfony/twig-bundle/tree/v7.1.5"
  7107. },
  7108. "funding": [
  7109. {
  7110. "url": "https://symfony.com/sponsor",
  7111. "type": "custom"
  7112. },
  7113. {
  7114. "url": "https://github.com/fabpot",
  7115. "type": "github"
  7116. },
  7117. {
  7118. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7119. "type": "tidelift"
  7120. }
  7121. ],
  7122. "time": "2024-09-08T12:32:26+00:00"
  7123. },
  7124. {
  7125. "name": "symfony/type-info",
  7126. "version": "v7.1.5",
  7127. "source": {
  7128. "type": "git",
  7129. "url": "https://github.com/symfony/type-info.git",
  7130. "reference": "9f6094aa900d2c06bd61576a6f279d4ac441515f"
  7131. },
  7132. "dist": {
  7133. "type": "zip",
  7134. "url": "https://api.github.com/repos/symfony/type-info/zipball/9f6094aa900d2c06bd61576a6f279d4ac441515f",
  7135. "reference": "9f6094aa900d2c06bd61576a6f279d4ac441515f",
  7136. "shasum": ""
  7137. },
  7138. "require": {
  7139. "php": ">=8.2",
  7140. "psr/container": "^1.1|^2.0"
  7141. },
  7142. "conflict": {
  7143. "phpstan/phpdoc-parser": "<1.0",
  7144. "symfony/dependency-injection": "<6.4",
  7145. "symfony/property-info": "<6.4"
  7146. },
  7147. "require-dev": {
  7148. "phpstan/phpdoc-parser": "^1.0",
  7149. "symfony/dependency-injection": "^6.4|^7.0",
  7150. "symfony/property-info": "^6.4|^7.0"
  7151. },
  7152. "type": "library",
  7153. "autoload": {
  7154. "psr-4": {
  7155. "Symfony\\Component\\TypeInfo\\": ""
  7156. },
  7157. "exclude-from-classmap": [
  7158. "/Tests/"
  7159. ]
  7160. },
  7161. "notification-url": "https://packagist.org/downloads/",
  7162. "license": [
  7163. "MIT"
  7164. ],
  7165. "authors": [
  7166. {
  7167. "name": "Mathias Arlaud",
  7168. "email": "mathias.arlaud@gmail.com"
  7169. },
  7170. {
  7171. "name": "Baptiste LEDUC",
  7172. "email": "baptiste.leduc@gmail.com"
  7173. },
  7174. {
  7175. "name": "Symfony Community",
  7176. "homepage": "https://symfony.com/contributors"
  7177. }
  7178. ],
  7179. "description": "Extracts PHP types information.",
  7180. "homepage": "https://symfony.com",
  7181. "keywords": [
  7182. "PHPStan",
  7183. "phpdoc",
  7184. "symfony",
  7185. "type"
  7186. ],
  7187. "support": {
  7188. "source": "https://github.com/symfony/type-info/tree/v7.1.5"
  7189. },
  7190. "funding": [
  7191. {
  7192. "url": "https://symfony.com/sponsor",
  7193. "type": "custom"
  7194. },
  7195. {
  7196. "url": "https://github.com/fabpot",
  7197. "type": "github"
  7198. },
  7199. {
  7200. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7201. "type": "tidelift"
  7202. }
  7203. ],
  7204. "time": "2024-09-19T21:48:23+00:00"
  7205. },
  7206. {
  7207. "name": "symfony/uid",
  7208. "version": "v7.1.5",
  7209. "source": {
  7210. "type": "git",
  7211. "url": "https://github.com/symfony/uid.git",
  7212. "reference": "8c7bb8acb933964055215d89f9a9871df0239317"
  7213. },
  7214. "dist": {
  7215. "type": "zip",
  7216. "url": "https://api.github.com/repos/symfony/uid/zipball/8c7bb8acb933964055215d89f9a9871df0239317",
  7217. "reference": "8c7bb8acb933964055215d89f9a9871df0239317",
  7218. "shasum": ""
  7219. },
  7220. "require": {
  7221. "php": ">=8.2",
  7222. "symfony/polyfill-uuid": "^1.15"
  7223. },
  7224. "require-dev": {
  7225. "symfony/console": "^6.4|^7.0"
  7226. },
  7227. "type": "library",
  7228. "autoload": {
  7229. "psr-4": {
  7230. "Symfony\\Component\\Uid\\": ""
  7231. },
  7232. "exclude-from-classmap": [
  7233. "/Tests/"
  7234. ]
  7235. },
  7236. "notification-url": "https://packagist.org/downloads/",
  7237. "license": [
  7238. "MIT"
  7239. ],
  7240. "authors": [
  7241. {
  7242. "name": "Grégoire Pineau",
  7243. "email": "lyrixx@lyrixx.info"
  7244. },
  7245. {
  7246. "name": "Nicolas Grekas",
  7247. "email": "p@tchwork.com"
  7248. },
  7249. {
  7250. "name": "Symfony Community",
  7251. "homepage": "https://symfony.com/contributors"
  7252. }
  7253. ],
  7254. "description": "Provides an object-oriented API to generate and represent UIDs",
  7255. "homepage": "https://symfony.com",
  7256. "keywords": [
  7257. "UID",
  7258. "ulid",
  7259. "uuid"
  7260. ],
  7261. "support": {
  7262. "source": "https://github.com/symfony/uid/tree/v7.1.5"
  7263. },
  7264. "funding": [
  7265. {
  7266. "url": "https://symfony.com/sponsor",
  7267. "type": "custom"
  7268. },
  7269. {
  7270. "url": "https://github.com/fabpot",
  7271. "type": "github"
  7272. },
  7273. {
  7274. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7275. "type": "tidelift"
  7276. }
  7277. ],
  7278. "time": "2024-09-17T09:16:35+00:00"
  7279. },
  7280. {
  7281. "name": "symfony/validator",
  7282. "version": "v7.1.5",
  7283. "source": {
  7284. "type": "git",
  7285. "url": "https://github.com/symfony/validator.git",
  7286. "reference": "e57592782dc2a86997477f28164c51af53512ad8"
  7287. },
  7288. "dist": {
  7289. "type": "zip",
  7290. "url": "https://api.github.com/repos/symfony/validator/zipball/e57592782dc2a86997477f28164c51af53512ad8",
  7291. "reference": "e57592782dc2a86997477f28164c51af53512ad8",
  7292. "shasum": ""
  7293. },
  7294. "require": {
  7295. "php": ">=8.2",
  7296. "symfony/deprecation-contracts": "^2.5|^3",
  7297. "symfony/polyfill-ctype": "~1.8",
  7298. "symfony/polyfill-mbstring": "~1.0",
  7299. "symfony/polyfill-php83": "^1.27",
  7300. "symfony/translation-contracts": "^2.5|^3"
  7301. },
  7302. "conflict": {
  7303. "doctrine/lexer": "<1.1",
  7304. "symfony/dependency-injection": "<6.4",
  7305. "symfony/doctrine-bridge": "<7.0",
  7306. "symfony/expression-language": "<6.4",
  7307. "symfony/http-kernel": "<6.4",
  7308. "symfony/intl": "<6.4",
  7309. "symfony/property-info": "<6.4",
  7310. "symfony/translation": "<6.4.3|>=7.0,<7.0.3",
  7311. "symfony/yaml": "<6.4"
  7312. },
  7313. "require-dev": {
  7314. "egulias/email-validator": "^2.1.10|^3|^4",
  7315. "symfony/cache": "^6.4|^7.0",
  7316. "symfony/config": "^6.4|^7.0",
  7317. "symfony/console": "^6.4|^7.0",
  7318. "symfony/dependency-injection": "^6.4|^7.0",
  7319. "symfony/expression-language": "^6.4|^7.0",
  7320. "symfony/finder": "^6.4|^7.0",
  7321. "symfony/http-client": "^6.4|^7.0",
  7322. "symfony/http-foundation": "^6.4|^7.0",
  7323. "symfony/http-kernel": "^6.4|^7.0",
  7324. "symfony/intl": "^6.4|^7.0",
  7325. "symfony/mime": "^6.4|^7.0",
  7326. "symfony/property-access": "^6.4|^7.0",
  7327. "symfony/property-info": "^6.4|^7.0",
  7328. "symfony/translation": "^6.4.3|^7.0.3",
  7329. "symfony/type-info": "^7.1",
  7330. "symfony/yaml": "^6.4|^7.0"
  7331. },
  7332. "type": "library",
  7333. "autoload": {
  7334. "psr-4": {
  7335. "Symfony\\Component\\Validator\\": ""
  7336. },
  7337. "exclude-from-classmap": [
  7338. "/Tests/",
  7339. "/Resources/bin/"
  7340. ]
  7341. },
  7342. "notification-url": "https://packagist.org/downloads/",
  7343. "license": [
  7344. "MIT"
  7345. ],
  7346. "authors": [
  7347. {
  7348. "name": "Fabien Potencier",
  7349. "email": "fabien@symfony.com"
  7350. },
  7351. {
  7352. "name": "Symfony Community",
  7353. "homepage": "https://symfony.com/contributors"
  7354. }
  7355. ],
  7356. "description": "Provides tools to validate values",
  7357. "homepage": "https://symfony.com",
  7358. "support": {
  7359. "source": "https://github.com/symfony/validator/tree/v7.1.5"
  7360. },
  7361. "funding": [
  7362. {
  7363. "url": "https://symfony.com/sponsor",
  7364. "type": "custom"
  7365. },
  7366. {
  7367. "url": "https://github.com/fabpot",
  7368. "type": "github"
  7369. },
  7370. {
  7371. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7372. "type": "tidelift"
  7373. }
  7374. ],
  7375. "time": "2024-09-20T08:28:38+00:00"
  7376. },
  7377. {
  7378. "name": "symfony/var-dumper",
  7379. "version": "v7.1.5",
  7380. "source": {
  7381. "type": "git",
  7382. "url": "https://github.com/symfony/var-dumper.git",
  7383. "reference": "e20e03889539fd4e4211e14d2179226c513c010d"
  7384. },
  7385. "dist": {
  7386. "type": "zip",
  7387. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e20e03889539fd4e4211e14d2179226c513c010d",
  7388. "reference": "e20e03889539fd4e4211e14d2179226c513c010d",
  7389. "shasum": ""
  7390. },
  7391. "require": {
  7392. "php": ">=8.2",
  7393. "symfony/polyfill-mbstring": "~1.0"
  7394. },
  7395. "conflict": {
  7396. "symfony/console": "<6.4"
  7397. },
  7398. "require-dev": {
  7399. "ext-iconv": "*",
  7400. "symfony/console": "^6.4|^7.0",
  7401. "symfony/http-kernel": "^6.4|^7.0",
  7402. "symfony/process": "^6.4|^7.0",
  7403. "symfony/uid": "^6.4|^7.0",
  7404. "twig/twig": "^3.0.4"
  7405. },
  7406. "bin": [
  7407. "Resources/bin/var-dump-server"
  7408. ],
  7409. "type": "library",
  7410. "autoload": {
  7411. "files": [
  7412. "Resources/functions/dump.php"
  7413. ],
  7414. "psr-4": {
  7415. "Symfony\\Component\\VarDumper\\": ""
  7416. },
  7417. "exclude-from-classmap": [
  7418. "/Tests/"
  7419. ]
  7420. },
  7421. "notification-url": "https://packagist.org/downloads/",
  7422. "license": [
  7423. "MIT"
  7424. ],
  7425. "authors": [
  7426. {
  7427. "name": "Nicolas Grekas",
  7428. "email": "p@tchwork.com"
  7429. },
  7430. {
  7431. "name": "Symfony Community",
  7432. "homepage": "https://symfony.com/contributors"
  7433. }
  7434. ],
  7435. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  7436. "homepage": "https://symfony.com",
  7437. "keywords": [
  7438. "debug",
  7439. "dump"
  7440. ],
  7441. "support": {
  7442. "source": "https://github.com/symfony/var-dumper/tree/v7.1.5"
  7443. },
  7444. "funding": [
  7445. {
  7446. "url": "https://symfony.com/sponsor",
  7447. "type": "custom"
  7448. },
  7449. {
  7450. "url": "https://github.com/fabpot",
  7451. "type": "github"
  7452. },
  7453. {
  7454. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7455. "type": "tidelift"
  7456. }
  7457. ],
  7458. "time": "2024-09-16T10:07:02+00:00"
  7459. },
  7460. {
  7461. "name": "symfony/var-exporter",
  7462. "version": "v7.1.2",
  7463. "source": {
  7464. "type": "git",
  7465. "url": "https://github.com/symfony/var-exporter.git",
  7466. "reference": "b80a669a2264609f07f1667f891dbfca25eba44c"
  7467. },
  7468. "dist": {
  7469. "type": "zip",
  7470. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b80a669a2264609f07f1667f891dbfca25eba44c",
  7471. "reference": "b80a669a2264609f07f1667f891dbfca25eba44c",
  7472. "shasum": ""
  7473. },
  7474. "require": {
  7475. "php": ">=8.2"
  7476. },
  7477. "require-dev": {
  7478. "symfony/property-access": "^6.4|^7.0",
  7479. "symfony/serializer": "^6.4|^7.0",
  7480. "symfony/var-dumper": "^6.4|^7.0"
  7481. },
  7482. "type": "library",
  7483. "autoload": {
  7484. "psr-4": {
  7485. "Symfony\\Component\\VarExporter\\": ""
  7486. },
  7487. "exclude-from-classmap": [
  7488. "/Tests/"
  7489. ]
  7490. },
  7491. "notification-url": "https://packagist.org/downloads/",
  7492. "license": [
  7493. "MIT"
  7494. ],
  7495. "authors": [
  7496. {
  7497. "name": "Nicolas Grekas",
  7498. "email": "p@tchwork.com"
  7499. },
  7500. {
  7501. "name": "Symfony Community",
  7502. "homepage": "https://symfony.com/contributors"
  7503. }
  7504. ],
  7505. "description": "Allows exporting any serializable PHP data structure to plain PHP code",
  7506. "homepage": "https://symfony.com",
  7507. "keywords": [
  7508. "clone",
  7509. "construct",
  7510. "export",
  7511. "hydrate",
  7512. "instantiate",
  7513. "lazy-loading",
  7514. "proxy",
  7515. "serialize"
  7516. ],
  7517. "support": {
  7518. "source": "https://github.com/symfony/var-exporter/tree/v7.1.2"
  7519. },
  7520. "funding": [
  7521. {
  7522. "url": "https://symfony.com/sponsor",
  7523. "type": "custom"
  7524. },
  7525. {
  7526. "url": "https://github.com/fabpot",
  7527. "type": "github"
  7528. },
  7529. {
  7530. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7531. "type": "tidelift"
  7532. }
  7533. ],
  7534. "time": "2024-06-28T08:00:31+00:00"
  7535. },
  7536. {
  7537. "name": "symfony/web-link",
  7538. "version": "v7.1.1",
  7539. "source": {
  7540. "type": "git",
  7541. "url": "https://github.com/symfony/web-link.git",
  7542. "reference": "63f90aa0054bfd9a091d2f5cf465958f1030638f"
  7543. },
  7544. "dist": {
  7545. "type": "zip",
  7546. "url": "https://api.github.com/repos/symfony/web-link/zipball/63f90aa0054bfd9a091d2f5cf465958f1030638f",
  7547. "reference": "63f90aa0054bfd9a091d2f5cf465958f1030638f",
  7548. "shasum": ""
  7549. },
  7550. "require": {
  7551. "php": ">=8.2",
  7552. "psr/link": "^1.1|^2.0"
  7553. },
  7554. "conflict": {
  7555. "symfony/http-kernel": "<6.4"
  7556. },
  7557. "provide": {
  7558. "psr/link-implementation": "1.0|2.0"
  7559. },
  7560. "require-dev": {
  7561. "symfony/http-kernel": "^6.4|^7.0"
  7562. },
  7563. "type": "library",
  7564. "autoload": {
  7565. "psr-4": {
  7566. "Symfony\\Component\\WebLink\\": ""
  7567. },
  7568. "exclude-from-classmap": [
  7569. "/Tests/"
  7570. ]
  7571. },
  7572. "notification-url": "https://packagist.org/downloads/",
  7573. "license": [
  7574. "MIT"
  7575. ],
  7576. "authors": [
  7577. {
  7578. "name": "Kévin Dunglas",
  7579. "email": "dunglas@gmail.com"
  7580. },
  7581. {
  7582. "name": "Symfony Community",
  7583. "homepage": "https://symfony.com/contributors"
  7584. }
  7585. ],
  7586. "description": "Manages links between resources",
  7587. "homepage": "https://symfony.com",
  7588. "keywords": [
  7589. "dns-prefetch",
  7590. "http",
  7591. "http2",
  7592. "link",
  7593. "performance",
  7594. "prefetch",
  7595. "preload",
  7596. "prerender",
  7597. "psr13",
  7598. "push"
  7599. ],
  7600. "support": {
  7601. "source": "https://github.com/symfony/web-link/tree/v7.1.1"
  7602. },
  7603. "funding": [
  7604. {
  7605. "url": "https://symfony.com/sponsor",
  7606. "type": "custom"
  7607. },
  7608. {
  7609. "url": "https://github.com/fabpot",
  7610. "type": "github"
  7611. },
  7612. {
  7613. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7614. "type": "tidelift"
  7615. }
  7616. ],
  7617. "time": "2024-05-31T14:57:53+00:00"
  7618. },
  7619. {
  7620. "name": "symfony/yaml",
  7621. "version": "v7.1.5",
  7622. "source": {
  7623. "type": "git",
  7624. "url": "https://github.com/symfony/yaml.git",
  7625. "reference": "4e561c316e135e053bd758bf3b3eb291d9919de4"
  7626. },
  7627. "dist": {
  7628. "type": "zip",
  7629. "url": "https://api.github.com/repos/symfony/yaml/zipball/4e561c316e135e053bd758bf3b3eb291d9919de4",
  7630. "reference": "4e561c316e135e053bd758bf3b3eb291d9919de4",
  7631. "shasum": ""
  7632. },
  7633. "require": {
  7634. "php": ">=8.2",
  7635. "symfony/polyfill-ctype": "^1.8"
  7636. },
  7637. "conflict": {
  7638. "symfony/console": "<6.4"
  7639. },
  7640. "require-dev": {
  7641. "symfony/console": "^6.4|^7.0"
  7642. },
  7643. "bin": [
  7644. "Resources/bin/yaml-lint"
  7645. ],
  7646. "type": "library",
  7647. "autoload": {
  7648. "psr-4": {
  7649. "Symfony\\Component\\Yaml\\": ""
  7650. },
  7651. "exclude-from-classmap": [
  7652. "/Tests/"
  7653. ]
  7654. },
  7655. "notification-url": "https://packagist.org/downloads/",
  7656. "license": [
  7657. "MIT"
  7658. ],
  7659. "authors": [
  7660. {
  7661. "name": "Fabien Potencier",
  7662. "email": "fabien@symfony.com"
  7663. },
  7664. {
  7665. "name": "Symfony Community",
  7666. "homepage": "https://symfony.com/contributors"
  7667. }
  7668. ],
  7669. "description": "Loads and dumps YAML files",
  7670. "homepage": "https://symfony.com",
  7671. "support": {
  7672. "source": "https://github.com/symfony/yaml/tree/v7.1.5"
  7673. },
  7674. "funding": [
  7675. {
  7676. "url": "https://symfony.com/sponsor",
  7677. "type": "custom"
  7678. },
  7679. {
  7680. "url": "https://github.com/fabpot",
  7681. "type": "github"
  7682. },
  7683. {
  7684. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7685. "type": "tidelift"
  7686. }
  7687. ],
  7688. "time": "2024-09-17T12:49:58+00:00"
  7689. },
  7690. {
  7691. "name": "symfonycasts/micro-mapper",
  7692. "version": "v0.2.0",
  7693. "source": {
  7694. "type": "git",
  7695. "url": "https://github.com/SymfonyCasts/micro-mapper.git",
  7696. "reference": "5afc27949adb026f709b264c186eb90129309e5e"
  7697. },
  7698. "dist": {
  7699. "type": "zip",
  7700. "url": "https://api.github.com/repos/SymfonyCasts/micro-mapper/zipball/5afc27949adb026f709b264c186eb90129309e5e",
  7701. "reference": "5afc27949adb026f709b264c186eb90129309e5e",
  7702. "shasum": ""
  7703. },
  7704. "require": {
  7705. "php": ">=8.1"
  7706. },
  7707. "require-dev": {
  7708. "phpstan/phpstan": "^1.10.39",
  7709. "symfony/filesystem": "^6.3|^7.0",
  7710. "symfony/framework-bundle": "^6.3|^7.0",
  7711. "symfony/phpunit-bridge": "^6.3|^7.0"
  7712. },
  7713. "type": "library",
  7714. "autoload": {
  7715. "psr-4": {
  7716. "Symfonycasts\\MicroMapper\\": "src"
  7717. }
  7718. },
  7719. "notification-url": "https://packagist.org/downloads/",
  7720. "license": [
  7721. "MIT"
  7722. ],
  7723. "authors": [
  7724. {
  7725. "name": "Ryan Weaver",
  7726. "homepage": "https://symfonycasts.com"
  7727. }
  7728. ],
  7729. "description": "A tiny, underwhelming data mapper to map one object to another!",
  7730. "keywords": [
  7731. "data-mapper"
  7732. ],
  7733. "support": {
  7734. "issues": "https://github.com/SymfonyCasts/micro-mapper/issues",
  7735. "source": "https://github.com/SymfonyCasts/micro-mapper/tree/v0.2.0"
  7736. },
  7737. "time": "2024-06-27T12:06:15+00:00"
  7738. },
  7739. {
  7740. "name": "twig/twig",
  7741. "version": "v3.14.0",
  7742. "source": {
  7743. "type": "git",
  7744. "url": "https://github.com/twigphp/Twig.git",
  7745. "reference": "126b2c97818dbff0cdf3fbfc881aedb3d40aae72"
  7746. },
  7747. "dist": {
  7748. "type": "zip",
  7749. "url": "https://api.github.com/repos/twigphp/Twig/zipball/126b2c97818dbff0cdf3fbfc881aedb3d40aae72",
  7750. "reference": "126b2c97818dbff0cdf3fbfc881aedb3d40aae72",
  7751. "shasum": ""
  7752. },
  7753. "require": {
  7754. "php": ">=8.0.2",
  7755. "symfony/deprecation-contracts": "^2.5|^3",
  7756. "symfony/polyfill-ctype": "^1.8",
  7757. "symfony/polyfill-mbstring": "^1.3",
  7758. "symfony/polyfill-php81": "^1.29"
  7759. },
  7760. "require-dev": {
  7761. "psr/container": "^1.0|^2.0",
  7762. "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0"
  7763. },
  7764. "type": "library",
  7765. "autoload": {
  7766. "files": [
  7767. "src/Resources/core.php",
  7768. "src/Resources/debug.php",
  7769. "src/Resources/escaper.php",
  7770. "src/Resources/string_loader.php"
  7771. ],
  7772. "psr-4": {
  7773. "Twig\\": "src/"
  7774. }
  7775. },
  7776. "notification-url": "https://packagist.org/downloads/",
  7777. "license": [
  7778. "BSD-3-Clause"
  7779. ],
  7780. "authors": [
  7781. {
  7782. "name": "Fabien Potencier",
  7783. "email": "fabien@symfony.com",
  7784. "homepage": "http://fabien.potencier.org",
  7785. "role": "Lead Developer"
  7786. },
  7787. {
  7788. "name": "Twig Team",
  7789. "role": "Contributors"
  7790. },
  7791. {
  7792. "name": "Armin Ronacher",
  7793. "email": "armin.ronacher@active-4.com",
  7794. "role": "Project Founder"
  7795. }
  7796. ],
  7797. "description": "Twig, the flexible, fast, and secure template language for PHP",
  7798. "homepage": "https://twig.symfony.com",
  7799. "keywords": [
  7800. "templating"
  7801. ],
  7802. "support": {
  7803. "issues": "https://github.com/twigphp/Twig/issues",
  7804. "source": "https://github.com/twigphp/Twig/tree/v3.14.0"
  7805. },
  7806. "funding": [
  7807. {
  7808. "url": "https://github.com/fabpot",
  7809. "type": "github"
  7810. },
  7811. {
  7812. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  7813. "type": "tidelift"
  7814. }
  7815. ],
  7816. "time": "2024-09-09T17:55:12+00:00"
  7817. },
  7818. {
  7819. "name": "vich/uploader-bundle",
  7820. "version": "2.4.1",
  7821. "source": {
  7822. "type": "git",
  7823. "url": "https://github.com/dustin10/VichUploaderBundle.git",
  7824. "reference": "4638ca70af14bbc14ba4f226237803a6c7d4169c"
  7825. },
  7826. "dist": {
  7827. "type": "zip",
  7828. "url": "https://api.github.com/repos/dustin10/VichUploaderBundle/zipball/4638ca70af14bbc14ba4f226237803a6c7d4169c",
  7829. "reference": "4638ca70af14bbc14ba4f226237803a6c7d4169c",
  7830. "shasum": ""
  7831. },
  7832. "require": {
  7833. "doctrine/persistence": "^3.0",
  7834. "ext-simplexml": "*",
  7835. "jms/metadata": "^2.4",
  7836. "php": "^8.1",
  7837. "symfony/config": "^5.4 || ^6.0 || ^7.0",
  7838. "symfony/console": "^5.4 || ^6.0 || ^7.0",
  7839. "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
  7840. "symfony/event-dispatcher-contracts": "^3.1",
  7841. "symfony/http-foundation": "^5.4 || ^6.0 || ^7.0",
  7842. "symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
  7843. "symfony/mime": "^5.4 || ^6.0 || ^7.0",
  7844. "symfony/property-access": "^5.4 || ^6.0 || ^7.0",
  7845. "symfony/string": "^5.4 || ^6.0 || ^7.0"
  7846. },
  7847. "conflict": {
  7848. "doctrine/annotations": "<1.12",
  7849. "league/flysystem": "<2.0"
  7850. },
  7851. "require-dev": {
  7852. "dg/bypass-finals": "^1.8",
  7853. "doctrine/doctrine-bundle": "^2.7",
  7854. "doctrine/mongodb-odm": "^2.4",
  7855. "doctrine/orm": "^2.13",
  7856. "ext-sqlite3": "*",
  7857. "knplabs/knp-gaufrette-bundle": "dev-master",
  7858. "league/flysystem-bundle": "^2.4 || ^3.0",
  7859. "league/flysystem-memory": "^2.0 || ^3.0",
  7860. "matthiasnoback/symfony-dependency-injection-test": "^5.1",
  7861. "mikey179/vfsstream": "^1.6.11",
  7862. "phpunit/phpunit": "^9.6",
  7863. "symfony/asset": "^5.4 || ^6.0 || ^7.0",
  7864. "symfony/browser-kit": "^5.4 || ^6.0 || ^7.0",
  7865. "symfony/css-selector": "^5.4 || ^6.0 || ^7.0",
  7866. "symfony/doctrine-bridge": "^5.4 || ^6.0 || ^7.0",
  7867. "symfony/dom-crawler": "^5.4 || ^6.0 || ^7.0",
  7868. "symfony/form": "^5.4 || ^6.0 || ^7.0",
  7869. "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
  7870. "symfony/phpunit-bridge": "^7.0",
  7871. "symfony/security-csrf": "^5.4 || ^6.0 || ^7.0",
  7872. "symfony/translation": "^5.4 || ^6.0 || ^7.0",
  7873. "symfony/twig-bridge": "^5.4 || ^6.0 || ^7.0",
  7874. "symfony/twig-bundle": "^5.4 || ^6.0 || ^7.0",
  7875. "symfony/validator": "^5.4 || ^6.0 || ^7.0",
  7876. "symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
  7877. "symfony/yaml": "^5.4 || ^6.0 || ^7.0",
  7878. "yoast/phpunit-polyfills": "^2.0"
  7879. },
  7880. "suggest": {
  7881. "doctrine/annotations": "If you use doctrine/doctrine-bundle >2.7, this package is required to use annotations",
  7882. "doctrine/doctrine-bundle": "For integration with Doctrine",
  7883. "doctrine/mongodb-odm-bundle": "For integration with Doctrine ODM",
  7884. "doctrine/orm": "For integration with Doctrine ORM",
  7885. "doctrine/phpcr-odm": "For integration with Doctrine PHPCR",
  7886. "knplabs/knp-gaufrette-bundle": "For integration with Gaufrette",
  7887. "league/flysystem-bundle": "For integration with Flysystem",
  7888. "liip/imagine-bundle": "To generate image thumbnails",
  7889. "oneup/flysystem-bundle": "For integration with Flysystem",
  7890. "symfony/asset": "To generate better links",
  7891. "symfony/form": "To handle uploads in forms",
  7892. "symfony/yaml": "To use YAML mapping"
  7893. },
  7894. "type": "symfony-bundle",
  7895. "extra": {
  7896. "branch-alias": {
  7897. "dev-master": "2.x-dev"
  7898. }
  7899. },
  7900. "autoload": {
  7901. "psr-4": {
  7902. "Vich\\UploaderBundle\\": "src"
  7903. }
  7904. },
  7905. "notification-url": "https://packagist.org/downloads/",
  7906. "license": [
  7907. "MIT"
  7908. ],
  7909. "authors": [
  7910. {
  7911. "name": "Dustin Dobervich",
  7912. "email": "ddobervich@gmail.com"
  7913. }
  7914. ],
  7915. "description": "Ease file uploads attached to entities",
  7916. "homepage": "https://github.com/dustin10/VichUploaderBundle",
  7917. "keywords": [
  7918. "file uploads",
  7919. "upload"
  7920. ],
  7921. "support": {
  7922. "issues": "https://github.com/dustin10/VichUploaderBundle/issues",
  7923. "source": "https://github.com/dustin10/VichUploaderBundle/tree/2.4.1"
  7924. },
  7925. "time": "2024-09-17T16:20:45+00:00"
  7926. },
  7927. {
  7928. "name": "webmozart/assert",
  7929. "version": "1.11.0",
  7930. "source": {
  7931. "type": "git",
  7932. "url": "https://github.com/webmozarts/assert.git",
  7933. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
  7934. },
  7935. "dist": {
  7936. "type": "zip",
  7937. "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
  7938. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
  7939. "shasum": ""
  7940. },
  7941. "require": {
  7942. "ext-ctype": "*",
  7943. "php": "^7.2 || ^8.0"
  7944. },
  7945. "conflict": {
  7946. "phpstan/phpstan": "<0.12.20",
  7947. "vimeo/psalm": "<4.6.1 || 4.6.2"
  7948. },
  7949. "require-dev": {
  7950. "phpunit/phpunit": "^8.5.13"
  7951. },
  7952. "type": "library",
  7953. "extra": {
  7954. "branch-alias": {
  7955. "dev-master": "1.10-dev"
  7956. }
  7957. },
  7958. "autoload": {
  7959. "psr-4": {
  7960. "Webmozart\\Assert\\": "src/"
  7961. }
  7962. },
  7963. "notification-url": "https://packagist.org/downloads/",
  7964. "license": [
  7965. "MIT"
  7966. ],
  7967. "authors": [
  7968. {
  7969. "name": "Bernhard Schussek",
  7970. "email": "bschussek@gmail.com"
  7971. }
  7972. ],
  7973. "description": "Assertions to validate method input/output with nice error messages.",
  7974. "keywords": [
  7975. "assert",
  7976. "check",
  7977. "validate"
  7978. ],
  7979. "support": {
  7980. "issues": "https://github.com/webmozarts/assert/issues",
  7981. "source": "https://github.com/webmozarts/assert/tree/1.11.0"
  7982. },
  7983. "time": "2022-06-03T18:03:27+00:00"
  7984. },
  7985. {
  7986. "name": "willdurand/negotiation",
  7987. "version": "3.1.0",
  7988. "source": {
  7989. "type": "git",
  7990. "url": "https://github.com/willdurand/Negotiation.git",
  7991. "reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2"
  7992. },
  7993. "dist": {
  7994. "type": "zip",
  7995. "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/68e9ea0553ef6e2ee8db5c1d98829f111e623ec2",
  7996. "reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2",
  7997. "shasum": ""
  7998. },
  7999. "require": {
  8000. "php": ">=7.1.0"
  8001. },
  8002. "require-dev": {
  8003. "symfony/phpunit-bridge": "^5.0"
  8004. },
  8005. "type": "library",
  8006. "extra": {
  8007. "branch-alias": {
  8008. "dev-master": "3.0-dev"
  8009. }
  8010. },
  8011. "autoload": {
  8012. "psr-4": {
  8013. "Negotiation\\": "src/Negotiation"
  8014. }
  8015. },
  8016. "notification-url": "https://packagist.org/downloads/",
  8017. "license": [
  8018. "MIT"
  8019. ],
  8020. "authors": [
  8021. {
  8022. "name": "William Durand",
  8023. "email": "will+git@drnd.me"
  8024. }
  8025. ],
  8026. "description": "Content Negotiation tools for PHP provided as a standalone library.",
  8027. "homepage": "http://williamdurand.fr/Negotiation/",
  8028. "keywords": [
  8029. "accept",
  8030. "content",
  8031. "format",
  8032. "header",
  8033. "negotiation"
  8034. ],
  8035. "support": {
  8036. "issues": "https://github.com/willdurand/Negotiation/issues",
  8037. "source": "https://github.com/willdurand/Negotiation/tree/3.1.0"
  8038. },
  8039. "time": "2022-01-30T20:08:53+00:00"
  8040. }
  8041. ],
  8042. "packages-dev": [
  8043. {
  8044. "name": "doctrine/data-fixtures",
  8045. "version": "1.7.0",
  8046. "source": {
  8047. "type": "git",
  8048. "url": "https://github.com/doctrine/data-fixtures.git",
  8049. "reference": "bbcb74f2ac6dbe81a14b3c3687d7623490a0448f"
  8050. },
  8051. "dist": {
  8052. "type": "zip",
  8053. "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bbcb74f2ac6dbe81a14b3c3687d7623490a0448f",
  8054. "reference": "bbcb74f2ac6dbe81a14b3c3687d7623490a0448f",
  8055. "shasum": ""
  8056. },
  8057. "require": {
  8058. "doctrine/deprecations": "^0.5.3 || ^1.0",
  8059. "doctrine/persistence": "^2.0|^3.0",
  8060. "php": "^7.4 || ^8.0"
  8061. },
  8062. "conflict": {
  8063. "doctrine/dbal": "<3.5 || >=5",
  8064. "doctrine/orm": "<2.14 || >=4",
  8065. "doctrine/phpcr-odm": "<1.3.0"
  8066. },
  8067. "require-dev": {
  8068. "doctrine/annotations": "^1.12 || ^2",
  8069. "doctrine/coding-standard": "^12",
  8070. "doctrine/dbal": "^3.5 || ^4",
  8071. "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
  8072. "doctrine/orm": "^2.14 || ^3",
  8073. "ext-sqlite3": "*",
  8074. "phpstan/phpstan": "^1.10",
  8075. "phpunit/phpunit": "^9.6.13 || ^10.4.2",
  8076. "symfony/cache": "^5.4 || ^6.3 || ^7",
  8077. "symfony/var-exporter": "^5.4 || ^6.3 || ^7",
  8078. "vimeo/psalm": "^5.9"
  8079. },
  8080. "suggest": {
  8081. "alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
  8082. "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
  8083. "doctrine/orm": "For loading ORM fixtures",
  8084. "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
  8085. },
  8086. "type": "library",
  8087. "autoload": {
  8088. "psr-4": {
  8089. "Doctrine\\Common\\DataFixtures\\": "src"
  8090. }
  8091. },
  8092. "notification-url": "https://packagist.org/downloads/",
  8093. "license": [
  8094. "MIT"
  8095. ],
  8096. "authors": [
  8097. {
  8098. "name": "Jonathan Wage",
  8099. "email": "jonwage@gmail.com"
  8100. }
  8101. ],
  8102. "description": "Data Fixtures for all Doctrine Object Managers",
  8103. "homepage": "https://www.doctrine-project.org",
  8104. "keywords": [
  8105. "database"
  8106. ],
  8107. "support": {
  8108. "issues": "https://github.com/doctrine/data-fixtures/issues",
  8109. "source": "https://github.com/doctrine/data-fixtures/tree/1.7.0"
  8110. },
  8111. "funding": [
  8112. {
  8113. "url": "https://www.doctrine-project.org/sponsorship.html",
  8114. "type": "custom"
  8115. },
  8116. {
  8117. "url": "https://www.patreon.com/phpdoctrine",
  8118. "type": "patreon"
  8119. },
  8120. {
  8121. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdata-fixtures",
  8122. "type": "tidelift"
  8123. }
  8124. ],
  8125. "time": "2023-11-24T11:18:31+00:00"
  8126. },
  8127. {
  8128. "name": "doctrine/doctrine-fixtures-bundle",
  8129. "version": "3.6.1",
  8130. "source": {
  8131. "type": "git",
  8132. "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
  8133. "reference": "d13a08ebf244f74c8adb8ff15aa55d01c404e534"
  8134. },
  8135. "dist": {
  8136. "type": "zip",
  8137. "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/d13a08ebf244f74c8adb8ff15aa55d01c404e534",
  8138. "reference": "d13a08ebf244f74c8adb8ff15aa55d01c404e534",
  8139. "shasum": ""
  8140. },
  8141. "require": {
  8142. "doctrine/data-fixtures": "^1.3",
  8143. "doctrine/doctrine-bundle": "^2.2",
  8144. "doctrine/orm": "^2.14.0 || ^3.0",
  8145. "doctrine/persistence": "^2.4|^3.0",
  8146. "php": "^7.4 || ^8.0",
  8147. "symfony/config": "^5.4|^6.0|^7.0",
  8148. "symfony/console": "^5.4|^6.0|^7.0",
  8149. "symfony/dependency-injection": "^5.4|^6.0|^7.0",
  8150. "symfony/deprecation-contracts": "^2.1|^3",
  8151. "symfony/doctrine-bridge": "^5.4|^6.0|^7.0",
  8152. "symfony/http-kernel": "^5.4|^6.0|^7.0"
  8153. },
  8154. "conflict": {
  8155. "doctrine/dbal": "< 3"
  8156. },
  8157. "require-dev": {
  8158. "doctrine/coding-standard": "^12",
  8159. "phpstan/phpstan": "^1.10.39",
  8160. "phpunit/phpunit": "^9.6.13",
  8161. "symfony/phpunit-bridge": "^6.3.6",
  8162. "vimeo/psalm": "^5.15"
  8163. },
  8164. "type": "symfony-bundle",
  8165. "autoload": {
  8166. "psr-4": {
  8167. "Doctrine\\Bundle\\FixturesBundle\\": "src"
  8168. }
  8169. },
  8170. "notification-url": "https://packagist.org/downloads/",
  8171. "license": [
  8172. "MIT"
  8173. ],
  8174. "authors": [
  8175. {
  8176. "name": "Fabien Potencier",
  8177. "email": "fabien@symfony.com"
  8178. },
  8179. {
  8180. "name": "Doctrine Project",
  8181. "homepage": "https://www.doctrine-project.org"
  8182. },
  8183. {
  8184. "name": "Symfony Community",
  8185. "homepage": "https://symfony.com/contributors"
  8186. }
  8187. ],
  8188. "description": "Symfony DoctrineFixturesBundle",
  8189. "homepage": "https://www.doctrine-project.org",
  8190. "keywords": [
  8191. "Fixture",
  8192. "persistence"
  8193. ],
  8194. "support": {
  8195. "issues": "https://github.com/doctrine/DoctrineFixturesBundle/issues",
  8196. "source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.6.1"
  8197. },
  8198. "funding": [
  8199. {
  8200. "url": "https://www.doctrine-project.org/sponsorship.html",
  8201. "type": "custom"
  8202. },
  8203. {
  8204. "url": "https://www.patreon.com/phpdoctrine",
  8205. "type": "patreon"
  8206. },
  8207. {
  8208. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-fixtures-bundle",
  8209. "type": "tidelift"
  8210. }
  8211. ],
  8212. "time": "2024-05-07T07:16:35+00:00"
  8213. },
  8214. {
  8215. "name": "fakerphp/faker",
  8216. "version": "v1.23.1",
  8217. "source": {
  8218. "type": "git",
  8219. "url": "https://github.com/FakerPHP/Faker.git",
  8220. "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b"
  8221. },
  8222. "dist": {
  8223. "type": "zip",
  8224. "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/bfb4fe148adbf78eff521199619b93a52ae3554b",
  8225. "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b",
  8226. "shasum": ""
  8227. },
  8228. "require": {
  8229. "php": "^7.4 || ^8.0",
  8230. "psr/container": "^1.0 || ^2.0",
  8231. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  8232. },
  8233. "conflict": {
  8234. "fzaninotto/faker": "*"
  8235. },
  8236. "require-dev": {
  8237. "bamarni/composer-bin-plugin": "^1.4.1",
  8238. "doctrine/persistence": "^1.3 || ^2.0",
  8239. "ext-intl": "*",
  8240. "phpunit/phpunit": "^9.5.26",
  8241. "symfony/phpunit-bridge": "^5.4.16"
  8242. },
  8243. "suggest": {
  8244. "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
  8245. "ext-curl": "Required by Faker\\Provider\\Image to download images.",
  8246. "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
  8247. "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
  8248. "ext-mbstring": "Required for multibyte Unicode string functionality."
  8249. },
  8250. "type": "library",
  8251. "autoload": {
  8252. "psr-4": {
  8253. "Faker\\": "src/Faker/"
  8254. }
  8255. },
  8256. "notification-url": "https://packagist.org/downloads/",
  8257. "license": [
  8258. "MIT"
  8259. ],
  8260. "authors": [
  8261. {
  8262. "name": "François Zaninotto"
  8263. }
  8264. ],
  8265. "description": "Faker is a PHP library that generates fake data for you.",
  8266. "keywords": [
  8267. "data",
  8268. "faker",
  8269. "fixtures"
  8270. ],
  8271. "support": {
  8272. "issues": "https://github.com/FakerPHP/Faker/issues",
  8273. "source": "https://github.com/FakerPHP/Faker/tree/v1.23.1"
  8274. },
  8275. "time": "2024-01-02T13:46:09+00:00"
  8276. },
  8277. {
  8278. "name": "nikic/php-parser",
  8279. "version": "v5.3.0",
  8280. "source": {
  8281. "type": "git",
  8282. "url": "https://github.com/nikic/PHP-Parser.git",
  8283. "reference": "3abf7425cd284141dc5d8d14a9ee444de3345d1a"
  8284. },
  8285. "dist": {
  8286. "type": "zip",
  8287. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3abf7425cd284141dc5d8d14a9ee444de3345d1a",
  8288. "reference": "3abf7425cd284141dc5d8d14a9ee444de3345d1a",
  8289. "shasum": ""
  8290. },
  8291. "require": {
  8292. "ext-ctype": "*",
  8293. "ext-json": "*",
  8294. "ext-tokenizer": "*",
  8295. "php": ">=7.4"
  8296. },
  8297. "require-dev": {
  8298. "ircmaxell/php-yacc": "^0.0.7",
  8299. "phpunit/phpunit": "^9.0"
  8300. },
  8301. "bin": [
  8302. "bin/php-parse"
  8303. ],
  8304. "type": "library",
  8305. "extra": {
  8306. "branch-alias": {
  8307. "dev-master": "5.0-dev"
  8308. }
  8309. },
  8310. "autoload": {
  8311. "psr-4": {
  8312. "PhpParser\\": "lib/PhpParser"
  8313. }
  8314. },
  8315. "notification-url": "https://packagist.org/downloads/",
  8316. "license": [
  8317. "BSD-3-Clause"
  8318. ],
  8319. "authors": [
  8320. {
  8321. "name": "Nikita Popov"
  8322. }
  8323. ],
  8324. "description": "A PHP parser written in PHP",
  8325. "keywords": [
  8326. "parser",
  8327. "php"
  8328. ],
  8329. "support": {
  8330. "issues": "https://github.com/nikic/PHP-Parser/issues",
  8331. "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.0"
  8332. },
  8333. "time": "2024-09-29T13:56:26+00:00"
  8334. },
  8335. {
  8336. "name": "symfony/maker-bundle",
  8337. "version": "v1.61.0",
  8338. "source": {
  8339. "type": "git",
  8340. "url": "https://github.com/symfony/maker-bundle.git",
  8341. "reference": "a3b7f14d349f8f44ed752d4dde2263f77510cc18"
  8342. },
  8343. "dist": {
  8344. "type": "zip",
  8345. "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/a3b7f14d349f8f44ed752d4dde2263f77510cc18",
  8346. "reference": "a3b7f14d349f8f44ed752d4dde2263f77510cc18",
  8347. "shasum": ""
  8348. },
  8349. "require": {
  8350. "doctrine/inflector": "^2.0",
  8351. "nikic/php-parser": "^4.18|^5.0",
  8352. "php": ">=8.1",
  8353. "symfony/config": "^6.4|^7.0",
  8354. "symfony/console": "^6.4|^7.0",
  8355. "symfony/dependency-injection": "^6.4|^7.0",
  8356. "symfony/deprecation-contracts": "^2.2|^3",
  8357. "symfony/filesystem": "^6.4|^7.0",
  8358. "symfony/finder": "^6.4|^7.0",
  8359. "symfony/framework-bundle": "^6.4|^7.0",
  8360. "symfony/http-kernel": "^6.4|^7.0",
  8361. "symfony/process": "^6.4|^7.0"
  8362. },
  8363. "conflict": {
  8364. "doctrine/doctrine-bundle": "<2.10",
  8365. "doctrine/orm": "<2.15"
  8366. },
  8367. "require-dev": {
  8368. "composer/semver": "^3.0",
  8369. "doctrine/doctrine-bundle": "^2.5.0",
  8370. "doctrine/orm": "^2.15|^3",
  8371. "symfony/http-client": "^6.4|^7.0",
  8372. "symfony/phpunit-bridge": "^6.4.1|^7.0",
  8373. "symfony/security-core": "^6.4|^7.0",
  8374. "symfony/yaml": "^6.4|^7.0",
  8375. "twig/twig": "^3.0|^4.x-dev"
  8376. },
  8377. "type": "symfony-bundle",
  8378. "extra": {
  8379. "branch-alias": {
  8380. "dev-main": "1.x-dev"
  8381. }
  8382. },
  8383. "autoload": {
  8384. "psr-4": {
  8385. "Symfony\\Bundle\\MakerBundle\\": "src/"
  8386. }
  8387. },
  8388. "notification-url": "https://packagist.org/downloads/",
  8389. "license": [
  8390. "MIT"
  8391. ],
  8392. "authors": [
  8393. {
  8394. "name": "Symfony Community",
  8395. "homepage": "https://symfony.com/contributors"
  8396. }
  8397. ],
  8398. "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
  8399. "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
  8400. "keywords": [
  8401. "code generator",
  8402. "dev",
  8403. "generator",
  8404. "scaffold",
  8405. "scaffolding"
  8406. ],
  8407. "support": {
  8408. "issues": "https://github.com/symfony/maker-bundle/issues",
  8409. "source": "https://github.com/symfony/maker-bundle/tree/v1.61.0"
  8410. },
  8411. "funding": [
  8412. {
  8413. "url": "https://symfony.com/sponsor",
  8414. "type": "custom"
  8415. },
  8416. {
  8417. "url": "https://github.com/fabpot",
  8418. "type": "github"
  8419. },
  8420. {
  8421. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8422. "type": "tidelift"
  8423. }
  8424. ],
  8425. "time": "2024-08-29T22:50:23+00:00"
  8426. },
  8427. {
  8428. "name": "symfony/process",
  8429. "version": "v7.1.5",
  8430. "source": {
  8431. "type": "git",
  8432. "url": "https://github.com/symfony/process.git",
  8433. "reference": "5c03ee6369281177f07f7c68252a280beccba847"
  8434. },
  8435. "dist": {
  8436. "type": "zip",
  8437. "url": "https://api.github.com/repos/symfony/process/zipball/5c03ee6369281177f07f7c68252a280beccba847",
  8438. "reference": "5c03ee6369281177f07f7c68252a280beccba847",
  8439. "shasum": ""
  8440. },
  8441. "require": {
  8442. "php": ">=8.2"
  8443. },
  8444. "type": "library",
  8445. "autoload": {
  8446. "psr-4": {
  8447. "Symfony\\Component\\Process\\": ""
  8448. },
  8449. "exclude-from-classmap": [
  8450. "/Tests/"
  8451. ]
  8452. },
  8453. "notification-url": "https://packagist.org/downloads/",
  8454. "license": [
  8455. "MIT"
  8456. ],
  8457. "authors": [
  8458. {
  8459. "name": "Fabien Potencier",
  8460. "email": "fabien@symfony.com"
  8461. },
  8462. {
  8463. "name": "Symfony Community",
  8464. "homepage": "https://symfony.com/contributors"
  8465. }
  8466. ],
  8467. "description": "Executes commands in sub-processes",
  8468. "homepage": "https://symfony.com",
  8469. "support": {
  8470. "source": "https://github.com/symfony/process/tree/v7.1.5"
  8471. },
  8472. "funding": [
  8473. {
  8474. "url": "https://symfony.com/sponsor",
  8475. "type": "custom"
  8476. },
  8477. {
  8478. "url": "https://github.com/fabpot",
  8479. "type": "github"
  8480. },
  8481. {
  8482. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8483. "type": "tidelift"
  8484. }
  8485. ],
  8486. "time": "2024-09-19T21:48:23+00:00"
  8487. },
  8488. {
  8489. "name": "zenstruck/assert",
  8490. "version": "v1.5.0",
  8491. "source": {
  8492. "type": "git",
  8493. "url": "https://github.com/zenstruck/assert.git",
  8494. "reference": "60956bb6584a51c6c2ab9fa8707b7c013d770163"
  8495. },
  8496. "dist": {
  8497. "type": "zip",
  8498. "url": "https://api.github.com/repos/zenstruck/assert/zipball/60956bb6584a51c6c2ab9fa8707b7c013d770163",
  8499. "reference": "60956bb6584a51c6c2ab9fa8707b7c013d770163",
  8500. "shasum": ""
  8501. },
  8502. "require": {
  8503. "php": ">=8.0",
  8504. "symfony/polyfill-php81": "^1.23",
  8505. "symfony/var-exporter": "^5.4|^6.0|^7.0"
  8506. },
  8507. "require-dev": {
  8508. "phpstan/phpstan": "^1.4",
  8509. "phpunit/phpunit": "^9.5",
  8510. "symfony/phpunit-bridge": "^6.3"
  8511. },
  8512. "type": "library",
  8513. "autoload": {
  8514. "psr-4": {
  8515. "Zenstruck\\": "src/"
  8516. }
  8517. },
  8518. "notification-url": "https://packagist.org/downloads/",
  8519. "license": [
  8520. "MIT"
  8521. ],
  8522. "authors": [
  8523. {
  8524. "name": "Kevin Bond",
  8525. "email": "kevinbond@gmail.com"
  8526. }
  8527. ],
  8528. "description": "Standalone, lightweight, framework agnostic, test assertion library.",
  8529. "homepage": "https://github.com/zenstruck/assert",
  8530. "keywords": [
  8531. "assertion",
  8532. "phpunit",
  8533. "test"
  8534. ],
  8535. "support": {
  8536. "issues": "https://github.com/zenstruck/assert/issues",
  8537. "source": "https://github.com/zenstruck/assert/tree/v1.5.0"
  8538. },
  8539. "funding": [
  8540. {
  8541. "url": "https://github.com/kbond",
  8542. "type": "github"
  8543. }
  8544. ],
  8545. "time": "2023-12-02T09:08:04+00:00"
  8546. },
  8547. {
  8548. "name": "zenstruck/foundry",
  8549. "version": "v2.0.9",
  8550. "source": {
  8551. "type": "git",
  8552. "url": "https://github.com/zenstruck/foundry.git",
  8553. "reference": "b0a5d3d8b43acd4b0f356c6dcfdec6c8ebff1c08"
  8554. },
  8555. "dist": {
  8556. "type": "zip",
  8557. "url": "https://api.github.com/repos/zenstruck/foundry/zipball/b0a5d3d8b43acd4b0f356c6dcfdec6c8ebff1c08",
  8558. "reference": "b0a5d3d8b43acd4b0f356c6dcfdec6c8ebff1c08",
  8559. "shasum": ""
  8560. },
  8561. "require": {
  8562. "doctrine/persistence": "^2.0|^3.0",
  8563. "fakerphp/faker": "^1.23",
  8564. "php": ">=8.1",
  8565. "symfony/deprecation-contracts": "^2.2|^3.0",
  8566. "symfony/framework-bundle": "^6.4|^7.0",
  8567. "symfony/property-access": "^6.4|^7.0",
  8568. "symfony/var-exporter": "^6.4.9|~7.0.9|^7.1.2",
  8569. "zenstruck/assert": "^1.4"
  8570. },
  8571. "require-dev": {
  8572. "bamarni/composer-bin-plugin": "^1.8",
  8573. "dama/doctrine-test-bundle": "^7.0|^8.0",
  8574. "doctrine/collections": "^1.7|^2.0",
  8575. "doctrine/common": "^3.2",
  8576. "doctrine/doctrine-bundle": "^2.10",
  8577. "doctrine/doctrine-migrations-bundle": "^2.2|^3.0",
  8578. "doctrine/mongodb-odm-bundle": "^4.6|^5.0",
  8579. "doctrine/orm": "^2.16|^3.0",
  8580. "phpunit/phpunit": "^9.5.0 || ^10.0 || ^11.0",
  8581. "symfony/console": "^6.4|^7.0",
  8582. "symfony/dotenv": "^6.4|^7.0",
  8583. "symfony/maker-bundle": "^1.55",
  8584. "symfony/phpunit-bridge": "^6.4|^7.0",
  8585. "symfony/translation-contracts": "^3.4",
  8586. "symfony/var-dumper": "^6.4|^7.0",
  8587. "symfony/yaml": "^6.4|^7.0"
  8588. },
  8589. "type": "library",
  8590. "extra": {
  8591. "bamarni-bin": {
  8592. "target-directory": "bin/tools",
  8593. "bin-links": true,
  8594. "forward-command": false
  8595. }
  8596. },
  8597. "autoload": {
  8598. "files": [
  8599. "src/functions.php",
  8600. "src/Persistence/functions.php",
  8601. "src/phpunit_helper.php"
  8602. ],
  8603. "psr-4": {
  8604. "Zenstruck\\Foundry\\": "src/"
  8605. }
  8606. },
  8607. "notification-url": "https://packagist.org/downloads/",
  8608. "license": [
  8609. "MIT"
  8610. ],
  8611. "authors": [
  8612. {
  8613. "name": "Kevin Bond",
  8614. "email": "kevinbond@gmail.com"
  8615. },
  8616. {
  8617. "name": "Nicolas PHILIPPE",
  8618. "email": "nikophil@gmail.com"
  8619. }
  8620. ],
  8621. "description": "A model factory library for creating expressive, auto-completable, on-demand dev/test fixtures with Symfony and Doctrine.",
  8622. "homepage": "https://github.com/zenstruck/foundry",
  8623. "keywords": [
  8624. "Fixture",
  8625. "dev",
  8626. "doctrine",
  8627. "factory",
  8628. "faker",
  8629. "symfony",
  8630. "test"
  8631. ],
  8632. "support": {
  8633. "issues": "https://github.com/zenstruck/foundry/issues",
  8634. "source": "https://github.com/zenstruck/foundry/tree/v2.0.9"
  8635. },
  8636. "funding": [
  8637. {
  8638. "url": "https://github.com/kbond",
  8639. "type": "github"
  8640. }
  8641. ],
  8642. "time": "2024-09-02T18:20:52+00:00"
  8643. }
  8644. ],
  8645. "aliases": [],
  8646. "minimum-stability": "stable",
  8647. "stability-flags": [],
  8648. "prefer-stable": true,
  8649. "prefer-lowest": false,
  8650. "platform": {
  8651. "php": ">=8.2",
  8652. "ext-ctype": "*",
  8653. "ext-iconv": "*"
  8654. },
  8655. "platform-dev": [],
  8656. "plugin-api-version": "2.6.0"
  8657. }