Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

3306 lignes
117 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": "a1cdd527dcfa0ff1675f8c0f45e810e8",
  8. "packages": [
  9. {
  10. "name": "psr/clock",
  11. "version": "1.0.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/php-fig/clock.git",
  15. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  20. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.0 || ^8.0"
  25. },
  26. "type": "library",
  27. "autoload": {
  28. "psr-4": {
  29. "Psr\\Clock\\": "src/"
  30. }
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "MIT"
  35. ],
  36. "authors": [
  37. {
  38. "name": "PHP-FIG",
  39. "homepage": "https://www.php-fig.org/"
  40. }
  41. ],
  42. "description": "Common interface for reading the clock.",
  43. "homepage": "https://github.com/php-fig/clock",
  44. "keywords": [
  45. "clock",
  46. "now",
  47. "psr",
  48. "psr-20",
  49. "time"
  50. ],
  51. "support": {
  52. "issues": "https://github.com/php-fig/clock/issues",
  53. "source": "https://github.com/php-fig/clock/tree/1.0.0"
  54. },
  55. "time": "2022-11-25T14:36:26+00:00"
  56. },
  57. {
  58. "name": "psr/container",
  59. "version": "2.0.2",
  60. "source": {
  61. "type": "git",
  62. "url": "https://github.com/php-fig/container.git",
  63. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  64. },
  65. "dist": {
  66. "type": "zip",
  67. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  68. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  69. "shasum": ""
  70. },
  71. "require": {
  72. "php": ">=7.4.0"
  73. },
  74. "type": "library",
  75. "extra": {
  76. "branch-alias": {
  77. "dev-master": "2.0.x-dev"
  78. }
  79. },
  80. "autoload": {
  81. "psr-4": {
  82. "Psr\\Container\\": "src/"
  83. }
  84. },
  85. "notification-url": "https://packagist.org/downloads/",
  86. "license": [
  87. "MIT"
  88. ],
  89. "authors": [
  90. {
  91. "name": "PHP-FIG",
  92. "homepage": "https://www.php-fig.org/"
  93. }
  94. ],
  95. "description": "Common Container Interface (PHP FIG PSR-11)",
  96. "homepage": "https://github.com/php-fig/container",
  97. "keywords": [
  98. "PSR-11",
  99. "container",
  100. "container-interface",
  101. "container-interop",
  102. "psr"
  103. ],
  104. "support": {
  105. "issues": "https://github.com/php-fig/container/issues",
  106. "source": "https://github.com/php-fig/container/tree/2.0.2"
  107. },
  108. "time": "2021-11-05T16:47:00+00:00"
  109. },
  110. {
  111. "name": "psr/event-dispatcher",
  112. "version": "1.0.0",
  113. "source": {
  114. "type": "git",
  115. "url": "https://github.com/php-fig/event-dispatcher.git",
  116. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  117. },
  118. "dist": {
  119. "type": "zip",
  120. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  121. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  122. "shasum": ""
  123. },
  124. "require": {
  125. "php": ">=7.2.0"
  126. },
  127. "type": "library",
  128. "extra": {
  129. "branch-alias": {
  130. "dev-master": "1.0.x-dev"
  131. }
  132. },
  133. "autoload": {
  134. "psr-4": {
  135. "Psr\\EventDispatcher\\": "src/"
  136. }
  137. },
  138. "notification-url": "https://packagist.org/downloads/",
  139. "license": [
  140. "MIT"
  141. ],
  142. "authors": [
  143. {
  144. "name": "PHP-FIG",
  145. "homepage": "http://www.php-fig.org/"
  146. }
  147. ],
  148. "description": "Standard interfaces for event handling.",
  149. "keywords": [
  150. "events",
  151. "psr",
  152. "psr-14"
  153. ],
  154. "support": {
  155. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  156. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  157. },
  158. "time": "2019-01-08T18:20:26+00:00"
  159. },
  160. {
  161. "name": "psr/log",
  162. "version": "3.0.0",
  163. "source": {
  164. "type": "git",
  165. "url": "https://github.com/php-fig/log.git",
  166. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
  167. },
  168. "dist": {
  169. "type": "zip",
  170. "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
  171. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
  172. "shasum": ""
  173. },
  174. "require": {
  175. "php": ">=8.0.0"
  176. },
  177. "type": "library",
  178. "extra": {
  179. "branch-alias": {
  180. "dev-master": "3.x-dev"
  181. }
  182. },
  183. "autoload": {
  184. "psr-4": {
  185. "Psr\\Log\\": "src"
  186. }
  187. },
  188. "notification-url": "https://packagist.org/downloads/",
  189. "license": [
  190. "MIT"
  191. ],
  192. "authors": [
  193. {
  194. "name": "PHP-FIG",
  195. "homepage": "https://www.php-fig.org/"
  196. }
  197. ],
  198. "description": "Common interface for logging libraries",
  199. "homepage": "https://github.com/php-fig/log",
  200. "keywords": [
  201. "log",
  202. "psr",
  203. "psr-3"
  204. ],
  205. "support": {
  206. "source": "https://github.com/php-fig/log/tree/3.0.0"
  207. },
  208. "time": "2021-07-14T16:46:02+00:00"
  209. },
  210. {
  211. "name": "symfony/clock",
  212. "version": "v6.3.4",
  213. "source": {
  214. "type": "git",
  215. "url": "https://github.com/symfony/clock.git",
  216. "reference": "a74086d3db70d0f06ffd84480daa556248706e98"
  217. },
  218. "dist": {
  219. "type": "zip",
  220. "url": "https://api.github.com/repos/symfony/clock/zipball/a74086d3db70d0f06ffd84480daa556248706e98",
  221. "reference": "a74086d3db70d0f06ffd84480daa556248706e98",
  222. "shasum": ""
  223. },
  224. "require": {
  225. "php": ">=8.1",
  226. "psr/clock": "^1.0"
  227. },
  228. "provide": {
  229. "psr/clock-implementation": "1.0"
  230. },
  231. "type": "library",
  232. "autoload": {
  233. "files": [
  234. "Resources/now.php"
  235. ],
  236. "psr-4": {
  237. "Symfony\\Component\\Clock\\": ""
  238. },
  239. "exclude-from-classmap": [
  240. "/Tests/"
  241. ]
  242. },
  243. "notification-url": "https://packagist.org/downloads/",
  244. "license": [
  245. "MIT"
  246. ],
  247. "authors": [
  248. {
  249. "name": "Nicolas Grekas",
  250. "email": "p@tchwork.com"
  251. },
  252. {
  253. "name": "Symfony Community",
  254. "homepage": "https://symfony.com/contributors"
  255. }
  256. ],
  257. "description": "Decouples applications from the system clock",
  258. "homepage": "https://symfony.com",
  259. "keywords": [
  260. "clock",
  261. "psr20",
  262. "time"
  263. ],
  264. "support": {
  265. "source": "https://github.com/symfony/clock/tree/v6.3.4"
  266. },
  267. "funding": [
  268. {
  269. "url": "https://symfony.com/sponsor",
  270. "type": "custom"
  271. },
  272. {
  273. "url": "https://github.com/fabpot",
  274. "type": "github"
  275. },
  276. {
  277. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  278. "type": "tidelift"
  279. }
  280. ],
  281. "time": "2023-07-31T11:35:03+00:00"
  282. },
  283. {
  284. "name": "symfony/config",
  285. "version": "v6.3.2",
  286. "source": {
  287. "type": "git",
  288. "url": "https://github.com/symfony/config.git",
  289. "reference": "b47ca238b03e7b0d7880ffd1cf06e8d637ca1467"
  290. },
  291. "dist": {
  292. "type": "zip",
  293. "url": "https://api.github.com/repos/symfony/config/zipball/b47ca238b03e7b0d7880ffd1cf06e8d637ca1467",
  294. "reference": "b47ca238b03e7b0d7880ffd1cf06e8d637ca1467",
  295. "shasum": ""
  296. },
  297. "require": {
  298. "php": ">=8.1",
  299. "symfony/deprecation-contracts": "^2.5|^3",
  300. "symfony/filesystem": "^5.4|^6.0",
  301. "symfony/polyfill-ctype": "~1.8"
  302. },
  303. "conflict": {
  304. "symfony/finder": "<5.4",
  305. "symfony/service-contracts": "<2.5"
  306. },
  307. "require-dev": {
  308. "symfony/event-dispatcher": "^5.4|^6.0",
  309. "symfony/finder": "^5.4|^6.0",
  310. "symfony/messenger": "^5.4|^6.0",
  311. "symfony/service-contracts": "^2.5|^3",
  312. "symfony/yaml": "^5.4|^6.0"
  313. },
  314. "type": "library",
  315. "autoload": {
  316. "psr-4": {
  317. "Symfony\\Component\\Config\\": ""
  318. },
  319. "exclude-from-classmap": [
  320. "/Tests/"
  321. ]
  322. },
  323. "notification-url": "https://packagist.org/downloads/",
  324. "license": [
  325. "MIT"
  326. ],
  327. "authors": [
  328. {
  329. "name": "Fabien Potencier",
  330. "email": "fabien@symfony.com"
  331. },
  332. {
  333. "name": "Symfony Community",
  334. "homepage": "https://symfony.com/contributors"
  335. }
  336. ],
  337. "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
  338. "homepage": "https://symfony.com",
  339. "support": {
  340. "source": "https://github.com/symfony/config/tree/v6.3.2"
  341. },
  342. "funding": [
  343. {
  344. "url": "https://symfony.com/sponsor",
  345. "type": "custom"
  346. },
  347. {
  348. "url": "https://github.com/fabpot",
  349. "type": "github"
  350. },
  351. {
  352. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  353. "type": "tidelift"
  354. }
  355. ],
  356. "time": "2023-07-19T20:22:16+00:00"
  357. },
  358. {
  359. "name": "symfony/dependency-injection",
  360. "version": "v6.3.5",
  361. "source": {
  362. "type": "git",
  363. "url": "https://github.com/symfony/dependency-injection.git",
  364. "reference": "2ed62b3bf98346e1f45529a7b6be2196739bb993"
  365. },
  366. "dist": {
  367. "type": "zip",
  368. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2ed62b3bf98346e1f45529a7b6be2196739bb993",
  369. "reference": "2ed62b3bf98346e1f45529a7b6be2196739bb993",
  370. "shasum": ""
  371. },
  372. "require": {
  373. "php": ">=8.1",
  374. "psr/container": "^1.1|^2.0",
  375. "symfony/deprecation-contracts": "^2.5|^3",
  376. "symfony/service-contracts": "^2.5|^3.0",
  377. "symfony/var-exporter": "^6.2.10"
  378. },
  379. "conflict": {
  380. "ext-psr": "<1.1|>=2",
  381. "symfony/config": "<6.1",
  382. "symfony/finder": "<5.4",
  383. "symfony/proxy-manager-bridge": "<6.3",
  384. "symfony/yaml": "<5.4"
  385. },
  386. "provide": {
  387. "psr/container-implementation": "1.1|2.0",
  388. "symfony/service-implementation": "1.1|2.0|3.0"
  389. },
  390. "require-dev": {
  391. "symfony/config": "^6.1",
  392. "symfony/expression-language": "^5.4|^6.0",
  393. "symfony/yaml": "^5.4|^6.0"
  394. },
  395. "type": "library",
  396. "autoload": {
  397. "psr-4": {
  398. "Symfony\\Component\\DependencyInjection\\": ""
  399. },
  400. "exclude-from-classmap": [
  401. "/Tests/"
  402. ]
  403. },
  404. "notification-url": "https://packagist.org/downloads/",
  405. "license": [
  406. "MIT"
  407. ],
  408. "authors": [
  409. {
  410. "name": "Fabien Potencier",
  411. "email": "fabien@symfony.com"
  412. },
  413. {
  414. "name": "Symfony Community",
  415. "homepage": "https://symfony.com/contributors"
  416. }
  417. ],
  418. "description": "Allows you to standardize and centralize the way objects are constructed in your application",
  419. "homepage": "https://symfony.com",
  420. "support": {
  421. "source": "https://github.com/symfony/dependency-injection/tree/v6.3.5"
  422. },
  423. "funding": [
  424. {
  425. "url": "https://symfony.com/sponsor",
  426. "type": "custom"
  427. },
  428. {
  429. "url": "https://github.com/fabpot",
  430. "type": "github"
  431. },
  432. {
  433. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  434. "type": "tidelift"
  435. }
  436. ],
  437. "time": "2023-09-25T16:46:40+00:00"
  438. },
  439. {
  440. "name": "symfony/deprecation-contracts",
  441. "version": "v3.3.0",
  442. "source": {
  443. "type": "git",
  444. "url": "https://github.com/symfony/deprecation-contracts.git",
  445. "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
  446. },
  447. "dist": {
  448. "type": "zip",
  449. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
  450. "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
  451. "shasum": ""
  452. },
  453. "require": {
  454. "php": ">=8.1"
  455. },
  456. "type": "library",
  457. "extra": {
  458. "branch-alias": {
  459. "dev-main": "3.4-dev"
  460. },
  461. "thanks": {
  462. "name": "symfony/contracts",
  463. "url": "https://github.com/symfony/contracts"
  464. }
  465. },
  466. "autoload": {
  467. "files": [
  468. "function.php"
  469. ]
  470. },
  471. "notification-url": "https://packagist.org/downloads/",
  472. "license": [
  473. "MIT"
  474. ],
  475. "authors": [
  476. {
  477. "name": "Nicolas Grekas",
  478. "email": "p@tchwork.com"
  479. },
  480. {
  481. "name": "Symfony Community",
  482. "homepage": "https://symfony.com/contributors"
  483. }
  484. ],
  485. "description": "A generic function and convention to trigger deprecation notices",
  486. "homepage": "https://symfony.com",
  487. "support": {
  488. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
  489. },
  490. "funding": [
  491. {
  492. "url": "https://symfony.com/sponsor",
  493. "type": "custom"
  494. },
  495. {
  496. "url": "https://github.com/fabpot",
  497. "type": "github"
  498. },
  499. {
  500. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  501. "type": "tidelift"
  502. }
  503. ],
  504. "time": "2023-05-23T14:45:45+00:00"
  505. },
  506. {
  507. "name": "symfony/error-handler",
  508. "version": "v6.3.5",
  509. "source": {
  510. "type": "git",
  511. "url": "https://github.com/symfony/error-handler.git",
  512. "reference": "1f69476b64fb47105c06beef757766c376b548c4"
  513. },
  514. "dist": {
  515. "type": "zip",
  516. "url": "https://api.github.com/repos/symfony/error-handler/zipball/1f69476b64fb47105c06beef757766c376b548c4",
  517. "reference": "1f69476b64fb47105c06beef757766c376b548c4",
  518. "shasum": ""
  519. },
  520. "require": {
  521. "php": ">=8.1",
  522. "psr/log": "^1|^2|^3",
  523. "symfony/var-dumper": "^5.4|^6.0"
  524. },
  525. "conflict": {
  526. "symfony/deprecation-contracts": "<2.5"
  527. },
  528. "require-dev": {
  529. "symfony/deprecation-contracts": "^2.5|^3",
  530. "symfony/http-kernel": "^5.4|^6.0",
  531. "symfony/serializer": "^5.4|^6.0"
  532. },
  533. "bin": [
  534. "Resources/bin/patch-type-declarations"
  535. ],
  536. "type": "library",
  537. "autoload": {
  538. "psr-4": {
  539. "Symfony\\Component\\ErrorHandler\\": ""
  540. },
  541. "exclude-from-classmap": [
  542. "/Tests/"
  543. ]
  544. },
  545. "notification-url": "https://packagist.org/downloads/",
  546. "license": [
  547. "MIT"
  548. ],
  549. "authors": [
  550. {
  551. "name": "Fabien Potencier",
  552. "email": "fabien@symfony.com"
  553. },
  554. {
  555. "name": "Symfony Community",
  556. "homepage": "https://symfony.com/contributors"
  557. }
  558. ],
  559. "description": "Provides tools to manage errors and ease debugging PHP code",
  560. "homepage": "https://symfony.com",
  561. "support": {
  562. "source": "https://github.com/symfony/error-handler/tree/v6.3.5"
  563. },
  564. "funding": [
  565. {
  566. "url": "https://symfony.com/sponsor",
  567. "type": "custom"
  568. },
  569. {
  570. "url": "https://github.com/fabpot",
  571. "type": "github"
  572. },
  573. {
  574. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  575. "type": "tidelift"
  576. }
  577. ],
  578. "time": "2023-09-12T06:57:20+00:00"
  579. },
  580. {
  581. "name": "symfony/event-dispatcher",
  582. "version": "v6.3.2",
  583. "source": {
  584. "type": "git",
  585. "url": "https://github.com/symfony/event-dispatcher.git",
  586. "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e"
  587. },
  588. "dist": {
  589. "type": "zip",
  590. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
  591. "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
  592. "shasum": ""
  593. },
  594. "require": {
  595. "php": ">=8.1",
  596. "symfony/event-dispatcher-contracts": "^2.5|^3"
  597. },
  598. "conflict": {
  599. "symfony/dependency-injection": "<5.4",
  600. "symfony/service-contracts": "<2.5"
  601. },
  602. "provide": {
  603. "psr/event-dispatcher-implementation": "1.0",
  604. "symfony/event-dispatcher-implementation": "2.0|3.0"
  605. },
  606. "require-dev": {
  607. "psr/log": "^1|^2|^3",
  608. "symfony/config": "^5.4|^6.0",
  609. "symfony/dependency-injection": "^5.4|^6.0",
  610. "symfony/error-handler": "^5.4|^6.0",
  611. "symfony/expression-language": "^5.4|^6.0",
  612. "symfony/http-foundation": "^5.4|^6.0",
  613. "symfony/service-contracts": "^2.5|^3",
  614. "symfony/stopwatch": "^5.4|^6.0"
  615. },
  616. "type": "library",
  617. "autoload": {
  618. "psr-4": {
  619. "Symfony\\Component\\EventDispatcher\\": ""
  620. },
  621. "exclude-from-classmap": [
  622. "/Tests/"
  623. ]
  624. },
  625. "notification-url": "https://packagist.org/downloads/",
  626. "license": [
  627. "MIT"
  628. ],
  629. "authors": [
  630. {
  631. "name": "Fabien Potencier",
  632. "email": "fabien@symfony.com"
  633. },
  634. {
  635. "name": "Symfony Community",
  636. "homepage": "https://symfony.com/contributors"
  637. }
  638. ],
  639. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  640. "homepage": "https://symfony.com",
  641. "support": {
  642. "source": "https://github.com/symfony/event-dispatcher/tree/v6.3.2"
  643. },
  644. "funding": [
  645. {
  646. "url": "https://symfony.com/sponsor",
  647. "type": "custom"
  648. },
  649. {
  650. "url": "https://github.com/fabpot",
  651. "type": "github"
  652. },
  653. {
  654. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  655. "type": "tidelift"
  656. }
  657. ],
  658. "time": "2023-07-06T06:56:43+00:00"
  659. },
  660. {
  661. "name": "symfony/event-dispatcher-contracts",
  662. "version": "v3.3.0",
  663. "source": {
  664. "type": "git",
  665. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  666. "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
  667. },
  668. "dist": {
  669. "type": "zip",
  670. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
  671. "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
  672. "shasum": ""
  673. },
  674. "require": {
  675. "php": ">=8.1",
  676. "psr/event-dispatcher": "^1"
  677. },
  678. "type": "library",
  679. "extra": {
  680. "branch-alias": {
  681. "dev-main": "3.4-dev"
  682. },
  683. "thanks": {
  684. "name": "symfony/contracts",
  685. "url": "https://github.com/symfony/contracts"
  686. }
  687. },
  688. "autoload": {
  689. "psr-4": {
  690. "Symfony\\Contracts\\EventDispatcher\\": ""
  691. }
  692. },
  693. "notification-url": "https://packagist.org/downloads/",
  694. "license": [
  695. "MIT"
  696. ],
  697. "authors": [
  698. {
  699. "name": "Nicolas Grekas",
  700. "email": "p@tchwork.com"
  701. },
  702. {
  703. "name": "Symfony Community",
  704. "homepage": "https://symfony.com/contributors"
  705. }
  706. ],
  707. "description": "Generic abstractions related to dispatching event",
  708. "homepage": "https://symfony.com",
  709. "keywords": [
  710. "abstractions",
  711. "contracts",
  712. "decoupling",
  713. "interfaces",
  714. "interoperability",
  715. "standards"
  716. ],
  717. "support": {
  718. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0"
  719. },
  720. "funding": [
  721. {
  722. "url": "https://symfony.com/sponsor",
  723. "type": "custom"
  724. },
  725. {
  726. "url": "https://github.com/fabpot",
  727. "type": "github"
  728. },
  729. {
  730. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  731. "type": "tidelift"
  732. }
  733. ],
  734. "time": "2023-05-23T14:45:45+00:00"
  735. },
  736. {
  737. "name": "symfony/filesystem",
  738. "version": "v6.3.1",
  739. "source": {
  740. "type": "git",
  741. "url": "https://github.com/symfony/filesystem.git",
  742. "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae"
  743. },
  744. "dist": {
  745. "type": "zip",
  746. "url": "https://api.github.com/repos/symfony/filesystem/zipball/edd36776956f2a6fcf577edb5b05eb0e3bdc52ae",
  747. "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae",
  748. "shasum": ""
  749. },
  750. "require": {
  751. "php": ">=8.1",
  752. "symfony/polyfill-ctype": "~1.8",
  753. "symfony/polyfill-mbstring": "~1.8"
  754. },
  755. "type": "library",
  756. "autoload": {
  757. "psr-4": {
  758. "Symfony\\Component\\Filesystem\\": ""
  759. },
  760. "exclude-from-classmap": [
  761. "/Tests/"
  762. ]
  763. },
  764. "notification-url": "https://packagist.org/downloads/",
  765. "license": [
  766. "MIT"
  767. ],
  768. "authors": [
  769. {
  770. "name": "Fabien Potencier",
  771. "email": "fabien@symfony.com"
  772. },
  773. {
  774. "name": "Symfony Community",
  775. "homepage": "https://symfony.com/contributors"
  776. }
  777. ],
  778. "description": "Provides basic utilities for the filesystem",
  779. "homepage": "https://symfony.com",
  780. "support": {
  781. "source": "https://github.com/symfony/filesystem/tree/v6.3.1"
  782. },
  783. "funding": [
  784. {
  785. "url": "https://symfony.com/sponsor",
  786. "type": "custom"
  787. },
  788. {
  789. "url": "https://github.com/fabpot",
  790. "type": "github"
  791. },
  792. {
  793. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  794. "type": "tidelift"
  795. }
  796. ],
  797. "time": "2023-06-01T08:30:39+00:00"
  798. },
  799. {
  800. "name": "symfony/http-foundation",
  801. "version": "v6.3.5",
  802. "source": {
  803. "type": "git",
  804. "url": "https://github.com/symfony/http-foundation.git",
  805. "reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957"
  806. },
  807. "dist": {
  808. "type": "zip",
  809. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b50f5e281d722cb0f4c296f908bacc3e2b721957",
  810. "reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957",
  811. "shasum": ""
  812. },
  813. "require": {
  814. "php": ">=8.1",
  815. "symfony/deprecation-contracts": "^2.5|^3",
  816. "symfony/polyfill-mbstring": "~1.1",
  817. "symfony/polyfill-php83": "^1.27"
  818. },
  819. "conflict": {
  820. "symfony/cache": "<6.2"
  821. },
  822. "require-dev": {
  823. "doctrine/dbal": "^2.13.1|^3.0",
  824. "predis/predis": "^1.1|^2.0",
  825. "symfony/cache": "^5.4|^6.0",
  826. "symfony/dependency-injection": "^5.4|^6.0",
  827. "symfony/expression-language": "^5.4|^6.0",
  828. "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
  829. "symfony/mime": "^5.4|^6.0",
  830. "symfony/rate-limiter": "^5.2|^6.0"
  831. },
  832. "type": "library",
  833. "autoload": {
  834. "psr-4": {
  835. "Symfony\\Component\\HttpFoundation\\": ""
  836. },
  837. "exclude-from-classmap": [
  838. "/Tests/"
  839. ]
  840. },
  841. "notification-url": "https://packagist.org/downloads/",
  842. "license": [
  843. "MIT"
  844. ],
  845. "authors": [
  846. {
  847. "name": "Fabien Potencier",
  848. "email": "fabien@symfony.com"
  849. },
  850. {
  851. "name": "Symfony Community",
  852. "homepage": "https://symfony.com/contributors"
  853. }
  854. ],
  855. "description": "Defines an object-oriented layer for the HTTP specification",
  856. "homepage": "https://symfony.com",
  857. "support": {
  858. "source": "https://github.com/symfony/http-foundation/tree/v6.3.5"
  859. },
  860. "funding": [
  861. {
  862. "url": "https://symfony.com/sponsor",
  863. "type": "custom"
  864. },
  865. {
  866. "url": "https://github.com/fabpot",
  867. "type": "github"
  868. },
  869. {
  870. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  871. "type": "tidelift"
  872. }
  873. ],
  874. "time": "2023-09-04T21:33:54+00:00"
  875. },
  876. {
  877. "name": "symfony/http-kernel",
  878. "version": "v6.3.5",
  879. "source": {
  880. "type": "git",
  881. "url": "https://github.com/symfony/http-kernel.git",
  882. "reference": "9f991a964368bee8d883e8d57ced4fe9fff04dfc"
  883. },
  884. "dist": {
  885. "type": "zip",
  886. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9f991a964368bee8d883e8d57ced4fe9fff04dfc",
  887. "reference": "9f991a964368bee8d883e8d57ced4fe9fff04dfc",
  888. "shasum": ""
  889. },
  890. "require": {
  891. "php": ">=8.1",
  892. "psr/log": "^1|^2|^3",
  893. "symfony/deprecation-contracts": "^2.5|^3",
  894. "symfony/error-handler": "^6.3",
  895. "symfony/event-dispatcher": "^5.4|^6.0",
  896. "symfony/http-foundation": "^6.3.4",
  897. "symfony/polyfill-ctype": "^1.8"
  898. },
  899. "conflict": {
  900. "symfony/browser-kit": "<5.4",
  901. "symfony/cache": "<5.4",
  902. "symfony/config": "<6.1",
  903. "symfony/console": "<5.4",
  904. "symfony/dependency-injection": "<6.3.4",
  905. "symfony/doctrine-bridge": "<5.4",
  906. "symfony/form": "<5.4",
  907. "symfony/http-client": "<5.4",
  908. "symfony/http-client-contracts": "<2.5",
  909. "symfony/mailer": "<5.4",
  910. "symfony/messenger": "<5.4",
  911. "symfony/translation": "<5.4",
  912. "symfony/translation-contracts": "<2.5",
  913. "symfony/twig-bridge": "<5.4",
  914. "symfony/validator": "<5.4",
  915. "symfony/var-dumper": "<6.3",
  916. "twig/twig": "<2.13"
  917. },
  918. "provide": {
  919. "psr/log-implementation": "1.0|2.0|3.0"
  920. },
  921. "require-dev": {
  922. "psr/cache": "^1.0|^2.0|^3.0",
  923. "symfony/browser-kit": "^5.4|^6.0",
  924. "symfony/clock": "^6.2",
  925. "symfony/config": "^6.1",
  926. "symfony/console": "^5.4|^6.0",
  927. "symfony/css-selector": "^5.4|^6.0",
  928. "symfony/dependency-injection": "^6.3.4",
  929. "symfony/dom-crawler": "^5.4|^6.0",
  930. "symfony/expression-language": "^5.4|^6.0",
  931. "symfony/finder": "^5.4|^6.0",
  932. "symfony/http-client-contracts": "^2.5|^3",
  933. "symfony/process": "^5.4|^6.0",
  934. "symfony/property-access": "^5.4.5|^6.0.5",
  935. "symfony/routing": "^5.4|^6.0",
  936. "symfony/serializer": "^6.3",
  937. "symfony/stopwatch": "^5.4|^6.0",
  938. "symfony/translation": "^5.4|^6.0",
  939. "symfony/translation-contracts": "^2.5|^3",
  940. "symfony/uid": "^5.4|^6.0",
  941. "symfony/validator": "^6.3",
  942. "symfony/var-exporter": "^6.2",
  943. "twig/twig": "^2.13|^3.0.4"
  944. },
  945. "type": "library",
  946. "autoload": {
  947. "psr-4": {
  948. "Symfony\\Component\\HttpKernel\\": ""
  949. },
  950. "exclude-from-classmap": [
  951. "/Tests/"
  952. ]
  953. },
  954. "notification-url": "https://packagist.org/downloads/",
  955. "license": [
  956. "MIT"
  957. ],
  958. "authors": [
  959. {
  960. "name": "Fabien Potencier",
  961. "email": "fabien@symfony.com"
  962. },
  963. {
  964. "name": "Symfony Community",
  965. "homepage": "https://symfony.com/contributors"
  966. }
  967. ],
  968. "description": "Provides a structured process for converting a Request into a Response",
  969. "homepage": "https://symfony.com",
  970. "support": {
  971. "source": "https://github.com/symfony/http-kernel/tree/v6.3.5"
  972. },
  973. "funding": [
  974. {
  975. "url": "https://symfony.com/sponsor",
  976. "type": "custom"
  977. },
  978. {
  979. "url": "https://github.com/fabpot",
  980. "type": "github"
  981. },
  982. {
  983. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  984. "type": "tidelift"
  985. }
  986. ],
  987. "time": "2023-09-30T06:37:04+00:00"
  988. },
  989. {
  990. "name": "symfony/password-hasher",
  991. "version": "v6.3.5",
  992. "source": {
  993. "type": "git",
  994. "url": "https://github.com/symfony/password-hasher.git",
  995. "reference": "278d3a49715073879f75e372ad80b8cfeca949d3"
  996. },
  997. "dist": {
  998. "type": "zip",
  999. "url": "https://api.github.com/repos/symfony/password-hasher/zipball/278d3a49715073879f75e372ad80b8cfeca949d3",
  1000. "reference": "278d3a49715073879f75e372ad80b8cfeca949d3",
  1001. "shasum": ""
  1002. },
  1003. "require": {
  1004. "php": ">=8.1"
  1005. },
  1006. "conflict": {
  1007. "symfony/security-core": "<5.4"
  1008. },
  1009. "require-dev": {
  1010. "symfony/console": "^5.4|^6.0",
  1011. "symfony/security-core": "^5.4|^6.0"
  1012. },
  1013. "type": "library",
  1014. "autoload": {
  1015. "psr-4": {
  1016. "Symfony\\Component\\PasswordHasher\\": ""
  1017. },
  1018. "exclude-from-classmap": [
  1019. "/Tests/"
  1020. ]
  1021. },
  1022. "notification-url": "https://packagist.org/downloads/",
  1023. "license": [
  1024. "MIT"
  1025. ],
  1026. "authors": [
  1027. {
  1028. "name": "Robin Chalas",
  1029. "email": "robin.chalas@gmail.com"
  1030. },
  1031. {
  1032. "name": "Symfony Community",
  1033. "homepage": "https://symfony.com/contributors"
  1034. }
  1035. ],
  1036. "description": "Provides password hashing utilities",
  1037. "homepage": "https://symfony.com",
  1038. "keywords": [
  1039. "hashing",
  1040. "password"
  1041. ],
  1042. "support": {
  1043. "source": "https://github.com/symfony/password-hasher/tree/v6.3.5"
  1044. },
  1045. "funding": [
  1046. {
  1047. "url": "https://symfony.com/sponsor",
  1048. "type": "custom"
  1049. },
  1050. {
  1051. "url": "https://github.com/fabpot",
  1052. "type": "github"
  1053. },
  1054. {
  1055. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1056. "type": "tidelift"
  1057. }
  1058. ],
  1059. "time": "2023-09-25T17:05:16+00:00"
  1060. },
  1061. {
  1062. "name": "symfony/polyfill-ctype",
  1063. "version": "v1.28.0",
  1064. "source": {
  1065. "type": "git",
  1066. "url": "https://github.com/symfony/polyfill-ctype.git",
  1067. "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
  1068. },
  1069. "dist": {
  1070. "type": "zip",
  1071. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
  1072. "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
  1073. "shasum": ""
  1074. },
  1075. "require": {
  1076. "php": ">=7.1"
  1077. },
  1078. "provide": {
  1079. "ext-ctype": "*"
  1080. },
  1081. "suggest": {
  1082. "ext-ctype": "For best performance"
  1083. },
  1084. "type": "library",
  1085. "extra": {
  1086. "branch-alias": {
  1087. "dev-main": "1.28-dev"
  1088. },
  1089. "thanks": {
  1090. "name": "symfony/polyfill",
  1091. "url": "https://github.com/symfony/polyfill"
  1092. }
  1093. },
  1094. "autoload": {
  1095. "files": [
  1096. "bootstrap.php"
  1097. ],
  1098. "psr-4": {
  1099. "Symfony\\Polyfill\\Ctype\\": ""
  1100. }
  1101. },
  1102. "notification-url": "https://packagist.org/downloads/",
  1103. "license": [
  1104. "MIT"
  1105. ],
  1106. "authors": [
  1107. {
  1108. "name": "Gert de Pagter",
  1109. "email": "BackEndTea@gmail.com"
  1110. },
  1111. {
  1112. "name": "Symfony Community",
  1113. "homepage": "https://symfony.com/contributors"
  1114. }
  1115. ],
  1116. "description": "Symfony polyfill for ctype functions",
  1117. "homepage": "https://symfony.com",
  1118. "keywords": [
  1119. "compatibility",
  1120. "ctype",
  1121. "polyfill",
  1122. "portable"
  1123. ],
  1124. "support": {
  1125. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
  1126. },
  1127. "funding": [
  1128. {
  1129. "url": "https://symfony.com/sponsor",
  1130. "type": "custom"
  1131. },
  1132. {
  1133. "url": "https://github.com/fabpot",
  1134. "type": "github"
  1135. },
  1136. {
  1137. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1138. "type": "tidelift"
  1139. }
  1140. ],
  1141. "time": "2023-01-26T09:26:14+00:00"
  1142. },
  1143. {
  1144. "name": "symfony/polyfill-intl-grapheme",
  1145. "version": "v1.28.0",
  1146. "source": {
  1147. "type": "git",
  1148. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  1149. "reference": "875e90aeea2777b6f135677f618529449334a612"
  1150. },
  1151. "dist": {
  1152. "type": "zip",
  1153. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
  1154. "reference": "875e90aeea2777b6f135677f618529449334a612",
  1155. "shasum": ""
  1156. },
  1157. "require": {
  1158. "php": ">=7.1"
  1159. },
  1160. "suggest": {
  1161. "ext-intl": "For best performance"
  1162. },
  1163. "type": "library",
  1164. "extra": {
  1165. "branch-alias": {
  1166. "dev-main": "1.28-dev"
  1167. },
  1168. "thanks": {
  1169. "name": "symfony/polyfill",
  1170. "url": "https://github.com/symfony/polyfill"
  1171. }
  1172. },
  1173. "autoload": {
  1174. "files": [
  1175. "bootstrap.php"
  1176. ],
  1177. "psr-4": {
  1178. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  1179. }
  1180. },
  1181. "notification-url": "https://packagist.org/downloads/",
  1182. "license": [
  1183. "MIT"
  1184. ],
  1185. "authors": [
  1186. {
  1187. "name": "Nicolas Grekas",
  1188. "email": "p@tchwork.com"
  1189. },
  1190. {
  1191. "name": "Symfony Community",
  1192. "homepage": "https://symfony.com/contributors"
  1193. }
  1194. ],
  1195. "description": "Symfony polyfill for intl's grapheme_* functions",
  1196. "homepage": "https://symfony.com",
  1197. "keywords": [
  1198. "compatibility",
  1199. "grapheme",
  1200. "intl",
  1201. "polyfill",
  1202. "portable",
  1203. "shim"
  1204. ],
  1205. "support": {
  1206. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
  1207. },
  1208. "funding": [
  1209. {
  1210. "url": "https://symfony.com/sponsor",
  1211. "type": "custom"
  1212. },
  1213. {
  1214. "url": "https://github.com/fabpot",
  1215. "type": "github"
  1216. },
  1217. {
  1218. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1219. "type": "tidelift"
  1220. }
  1221. ],
  1222. "time": "2023-01-26T09:26:14+00:00"
  1223. },
  1224. {
  1225. "name": "symfony/polyfill-intl-normalizer",
  1226. "version": "v1.28.0",
  1227. "source": {
  1228. "type": "git",
  1229. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  1230. "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
  1231. },
  1232. "dist": {
  1233. "type": "zip",
  1234. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
  1235. "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
  1236. "shasum": ""
  1237. },
  1238. "require": {
  1239. "php": ">=7.1"
  1240. },
  1241. "suggest": {
  1242. "ext-intl": "For best performance"
  1243. },
  1244. "type": "library",
  1245. "extra": {
  1246. "branch-alias": {
  1247. "dev-main": "1.28-dev"
  1248. },
  1249. "thanks": {
  1250. "name": "symfony/polyfill",
  1251. "url": "https://github.com/symfony/polyfill"
  1252. }
  1253. },
  1254. "autoload": {
  1255. "files": [
  1256. "bootstrap.php"
  1257. ],
  1258. "psr-4": {
  1259. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  1260. },
  1261. "classmap": [
  1262. "Resources/stubs"
  1263. ]
  1264. },
  1265. "notification-url": "https://packagist.org/downloads/",
  1266. "license": [
  1267. "MIT"
  1268. ],
  1269. "authors": [
  1270. {
  1271. "name": "Nicolas Grekas",
  1272. "email": "p@tchwork.com"
  1273. },
  1274. {
  1275. "name": "Symfony Community",
  1276. "homepage": "https://symfony.com/contributors"
  1277. }
  1278. ],
  1279. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  1280. "homepage": "https://symfony.com",
  1281. "keywords": [
  1282. "compatibility",
  1283. "intl",
  1284. "normalizer",
  1285. "polyfill",
  1286. "portable",
  1287. "shim"
  1288. ],
  1289. "support": {
  1290. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
  1291. },
  1292. "funding": [
  1293. {
  1294. "url": "https://symfony.com/sponsor",
  1295. "type": "custom"
  1296. },
  1297. {
  1298. "url": "https://github.com/fabpot",
  1299. "type": "github"
  1300. },
  1301. {
  1302. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1303. "type": "tidelift"
  1304. }
  1305. ],
  1306. "time": "2023-01-26T09:26:14+00:00"
  1307. },
  1308. {
  1309. "name": "symfony/polyfill-mbstring",
  1310. "version": "v1.28.0",
  1311. "source": {
  1312. "type": "git",
  1313. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1314. "reference": "42292d99c55abe617799667f454222c54c60e229"
  1315. },
  1316. "dist": {
  1317. "type": "zip",
  1318. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
  1319. "reference": "42292d99c55abe617799667f454222c54c60e229",
  1320. "shasum": ""
  1321. },
  1322. "require": {
  1323. "php": ">=7.1"
  1324. },
  1325. "provide": {
  1326. "ext-mbstring": "*"
  1327. },
  1328. "suggest": {
  1329. "ext-mbstring": "For best performance"
  1330. },
  1331. "type": "library",
  1332. "extra": {
  1333. "branch-alias": {
  1334. "dev-main": "1.28-dev"
  1335. },
  1336. "thanks": {
  1337. "name": "symfony/polyfill",
  1338. "url": "https://github.com/symfony/polyfill"
  1339. }
  1340. },
  1341. "autoload": {
  1342. "files": [
  1343. "bootstrap.php"
  1344. ],
  1345. "psr-4": {
  1346. "Symfony\\Polyfill\\Mbstring\\": ""
  1347. }
  1348. },
  1349. "notification-url": "https://packagist.org/downloads/",
  1350. "license": [
  1351. "MIT"
  1352. ],
  1353. "authors": [
  1354. {
  1355. "name": "Nicolas Grekas",
  1356. "email": "p@tchwork.com"
  1357. },
  1358. {
  1359. "name": "Symfony Community",
  1360. "homepage": "https://symfony.com/contributors"
  1361. }
  1362. ],
  1363. "description": "Symfony polyfill for the Mbstring extension",
  1364. "homepage": "https://symfony.com",
  1365. "keywords": [
  1366. "compatibility",
  1367. "mbstring",
  1368. "polyfill",
  1369. "portable",
  1370. "shim"
  1371. ],
  1372. "support": {
  1373. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
  1374. },
  1375. "funding": [
  1376. {
  1377. "url": "https://symfony.com/sponsor",
  1378. "type": "custom"
  1379. },
  1380. {
  1381. "url": "https://github.com/fabpot",
  1382. "type": "github"
  1383. },
  1384. {
  1385. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1386. "type": "tidelift"
  1387. }
  1388. ],
  1389. "time": "2023-07-28T09:04:16+00:00"
  1390. },
  1391. {
  1392. "name": "symfony/polyfill-php80",
  1393. "version": "v1.28.0",
  1394. "source": {
  1395. "type": "git",
  1396. "url": "https://github.com/symfony/polyfill-php80.git",
  1397. "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
  1398. },
  1399. "dist": {
  1400. "type": "zip",
  1401. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
  1402. "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
  1403. "shasum": ""
  1404. },
  1405. "require": {
  1406. "php": ">=7.1"
  1407. },
  1408. "type": "library",
  1409. "extra": {
  1410. "branch-alias": {
  1411. "dev-main": "1.28-dev"
  1412. },
  1413. "thanks": {
  1414. "name": "symfony/polyfill",
  1415. "url": "https://github.com/symfony/polyfill"
  1416. }
  1417. },
  1418. "autoload": {
  1419. "files": [
  1420. "bootstrap.php"
  1421. ],
  1422. "psr-4": {
  1423. "Symfony\\Polyfill\\Php80\\": ""
  1424. },
  1425. "classmap": [
  1426. "Resources/stubs"
  1427. ]
  1428. },
  1429. "notification-url": "https://packagist.org/downloads/",
  1430. "license": [
  1431. "MIT"
  1432. ],
  1433. "authors": [
  1434. {
  1435. "name": "Ion Bazan",
  1436. "email": "ion.bazan@gmail.com"
  1437. },
  1438. {
  1439. "name": "Nicolas Grekas",
  1440. "email": "p@tchwork.com"
  1441. },
  1442. {
  1443. "name": "Symfony Community",
  1444. "homepage": "https://symfony.com/contributors"
  1445. }
  1446. ],
  1447. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1448. "homepage": "https://symfony.com",
  1449. "keywords": [
  1450. "compatibility",
  1451. "polyfill",
  1452. "portable",
  1453. "shim"
  1454. ],
  1455. "support": {
  1456. "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
  1457. },
  1458. "funding": [
  1459. {
  1460. "url": "https://symfony.com/sponsor",
  1461. "type": "custom"
  1462. },
  1463. {
  1464. "url": "https://github.com/fabpot",
  1465. "type": "github"
  1466. },
  1467. {
  1468. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1469. "type": "tidelift"
  1470. }
  1471. ],
  1472. "time": "2023-01-26T09:26:14+00:00"
  1473. },
  1474. {
  1475. "name": "symfony/polyfill-php83",
  1476. "version": "v1.28.0",
  1477. "source": {
  1478. "type": "git",
  1479. "url": "https://github.com/symfony/polyfill-php83.git",
  1480. "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11"
  1481. },
  1482. "dist": {
  1483. "type": "zip",
  1484. "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
  1485. "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
  1486. "shasum": ""
  1487. },
  1488. "require": {
  1489. "php": ">=7.1",
  1490. "symfony/polyfill-php80": "^1.14"
  1491. },
  1492. "type": "library",
  1493. "extra": {
  1494. "branch-alias": {
  1495. "dev-main": "1.28-dev"
  1496. },
  1497. "thanks": {
  1498. "name": "symfony/polyfill",
  1499. "url": "https://github.com/symfony/polyfill"
  1500. }
  1501. },
  1502. "autoload": {
  1503. "files": [
  1504. "bootstrap.php"
  1505. ],
  1506. "psr-4": {
  1507. "Symfony\\Polyfill\\Php83\\": ""
  1508. },
  1509. "classmap": [
  1510. "Resources/stubs"
  1511. ]
  1512. },
  1513. "notification-url": "https://packagist.org/downloads/",
  1514. "license": [
  1515. "MIT"
  1516. ],
  1517. "authors": [
  1518. {
  1519. "name": "Nicolas Grekas",
  1520. "email": "p@tchwork.com"
  1521. },
  1522. {
  1523. "name": "Symfony Community",
  1524. "homepage": "https://symfony.com/contributors"
  1525. }
  1526. ],
  1527. "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
  1528. "homepage": "https://symfony.com",
  1529. "keywords": [
  1530. "compatibility",
  1531. "polyfill",
  1532. "portable",
  1533. "shim"
  1534. ],
  1535. "support": {
  1536. "source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0"
  1537. },
  1538. "funding": [
  1539. {
  1540. "url": "https://symfony.com/sponsor",
  1541. "type": "custom"
  1542. },
  1543. {
  1544. "url": "https://github.com/fabpot",
  1545. "type": "github"
  1546. },
  1547. {
  1548. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1549. "type": "tidelift"
  1550. }
  1551. ],
  1552. "time": "2023-08-16T06:22:46+00:00"
  1553. },
  1554. {
  1555. "name": "symfony/property-access",
  1556. "version": "v6.3.2",
  1557. "source": {
  1558. "type": "git",
  1559. "url": "https://github.com/symfony/property-access.git",
  1560. "reference": "2dc4f9da444b8f8ff592e95d570caad67924f1d0"
  1561. },
  1562. "dist": {
  1563. "type": "zip",
  1564. "url": "https://api.github.com/repos/symfony/property-access/zipball/2dc4f9da444b8f8ff592e95d570caad67924f1d0",
  1565. "reference": "2dc4f9da444b8f8ff592e95d570caad67924f1d0",
  1566. "shasum": ""
  1567. },
  1568. "require": {
  1569. "php": ">=8.1",
  1570. "symfony/deprecation-contracts": "^2.5|^3",
  1571. "symfony/property-info": "^5.4|^6.0"
  1572. },
  1573. "require-dev": {
  1574. "symfony/cache": "^5.4|^6.0"
  1575. },
  1576. "type": "library",
  1577. "autoload": {
  1578. "psr-4": {
  1579. "Symfony\\Component\\PropertyAccess\\": ""
  1580. },
  1581. "exclude-from-classmap": [
  1582. "/Tests/"
  1583. ]
  1584. },
  1585. "notification-url": "https://packagist.org/downloads/",
  1586. "license": [
  1587. "MIT"
  1588. ],
  1589. "authors": [
  1590. {
  1591. "name": "Fabien Potencier",
  1592. "email": "fabien@symfony.com"
  1593. },
  1594. {
  1595. "name": "Symfony Community",
  1596. "homepage": "https://symfony.com/contributors"
  1597. }
  1598. ],
  1599. "description": "Provides functions to read and write from/to an object or array using a simple string notation",
  1600. "homepage": "https://symfony.com",
  1601. "keywords": [
  1602. "access",
  1603. "array",
  1604. "extraction",
  1605. "index",
  1606. "injection",
  1607. "object",
  1608. "property",
  1609. "property-path",
  1610. "reflection"
  1611. ],
  1612. "support": {
  1613. "source": "https://github.com/symfony/property-access/tree/v6.3.2"
  1614. },
  1615. "funding": [
  1616. {
  1617. "url": "https://symfony.com/sponsor",
  1618. "type": "custom"
  1619. },
  1620. {
  1621. "url": "https://github.com/fabpot",
  1622. "type": "github"
  1623. },
  1624. {
  1625. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1626. "type": "tidelift"
  1627. }
  1628. ],
  1629. "time": "2023-07-13T15:26:11+00:00"
  1630. },
  1631. {
  1632. "name": "symfony/property-info",
  1633. "version": "v6.3.0",
  1634. "source": {
  1635. "type": "git",
  1636. "url": "https://github.com/symfony/property-info.git",
  1637. "reference": "7f3a03716112269741fe2a809f8f791a371d1fcd"
  1638. },
  1639. "dist": {
  1640. "type": "zip",
  1641. "url": "https://api.github.com/repos/symfony/property-info/zipball/7f3a03716112269741fe2a809f8f791a371d1fcd",
  1642. "reference": "7f3a03716112269741fe2a809f8f791a371d1fcd",
  1643. "shasum": ""
  1644. },
  1645. "require": {
  1646. "php": ">=8.1",
  1647. "symfony/string": "^5.4|^6.0"
  1648. },
  1649. "conflict": {
  1650. "phpdocumentor/reflection-docblock": "<5.2",
  1651. "phpdocumentor/type-resolver": "<1.5.1",
  1652. "symfony/dependency-injection": "<5.4"
  1653. },
  1654. "require-dev": {
  1655. "doctrine/annotations": "^1.10.4|^2",
  1656. "phpdocumentor/reflection-docblock": "^5.2",
  1657. "phpstan/phpdoc-parser": "^1.0",
  1658. "symfony/cache": "^5.4|^6.0",
  1659. "symfony/dependency-injection": "^5.4|^6.0",
  1660. "symfony/serializer": "^5.4|^6.0"
  1661. },
  1662. "type": "library",
  1663. "autoload": {
  1664. "psr-4": {
  1665. "Symfony\\Component\\PropertyInfo\\": ""
  1666. },
  1667. "exclude-from-classmap": [
  1668. "/Tests/"
  1669. ]
  1670. },
  1671. "notification-url": "https://packagist.org/downloads/",
  1672. "license": [
  1673. "MIT"
  1674. ],
  1675. "authors": [
  1676. {
  1677. "name": "Kévin Dunglas",
  1678. "email": "dunglas@gmail.com"
  1679. },
  1680. {
  1681. "name": "Symfony Community",
  1682. "homepage": "https://symfony.com/contributors"
  1683. }
  1684. ],
  1685. "description": "Extracts information about PHP class' properties using metadata of popular sources",
  1686. "homepage": "https://symfony.com",
  1687. "keywords": [
  1688. "doctrine",
  1689. "phpdoc",
  1690. "property",
  1691. "symfony",
  1692. "type",
  1693. "validator"
  1694. ],
  1695. "support": {
  1696. "source": "https://github.com/symfony/property-info/tree/v6.3.0"
  1697. },
  1698. "funding": [
  1699. {
  1700. "url": "https://symfony.com/sponsor",
  1701. "type": "custom"
  1702. },
  1703. {
  1704. "url": "https://github.com/fabpot",
  1705. "type": "github"
  1706. },
  1707. {
  1708. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1709. "type": "tidelift"
  1710. }
  1711. ],
  1712. "time": "2023-05-19T08:06:44+00:00"
  1713. },
  1714. {
  1715. "name": "symfony/security-bundle",
  1716. "version": "v6.3.5",
  1717. "source": {
  1718. "type": "git",
  1719. "url": "https://github.com/symfony/security-bundle.git",
  1720. "reference": "2df460eacceb11b9287cfafddda4d27023dd9001"
  1721. },
  1722. "dist": {
  1723. "type": "zip",
  1724. "url": "https://api.github.com/repos/symfony/security-bundle/zipball/2df460eacceb11b9287cfafddda4d27023dd9001",
  1725. "reference": "2df460eacceb11b9287cfafddda4d27023dd9001",
  1726. "shasum": ""
  1727. },
  1728. "require": {
  1729. "composer-runtime-api": ">=2.1",
  1730. "ext-xml": "*",
  1731. "php": ">=8.1",
  1732. "symfony/clock": "^6.3",
  1733. "symfony/config": "^6.1",
  1734. "symfony/dependency-injection": "^6.2",
  1735. "symfony/deprecation-contracts": "^2.5|^3",
  1736. "symfony/event-dispatcher": "^5.4|^6.0",
  1737. "symfony/http-foundation": "^6.2",
  1738. "symfony/http-kernel": "^6.2",
  1739. "symfony/password-hasher": "^5.4|^6.0",
  1740. "symfony/security-core": "^6.2",
  1741. "symfony/security-csrf": "^5.4|^6.0",
  1742. "symfony/security-http": "^6.3.4"
  1743. },
  1744. "conflict": {
  1745. "symfony/browser-kit": "<5.4",
  1746. "symfony/console": "<5.4",
  1747. "symfony/framework-bundle": "<6.3",
  1748. "symfony/http-client": "<5.4",
  1749. "symfony/ldap": "<5.4",
  1750. "symfony/twig-bundle": "<5.4"
  1751. },
  1752. "require-dev": {
  1753. "doctrine/annotations": "^1.10.4|^2",
  1754. "symfony/asset": "^5.4|^6.0",
  1755. "symfony/browser-kit": "^5.4|^6.0",
  1756. "symfony/console": "^5.4|^6.0",
  1757. "symfony/css-selector": "^5.4|^6.0",
  1758. "symfony/dom-crawler": "^5.4|^6.0",
  1759. "symfony/expression-language": "^5.4|^6.0",
  1760. "symfony/form": "^5.4|^6.0",
  1761. "symfony/framework-bundle": "^6.3",
  1762. "symfony/http-client": "^5.4|^6.0",
  1763. "symfony/ldap": "^5.4|^6.0",
  1764. "symfony/process": "^5.4|^6.0",
  1765. "symfony/rate-limiter": "^5.4|^6.0",
  1766. "symfony/serializer": "^5.4|^6.0",
  1767. "symfony/translation": "^5.4|^6.0",
  1768. "symfony/twig-bridge": "^5.4|^6.0",
  1769. "symfony/twig-bundle": "^5.4|^6.0",
  1770. "symfony/validator": "^5.4|^6.0",
  1771. "symfony/yaml": "^5.4|^6.0",
  1772. "twig/twig": "^2.13|^3.0.4",
  1773. "web-token/jwt-checker": "^3.1",
  1774. "web-token/jwt-signature-algorithm-ecdsa": "^3.1",
  1775. "web-token/jwt-signature-algorithm-eddsa": "^3.1",
  1776. "web-token/jwt-signature-algorithm-hmac": "^3.1",
  1777. "web-token/jwt-signature-algorithm-none": "^3.1",
  1778. "web-token/jwt-signature-algorithm-rsa": "^3.1"
  1779. },
  1780. "type": "symfony-bundle",
  1781. "autoload": {
  1782. "psr-4": {
  1783. "Symfony\\Bundle\\SecurityBundle\\": ""
  1784. },
  1785. "exclude-from-classmap": [
  1786. "/Tests/"
  1787. ]
  1788. },
  1789. "notification-url": "https://packagist.org/downloads/",
  1790. "license": [
  1791. "MIT"
  1792. ],
  1793. "authors": [
  1794. {
  1795. "name": "Fabien Potencier",
  1796. "email": "fabien@symfony.com"
  1797. },
  1798. {
  1799. "name": "Symfony Community",
  1800. "homepage": "https://symfony.com/contributors"
  1801. }
  1802. ],
  1803. "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
  1804. "homepage": "https://symfony.com",
  1805. "support": {
  1806. "source": "https://github.com/symfony/security-bundle/tree/v6.3.5"
  1807. },
  1808. "funding": [
  1809. {
  1810. "url": "https://symfony.com/sponsor",
  1811. "type": "custom"
  1812. },
  1813. {
  1814. "url": "https://github.com/fabpot",
  1815. "type": "github"
  1816. },
  1817. {
  1818. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1819. "type": "tidelift"
  1820. }
  1821. ],
  1822. "time": "2023-09-25T17:05:55+00:00"
  1823. },
  1824. {
  1825. "name": "symfony/security-core",
  1826. "version": "v6.3.5",
  1827. "source": {
  1828. "type": "git",
  1829. "url": "https://github.com/symfony/security-core.git",
  1830. "reference": "ec8f24dc1195f46483510892271d01a5202bba70"
  1831. },
  1832. "dist": {
  1833. "type": "zip",
  1834. "url": "https://api.github.com/repos/symfony/security-core/zipball/ec8f24dc1195f46483510892271d01a5202bba70",
  1835. "reference": "ec8f24dc1195f46483510892271d01a5202bba70",
  1836. "shasum": ""
  1837. },
  1838. "require": {
  1839. "php": ">=8.1",
  1840. "symfony/deprecation-contracts": "^2.5|^3",
  1841. "symfony/event-dispatcher-contracts": "^2.5|^3",
  1842. "symfony/password-hasher": "^5.4|^6.0",
  1843. "symfony/service-contracts": "^2.5|^3"
  1844. },
  1845. "conflict": {
  1846. "symfony/event-dispatcher": "<5.4",
  1847. "symfony/http-foundation": "<5.4",
  1848. "symfony/ldap": "<5.4",
  1849. "symfony/security-guard": "<5.4",
  1850. "symfony/validator": "<5.4"
  1851. },
  1852. "require-dev": {
  1853. "psr/cache": "^1.0|^2.0|^3.0",
  1854. "psr/container": "^1.1|^2.0",
  1855. "psr/log": "^1|^2|^3",
  1856. "symfony/cache": "^5.4|^6.0",
  1857. "symfony/event-dispatcher": "^5.4|^6.0",
  1858. "symfony/expression-language": "^5.4|^6.0",
  1859. "symfony/http-foundation": "^5.4|^6.0",
  1860. "symfony/ldap": "^5.4|^6.0",
  1861. "symfony/string": "^5.4|^6.0",
  1862. "symfony/translation": "^5.4|^6.0",
  1863. "symfony/validator": "^5.4|^6.0"
  1864. },
  1865. "type": "library",
  1866. "autoload": {
  1867. "psr-4": {
  1868. "Symfony\\Component\\Security\\Core\\": ""
  1869. },
  1870. "exclude-from-classmap": [
  1871. "/Tests/"
  1872. ]
  1873. },
  1874. "notification-url": "https://packagist.org/downloads/",
  1875. "license": [
  1876. "MIT"
  1877. ],
  1878. "authors": [
  1879. {
  1880. "name": "Fabien Potencier",
  1881. "email": "fabien@symfony.com"
  1882. },
  1883. {
  1884. "name": "Symfony Community",
  1885. "homepage": "https://symfony.com/contributors"
  1886. }
  1887. ],
  1888. "description": "Symfony Security Component - Core Library",
  1889. "homepage": "https://symfony.com",
  1890. "support": {
  1891. "source": "https://github.com/symfony/security-core/tree/v6.3.5"
  1892. },
  1893. "funding": [
  1894. {
  1895. "url": "https://symfony.com/sponsor",
  1896. "type": "custom"
  1897. },
  1898. {
  1899. "url": "https://github.com/fabpot",
  1900. "type": "github"
  1901. },
  1902. {
  1903. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1904. "type": "tidelift"
  1905. }
  1906. ],
  1907. "time": "2023-09-10T17:47:23+00:00"
  1908. },
  1909. {
  1910. "name": "symfony/security-csrf",
  1911. "version": "v6.3.2",
  1912. "source": {
  1913. "type": "git",
  1914. "url": "https://github.com/symfony/security-csrf.git",
  1915. "reference": "63d7b098c448cbddb46ea5eda33b68c1ece6eb5b"
  1916. },
  1917. "dist": {
  1918. "type": "zip",
  1919. "url": "https://api.github.com/repos/symfony/security-csrf/zipball/63d7b098c448cbddb46ea5eda33b68c1ece6eb5b",
  1920. "reference": "63d7b098c448cbddb46ea5eda33b68c1ece6eb5b",
  1921. "shasum": ""
  1922. },
  1923. "require": {
  1924. "php": ">=8.1",
  1925. "symfony/security-core": "^5.4|^6.0"
  1926. },
  1927. "conflict": {
  1928. "symfony/http-foundation": "<5.4"
  1929. },
  1930. "require-dev": {
  1931. "symfony/http-foundation": "^5.4|^6.0"
  1932. },
  1933. "type": "library",
  1934. "autoload": {
  1935. "psr-4": {
  1936. "Symfony\\Component\\Security\\Csrf\\": ""
  1937. },
  1938. "exclude-from-classmap": [
  1939. "/Tests/"
  1940. ]
  1941. },
  1942. "notification-url": "https://packagist.org/downloads/",
  1943. "license": [
  1944. "MIT"
  1945. ],
  1946. "authors": [
  1947. {
  1948. "name": "Fabien Potencier",
  1949. "email": "fabien@symfony.com"
  1950. },
  1951. {
  1952. "name": "Symfony Community",
  1953. "homepage": "https://symfony.com/contributors"
  1954. }
  1955. ],
  1956. "description": "Symfony Security Component - CSRF Library",
  1957. "homepage": "https://symfony.com",
  1958. "support": {
  1959. "source": "https://github.com/symfony/security-csrf/tree/v6.3.2"
  1960. },
  1961. "funding": [
  1962. {
  1963. "url": "https://symfony.com/sponsor",
  1964. "type": "custom"
  1965. },
  1966. {
  1967. "url": "https://github.com/fabpot",
  1968. "type": "github"
  1969. },
  1970. {
  1971. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1972. "type": "tidelift"
  1973. }
  1974. ],
  1975. "time": "2023-07-05T08:41:27+00:00"
  1976. },
  1977. {
  1978. "name": "symfony/security-http",
  1979. "version": "v6.3.5",
  1980. "source": {
  1981. "type": "git",
  1982. "url": "https://github.com/symfony/security-http.git",
  1983. "reference": "47058ea557a4c64ba86e9249651222842bd52e2a"
  1984. },
  1985. "dist": {
  1986. "type": "zip",
  1987. "url": "https://api.github.com/repos/symfony/security-http/zipball/47058ea557a4c64ba86e9249651222842bd52e2a",
  1988. "reference": "47058ea557a4c64ba86e9249651222842bd52e2a",
  1989. "shasum": ""
  1990. },
  1991. "require": {
  1992. "php": ">=8.1",
  1993. "symfony/deprecation-contracts": "^2.5|^3",
  1994. "symfony/http-foundation": "^5.4|^6.0",
  1995. "symfony/http-kernel": "^6.3",
  1996. "symfony/polyfill-mbstring": "~1.0",
  1997. "symfony/property-access": "^5.4|^6.0",
  1998. "symfony/security-core": "^6.3"
  1999. },
  2000. "conflict": {
  2001. "symfony/clock": "<6.3",
  2002. "symfony/event-dispatcher": "<5.4.9|>=6,<6.0.9",
  2003. "symfony/http-client-contracts": "<3.0",
  2004. "symfony/security-bundle": "<5.4",
  2005. "symfony/security-csrf": "<5.4"
  2006. },
  2007. "require-dev": {
  2008. "psr/log": "^1|^2|^3",
  2009. "symfony/cache": "^5.4|^6.0",
  2010. "symfony/clock": "^6.3",
  2011. "symfony/expression-language": "^5.4|^6.0",
  2012. "symfony/http-client-contracts": "^3.0",
  2013. "symfony/rate-limiter": "^5.4|^6.0",
  2014. "symfony/routing": "^5.4|^6.0",
  2015. "symfony/security-csrf": "^5.4|^6.0",
  2016. "symfony/translation": "^5.4|^6.0",
  2017. "web-token/jwt-checker": "^3.1",
  2018. "web-token/jwt-signature-algorithm-ecdsa": "^3.1"
  2019. },
  2020. "type": "library",
  2021. "autoload": {
  2022. "psr-4": {
  2023. "Symfony\\Component\\Security\\Http\\": ""
  2024. },
  2025. "exclude-from-classmap": [
  2026. "/Tests/"
  2027. ]
  2028. },
  2029. "notification-url": "https://packagist.org/downloads/",
  2030. "license": [
  2031. "MIT"
  2032. ],
  2033. "authors": [
  2034. {
  2035. "name": "Fabien Potencier",
  2036. "email": "fabien@symfony.com"
  2037. },
  2038. {
  2039. "name": "Symfony Community",
  2040. "homepage": "https://symfony.com/contributors"
  2041. }
  2042. ],
  2043. "description": "Symfony Security Component - HTTP Integration",
  2044. "homepage": "https://symfony.com",
  2045. "support": {
  2046. "source": "https://github.com/symfony/security-http/tree/v6.3.5"
  2047. },
  2048. "funding": [
  2049. {
  2050. "url": "https://symfony.com/sponsor",
  2051. "type": "custom"
  2052. },
  2053. {
  2054. "url": "https://github.com/fabpot",
  2055. "type": "github"
  2056. },
  2057. {
  2058. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2059. "type": "tidelift"
  2060. }
  2061. ],
  2062. "time": "2023-08-30T06:30:46+00:00"
  2063. },
  2064. {
  2065. "name": "symfony/service-contracts",
  2066. "version": "v3.3.0",
  2067. "source": {
  2068. "type": "git",
  2069. "url": "https://github.com/symfony/service-contracts.git",
  2070. "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4"
  2071. },
  2072. "dist": {
  2073. "type": "zip",
  2074. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
  2075. "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
  2076. "shasum": ""
  2077. },
  2078. "require": {
  2079. "php": ">=8.1",
  2080. "psr/container": "^2.0"
  2081. },
  2082. "conflict": {
  2083. "ext-psr": "<1.1|>=2"
  2084. },
  2085. "type": "library",
  2086. "extra": {
  2087. "branch-alias": {
  2088. "dev-main": "3.4-dev"
  2089. },
  2090. "thanks": {
  2091. "name": "symfony/contracts",
  2092. "url": "https://github.com/symfony/contracts"
  2093. }
  2094. },
  2095. "autoload": {
  2096. "psr-4": {
  2097. "Symfony\\Contracts\\Service\\": ""
  2098. },
  2099. "exclude-from-classmap": [
  2100. "/Test/"
  2101. ]
  2102. },
  2103. "notification-url": "https://packagist.org/downloads/",
  2104. "license": [
  2105. "MIT"
  2106. ],
  2107. "authors": [
  2108. {
  2109. "name": "Nicolas Grekas",
  2110. "email": "p@tchwork.com"
  2111. },
  2112. {
  2113. "name": "Symfony Community",
  2114. "homepage": "https://symfony.com/contributors"
  2115. }
  2116. ],
  2117. "description": "Generic abstractions related to writing services",
  2118. "homepage": "https://symfony.com",
  2119. "keywords": [
  2120. "abstractions",
  2121. "contracts",
  2122. "decoupling",
  2123. "interfaces",
  2124. "interoperability",
  2125. "standards"
  2126. ],
  2127. "support": {
  2128. "source": "https://github.com/symfony/service-contracts/tree/v3.3.0"
  2129. },
  2130. "funding": [
  2131. {
  2132. "url": "https://symfony.com/sponsor",
  2133. "type": "custom"
  2134. },
  2135. {
  2136. "url": "https://github.com/fabpot",
  2137. "type": "github"
  2138. },
  2139. {
  2140. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2141. "type": "tidelift"
  2142. }
  2143. ],
  2144. "time": "2023-05-23T14:45:45+00:00"
  2145. },
  2146. {
  2147. "name": "symfony/string",
  2148. "version": "v6.3.5",
  2149. "source": {
  2150. "type": "git",
  2151. "url": "https://github.com/symfony/string.git",
  2152. "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339"
  2153. },
  2154. "dist": {
  2155. "type": "zip",
  2156. "url": "https://api.github.com/repos/symfony/string/zipball/13d76d0fb049051ed12a04bef4f9de8715bea339",
  2157. "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339",
  2158. "shasum": ""
  2159. },
  2160. "require": {
  2161. "php": ">=8.1",
  2162. "symfony/polyfill-ctype": "~1.8",
  2163. "symfony/polyfill-intl-grapheme": "~1.0",
  2164. "symfony/polyfill-intl-normalizer": "~1.0",
  2165. "symfony/polyfill-mbstring": "~1.0"
  2166. },
  2167. "conflict": {
  2168. "symfony/translation-contracts": "<2.5"
  2169. },
  2170. "require-dev": {
  2171. "symfony/error-handler": "^5.4|^6.0",
  2172. "symfony/http-client": "^5.4|^6.0",
  2173. "symfony/intl": "^6.2",
  2174. "symfony/translation-contracts": "^2.5|^3.0",
  2175. "symfony/var-exporter": "^5.4|^6.0"
  2176. },
  2177. "type": "library",
  2178. "autoload": {
  2179. "files": [
  2180. "Resources/functions.php"
  2181. ],
  2182. "psr-4": {
  2183. "Symfony\\Component\\String\\": ""
  2184. },
  2185. "exclude-from-classmap": [
  2186. "/Tests/"
  2187. ]
  2188. },
  2189. "notification-url": "https://packagist.org/downloads/",
  2190. "license": [
  2191. "MIT"
  2192. ],
  2193. "authors": [
  2194. {
  2195. "name": "Nicolas Grekas",
  2196. "email": "p@tchwork.com"
  2197. },
  2198. {
  2199. "name": "Symfony Community",
  2200. "homepage": "https://symfony.com/contributors"
  2201. }
  2202. ],
  2203. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  2204. "homepage": "https://symfony.com",
  2205. "keywords": [
  2206. "grapheme",
  2207. "i18n",
  2208. "string",
  2209. "unicode",
  2210. "utf-8",
  2211. "utf8"
  2212. ],
  2213. "support": {
  2214. "source": "https://github.com/symfony/string/tree/v6.3.5"
  2215. },
  2216. "funding": [
  2217. {
  2218. "url": "https://symfony.com/sponsor",
  2219. "type": "custom"
  2220. },
  2221. {
  2222. "url": "https://github.com/fabpot",
  2223. "type": "github"
  2224. },
  2225. {
  2226. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2227. "type": "tidelift"
  2228. }
  2229. ],
  2230. "time": "2023-09-18T10:38:32+00:00"
  2231. },
  2232. {
  2233. "name": "symfony/var-dumper",
  2234. "version": "v6.3.5",
  2235. "source": {
  2236. "type": "git",
  2237. "url": "https://github.com/symfony/var-dumper.git",
  2238. "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5"
  2239. },
  2240. "dist": {
  2241. "type": "zip",
  2242. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3d9999376be5fea8de47752837a3e1d1c5f69ef5",
  2243. "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5",
  2244. "shasum": ""
  2245. },
  2246. "require": {
  2247. "php": ">=8.1",
  2248. "symfony/deprecation-contracts": "^2.5|^3",
  2249. "symfony/polyfill-mbstring": "~1.0"
  2250. },
  2251. "conflict": {
  2252. "symfony/console": "<5.4"
  2253. },
  2254. "require-dev": {
  2255. "ext-iconv": "*",
  2256. "symfony/console": "^5.4|^6.0",
  2257. "symfony/http-kernel": "^5.4|^6.0",
  2258. "symfony/process": "^5.4|^6.0",
  2259. "symfony/uid": "^5.4|^6.0",
  2260. "twig/twig": "^2.13|^3.0.4"
  2261. },
  2262. "bin": [
  2263. "Resources/bin/var-dump-server"
  2264. ],
  2265. "type": "library",
  2266. "autoload": {
  2267. "files": [
  2268. "Resources/functions/dump.php"
  2269. ],
  2270. "psr-4": {
  2271. "Symfony\\Component\\VarDumper\\": ""
  2272. },
  2273. "exclude-from-classmap": [
  2274. "/Tests/"
  2275. ]
  2276. },
  2277. "notification-url": "https://packagist.org/downloads/",
  2278. "license": [
  2279. "MIT"
  2280. ],
  2281. "authors": [
  2282. {
  2283. "name": "Nicolas Grekas",
  2284. "email": "p@tchwork.com"
  2285. },
  2286. {
  2287. "name": "Symfony Community",
  2288. "homepage": "https://symfony.com/contributors"
  2289. }
  2290. ],
  2291. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  2292. "homepage": "https://symfony.com",
  2293. "keywords": [
  2294. "debug",
  2295. "dump"
  2296. ],
  2297. "support": {
  2298. "source": "https://github.com/symfony/var-dumper/tree/v6.3.5"
  2299. },
  2300. "funding": [
  2301. {
  2302. "url": "https://symfony.com/sponsor",
  2303. "type": "custom"
  2304. },
  2305. {
  2306. "url": "https://github.com/fabpot",
  2307. "type": "github"
  2308. },
  2309. {
  2310. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2311. "type": "tidelift"
  2312. }
  2313. ],
  2314. "time": "2023-09-12T10:11:35+00:00"
  2315. },
  2316. {
  2317. "name": "symfony/var-exporter",
  2318. "version": "v6.3.4",
  2319. "source": {
  2320. "type": "git",
  2321. "url": "https://github.com/symfony/var-exporter.git",
  2322. "reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691"
  2323. },
  2324. "dist": {
  2325. "type": "zip",
  2326. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/df1f8aac5751871b83d30bf3e2c355770f8f0691",
  2327. "reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691",
  2328. "shasum": ""
  2329. },
  2330. "require": {
  2331. "php": ">=8.1"
  2332. },
  2333. "require-dev": {
  2334. "symfony/var-dumper": "^5.4|^6.0"
  2335. },
  2336. "type": "library",
  2337. "autoload": {
  2338. "psr-4": {
  2339. "Symfony\\Component\\VarExporter\\": ""
  2340. },
  2341. "exclude-from-classmap": [
  2342. "/Tests/"
  2343. ]
  2344. },
  2345. "notification-url": "https://packagist.org/downloads/",
  2346. "license": [
  2347. "MIT"
  2348. ],
  2349. "authors": [
  2350. {
  2351. "name": "Nicolas Grekas",
  2352. "email": "p@tchwork.com"
  2353. },
  2354. {
  2355. "name": "Symfony Community",
  2356. "homepage": "https://symfony.com/contributors"
  2357. }
  2358. ],
  2359. "description": "Allows exporting any serializable PHP data structure to plain PHP code",
  2360. "homepage": "https://symfony.com",
  2361. "keywords": [
  2362. "clone",
  2363. "construct",
  2364. "export",
  2365. "hydrate",
  2366. "instantiate",
  2367. "lazy-loading",
  2368. "proxy",
  2369. "serialize"
  2370. ],
  2371. "support": {
  2372. "source": "https://github.com/symfony/var-exporter/tree/v6.3.4"
  2373. },
  2374. "funding": [
  2375. {
  2376. "url": "https://symfony.com/sponsor",
  2377. "type": "custom"
  2378. },
  2379. {
  2380. "url": "https://github.com/fabpot",
  2381. "type": "github"
  2382. },
  2383. {
  2384. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2385. "type": "tidelift"
  2386. }
  2387. ],
  2388. "time": "2023-08-16T18:14:47+00:00"
  2389. }
  2390. ],
  2391. "packages-dev": [
  2392. {
  2393. "name": "doctrine/inflector",
  2394. "version": "2.0.8",
  2395. "source": {
  2396. "type": "git",
  2397. "url": "https://github.com/doctrine/inflector.git",
  2398. "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff"
  2399. },
  2400. "dist": {
  2401. "type": "zip",
  2402. "url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
  2403. "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
  2404. "shasum": ""
  2405. },
  2406. "require": {
  2407. "php": "^7.2 || ^8.0"
  2408. },
  2409. "require-dev": {
  2410. "doctrine/coding-standard": "^11.0",
  2411. "phpstan/phpstan": "^1.8",
  2412. "phpstan/phpstan-phpunit": "^1.1",
  2413. "phpstan/phpstan-strict-rules": "^1.3",
  2414. "phpunit/phpunit": "^8.5 || ^9.5",
  2415. "vimeo/psalm": "^4.25 || ^5.4"
  2416. },
  2417. "type": "library",
  2418. "autoload": {
  2419. "psr-4": {
  2420. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  2421. }
  2422. },
  2423. "notification-url": "https://packagist.org/downloads/",
  2424. "license": [
  2425. "MIT"
  2426. ],
  2427. "authors": [
  2428. {
  2429. "name": "Guilherme Blanco",
  2430. "email": "guilhermeblanco@gmail.com"
  2431. },
  2432. {
  2433. "name": "Roman Borschel",
  2434. "email": "roman@code-factory.org"
  2435. },
  2436. {
  2437. "name": "Benjamin Eberlei",
  2438. "email": "kontakt@beberlei.de"
  2439. },
  2440. {
  2441. "name": "Jonathan Wage",
  2442. "email": "jonwage@gmail.com"
  2443. },
  2444. {
  2445. "name": "Johannes Schmitt",
  2446. "email": "schmittjoh@gmail.com"
  2447. }
  2448. ],
  2449. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  2450. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  2451. "keywords": [
  2452. "inflection",
  2453. "inflector",
  2454. "lowercase",
  2455. "manipulation",
  2456. "php",
  2457. "plural",
  2458. "singular",
  2459. "strings",
  2460. "uppercase",
  2461. "words"
  2462. ],
  2463. "support": {
  2464. "issues": "https://github.com/doctrine/inflector/issues",
  2465. "source": "https://github.com/doctrine/inflector/tree/2.0.8"
  2466. },
  2467. "funding": [
  2468. {
  2469. "url": "https://www.doctrine-project.org/sponsorship.html",
  2470. "type": "custom"
  2471. },
  2472. {
  2473. "url": "https://www.patreon.com/phpdoctrine",
  2474. "type": "patreon"
  2475. },
  2476. {
  2477. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  2478. "type": "tidelift"
  2479. }
  2480. ],
  2481. "time": "2023-06-16T13:40:37+00:00"
  2482. },
  2483. {
  2484. "name": "nikic/php-parser",
  2485. "version": "v4.17.1",
  2486. "source": {
  2487. "type": "git",
  2488. "url": "https://github.com/nikic/PHP-Parser.git",
  2489. "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
  2490. },
  2491. "dist": {
  2492. "type": "zip",
  2493. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
  2494. "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
  2495. "shasum": ""
  2496. },
  2497. "require": {
  2498. "ext-tokenizer": "*",
  2499. "php": ">=7.0"
  2500. },
  2501. "require-dev": {
  2502. "ircmaxell/php-yacc": "^0.0.7",
  2503. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  2504. },
  2505. "bin": [
  2506. "bin/php-parse"
  2507. ],
  2508. "type": "library",
  2509. "extra": {
  2510. "branch-alias": {
  2511. "dev-master": "4.9-dev"
  2512. }
  2513. },
  2514. "autoload": {
  2515. "psr-4": {
  2516. "PhpParser\\": "lib/PhpParser"
  2517. }
  2518. },
  2519. "notification-url": "https://packagist.org/downloads/",
  2520. "license": [
  2521. "BSD-3-Clause"
  2522. ],
  2523. "authors": [
  2524. {
  2525. "name": "Nikita Popov"
  2526. }
  2527. ],
  2528. "description": "A PHP parser written in PHP",
  2529. "keywords": [
  2530. "parser",
  2531. "php"
  2532. ],
  2533. "support": {
  2534. "issues": "https://github.com/nikic/PHP-Parser/issues",
  2535. "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
  2536. },
  2537. "time": "2023-08-13T19:53:39+00:00"
  2538. },
  2539. {
  2540. "name": "psr/cache",
  2541. "version": "3.0.0",
  2542. "source": {
  2543. "type": "git",
  2544. "url": "https://github.com/php-fig/cache.git",
  2545. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
  2546. },
  2547. "dist": {
  2548. "type": "zip",
  2549. "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  2550. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  2551. "shasum": ""
  2552. },
  2553. "require": {
  2554. "php": ">=8.0.0"
  2555. },
  2556. "type": "library",
  2557. "extra": {
  2558. "branch-alias": {
  2559. "dev-master": "1.0.x-dev"
  2560. }
  2561. },
  2562. "autoload": {
  2563. "psr-4": {
  2564. "Psr\\Cache\\": "src/"
  2565. }
  2566. },
  2567. "notification-url": "https://packagist.org/downloads/",
  2568. "license": [
  2569. "MIT"
  2570. ],
  2571. "authors": [
  2572. {
  2573. "name": "PHP-FIG",
  2574. "homepage": "https://www.php-fig.org/"
  2575. }
  2576. ],
  2577. "description": "Common interface for caching libraries",
  2578. "keywords": [
  2579. "cache",
  2580. "psr",
  2581. "psr-6"
  2582. ],
  2583. "support": {
  2584. "source": "https://github.com/php-fig/cache/tree/3.0.0"
  2585. },
  2586. "time": "2021-02-03T23:26:27+00:00"
  2587. },
  2588. {
  2589. "name": "symfony/cache",
  2590. "version": "v6.3.5",
  2591. "source": {
  2592. "type": "git",
  2593. "url": "https://github.com/symfony/cache.git",
  2594. "reference": "6c1a3ea078c4d88ee892530945df63a87981b2da"
  2595. },
  2596. "dist": {
  2597. "type": "zip",
  2598. "url": "https://api.github.com/repos/symfony/cache/zipball/6c1a3ea078c4d88ee892530945df63a87981b2da",
  2599. "reference": "6c1a3ea078c4d88ee892530945df63a87981b2da",
  2600. "shasum": ""
  2601. },
  2602. "require": {
  2603. "php": ">=8.1",
  2604. "psr/cache": "^2.0|^3.0",
  2605. "psr/log": "^1.1|^2|^3",
  2606. "symfony/cache-contracts": "^2.5|^3",
  2607. "symfony/service-contracts": "^2.5|^3",
  2608. "symfony/var-exporter": "^6.2.10"
  2609. },
  2610. "conflict": {
  2611. "doctrine/dbal": "<2.13.1",
  2612. "symfony/dependency-injection": "<5.4",
  2613. "symfony/http-kernel": "<5.4",
  2614. "symfony/var-dumper": "<5.4"
  2615. },
  2616. "provide": {
  2617. "psr/cache-implementation": "2.0|3.0",
  2618. "psr/simple-cache-implementation": "1.0|2.0|3.0",
  2619. "symfony/cache-implementation": "1.1|2.0|3.0"
  2620. },
  2621. "require-dev": {
  2622. "cache/integration-tests": "dev-master",
  2623. "doctrine/dbal": "^2.13.1|^3.0",
  2624. "predis/predis": "^1.1|^2.0",
  2625. "psr/simple-cache": "^1.0|^2.0|^3.0",
  2626. "symfony/config": "^5.4|^6.0",
  2627. "symfony/dependency-injection": "^5.4|^6.0",
  2628. "symfony/filesystem": "^5.4|^6.0",
  2629. "symfony/http-kernel": "^5.4|^6.0",
  2630. "symfony/messenger": "^5.4|^6.0",
  2631. "symfony/var-dumper": "^5.4|^6.0"
  2632. },
  2633. "type": "library",
  2634. "autoload": {
  2635. "psr-4": {
  2636. "Symfony\\Component\\Cache\\": ""
  2637. },
  2638. "classmap": [
  2639. "Traits/ValueWrapper.php"
  2640. ],
  2641. "exclude-from-classmap": [
  2642. "/Tests/"
  2643. ]
  2644. },
  2645. "notification-url": "https://packagist.org/downloads/",
  2646. "license": [
  2647. "MIT"
  2648. ],
  2649. "authors": [
  2650. {
  2651. "name": "Nicolas Grekas",
  2652. "email": "p@tchwork.com"
  2653. },
  2654. {
  2655. "name": "Symfony Community",
  2656. "homepage": "https://symfony.com/contributors"
  2657. }
  2658. ],
  2659. "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
  2660. "homepage": "https://symfony.com",
  2661. "keywords": [
  2662. "caching",
  2663. "psr6"
  2664. ],
  2665. "support": {
  2666. "source": "https://github.com/symfony/cache/tree/v6.3.5"
  2667. },
  2668. "funding": [
  2669. {
  2670. "url": "https://symfony.com/sponsor",
  2671. "type": "custom"
  2672. },
  2673. {
  2674. "url": "https://github.com/fabpot",
  2675. "type": "github"
  2676. },
  2677. {
  2678. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2679. "type": "tidelift"
  2680. }
  2681. ],
  2682. "time": "2023-09-26T15:48:55+00:00"
  2683. },
  2684. {
  2685. "name": "symfony/cache-contracts",
  2686. "version": "v3.3.0",
  2687. "source": {
  2688. "type": "git",
  2689. "url": "https://github.com/symfony/cache-contracts.git",
  2690. "reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b"
  2691. },
  2692. "dist": {
  2693. "type": "zip",
  2694. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ad945640ccc0ae6e208bcea7d7de4b39b569896b",
  2695. "reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b",
  2696. "shasum": ""
  2697. },
  2698. "require": {
  2699. "php": ">=8.1",
  2700. "psr/cache": "^3.0"
  2701. },
  2702. "type": "library",
  2703. "extra": {
  2704. "branch-alias": {
  2705. "dev-main": "3.4-dev"
  2706. },
  2707. "thanks": {
  2708. "name": "symfony/contracts",
  2709. "url": "https://github.com/symfony/contracts"
  2710. }
  2711. },
  2712. "autoload": {
  2713. "psr-4": {
  2714. "Symfony\\Contracts\\Cache\\": ""
  2715. }
  2716. },
  2717. "notification-url": "https://packagist.org/downloads/",
  2718. "license": [
  2719. "MIT"
  2720. ],
  2721. "authors": [
  2722. {
  2723. "name": "Nicolas Grekas",
  2724. "email": "p@tchwork.com"
  2725. },
  2726. {
  2727. "name": "Symfony Community",
  2728. "homepage": "https://symfony.com/contributors"
  2729. }
  2730. ],
  2731. "description": "Generic abstractions related to caching",
  2732. "homepage": "https://symfony.com",
  2733. "keywords": [
  2734. "abstractions",
  2735. "contracts",
  2736. "decoupling",
  2737. "interfaces",
  2738. "interoperability",
  2739. "standards"
  2740. ],
  2741. "support": {
  2742. "source": "https://github.com/symfony/cache-contracts/tree/v3.3.0"
  2743. },
  2744. "funding": [
  2745. {
  2746. "url": "https://symfony.com/sponsor",
  2747. "type": "custom"
  2748. },
  2749. {
  2750. "url": "https://github.com/fabpot",
  2751. "type": "github"
  2752. },
  2753. {
  2754. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2755. "type": "tidelift"
  2756. }
  2757. ],
  2758. "time": "2023-05-23T14:45:45+00:00"
  2759. },
  2760. {
  2761. "name": "symfony/console",
  2762. "version": "v6.3.4",
  2763. "source": {
  2764. "type": "git",
  2765. "url": "https://github.com/symfony/console.git",
  2766. "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6"
  2767. },
  2768. "dist": {
  2769. "type": "zip",
  2770. "url": "https://api.github.com/repos/symfony/console/zipball/eca495f2ee845130855ddf1cf18460c38966c8b6",
  2771. "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6",
  2772. "shasum": ""
  2773. },
  2774. "require": {
  2775. "php": ">=8.1",
  2776. "symfony/deprecation-contracts": "^2.5|^3",
  2777. "symfony/polyfill-mbstring": "~1.0",
  2778. "symfony/service-contracts": "^2.5|^3",
  2779. "symfony/string": "^5.4|^6.0"
  2780. },
  2781. "conflict": {
  2782. "symfony/dependency-injection": "<5.4",
  2783. "symfony/dotenv": "<5.4",
  2784. "symfony/event-dispatcher": "<5.4",
  2785. "symfony/lock": "<5.4",
  2786. "symfony/process": "<5.4"
  2787. },
  2788. "provide": {
  2789. "psr/log-implementation": "1.0|2.0|3.0"
  2790. },
  2791. "require-dev": {
  2792. "psr/log": "^1|^2|^3",
  2793. "symfony/config": "^5.4|^6.0",
  2794. "symfony/dependency-injection": "^5.4|^6.0",
  2795. "symfony/event-dispatcher": "^5.4|^6.0",
  2796. "symfony/lock": "^5.4|^6.0",
  2797. "symfony/process": "^5.4|^6.0",
  2798. "symfony/var-dumper": "^5.4|^6.0"
  2799. },
  2800. "type": "library",
  2801. "autoload": {
  2802. "psr-4": {
  2803. "Symfony\\Component\\Console\\": ""
  2804. },
  2805. "exclude-from-classmap": [
  2806. "/Tests/"
  2807. ]
  2808. },
  2809. "notification-url": "https://packagist.org/downloads/",
  2810. "license": [
  2811. "MIT"
  2812. ],
  2813. "authors": [
  2814. {
  2815. "name": "Fabien Potencier",
  2816. "email": "fabien@symfony.com"
  2817. },
  2818. {
  2819. "name": "Symfony Community",
  2820. "homepage": "https://symfony.com/contributors"
  2821. }
  2822. ],
  2823. "description": "Eases the creation of beautiful and testable command line interfaces",
  2824. "homepage": "https://symfony.com",
  2825. "keywords": [
  2826. "cli",
  2827. "command-line",
  2828. "console",
  2829. "terminal"
  2830. ],
  2831. "support": {
  2832. "source": "https://github.com/symfony/console/tree/v6.3.4"
  2833. },
  2834. "funding": [
  2835. {
  2836. "url": "https://symfony.com/sponsor",
  2837. "type": "custom"
  2838. },
  2839. {
  2840. "url": "https://github.com/fabpot",
  2841. "type": "github"
  2842. },
  2843. {
  2844. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2845. "type": "tidelift"
  2846. }
  2847. ],
  2848. "time": "2023-08-16T10:10:12+00:00"
  2849. },
  2850. {
  2851. "name": "symfony/finder",
  2852. "version": "v6.3.5",
  2853. "source": {
  2854. "type": "git",
  2855. "url": "https://github.com/symfony/finder.git",
  2856. "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4"
  2857. },
  2858. "dist": {
  2859. "type": "zip",
  2860. "url": "https://api.github.com/repos/symfony/finder/zipball/a1b31d88c0e998168ca7792f222cbecee47428c4",
  2861. "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4",
  2862. "shasum": ""
  2863. },
  2864. "require": {
  2865. "php": ">=8.1"
  2866. },
  2867. "require-dev": {
  2868. "symfony/filesystem": "^6.0"
  2869. },
  2870. "type": "library",
  2871. "autoload": {
  2872. "psr-4": {
  2873. "Symfony\\Component\\Finder\\": ""
  2874. },
  2875. "exclude-from-classmap": [
  2876. "/Tests/"
  2877. ]
  2878. },
  2879. "notification-url": "https://packagist.org/downloads/",
  2880. "license": [
  2881. "MIT"
  2882. ],
  2883. "authors": [
  2884. {
  2885. "name": "Fabien Potencier",
  2886. "email": "fabien@symfony.com"
  2887. },
  2888. {
  2889. "name": "Symfony Community",
  2890. "homepage": "https://symfony.com/contributors"
  2891. }
  2892. ],
  2893. "description": "Finds files and directories via an intuitive fluent interface",
  2894. "homepage": "https://symfony.com",
  2895. "support": {
  2896. "source": "https://github.com/symfony/finder/tree/v6.3.5"
  2897. },
  2898. "funding": [
  2899. {
  2900. "url": "https://symfony.com/sponsor",
  2901. "type": "custom"
  2902. },
  2903. {
  2904. "url": "https://github.com/fabpot",
  2905. "type": "github"
  2906. },
  2907. {
  2908. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2909. "type": "tidelift"
  2910. }
  2911. ],
  2912. "time": "2023-09-26T12:56:25+00:00"
  2913. },
  2914. {
  2915. "name": "symfony/framework-bundle",
  2916. "version": "v6.3.5",
  2917. "source": {
  2918. "type": "git",
  2919. "url": "https://github.com/symfony/framework-bundle.git",
  2920. "reference": "567cafcfc08e3076b47290a7558b0ca17a98b0ce"
  2921. },
  2922. "dist": {
  2923. "type": "zip",
  2924. "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/567cafcfc08e3076b47290a7558b0ca17a98b0ce",
  2925. "reference": "567cafcfc08e3076b47290a7558b0ca17a98b0ce",
  2926. "shasum": ""
  2927. },
  2928. "require": {
  2929. "composer-runtime-api": ">=2.1",
  2930. "ext-xml": "*",
  2931. "php": ">=8.1",
  2932. "symfony/cache": "^5.4|^6.0",
  2933. "symfony/config": "^6.1",
  2934. "symfony/dependency-injection": "^6.3.1",
  2935. "symfony/deprecation-contracts": "^2.5|^3",
  2936. "symfony/error-handler": "^6.1",
  2937. "symfony/event-dispatcher": "^5.4|^6.0",
  2938. "symfony/filesystem": "^5.4|^6.0",
  2939. "symfony/finder": "^5.4|^6.0",
  2940. "symfony/http-foundation": "^6.3",
  2941. "symfony/http-kernel": "^6.3",
  2942. "symfony/polyfill-mbstring": "~1.0",
  2943. "symfony/routing": "^5.4|^6.0"
  2944. },
  2945. "conflict": {
  2946. "doctrine/annotations": "<1.13.1",
  2947. "doctrine/persistence": "<1.3",
  2948. "phpdocumentor/reflection-docblock": "<3.2.2",
  2949. "phpdocumentor/type-resolver": "<1.4.0",
  2950. "symfony/asset": "<5.4",
  2951. "symfony/clock": "<6.3",
  2952. "symfony/console": "<5.4",
  2953. "symfony/dom-crawler": "<6.3",
  2954. "symfony/dotenv": "<5.4",
  2955. "symfony/form": "<5.4",
  2956. "symfony/http-client": "<6.3",
  2957. "symfony/lock": "<5.4",
  2958. "symfony/mailer": "<5.4",
  2959. "symfony/messenger": "<6.3",
  2960. "symfony/mime": "<6.2",
  2961. "symfony/property-access": "<5.4",
  2962. "symfony/property-info": "<5.4",
  2963. "symfony/security-core": "<5.4",
  2964. "symfony/security-csrf": "<5.4",
  2965. "symfony/serializer": "<6.3",
  2966. "symfony/stopwatch": "<5.4",
  2967. "symfony/translation": "<6.2.8",
  2968. "symfony/twig-bridge": "<5.4",
  2969. "symfony/twig-bundle": "<5.4",
  2970. "symfony/validator": "<6.3",
  2971. "symfony/web-profiler-bundle": "<5.4",
  2972. "symfony/workflow": "<5.4"
  2973. },
  2974. "require-dev": {
  2975. "doctrine/annotations": "^1.13.1|^2",
  2976. "doctrine/persistence": "^1.3|^2|^3",
  2977. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  2978. "symfony/asset": "^5.4|^6.0",
  2979. "symfony/asset-mapper": "^6.3",
  2980. "symfony/browser-kit": "^5.4|^6.0",
  2981. "symfony/clock": "^6.2",
  2982. "symfony/console": "^5.4.9|^6.0.9",
  2983. "symfony/css-selector": "^5.4|^6.0",
  2984. "symfony/dom-crawler": "^6.3",
  2985. "symfony/dotenv": "^5.4|^6.0",
  2986. "symfony/expression-language": "^5.4|^6.0",
  2987. "symfony/form": "^5.4|^6.0",
  2988. "symfony/html-sanitizer": "^6.1",
  2989. "symfony/http-client": "^6.3",
  2990. "symfony/lock": "^5.4|^6.0",
  2991. "symfony/mailer": "^5.4|^6.0",
  2992. "symfony/messenger": "^6.3",
  2993. "symfony/mime": "^6.2",
  2994. "symfony/notifier": "^5.4|^6.0",
  2995. "symfony/polyfill-intl-icu": "~1.0",
  2996. "symfony/process": "^5.4|^6.0",
  2997. "symfony/property-info": "^5.4|^6.0",
  2998. "symfony/rate-limiter": "^5.4|^6.0",
  2999. "symfony/scheduler": "^6.3",
  3000. "symfony/security-bundle": "^5.4|^6.0",
  3001. "symfony/semaphore": "^5.4|^6.0",
  3002. "symfony/serializer": "^6.3",
  3003. "symfony/stopwatch": "^5.4|^6.0",
  3004. "symfony/string": "^5.4|^6.0",
  3005. "symfony/translation": "^6.2.8",
  3006. "symfony/twig-bundle": "^5.4|^6.0",
  3007. "symfony/uid": "^5.4|^6.0",
  3008. "symfony/validator": "^6.3",
  3009. "symfony/web-link": "^5.4|^6.0",
  3010. "symfony/workflow": "^5.4|^6.0",
  3011. "symfony/yaml": "^5.4|^6.0",
  3012. "twig/twig": "^2.10|^3.0"
  3013. },
  3014. "type": "symfony-bundle",
  3015. "autoload": {
  3016. "psr-4": {
  3017. "Symfony\\Bundle\\FrameworkBundle\\": ""
  3018. },
  3019. "exclude-from-classmap": [
  3020. "/Tests/"
  3021. ]
  3022. },
  3023. "notification-url": "https://packagist.org/downloads/",
  3024. "license": [
  3025. "MIT"
  3026. ],
  3027. "authors": [
  3028. {
  3029. "name": "Fabien Potencier",
  3030. "email": "fabien@symfony.com"
  3031. },
  3032. {
  3033. "name": "Symfony Community",
  3034. "homepage": "https://symfony.com/contributors"
  3035. }
  3036. ],
  3037. "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
  3038. "homepage": "https://symfony.com",
  3039. "support": {
  3040. "source": "https://github.com/symfony/framework-bundle/tree/v6.3.5"
  3041. },
  3042. "funding": [
  3043. {
  3044. "url": "https://symfony.com/sponsor",
  3045. "type": "custom"
  3046. },
  3047. {
  3048. "url": "https://github.com/fabpot",
  3049. "type": "github"
  3050. },
  3051. {
  3052. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3053. "type": "tidelift"
  3054. }
  3055. ],
  3056. "time": "2023-09-29T10:45:15+00:00"
  3057. },
  3058. {
  3059. "name": "symfony/maker-bundle",
  3060. "version": "v1.51.1",
  3061. "source": {
  3062. "type": "git",
  3063. "url": "https://github.com/symfony/maker-bundle.git",
  3064. "reference": "0890fd3cf1e2a5221f9b3c6ee1769c537aef683d"
  3065. },
  3066. "dist": {
  3067. "type": "zip",
  3068. "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/0890fd3cf1e2a5221f9b3c6ee1769c537aef683d",
  3069. "reference": "0890fd3cf1e2a5221f9b3c6ee1769c537aef683d",
  3070. "shasum": ""
  3071. },
  3072. "require": {
  3073. "doctrine/inflector": "^2.0",
  3074. "nikic/php-parser": "^4.11",
  3075. "php": ">=8.1",
  3076. "symfony/config": "^6.3|^7.0",
  3077. "symfony/console": "^6.3|^7.0",
  3078. "symfony/dependency-injection": "^6.3|^7.0",
  3079. "symfony/deprecation-contracts": "^2.2|^3",
  3080. "symfony/filesystem": "^6.3|^7.0",
  3081. "symfony/finder": "^6.3|^7.0",
  3082. "symfony/framework-bundle": "^6.3|^7.0",
  3083. "symfony/http-kernel": "^6.3|^7.0",
  3084. "symfony/process": "^6.3|^7.0"
  3085. },
  3086. "conflict": {
  3087. "doctrine/doctrine-bundle": "<2.4",
  3088. "doctrine/orm": "<2.10"
  3089. },
  3090. "require-dev": {
  3091. "composer/semver": "^3.0",
  3092. "doctrine/doctrine-bundle": "^2.5.0",
  3093. "doctrine/orm": "^2.10.0",
  3094. "symfony/http-client": "^6.3|^7.0",
  3095. "symfony/phpunit-bridge": "^6.3|^7.0",
  3096. "symfony/security-core": "^6.3|^7.0",
  3097. "symfony/yaml": "^6.3|^7.0",
  3098. "twig/twig": "^2.0|^3.0"
  3099. },
  3100. "type": "symfony-bundle",
  3101. "extra": {
  3102. "branch-alias": {
  3103. "dev-main": "1.x-dev"
  3104. }
  3105. },
  3106. "autoload": {
  3107. "psr-4": {
  3108. "Symfony\\Bundle\\MakerBundle\\": "src/"
  3109. }
  3110. },
  3111. "notification-url": "https://packagist.org/downloads/",
  3112. "license": [
  3113. "MIT"
  3114. ],
  3115. "authors": [
  3116. {
  3117. "name": "Symfony Community",
  3118. "homepage": "https://symfony.com/contributors"
  3119. }
  3120. ],
  3121. "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
  3122. "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
  3123. "keywords": [
  3124. "code generator",
  3125. "dev",
  3126. "generator",
  3127. "scaffold",
  3128. "scaffolding"
  3129. ],
  3130. "support": {
  3131. "issues": "https://github.com/symfony/maker-bundle/issues",
  3132. "source": "https://github.com/symfony/maker-bundle/tree/v1.51.1"
  3133. },
  3134. "funding": [
  3135. {
  3136. "url": "https://symfony.com/sponsor",
  3137. "type": "custom"
  3138. },
  3139. {
  3140. "url": "https://github.com/fabpot",
  3141. "type": "github"
  3142. },
  3143. {
  3144. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3145. "type": "tidelift"
  3146. }
  3147. ],
  3148. "time": "2023-09-18T18:17:31+00:00"
  3149. },
  3150. {
  3151. "name": "symfony/process",
  3152. "version": "v6.3.4",
  3153. "source": {
  3154. "type": "git",
  3155. "url": "https://github.com/symfony/process.git",
  3156. "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54"
  3157. },
  3158. "dist": {
  3159. "type": "zip",
  3160. "url": "https://api.github.com/repos/symfony/process/zipball/0b5c29118f2e980d455d2e34a5659f4579847c54",
  3161. "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54",
  3162. "shasum": ""
  3163. },
  3164. "require": {
  3165. "php": ">=8.1"
  3166. },
  3167. "type": "library",
  3168. "autoload": {
  3169. "psr-4": {
  3170. "Symfony\\Component\\Process\\": ""
  3171. },
  3172. "exclude-from-classmap": [
  3173. "/Tests/"
  3174. ]
  3175. },
  3176. "notification-url": "https://packagist.org/downloads/",
  3177. "license": [
  3178. "MIT"
  3179. ],
  3180. "authors": [
  3181. {
  3182. "name": "Fabien Potencier",
  3183. "email": "fabien@symfony.com"
  3184. },
  3185. {
  3186. "name": "Symfony Community",
  3187. "homepage": "https://symfony.com/contributors"
  3188. }
  3189. ],
  3190. "description": "Executes commands in sub-processes",
  3191. "homepage": "https://symfony.com",
  3192. "support": {
  3193. "source": "https://github.com/symfony/process/tree/v6.3.4"
  3194. },
  3195. "funding": [
  3196. {
  3197. "url": "https://symfony.com/sponsor",
  3198. "type": "custom"
  3199. },
  3200. {
  3201. "url": "https://github.com/fabpot",
  3202. "type": "github"
  3203. },
  3204. {
  3205. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3206. "type": "tidelift"
  3207. }
  3208. ],
  3209. "time": "2023-08-07T10:39:22+00:00"
  3210. },
  3211. {
  3212. "name": "symfony/routing",
  3213. "version": "v6.3.5",
  3214. "source": {
  3215. "type": "git",
  3216. "url": "https://github.com/symfony/routing.git",
  3217. "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31"
  3218. },
  3219. "dist": {
  3220. "type": "zip",
  3221. "url": "https://api.github.com/repos/symfony/routing/zipball/82616e59acd3e3d9c916bba798326cb7796d7d31",
  3222. "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31",
  3223. "shasum": ""
  3224. },
  3225. "require": {
  3226. "php": ">=8.1",
  3227. "symfony/deprecation-contracts": "^2.5|^3"
  3228. },
  3229. "conflict": {
  3230. "doctrine/annotations": "<1.12",
  3231. "symfony/config": "<6.2",
  3232. "symfony/dependency-injection": "<5.4",
  3233. "symfony/yaml": "<5.4"
  3234. },
  3235. "require-dev": {
  3236. "doctrine/annotations": "^1.12|^2",
  3237. "psr/log": "^1|^2|^3",
  3238. "symfony/config": "^6.2",
  3239. "symfony/dependency-injection": "^5.4|^6.0",
  3240. "symfony/expression-language": "^5.4|^6.0",
  3241. "symfony/http-foundation": "^5.4|^6.0",
  3242. "symfony/yaml": "^5.4|^6.0"
  3243. },
  3244. "type": "library",
  3245. "autoload": {
  3246. "psr-4": {
  3247. "Symfony\\Component\\Routing\\": ""
  3248. },
  3249. "exclude-from-classmap": [
  3250. "/Tests/"
  3251. ]
  3252. },
  3253. "notification-url": "https://packagist.org/downloads/",
  3254. "license": [
  3255. "MIT"
  3256. ],
  3257. "authors": [
  3258. {
  3259. "name": "Fabien Potencier",
  3260. "email": "fabien@symfony.com"
  3261. },
  3262. {
  3263. "name": "Symfony Community",
  3264. "homepage": "https://symfony.com/contributors"
  3265. }
  3266. ],
  3267. "description": "Maps an HTTP request to a set of configuration variables",
  3268. "homepage": "https://symfony.com",
  3269. "keywords": [
  3270. "router",
  3271. "routing",
  3272. "uri",
  3273. "url"
  3274. ],
  3275. "support": {
  3276. "source": "https://github.com/symfony/routing/tree/v6.3.5"
  3277. },
  3278. "funding": [
  3279. {
  3280. "url": "https://symfony.com/sponsor",
  3281. "type": "custom"
  3282. },
  3283. {
  3284. "url": "https://github.com/fabpot",
  3285. "type": "github"
  3286. },
  3287. {
  3288. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3289. "type": "tidelift"
  3290. }
  3291. ],
  3292. "time": "2023-09-20T16:05:51+00:00"
  3293. }
  3294. ],
  3295. "aliases": [],
  3296. "minimum-stability": "stable",
  3297. "stability-flags": [],
  3298. "prefer-stable": false,
  3299. "prefer-lowest": false,
  3300. "platform": {
  3301. "php": ">=8.1"
  3302. },
  3303. "platform-dev": [],
  3304. "plugin-api-version": "2.3.0"
  3305. }