Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

2429 řádky
86 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": "eaf3840901e73993aa2482ef20a928b9",
  8. "packages": [
  9. {
  10. "name": "psr/cache",
  11. "version": "3.0.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/php-fig/cache.git",
  15. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  20. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=8.0.0"
  25. },
  26. "type": "library",
  27. "extra": {
  28. "branch-alias": {
  29. "dev-master": "1.0.x-dev"
  30. }
  31. },
  32. "autoload": {
  33. "psr-4": {
  34. "Psr\\Cache\\": "src/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "PHP-FIG",
  44. "homepage": "https://www.php-fig.org/"
  45. }
  46. ],
  47. "description": "Common interface for caching libraries",
  48. "keywords": [
  49. "cache",
  50. "psr",
  51. "psr-6"
  52. ],
  53. "support": {
  54. "source": "https://github.com/php-fig/cache/tree/3.0.0"
  55. },
  56. "time": "2021-02-03T23:26:27+00:00"
  57. },
  58. {
  59. "name": "psr/container",
  60. "version": "2.0.2",
  61. "source": {
  62. "type": "git",
  63. "url": "https://github.com/php-fig/container.git",
  64. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  65. },
  66. "dist": {
  67. "type": "zip",
  68. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  69. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  70. "shasum": ""
  71. },
  72. "require": {
  73. "php": ">=7.4.0"
  74. },
  75. "type": "library",
  76. "extra": {
  77. "branch-alias": {
  78. "dev-master": "2.0.x-dev"
  79. }
  80. },
  81. "autoload": {
  82. "psr-4": {
  83. "Psr\\Container\\": "src/"
  84. }
  85. },
  86. "notification-url": "https://packagist.org/downloads/",
  87. "license": [
  88. "MIT"
  89. ],
  90. "authors": [
  91. {
  92. "name": "PHP-FIG",
  93. "homepage": "https://www.php-fig.org/"
  94. }
  95. ],
  96. "description": "Common Container Interface (PHP FIG PSR-11)",
  97. "homepage": "https://github.com/php-fig/container",
  98. "keywords": [
  99. "PSR-11",
  100. "container",
  101. "container-interface",
  102. "container-interop",
  103. "psr"
  104. ],
  105. "support": {
  106. "issues": "https://github.com/php-fig/container/issues",
  107. "source": "https://github.com/php-fig/container/tree/2.0.2"
  108. },
  109. "time": "2021-11-05T16:47:00+00:00"
  110. },
  111. {
  112. "name": "psr/event-dispatcher",
  113. "version": "1.0.0",
  114. "source": {
  115. "type": "git",
  116. "url": "https://github.com/php-fig/event-dispatcher.git",
  117. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  118. },
  119. "dist": {
  120. "type": "zip",
  121. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  122. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  123. "shasum": ""
  124. },
  125. "require": {
  126. "php": ">=7.2.0"
  127. },
  128. "type": "library",
  129. "extra": {
  130. "branch-alias": {
  131. "dev-master": "1.0.x-dev"
  132. }
  133. },
  134. "autoload": {
  135. "psr-4": {
  136. "Psr\\EventDispatcher\\": "src/"
  137. }
  138. },
  139. "notification-url": "https://packagist.org/downloads/",
  140. "license": [
  141. "MIT"
  142. ],
  143. "authors": [
  144. {
  145. "name": "PHP-FIG",
  146. "homepage": "http://www.php-fig.org/"
  147. }
  148. ],
  149. "description": "Standard interfaces for event handling.",
  150. "keywords": [
  151. "events",
  152. "psr",
  153. "psr-14"
  154. ],
  155. "support": {
  156. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  157. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  158. },
  159. "time": "2019-01-08T18:20:26+00:00"
  160. },
  161. {
  162. "name": "psr/log",
  163. "version": "3.0.0",
  164. "source": {
  165. "type": "git",
  166. "url": "https://github.com/php-fig/log.git",
  167. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
  168. },
  169. "dist": {
  170. "type": "zip",
  171. "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
  172. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
  173. "shasum": ""
  174. },
  175. "require": {
  176. "php": ">=8.0.0"
  177. },
  178. "type": "library",
  179. "extra": {
  180. "branch-alias": {
  181. "dev-master": "3.x-dev"
  182. }
  183. },
  184. "autoload": {
  185. "psr-4": {
  186. "Psr\\Log\\": "src"
  187. }
  188. },
  189. "notification-url": "https://packagist.org/downloads/",
  190. "license": [
  191. "MIT"
  192. ],
  193. "authors": [
  194. {
  195. "name": "PHP-FIG",
  196. "homepage": "https://www.php-fig.org/"
  197. }
  198. ],
  199. "description": "Common interface for logging libraries",
  200. "homepage": "https://github.com/php-fig/log",
  201. "keywords": [
  202. "log",
  203. "psr",
  204. "psr-3"
  205. ],
  206. "support": {
  207. "source": "https://github.com/php-fig/log/tree/3.0.0"
  208. },
  209. "time": "2021-07-14T16:46:02+00:00"
  210. },
  211. {
  212. "name": "symfony/cache",
  213. "version": "v6.3.5",
  214. "source": {
  215. "type": "git",
  216. "url": "https://github.com/symfony/cache.git",
  217. "reference": "6c1a3ea078c4d88ee892530945df63a87981b2da"
  218. },
  219. "dist": {
  220. "type": "zip",
  221. "url": "https://api.github.com/repos/symfony/cache/zipball/6c1a3ea078c4d88ee892530945df63a87981b2da",
  222. "reference": "6c1a3ea078c4d88ee892530945df63a87981b2da",
  223. "shasum": ""
  224. },
  225. "require": {
  226. "php": ">=8.1",
  227. "psr/cache": "^2.0|^3.0",
  228. "psr/log": "^1.1|^2|^3",
  229. "symfony/cache-contracts": "^2.5|^3",
  230. "symfony/service-contracts": "^2.5|^3",
  231. "symfony/var-exporter": "^6.2.10"
  232. },
  233. "conflict": {
  234. "doctrine/dbal": "<2.13.1",
  235. "symfony/dependency-injection": "<5.4",
  236. "symfony/http-kernel": "<5.4",
  237. "symfony/var-dumper": "<5.4"
  238. },
  239. "provide": {
  240. "psr/cache-implementation": "2.0|3.0",
  241. "psr/simple-cache-implementation": "1.0|2.0|3.0",
  242. "symfony/cache-implementation": "1.1|2.0|3.0"
  243. },
  244. "require-dev": {
  245. "cache/integration-tests": "dev-master",
  246. "doctrine/dbal": "^2.13.1|^3.0",
  247. "predis/predis": "^1.1|^2.0",
  248. "psr/simple-cache": "^1.0|^2.0|^3.0",
  249. "symfony/config": "^5.4|^6.0",
  250. "symfony/dependency-injection": "^5.4|^6.0",
  251. "symfony/filesystem": "^5.4|^6.0",
  252. "symfony/http-kernel": "^5.4|^6.0",
  253. "symfony/messenger": "^5.4|^6.0",
  254. "symfony/var-dumper": "^5.4|^6.0"
  255. },
  256. "type": "library",
  257. "autoload": {
  258. "psr-4": {
  259. "Symfony\\Component\\Cache\\": ""
  260. },
  261. "classmap": [
  262. "Traits/ValueWrapper.php"
  263. ],
  264. "exclude-from-classmap": [
  265. "/Tests/"
  266. ]
  267. },
  268. "notification-url": "https://packagist.org/downloads/",
  269. "license": [
  270. "MIT"
  271. ],
  272. "authors": [
  273. {
  274. "name": "Nicolas Grekas",
  275. "email": "p@tchwork.com"
  276. },
  277. {
  278. "name": "Symfony Community",
  279. "homepage": "https://symfony.com/contributors"
  280. }
  281. ],
  282. "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
  283. "homepage": "https://symfony.com",
  284. "keywords": [
  285. "caching",
  286. "psr6"
  287. ],
  288. "support": {
  289. "source": "https://github.com/symfony/cache/tree/v6.3.5"
  290. },
  291. "funding": [
  292. {
  293. "url": "https://symfony.com/sponsor",
  294. "type": "custom"
  295. },
  296. {
  297. "url": "https://github.com/fabpot",
  298. "type": "github"
  299. },
  300. {
  301. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  302. "type": "tidelift"
  303. }
  304. ],
  305. "time": "2023-09-26T15:48:55+00:00"
  306. },
  307. {
  308. "name": "symfony/cache-contracts",
  309. "version": "v3.3.0",
  310. "source": {
  311. "type": "git",
  312. "url": "https://github.com/symfony/cache-contracts.git",
  313. "reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b"
  314. },
  315. "dist": {
  316. "type": "zip",
  317. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ad945640ccc0ae6e208bcea7d7de4b39b569896b",
  318. "reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b",
  319. "shasum": ""
  320. },
  321. "require": {
  322. "php": ">=8.1",
  323. "psr/cache": "^3.0"
  324. },
  325. "type": "library",
  326. "extra": {
  327. "branch-alias": {
  328. "dev-main": "3.4-dev"
  329. },
  330. "thanks": {
  331. "name": "symfony/contracts",
  332. "url": "https://github.com/symfony/contracts"
  333. }
  334. },
  335. "autoload": {
  336. "psr-4": {
  337. "Symfony\\Contracts\\Cache\\": ""
  338. }
  339. },
  340. "notification-url": "https://packagist.org/downloads/",
  341. "license": [
  342. "MIT"
  343. ],
  344. "authors": [
  345. {
  346. "name": "Nicolas Grekas",
  347. "email": "p@tchwork.com"
  348. },
  349. {
  350. "name": "Symfony Community",
  351. "homepage": "https://symfony.com/contributors"
  352. }
  353. ],
  354. "description": "Generic abstractions related to caching",
  355. "homepage": "https://symfony.com",
  356. "keywords": [
  357. "abstractions",
  358. "contracts",
  359. "decoupling",
  360. "interfaces",
  361. "interoperability",
  362. "standards"
  363. ],
  364. "support": {
  365. "source": "https://github.com/symfony/cache-contracts/tree/v3.3.0"
  366. },
  367. "funding": [
  368. {
  369. "url": "https://symfony.com/sponsor",
  370. "type": "custom"
  371. },
  372. {
  373. "url": "https://github.com/fabpot",
  374. "type": "github"
  375. },
  376. {
  377. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  378. "type": "tidelift"
  379. }
  380. ],
  381. "time": "2023-05-23T14:45:45+00:00"
  382. },
  383. {
  384. "name": "symfony/config",
  385. "version": "v6.3.2",
  386. "source": {
  387. "type": "git",
  388. "url": "https://github.com/symfony/config.git",
  389. "reference": "b47ca238b03e7b0d7880ffd1cf06e8d637ca1467"
  390. },
  391. "dist": {
  392. "type": "zip",
  393. "url": "https://api.github.com/repos/symfony/config/zipball/b47ca238b03e7b0d7880ffd1cf06e8d637ca1467",
  394. "reference": "b47ca238b03e7b0d7880ffd1cf06e8d637ca1467",
  395. "shasum": ""
  396. },
  397. "require": {
  398. "php": ">=8.1",
  399. "symfony/deprecation-contracts": "^2.5|^3",
  400. "symfony/filesystem": "^5.4|^6.0",
  401. "symfony/polyfill-ctype": "~1.8"
  402. },
  403. "conflict": {
  404. "symfony/finder": "<5.4",
  405. "symfony/service-contracts": "<2.5"
  406. },
  407. "require-dev": {
  408. "symfony/event-dispatcher": "^5.4|^6.0",
  409. "symfony/finder": "^5.4|^6.0",
  410. "symfony/messenger": "^5.4|^6.0",
  411. "symfony/service-contracts": "^2.5|^3",
  412. "symfony/yaml": "^5.4|^6.0"
  413. },
  414. "type": "library",
  415. "autoload": {
  416. "psr-4": {
  417. "Symfony\\Component\\Config\\": ""
  418. },
  419. "exclude-from-classmap": [
  420. "/Tests/"
  421. ]
  422. },
  423. "notification-url": "https://packagist.org/downloads/",
  424. "license": [
  425. "MIT"
  426. ],
  427. "authors": [
  428. {
  429. "name": "Fabien Potencier",
  430. "email": "fabien@symfony.com"
  431. },
  432. {
  433. "name": "Symfony Community",
  434. "homepage": "https://symfony.com/contributors"
  435. }
  436. ],
  437. "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
  438. "homepage": "https://symfony.com",
  439. "support": {
  440. "source": "https://github.com/symfony/config/tree/v6.3.2"
  441. },
  442. "funding": [
  443. {
  444. "url": "https://symfony.com/sponsor",
  445. "type": "custom"
  446. },
  447. {
  448. "url": "https://github.com/fabpot",
  449. "type": "github"
  450. },
  451. {
  452. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  453. "type": "tidelift"
  454. }
  455. ],
  456. "time": "2023-07-19T20:22:16+00:00"
  457. },
  458. {
  459. "name": "symfony/console",
  460. "version": "v6.3.4",
  461. "source": {
  462. "type": "git",
  463. "url": "https://github.com/symfony/console.git",
  464. "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6"
  465. },
  466. "dist": {
  467. "type": "zip",
  468. "url": "https://api.github.com/repos/symfony/console/zipball/eca495f2ee845130855ddf1cf18460c38966c8b6",
  469. "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6",
  470. "shasum": ""
  471. },
  472. "require": {
  473. "php": ">=8.1",
  474. "symfony/deprecation-contracts": "^2.5|^3",
  475. "symfony/polyfill-mbstring": "~1.0",
  476. "symfony/service-contracts": "^2.5|^3",
  477. "symfony/string": "^5.4|^6.0"
  478. },
  479. "conflict": {
  480. "symfony/dependency-injection": "<5.4",
  481. "symfony/dotenv": "<5.4",
  482. "symfony/event-dispatcher": "<5.4",
  483. "symfony/lock": "<5.4",
  484. "symfony/process": "<5.4"
  485. },
  486. "provide": {
  487. "psr/log-implementation": "1.0|2.0|3.0"
  488. },
  489. "require-dev": {
  490. "psr/log": "^1|^2|^3",
  491. "symfony/config": "^5.4|^6.0",
  492. "symfony/dependency-injection": "^5.4|^6.0",
  493. "symfony/event-dispatcher": "^5.4|^6.0",
  494. "symfony/lock": "^5.4|^6.0",
  495. "symfony/process": "^5.4|^6.0",
  496. "symfony/var-dumper": "^5.4|^6.0"
  497. },
  498. "type": "library",
  499. "autoload": {
  500. "psr-4": {
  501. "Symfony\\Component\\Console\\": ""
  502. },
  503. "exclude-from-classmap": [
  504. "/Tests/"
  505. ]
  506. },
  507. "notification-url": "https://packagist.org/downloads/",
  508. "license": [
  509. "MIT"
  510. ],
  511. "authors": [
  512. {
  513. "name": "Fabien Potencier",
  514. "email": "fabien@symfony.com"
  515. },
  516. {
  517. "name": "Symfony Community",
  518. "homepage": "https://symfony.com/contributors"
  519. }
  520. ],
  521. "description": "Eases the creation of beautiful and testable command line interfaces",
  522. "homepage": "https://symfony.com",
  523. "keywords": [
  524. "cli",
  525. "command-line",
  526. "console",
  527. "terminal"
  528. ],
  529. "support": {
  530. "source": "https://github.com/symfony/console/tree/v6.3.4"
  531. },
  532. "funding": [
  533. {
  534. "url": "https://symfony.com/sponsor",
  535. "type": "custom"
  536. },
  537. {
  538. "url": "https://github.com/fabpot",
  539. "type": "github"
  540. },
  541. {
  542. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  543. "type": "tidelift"
  544. }
  545. ],
  546. "time": "2023-08-16T10:10:12+00:00"
  547. },
  548. {
  549. "name": "symfony/dependency-injection",
  550. "version": "v6.3.5",
  551. "source": {
  552. "type": "git",
  553. "url": "https://github.com/symfony/dependency-injection.git",
  554. "reference": "2ed62b3bf98346e1f45529a7b6be2196739bb993"
  555. },
  556. "dist": {
  557. "type": "zip",
  558. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2ed62b3bf98346e1f45529a7b6be2196739bb993",
  559. "reference": "2ed62b3bf98346e1f45529a7b6be2196739bb993",
  560. "shasum": ""
  561. },
  562. "require": {
  563. "php": ">=8.1",
  564. "psr/container": "^1.1|^2.0",
  565. "symfony/deprecation-contracts": "^2.5|^3",
  566. "symfony/service-contracts": "^2.5|^3.0",
  567. "symfony/var-exporter": "^6.2.10"
  568. },
  569. "conflict": {
  570. "ext-psr": "<1.1|>=2",
  571. "symfony/config": "<6.1",
  572. "symfony/finder": "<5.4",
  573. "symfony/proxy-manager-bridge": "<6.3",
  574. "symfony/yaml": "<5.4"
  575. },
  576. "provide": {
  577. "psr/container-implementation": "1.1|2.0",
  578. "symfony/service-implementation": "1.1|2.0|3.0"
  579. },
  580. "require-dev": {
  581. "symfony/config": "^6.1",
  582. "symfony/expression-language": "^5.4|^6.0",
  583. "symfony/yaml": "^5.4|^6.0"
  584. },
  585. "type": "library",
  586. "autoload": {
  587. "psr-4": {
  588. "Symfony\\Component\\DependencyInjection\\": ""
  589. },
  590. "exclude-from-classmap": [
  591. "/Tests/"
  592. ]
  593. },
  594. "notification-url": "https://packagist.org/downloads/",
  595. "license": [
  596. "MIT"
  597. ],
  598. "authors": [
  599. {
  600. "name": "Fabien Potencier",
  601. "email": "fabien@symfony.com"
  602. },
  603. {
  604. "name": "Symfony Community",
  605. "homepage": "https://symfony.com/contributors"
  606. }
  607. ],
  608. "description": "Allows you to standardize and centralize the way objects are constructed in your application",
  609. "homepage": "https://symfony.com",
  610. "support": {
  611. "source": "https://github.com/symfony/dependency-injection/tree/v6.3.5"
  612. },
  613. "funding": [
  614. {
  615. "url": "https://symfony.com/sponsor",
  616. "type": "custom"
  617. },
  618. {
  619. "url": "https://github.com/fabpot",
  620. "type": "github"
  621. },
  622. {
  623. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  624. "type": "tidelift"
  625. }
  626. ],
  627. "time": "2023-09-25T16:46:40+00:00"
  628. },
  629. {
  630. "name": "symfony/deprecation-contracts",
  631. "version": "v3.3.0",
  632. "source": {
  633. "type": "git",
  634. "url": "https://github.com/symfony/deprecation-contracts.git",
  635. "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
  636. },
  637. "dist": {
  638. "type": "zip",
  639. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
  640. "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
  641. "shasum": ""
  642. },
  643. "require": {
  644. "php": ">=8.1"
  645. },
  646. "type": "library",
  647. "extra": {
  648. "branch-alias": {
  649. "dev-main": "3.4-dev"
  650. },
  651. "thanks": {
  652. "name": "symfony/contracts",
  653. "url": "https://github.com/symfony/contracts"
  654. }
  655. },
  656. "autoload": {
  657. "files": [
  658. "function.php"
  659. ]
  660. },
  661. "notification-url": "https://packagist.org/downloads/",
  662. "license": [
  663. "MIT"
  664. ],
  665. "authors": [
  666. {
  667. "name": "Nicolas Grekas",
  668. "email": "p@tchwork.com"
  669. },
  670. {
  671. "name": "Symfony Community",
  672. "homepage": "https://symfony.com/contributors"
  673. }
  674. ],
  675. "description": "A generic function and convention to trigger deprecation notices",
  676. "homepage": "https://symfony.com",
  677. "support": {
  678. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
  679. },
  680. "funding": [
  681. {
  682. "url": "https://symfony.com/sponsor",
  683. "type": "custom"
  684. },
  685. {
  686. "url": "https://github.com/fabpot",
  687. "type": "github"
  688. },
  689. {
  690. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  691. "type": "tidelift"
  692. }
  693. ],
  694. "time": "2023-05-23T14:45:45+00:00"
  695. },
  696. {
  697. "name": "symfony/dotenv",
  698. "version": "v6.3.0",
  699. "source": {
  700. "type": "git",
  701. "url": "https://github.com/symfony/dotenv.git",
  702. "reference": "ceadb434fe2a6763a03d2d110441745834f3dd1e"
  703. },
  704. "dist": {
  705. "type": "zip",
  706. "url": "https://api.github.com/repos/symfony/dotenv/zipball/ceadb434fe2a6763a03d2d110441745834f3dd1e",
  707. "reference": "ceadb434fe2a6763a03d2d110441745834f3dd1e",
  708. "shasum": ""
  709. },
  710. "require": {
  711. "php": ">=8.1"
  712. },
  713. "conflict": {
  714. "symfony/console": "<5.4",
  715. "symfony/process": "<5.4"
  716. },
  717. "require-dev": {
  718. "symfony/console": "^5.4|^6.0",
  719. "symfony/process": "^5.4|^6.0"
  720. },
  721. "type": "library",
  722. "autoload": {
  723. "psr-4": {
  724. "Symfony\\Component\\Dotenv\\": ""
  725. },
  726. "exclude-from-classmap": [
  727. "/Tests/"
  728. ]
  729. },
  730. "notification-url": "https://packagist.org/downloads/",
  731. "license": [
  732. "MIT"
  733. ],
  734. "authors": [
  735. {
  736. "name": "Fabien Potencier",
  737. "email": "fabien@symfony.com"
  738. },
  739. {
  740. "name": "Symfony Community",
  741. "homepage": "https://symfony.com/contributors"
  742. }
  743. ],
  744. "description": "Registers environment variables from a .env file",
  745. "homepage": "https://symfony.com",
  746. "keywords": [
  747. "dotenv",
  748. "env",
  749. "environment"
  750. ],
  751. "support": {
  752. "source": "https://github.com/symfony/dotenv/tree/v6.3.0"
  753. },
  754. "funding": [
  755. {
  756. "url": "https://symfony.com/sponsor",
  757. "type": "custom"
  758. },
  759. {
  760. "url": "https://github.com/fabpot",
  761. "type": "github"
  762. },
  763. {
  764. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  765. "type": "tidelift"
  766. }
  767. ],
  768. "time": "2023-04-21T14:41:17+00:00"
  769. },
  770. {
  771. "name": "symfony/error-handler",
  772. "version": "v6.3.5",
  773. "source": {
  774. "type": "git",
  775. "url": "https://github.com/symfony/error-handler.git",
  776. "reference": "1f69476b64fb47105c06beef757766c376b548c4"
  777. },
  778. "dist": {
  779. "type": "zip",
  780. "url": "https://api.github.com/repos/symfony/error-handler/zipball/1f69476b64fb47105c06beef757766c376b548c4",
  781. "reference": "1f69476b64fb47105c06beef757766c376b548c4",
  782. "shasum": ""
  783. },
  784. "require": {
  785. "php": ">=8.1",
  786. "psr/log": "^1|^2|^3",
  787. "symfony/var-dumper": "^5.4|^6.0"
  788. },
  789. "conflict": {
  790. "symfony/deprecation-contracts": "<2.5"
  791. },
  792. "require-dev": {
  793. "symfony/deprecation-contracts": "^2.5|^3",
  794. "symfony/http-kernel": "^5.4|^6.0",
  795. "symfony/serializer": "^5.4|^6.0"
  796. },
  797. "bin": [
  798. "Resources/bin/patch-type-declarations"
  799. ],
  800. "type": "library",
  801. "autoload": {
  802. "psr-4": {
  803. "Symfony\\Component\\ErrorHandler\\": ""
  804. },
  805. "exclude-from-classmap": [
  806. "/Tests/"
  807. ]
  808. },
  809. "notification-url": "https://packagist.org/downloads/",
  810. "license": [
  811. "MIT"
  812. ],
  813. "authors": [
  814. {
  815. "name": "Fabien Potencier",
  816. "email": "fabien@symfony.com"
  817. },
  818. {
  819. "name": "Symfony Community",
  820. "homepage": "https://symfony.com/contributors"
  821. }
  822. ],
  823. "description": "Provides tools to manage errors and ease debugging PHP code",
  824. "homepage": "https://symfony.com",
  825. "support": {
  826. "source": "https://github.com/symfony/error-handler/tree/v6.3.5"
  827. },
  828. "funding": [
  829. {
  830. "url": "https://symfony.com/sponsor",
  831. "type": "custom"
  832. },
  833. {
  834. "url": "https://github.com/fabpot",
  835. "type": "github"
  836. },
  837. {
  838. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  839. "type": "tidelift"
  840. }
  841. ],
  842. "time": "2023-09-12T06:57:20+00:00"
  843. },
  844. {
  845. "name": "symfony/event-dispatcher",
  846. "version": "v6.3.2",
  847. "source": {
  848. "type": "git",
  849. "url": "https://github.com/symfony/event-dispatcher.git",
  850. "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e"
  851. },
  852. "dist": {
  853. "type": "zip",
  854. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
  855. "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
  856. "shasum": ""
  857. },
  858. "require": {
  859. "php": ">=8.1",
  860. "symfony/event-dispatcher-contracts": "^2.5|^3"
  861. },
  862. "conflict": {
  863. "symfony/dependency-injection": "<5.4",
  864. "symfony/service-contracts": "<2.5"
  865. },
  866. "provide": {
  867. "psr/event-dispatcher-implementation": "1.0",
  868. "symfony/event-dispatcher-implementation": "2.0|3.0"
  869. },
  870. "require-dev": {
  871. "psr/log": "^1|^2|^3",
  872. "symfony/config": "^5.4|^6.0",
  873. "symfony/dependency-injection": "^5.4|^6.0",
  874. "symfony/error-handler": "^5.4|^6.0",
  875. "symfony/expression-language": "^5.4|^6.0",
  876. "symfony/http-foundation": "^5.4|^6.0",
  877. "symfony/service-contracts": "^2.5|^3",
  878. "symfony/stopwatch": "^5.4|^6.0"
  879. },
  880. "type": "library",
  881. "autoload": {
  882. "psr-4": {
  883. "Symfony\\Component\\EventDispatcher\\": ""
  884. },
  885. "exclude-from-classmap": [
  886. "/Tests/"
  887. ]
  888. },
  889. "notification-url": "https://packagist.org/downloads/",
  890. "license": [
  891. "MIT"
  892. ],
  893. "authors": [
  894. {
  895. "name": "Fabien Potencier",
  896. "email": "fabien@symfony.com"
  897. },
  898. {
  899. "name": "Symfony Community",
  900. "homepage": "https://symfony.com/contributors"
  901. }
  902. ],
  903. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  904. "homepage": "https://symfony.com",
  905. "support": {
  906. "source": "https://github.com/symfony/event-dispatcher/tree/v6.3.2"
  907. },
  908. "funding": [
  909. {
  910. "url": "https://symfony.com/sponsor",
  911. "type": "custom"
  912. },
  913. {
  914. "url": "https://github.com/fabpot",
  915. "type": "github"
  916. },
  917. {
  918. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  919. "type": "tidelift"
  920. }
  921. ],
  922. "time": "2023-07-06T06:56:43+00:00"
  923. },
  924. {
  925. "name": "symfony/event-dispatcher-contracts",
  926. "version": "v3.3.0",
  927. "source": {
  928. "type": "git",
  929. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  930. "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
  931. },
  932. "dist": {
  933. "type": "zip",
  934. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
  935. "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
  936. "shasum": ""
  937. },
  938. "require": {
  939. "php": ">=8.1",
  940. "psr/event-dispatcher": "^1"
  941. },
  942. "type": "library",
  943. "extra": {
  944. "branch-alias": {
  945. "dev-main": "3.4-dev"
  946. },
  947. "thanks": {
  948. "name": "symfony/contracts",
  949. "url": "https://github.com/symfony/contracts"
  950. }
  951. },
  952. "autoload": {
  953. "psr-4": {
  954. "Symfony\\Contracts\\EventDispatcher\\": ""
  955. }
  956. },
  957. "notification-url": "https://packagist.org/downloads/",
  958. "license": [
  959. "MIT"
  960. ],
  961. "authors": [
  962. {
  963. "name": "Nicolas Grekas",
  964. "email": "p@tchwork.com"
  965. },
  966. {
  967. "name": "Symfony Community",
  968. "homepage": "https://symfony.com/contributors"
  969. }
  970. ],
  971. "description": "Generic abstractions related to dispatching event",
  972. "homepage": "https://symfony.com",
  973. "keywords": [
  974. "abstractions",
  975. "contracts",
  976. "decoupling",
  977. "interfaces",
  978. "interoperability",
  979. "standards"
  980. ],
  981. "support": {
  982. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0"
  983. },
  984. "funding": [
  985. {
  986. "url": "https://symfony.com/sponsor",
  987. "type": "custom"
  988. },
  989. {
  990. "url": "https://github.com/fabpot",
  991. "type": "github"
  992. },
  993. {
  994. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  995. "type": "tidelift"
  996. }
  997. ],
  998. "time": "2023-05-23T14:45:45+00:00"
  999. },
  1000. {
  1001. "name": "symfony/filesystem",
  1002. "version": "v6.3.1",
  1003. "source": {
  1004. "type": "git",
  1005. "url": "https://github.com/symfony/filesystem.git",
  1006. "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae"
  1007. },
  1008. "dist": {
  1009. "type": "zip",
  1010. "url": "https://api.github.com/repos/symfony/filesystem/zipball/edd36776956f2a6fcf577edb5b05eb0e3bdc52ae",
  1011. "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae",
  1012. "shasum": ""
  1013. },
  1014. "require": {
  1015. "php": ">=8.1",
  1016. "symfony/polyfill-ctype": "~1.8",
  1017. "symfony/polyfill-mbstring": "~1.8"
  1018. },
  1019. "type": "library",
  1020. "autoload": {
  1021. "psr-4": {
  1022. "Symfony\\Component\\Filesystem\\": ""
  1023. },
  1024. "exclude-from-classmap": [
  1025. "/Tests/"
  1026. ]
  1027. },
  1028. "notification-url": "https://packagist.org/downloads/",
  1029. "license": [
  1030. "MIT"
  1031. ],
  1032. "authors": [
  1033. {
  1034. "name": "Fabien Potencier",
  1035. "email": "fabien@symfony.com"
  1036. },
  1037. {
  1038. "name": "Symfony Community",
  1039. "homepage": "https://symfony.com/contributors"
  1040. }
  1041. ],
  1042. "description": "Provides basic utilities for the filesystem",
  1043. "homepage": "https://symfony.com",
  1044. "support": {
  1045. "source": "https://github.com/symfony/filesystem/tree/v6.3.1"
  1046. },
  1047. "funding": [
  1048. {
  1049. "url": "https://symfony.com/sponsor",
  1050. "type": "custom"
  1051. },
  1052. {
  1053. "url": "https://github.com/fabpot",
  1054. "type": "github"
  1055. },
  1056. {
  1057. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1058. "type": "tidelift"
  1059. }
  1060. ],
  1061. "time": "2023-06-01T08:30:39+00:00"
  1062. },
  1063. {
  1064. "name": "symfony/finder",
  1065. "version": "v6.3.5",
  1066. "source": {
  1067. "type": "git",
  1068. "url": "https://github.com/symfony/finder.git",
  1069. "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4"
  1070. },
  1071. "dist": {
  1072. "type": "zip",
  1073. "url": "https://api.github.com/repos/symfony/finder/zipball/a1b31d88c0e998168ca7792f222cbecee47428c4",
  1074. "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4",
  1075. "shasum": ""
  1076. },
  1077. "require": {
  1078. "php": ">=8.1"
  1079. },
  1080. "require-dev": {
  1081. "symfony/filesystem": "^6.0"
  1082. },
  1083. "type": "library",
  1084. "autoload": {
  1085. "psr-4": {
  1086. "Symfony\\Component\\Finder\\": ""
  1087. },
  1088. "exclude-from-classmap": [
  1089. "/Tests/"
  1090. ]
  1091. },
  1092. "notification-url": "https://packagist.org/downloads/",
  1093. "license": [
  1094. "MIT"
  1095. ],
  1096. "authors": [
  1097. {
  1098. "name": "Fabien Potencier",
  1099. "email": "fabien@symfony.com"
  1100. },
  1101. {
  1102. "name": "Symfony Community",
  1103. "homepage": "https://symfony.com/contributors"
  1104. }
  1105. ],
  1106. "description": "Finds files and directories via an intuitive fluent interface",
  1107. "homepage": "https://symfony.com",
  1108. "support": {
  1109. "source": "https://github.com/symfony/finder/tree/v6.3.5"
  1110. },
  1111. "funding": [
  1112. {
  1113. "url": "https://symfony.com/sponsor",
  1114. "type": "custom"
  1115. },
  1116. {
  1117. "url": "https://github.com/fabpot",
  1118. "type": "github"
  1119. },
  1120. {
  1121. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1122. "type": "tidelift"
  1123. }
  1124. ],
  1125. "time": "2023-09-26T12:56:25+00:00"
  1126. },
  1127. {
  1128. "name": "symfony/flex",
  1129. "version": "v2.3.3",
  1130. "source": {
  1131. "type": "git",
  1132. "url": "https://github.com/symfony/flex.git",
  1133. "reference": "9c402af768c6c9f8126a9ffa192ecf7c16581e35"
  1134. },
  1135. "dist": {
  1136. "type": "zip",
  1137. "url": "https://api.github.com/repos/symfony/flex/zipball/9c402af768c6c9f8126a9ffa192ecf7c16581e35",
  1138. "reference": "9c402af768c6c9f8126a9ffa192ecf7c16581e35",
  1139. "shasum": ""
  1140. },
  1141. "require": {
  1142. "composer-plugin-api": "^2.1",
  1143. "php": ">=8.0"
  1144. },
  1145. "require-dev": {
  1146. "composer/composer": "^2.1",
  1147. "symfony/dotenv": "^5.4|^6.0",
  1148. "symfony/filesystem": "^5.4|^6.0",
  1149. "symfony/phpunit-bridge": "^5.4|^6.0",
  1150. "symfony/process": "^5.4|^6.0"
  1151. },
  1152. "type": "composer-plugin",
  1153. "extra": {
  1154. "class": "Symfony\\Flex\\Flex"
  1155. },
  1156. "autoload": {
  1157. "psr-4": {
  1158. "Symfony\\Flex\\": "src"
  1159. }
  1160. },
  1161. "notification-url": "https://packagist.org/downloads/",
  1162. "license": [
  1163. "MIT"
  1164. ],
  1165. "authors": [
  1166. {
  1167. "name": "Fabien Potencier",
  1168. "email": "fabien.potencier@gmail.com"
  1169. }
  1170. ],
  1171. "description": "Composer plugin for Symfony",
  1172. "support": {
  1173. "issues": "https://github.com/symfony/flex/issues",
  1174. "source": "https://github.com/symfony/flex/tree/v2.3.3"
  1175. },
  1176. "funding": [
  1177. {
  1178. "url": "https://symfony.com/sponsor",
  1179. "type": "custom"
  1180. },
  1181. {
  1182. "url": "https://github.com/fabpot",
  1183. "type": "github"
  1184. },
  1185. {
  1186. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1187. "type": "tidelift"
  1188. }
  1189. ],
  1190. "time": "2023-08-04T09:02:35+00:00"
  1191. },
  1192. {
  1193. "name": "symfony/framework-bundle",
  1194. "version": "v6.3.5",
  1195. "source": {
  1196. "type": "git",
  1197. "url": "https://github.com/symfony/framework-bundle.git",
  1198. "reference": "567cafcfc08e3076b47290a7558b0ca17a98b0ce"
  1199. },
  1200. "dist": {
  1201. "type": "zip",
  1202. "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/567cafcfc08e3076b47290a7558b0ca17a98b0ce",
  1203. "reference": "567cafcfc08e3076b47290a7558b0ca17a98b0ce",
  1204. "shasum": ""
  1205. },
  1206. "require": {
  1207. "composer-runtime-api": ">=2.1",
  1208. "ext-xml": "*",
  1209. "php": ">=8.1",
  1210. "symfony/cache": "^5.4|^6.0",
  1211. "symfony/config": "^6.1",
  1212. "symfony/dependency-injection": "^6.3.1",
  1213. "symfony/deprecation-contracts": "^2.5|^3",
  1214. "symfony/error-handler": "^6.1",
  1215. "symfony/event-dispatcher": "^5.4|^6.0",
  1216. "symfony/filesystem": "^5.4|^6.0",
  1217. "symfony/finder": "^5.4|^6.0",
  1218. "symfony/http-foundation": "^6.3",
  1219. "symfony/http-kernel": "^6.3",
  1220. "symfony/polyfill-mbstring": "~1.0",
  1221. "symfony/routing": "^5.4|^6.0"
  1222. },
  1223. "conflict": {
  1224. "doctrine/annotations": "<1.13.1",
  1225. "doctrine/persistence": "<1.3",
  1226. "phpdocumentor/reflection-docblock": "<3.2.2",
  1227. "phpdocumentor/type-resolver": "<1.4.0",
  1228. "symfony/asset": "<5.4",
  1229. "symfony/clock": "<6.3",
  1230. "symfony/console": "<5.4",
  1231. "symfony/dom-crawler": "<6.3",
  1232. "symfony/dotenv": "<5.4",
  1233. "symfony/form": "<5.4",
  1234. "symfony/http-client": "<6.3",
  1235. "symfony/lock": "<5.4",
  1236. "symfony/mailer": "<5.4",
  1237. "symfony/messenger": "<6.3",
  1238. "symfony/mime": "<6.2",
  1239. "symfony/property-access": "<5.4",
  1240. "symfony/property-info": "<5.4",
  1241. "symfony/security-core": "<5.4",
  1242. "symfony/security-csrf": "<5.4",
  1243. "symfony/serializer": "<6.3",
  1244. "symfony/stopwatch": "<5.4",
  1245. "symfony/translation": "<6.2.8",
  1246. "symfony/twig-bridge": "<5.4",
  1247. "symfony/twig-bundle": "<5.4",
  1248. "symfony/validator": "<6.3",
  1249. "symfony/web-profiler-bundle": "<5.4",
  1250. "symfony/workflow": "<5.4"
  1251. },
  1252. "require-dev": {
  1253. "doctrine/annotations": "^1.13.1|^2",
  1254. "doctrine/persistence": "^1.3|^2|^3",
  1255. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  1256. "symfony/asset": "^5.4|^6.0",
  1257. "symfony/asset-mapper": "^6.3",
  1258. "symfony/browser-kit": "^5.4|^6.0",
  1259. "symfony/clock": "^6.2",
  1260. "symfony/console": "^5.4.9|^6.0.9",
  1261. "symfony/css-selector": "^5.4|^6.0",
  1262. "symfony/dom-crawler": "^6.3",
  1263. "symfony/dotenv": "^5.4|^6.0",
  1264. "symfony/expression-language": "^5.4|^6.0",
  1265. "symfony/form": "^5.4|^6.0",
  1266. "symfony/html-sanitizer": "^6.1",
  1267. "symfony/http-client": "^6.3",
  1268. "symfony/lock": "^5.4|^6.0",
  1269. "symfony/mailer": "^5.4|^6.0",
  1270. "symfony/messenger": "^6.3",
  1271. "symfony/mime": "^6.2",
  1272. "symfony/notifier": "^5.4|^6.0",
  1273. "symfony/polyfill-intl-icu": "~1.0",
  1274. "symfony/process": "^5.4|^6.0",
  1275. "symfony/property-info": "^5.4|^6.0",
  1276. "symfony/rate-limiter": "^5.4|^6.0",
  1277. "symfony/scheduler": "^6.3",
  1278. "symfony/security-bundle": "^5.4|^6.0",
  1279. "symfony/semaphore": "^5.4|^6.0",
  1280. "symfony/serializer": "^6.3",
  1281. "symfony/stopwatch": "^5.4|^6.0",
  1282. "symfony/string": "^5.4|^6.0",
  1283. "symfony/translation": "^6.2.8",
  1284. "symfony/twig-bundle": "^5.4|^6.0",
  1285. "symfony/uid": "^5.4|^6.0",
  1286. "symfony/validator": "^6.3",
  1287. "symfony/web-link": "^5.4|^6.0",
  1288. "symfony/workflow": "^5.4|^6.0",
  1289. "symfony/yaml": "^5.4|^6.0",
  1290. "twig/twig": "^2.10|^3.0"
  1291. },
  1292. "type": "symfony-bundle",
  1293. "autoload": {
  1294. "psr-4": {
  1295. "Symfony\\Bundle\\FrameworkBundle\\": ""
  1296. },
  1297. "exclude-from-classmap": [
  1298. "/Tests/"
  1299. ]
  1300. },
  1301. "notification-url": "https://packagist.org/downloads/",
  1302. "license": [
  1303. "MIT"
  1304. ],
  1305. "authors": [
  1306. {
  1307. "name": "Fabien Potencier",
  1308. "email": "fabien@symfony.com"
  1309. },
  1310. {
  1311. "name": "Symfony Community",
  1312. "homepage": "https://symfony.com/contributors"
  1313. }
  1314. ],
  1315. "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
  1316. "homepage": "https://symfony.com",
  1317. "support": {
  1318. "source": "https://github.com/symfony/framework-bundle/tree/v6.3.5"
  1319. },
  1320. "funding": [
  1321. {
  1322. "url": "https://symfony.com/sponsor",
  1323. "type": "custom"
  1324. },
  1325. {
  1326. "url": "https://github.com/fabpot",
  1327. "type": "github"
  1328. },
  1329. {
  1330. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1331. "type": "tidelift"
  1332. }
  1333. ],
  1334. "time": "2023-09-29T10:45:15+00:00"
  1335. },
  1336. {
  1337. "name": "symfony/http-foundation",
  1338. "version": "v6.3.5",
  1339. "source": {
  1340. "type": "git",
  1341. "url": "https://github.com/symfony/http-foundation.git",
  1342. "reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957"
  1343. },
  1344. "dist": {
  1345. "type": "zip",
  1346. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b50f5e281d722cb0f4c296f908bacc3e2b721957",
  1347. "reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957",
  1348. "shasum": ""
  1349. },
  1350. "require": {
  1351. "php": ">=8.1",
  1352. "symfony/deprecation-contracts": "^2.5|^3",
  1353. "symfony/polyfill-mbstring": "~1.1",
  1354. "symfony/polyfill-php83": "^1.27"
  1355. },
  1356. "conflict": {
  1357. "symfony/cache": "<6.2"
  1358. },
  1359. "require-dev": {
  1360. "doctrine/dbal": "^2.13.1|^3.0",
  1361. "predis/predis": "^1.1|^2.0",
  1362. "symfony/cache": "^5.4|^6.0",
  1363. "symfony/dependency-injection": "^5.4|^6.0",
  1364. "symfony/expression-language": "^5.4|^6.0",
  1365. "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
  1366. "symfony/mime": "^5.4|^6.0",
  1367. "symfony/rate-limiter": "^5.2|^6.0"
  1368. },
  1369. "type": "library",
  1370. "autoload": {
  1371. "psr-4": {
  1372. "Symfony\\Component\\HttpFoundation\\": ""
  1373. },
  1374. "exclude-from-classmap": [
  1375. "/Tests/"
  1376. ]
  1377. },
  1378. "notification-url": "https://packagist.org/downloads/",
  1379. "license": [
  1380. "MIT"
  1381. ],
  1382. "authors": [
  1383. {
  1384. "name": "Fabien Potencier",
  1385. "email": "fabien@symfony.com"
  1386. },
  1387. {
  1388. "name": "Symfony Community",
  1389. "homepage": "https://symfony.com/contributors"
  1390. }
  1391. ],
  1392. "description": "Defines an object-oriented layer for the HTTP specification",
  1393. "homepage": "https://symfony.com",
  1394. "support": {
  1395. "source": "https://github.com/symfony/http-foundation/tree/v6.3.5"
  1396. },
  1397. "funding": [
  1398. {
  1399. "url": "https://symfony.com/sponsor",
  1400. "type": "custom"
  1401. },
  1402. {
  1403. "url": "https://github.com/fabpot",
  1404. "type": "github"
  1405. },
  1406. {
  1407. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1408. "type": "tidelift"
  1409. }
  1410. ],
  1411. "time": "2023-09-04T21:33:54+00:00"
  1412. },
  1413. {
  1414. "name": "symfony/http-kernel",
  1415. "version": "v6.3.5",
  1416. "source": {
  1417. "type": "git",
  1418. "url": "https://github.com/symfony/http-kernel.git",
  1419. "reference": "9f991a964368bee8d883e8d57ced4fe9fff04dfc"
  1420. },
  1421. "dist": {
  1422. "type": "zip",
  1423. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9f991a964368bee8d883e8d57ced4fe9fff04dfc",
  1424. "reference": "9f991a964368bee8d883e8d57ced4fe9fff04dfc",
  1425. "shasum": ""
  1426. },
  1427. "require": {
  1428. "php": ">=8.1",
  1429. "psr/log": "^1|^2|^3",
  1430. "symfony/deprecation-contracts": "^2.5|^3",
  1431. "symfony/error-handler": "^6.3",
  1432. "symfony/event-dispatcher": "^5.4|^6.0",
  1433. "symfony/http-foundation": "^6.3.4",
  1434. "symfony/polyfill-ctype": "^1.8"
  1435. },
  1436. "conflict": {
  1437. "symfony/browser-kit": "<5.4",
  1438. "symfony/cache": "<5.4",
  1439. "symfony/config": "<6.1",
  1440. "symfony/console": "<5.4",
  1441. "symfony/dependency-injection": "<6.3.4",
  1442. "symfony/doctrine-bridge": "<5.4",
  1443. "symfony/form": "<5.4",
  1444. "symfony/http-client": "<5.4",
  1445. "symfony/http-client-contracts": "<2.5",
  1446. "symfony/mailer": "<5.4",
  1447. "symfony/messenger": "<5.4",
  1448. "symfony/translation": "<5.4",
  1449. "symfony/translation-contracts": "<2.5",
  1450. "symfony/twig-bridge": "<5.4",
  1451. "symfony/validator": "<5.4",
  1452. "symfony/var-dumper": "<6.3",
  1453. "twig/twig": "<2.13"
  1454. },
  1455. "provide": {
  1456. "psr/log-implementation": "1.0|2.0|3.0"
  1457. },
  1458. "require-dev": {
  1459. "psr/cache": "^1.0|^2.0|^3.0",
  1460. "symfony/browser-kit": "^5.4|^6.0",
  1461. "symfony/clock": "^6.2",
  1462. "symfony/config": "^6.1",
  1463. "symfony/console": "^5.4|^6.0",
  1464. "symfony/css-selector": "^5.4|^6.0",
  1465. "symfony/dependency-injection": "^6.3.4",
  1466. "symfony/dom-crawler": "^5.4|^6.0",
  1467. "symfony/expression-language": "^5.4|^6.0",
  1468. "symfony/finder": "^5.4|^6.0",
  1469. "symfony/http-client-contracts": "^2.5|^3",
  1470. "symfony/process": "^5.4|^6.0",
  1471. "symfony/property-access": "^5.4.5|^6.0.5",
  1472. "symfony/routing": "^5.4|^6.0",
  1473. "symfony/serializer": "^6.3",
  1474. "symfony/stopwatch": "^5.4|^6.0",
  1475. "symfony/translation": "^5.4|^6.0",
  1476. "symfony/translation-contracts": "^2.5|^3",
  1477. "symfony/uid": "^5.4|^6.0",
  1478. "symfony/validator": "^6.3",
  1479. "symfony/var-exporter": "^6.2",
  1480. "twig/twig": "^2.13|^3.0.4"
  1481. },
  1482. "type": "library",
  1483. "autoload": {
  1484. "psr-4": {
  1485. "Symfony\\Component\\HttpKernel\\": ""
  1486. },
  1487. "exclude-from-classmap": [
  1488. "/Tests/"
  1489. ]
  1490. },
  1491. "notification-url": "https://packagist.org/downloads/",
  1492. "license": [
  1493. "MIT"
  1494. ],
  1495. "authors": [
  1496. {
  1497. "name": "Fabien Potencier",
  1498. "email": "fabien@symfony.com"
  1499. },
  1500. {
  1501. "name": "Symfony Community",
  1502. "homepage": "https://symfony.com/contributors"
  1503. }
  1504. ],
  1505. "description": "Provides a structured process for converting a Request into a Response",
  1506. "homepage": "https://symfony.com",
  1507. "support": {
  1508. "source": "https://github.com/symfony/http-kernel/tree/v6.3.5"
  1509. },
  1510. "funding": [
  1511. {
  1512. "url": "https://symfony.com/sponsor",
  1513. "type": "custom"
  1514. },
  1515. {
  1516. "url": "https://github.com/fabpot",
  1517. "type": "github"
  1518. },
  1519. {
  1520. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1521. "type": "tidelift"
  1522. }
  1523. ],
  1524. "time": "2023-09-30T06:37:04+00:00"
  1525. },
  1526. {
  1527. "name": "symfony/polyfill-intl-grapheme",
  1528. "version": "v1.28.0",
  1529. "source": {
  1530. "type": "git",
  1531. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  1532. "reference": "875e90aeea2777b6f135677f618529449334a612"
  1533. },
  1534. "dist": {
  1535. "type": "zip",
  1536. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
  1537. "reference": "875e90aeea2777b6f135677f618529449334a612",
  1538. "shasum": ""
  1539. },
  1540. "require": {
  1541. "php": ">=7.1"
  1542. },
  1543. "suggest": {
  1544. "ext-intl": "For best performance"
  1545. },
  1546. "type": "library",
  1547. "extra": {
  1548. "branch-alias": {
  1549. "dev-main": "1.28-dev"
  1550. },
  1551. "thanks": {
  1552. "name": "symfony/polyfill",
  1553. "url": "https://github.com/symfony/polyfill"
  1554. }
  1555. },
  1556. "autoload": {
  1557. "files": [
  1558. "bootstrap.php"
  1559. ],
  1560. "psr-4": {
  1561. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  1562. }
  1563. },
  1564. "notification-url": "https://packagist.org/downloads/",
  1565. "license": [
  1566. "MIT"
  1567. ],
  1568. "authors": [
  1569. {
  1570. "name": "Nicolas Grekas",
  1571. "email": "p@tchwork.com"
  1572. },
  1573. {
  1574. "name": "Symfony Community",
  1575. "homepage": "https://symfony.com/contributors"
  1576. }
  1577. ],
  1578. "description": "Symfony polyfill for intl's grapheme_* functions",
  1579. "homepage": "https://symfony.com",
  1580. "keywords": [
  1581. "compatibility",
  1582. "grapheme",
  1583. "intl",
  1584. "polyfill",
  1585. "portable",
  1586. "shim"
  1587. ],
  1588. "support": {
  1589. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
  1590. },
  1591. "funding": [
  1592. {
  1593. "url": "https://symfony.com/sponsor",
  1594. "type": "custom"
  1595. },
  1596. {
  1597. "url": "https://github.com/fabpot",
  1598. "type": "github"
  1599. },
  1600. {
  1601. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1602. "type": "tidelift"
  1603. }
  1604. ],
  1605. "time": "2023-01-26T09:26:14+00:00"
  1606. },
  1607. {
  1608. "name": "symfony/polyfill-intl-normalizer",
  1609. "version": "v1.28.0",
  1610. "source": {
  1611. "type": "git",
  1612. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  1613. "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
  1614. },
  1615. "dist": {
  1616. "type": "zip",
  1617. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
  1618. "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
  1619. "shasum": ""
  1620. },
  1621. "require": {
  1622. "php": ">=7.1"
  1623. },
  1624. "suggest": {
  1625. "ext-intl": "For best performance"
  1626. },
  1627. "type": "library",
  1628. "extra": {
  1629. "branch-alias": {
  1630. "dev-main": "1.28-dev"
  1631. },
  1632. "thanks": {
  1633. "name": "symfony/polyfill",
  1634. "url": "https://github.com/symfony/polyfill"
  1635. }
  1636. },
  1637. "autoload": {
  1638. "files": [
  1639. "bootstrap.php"
  1640. ],
  1641. "psr-4": {
  1642. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  1643. },
  1644. "classmap": [
  1645. "Resources/stubs"
  1646. ]
  1647. },
  1648. "notification-url": "https://packagist.org/downloads/",
  1649. "license": [
  1650. "MIT"
  1651. ],
  1652. "authors": [
  1653. {
  1654. "name": "Nicolas Grekas",
  1655. "email": "p@tchwork.com"
  1656. },
  1657. {
  1658. "name": "Symfony Community",
  1659. "homepage": "https://symfony.com/contributors"
  1660. }
  1661. ],
  1662. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  1663. "homepage": "https://symfony.com",
  1664. "keywords": [
  1665. "compatibility",
  1666. "intl",
  1667. "normalizer",
  1668. "polyfill",
  1669. "portable",
  1670. "shim"
  1671. ],
  1672. "support": {
  1673. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
  1674. },
  1675. "funding": [
  1676. {
  1677. "url": "https://symfony.com/sponsor",
  1678. "type": "custom"
  1679. },
  1680. {
  1681. "url": "https://github.com/fabpot",
  1682. "type": "github"
  1683. },
  1684. {
  1685. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1686. "type": "tidelift"
  1687. }
  1688. ],
  1689. "time": "2023-01-26T09:26:14+00:00"
  1690. },
  1691. {
  1692. "name": "symfony/polyfill-mbstring",
  1693. "version": "v1.28.0",
  1694. "source": {
  1695. "type": "git",
  1696. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1697. "reference": "42292d99c55abe617799667f454222c54c60e229"
  1698. },
  1699. "dist": {
  1700. "type": "zip",
  1701. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
  1702. "reference": "42292d99c55abe617799667f454222c54c60e229",
  1703. "shasum": ""
  1704. },
  1705. "require": {
  1706. "php": ">=7.1"
  1707. },
  1708. "provide": {
  1709. "ext-mbstring": "*"
  1710. },
  1711. "suggest": {
  1712. "ext-mbstring": "For best performance"
  1713. },
  1714. "type": "library",
  1715. "extra": {
  1716. "branch-alias": {
  1717. "dev-main": "1.28-dev"
  1718. },
  1719. "thanks": {
  1720. "name": "symfony/polyfill",
  1721. "url": "https://github.com/symfony/polyfill"
  1722. }
  1723. },
  1724. "autoload": {
  1725. "files": [
  1726. "bootstrap.php"
  1727. ],
  1728. "psr-4": {
  1729. "Symfony\\Polyfill\\Mbstring\\": ""
  1730. }
  1731. },
  1732. "notification-url": "https://packagist.org/downloads/",
  1733. "license": [
  1734. "MIT"
  1735. ],
  1736. "authors": [
  1737. {
  1738. "name": "Nicolas Grekas",
  1739. "email": "p@tchwork.com"
  1740. },
  1741. {
  1742. "name": "Symfony Community",
  1743. "homepage": "https://symfony.com/contributors"
  1744. }
  1745. ],
  1746. "description": "Symfony polyfill for the Mbstring extension",
  1747. "homepage": "https://symfony.com",
  1748. "keywords": [
  1749. "compatibility",
  1750. "mbstring",
  1751. "polyfill",
  1752. "portable",
  1753. "shim"
  1754. ],
  1755. "support": {
  1756. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
  1757. },
  1758. "funding": [
  1759. {
  1760. "url": "https://symfony.com/sponsor",
  1761. "type": "custom"
  1762. },
  1763. {
  1764. "url": "https://github.com/fabpot",
  1765. "type": "github"
  1766. },
  1767. {
  1768. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1769. "type": "tidelift"
  1770. }
  1771. ],
  1772. "time": "2023-07-28T09:04:16+00:00"
  1773. },
  1774. {
  1775. "name": "symfony/polyfill-php83",
  1776. "version": "v1.28.0",
  1777. "source": {
  1778. "type": "git",
  1779. "url": "https://github.com/symfony/polyfill-php83.git",
  1780. "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11"
  1781. },
  1782. "dist": {
  1783. "type": "zip",
  1784. "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
  1785. "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
  1786. "shasum": ""
  1787. },
  1788. "require": {
  1789. "php": ">=7.1",
  1790. "symfony/polyfill-php80": "^1.14"
  1791. },
  1792. "type": "library",
  1793. "extra": {
  1794. "branch-alias": {
  1795. "dev-main": "1.28-dev"
  1796. },
  1797. "thanks": {
  1798. "name": "symfony/polyfill",
  1799. "url": "https://github.com/symfony/polyfill"
  1800. }
  1801. },
  1802. "autoload": {
  1803. "files": [
  1804. "bootstrap.php"
  1805. ],
  1806. "psr-4": {
  1807. "Symfony\\Polyfill\\Php83\\": ""
  1808. },
  1809. "classmap": [
  1810. "Resources/stubs"
  1811. ]
  1812. },
  1813. "notification-url": "https://packagist.org/downloads/",
  1814. "license": [
  1815. "MIT"
  1816. ],
  1817. "authors": [
  1818. {
  1819. "name": "Nicolas Grekas",
  1820. "email": "p@tchwork.com"
  1821. },
  1822. {
  1823. "name": "Symfony Community",
  1824. "homepage": "https://symfony.com/contributors"
  1825. }
  1826. ],
  1827. "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
  1828. "homepage": "https://symfony.com",
  1829. "keywords": [
  1830. "compatibility",
  1831. "polyfill",
  1832. "portable",
  1833. "shim"
  1834. ],
  1835. "support": {
  1836. "source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0"
  1837. },
  1838. "funding": [
  1839. {
  1840. "url": "https://symfony.com/sponsor",
  1841. "type": "custom"
  1842. },
  1843. {
  1844. "url": "https://github.com/fabpot",
  1845. "type": "github"
  1846. },
  1847. {
  1848. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1849. "type": "tidelift"
  1850. }
  1851. ],
  1852. "time": "2023-08-16T06:22:46+00:00"
  1853. },
  1854. {
  1855. "name": "symfony/routing",
  1856. "version": "v6.3.5",
  1857. "source": {
  1858. "type": "git",
  1859. "url": "https://github.com/symfony/routing.git",
  1860. "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31"
  1861. },
  1862. "dist": {
  1863. "type": "zip",
  1864. "url": "https://api.github.com/repos/symfony/routing/zipball/82616e59acd3e3d9c916bba798326cb7796d7d31",
  1865. "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31",
  1866. "shasum": ""
  1867. },
  1868. "require": {
  1869. "php": ">=8.1",
  1870. "symfony/deprecation-contracts": "^2.5|^3"
  1871. },
  1872. "conflict": {
  1873. "doctrine/annotations": "<1.12",
  1874. "symfony/config": "<6.2",
  1875. "symfony/dependency-injection": "<5.4",
  1876. "symfony/yaml": "<5.4"
  1877. },
  1878. "require-dev": {
  1879. "doctrine/annotations": "^1.12|^2",
  1880. "psr/log": "^1|^2|^3",
  1881. "symfony/config": "^6.2",
  1882. "symfony/dependency-injection": "^5.4|^6.0",
  1883. "symfony/expression-language": "^5.4|^6.0",
  1884. "symfony/http-foundation": "^5.4|^6.0",
  1885. "symfony/yaml": "^5.4|^6.0"
  1886. },
  1887. "type": "library",
  1888. "autoload": {
  1889. "psr-4": {
  1890. "Symfony\\Component\\Routing\\": ""
  1891. },
  1892. "exclude-from-classmap": [
  1893. "/Tests/"
  1894. ]
  1895. },
  1896. "notification-url": "https://packagist.org/downloads/",
  1897. "license": [
  1898. "MIT"
  1899. ],
  1900. "authors": [
  1901. {
  1902. "name": "Fabien Potencier",
  1903. "email": "fabien@symfony.com"
  1904. },
  1905. {
  1906. "name": "Symfony Community",
  1907. "homepage": "https://symfony.com/contributors"
  1908. }
  1909. ],
  1910. "description": "Maps an HTTP request to a set of configuration variables",
  1911. "homepage": "https://symfony.com",
  1912. "keywords": [
  1913. "router",
  1914. "routing",
  1915. "uri",
  1916. "url"
  1917. ],
  1918. "support": {
  1919. "source": "https://github.com/symfony/routing/tree/v6.3.5"
  1920. },
  1921. "funding": [
  1922. {
  1923. "url": "https://symfony.com/sponsor",
  1924. "type": "custom"
  1925. },
  1926. {
  1927. "url": "https://github.com/fabpot",
  1928. "type": "github"
  1929. },
  1930. {
  1931. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1932. "type": "tidelift"
  1933. }
  1934. ],
  1935. "time": "2023-09-20T16:05:51+00:00"
  1936. },
  1937. {
  1938. "name": "symfony/runtime",
  1939. "version": "v6.3.2",
  1940. "source": {
  1941. "type": "git",
  1942. "url": "https://github.com/symfony/runtime.git",
  1943. "reference": "d5c09493647a0c1a16e6c8da308098e840d1164f"
  1944. },
  1945. "dist": {
  1946. "type": "zip",
  1947. "url": "https://api.github.com/repos/symfony/runtime/zipball/d5c09493647a0c1a16e6c8da308098e840d1164f",
  1948. "reference": "d5c09493647a0c1a16e6c8da308098e840d1164f",
  1949. "shasum": ""
  1950. },
  1951. "require": {
  1952. "composer-plugin-api": "^1.0|^2.0",
  1953. "php": ">=8.1"
  1954. },
  1955. "conflict": {
  1956. "symfony/dotenv": "<5.4"
  1957. },
  1958. "require-dev": {
  1959. "composer/composer": "^1.0.2|^2.0",
  1960. "symfony/console": "^5.4.9|^6.0.9",
  1961. "symfony/dotenv": "^5.4|^6.0",
  1962. "symfony/http-foundation": "^5.4|^6.0",
  1963. "symfony/http-kernel": "^5.4|^6.0"
  1964. },
  1965. "type": "composer-plugin",
  1966. "extra": {
  1967. "class": "Symfony\\Component\\Runtime\\Internal\\ComposerPlugin"
  1968. },
  1969. "autoload": {
  1970. "psr-4": {
  1971. "Symfony\\Component\\Runtime\\": "",
  1972. "Symfony\\Runtime\\Symfony\\Component\\": "Internal/"
  1973. },
  1974. "exclude-from-classmap": [
  1975. "/Tests/"
  1976. ]
  1977. },
  1978. "notification-url": "https://packagist.org/downloads/",
  1979. "license": [
  1980. "MIT"
  1981. ],
  1982. "authors": [
  1983. {
  1984. "name": "Nicolas Grekas",
  1985. "email": "p@tchwork.com"
  1986. },
  1987. {
  1988. "name": "Symfony Community",
  1989. "homepage": "https://symfony.com/contributors"
  1990. }
  1991. ],
  1992. "description": "Enables decoupling PHP applications from global state",
  1993. "homepage": "https://symfony.com",
  1994. "keywords": [
  1995. "runtime"
  1996. ],
  1997. "support": {
  1998. "source": "https://github.com/symfony/runtime/tree/v6.3.2"
  1999. },
  2000. "funding": [
  2001. {
  2002. "url": "https://symfony.com/sponsor",
  2003. "type": "custom"
  2004. },
  2005. {
  2006. "url": "https://github.com/fabpot",
  2007. "type": "github"
  2008. },
  2009. {
  2010. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2011. "type": "tidelift"
  2012. }
  2013. ],
  2014. "time": "2023-07-16T17:05:46+00:00"
  2015. },
  2016. {
  2017. "name": "symfony/service-contracts",
  2018. "version": "v3.3.0",
  2019. "source": {
  2020. "type": "git",
  2021. "url": "https://github.com/symfony/service-contracts.git",
  2022. "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4"
  2023. },
  2024. "dist": {
  2025. "type": "zip",
  2026. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
  2027. "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
  2028. "shasum": ""
  2029. },
  2030. "require": {
  2031. "php": ">=8.1",
  2032. "psr/container": "^2.0"
  2033. },
  2034. "conflict": {
  2035. "ext-psr": "<1.1|>=2"
  2036. },
  2037. "type": "library",
  2038. "extra": {
  2039. "branch-alias": {
  2040. "dev-main": "3.4-dev"
  2041. },
  2042. "thanks": {
  2043. "name": "symfony/contracts",
  2044. "url": "https://github.com/symfony/contracts"
  2045. }
  2046. },
  2047. "autoload": {
  2048. "psr-4": {
  2049. "Symfony\\Contracts\\Service\\": ""
  2050. },
  2051. "exclude-from-classmap": [
  2052. "/Test/"
  2053. ]
  2054. },
  2055. "notification-url": "https://packagist.org/downloads/",
  2056. "license": [
  2057. "MIT"
  2058. ],
  2059. "authors": [
  2060. {
  2061. "name": "Nicolas Grekas",
  2062. "email": "p@tchwork.com"
  2063. },
  2064. {
  2065. "name": "Symfony Community",
  2066. "homepage": "https://symfony.com/contributors"
  2067. }
  2068. ],
  2069. "description": "Generic abstractions related to writing services",
  2070. "homepage": "https://symfony.com",
  2071. "keywords": [
  2072. "abstractions",
  2073. "contracts",
  2074. "decoupling",
  2075. "interfaces",
  2076. "interoperability",
  2077. "standards"
  2078. ],
  2079. "support": {
  2080. "source": "https://github.com/symfony/service-contracts/tree/v3.3.0"
  2081. },
  2082. "funding": [
  2083. {
  2084. "url": "https://symfony.com/sponsor",
  2085. "type": "custom"
  2086. },
  2087. {
  2088. "url": "https://github.com/fabpot",
  2089. "type": "github"
  2090. },
  2091. {
  2092. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2093. "type": "tidelift"
  2094. }
  2095. ],
  2096. "time": "2023-05-23T14:45:45+00:00"
  2097. },
  2098. {
  2099. "name": "symfony/string",
  2100. "version": "v6.3.5",
  2101. "source": {
  2102. "type": "git",
  2103. "url": "https://github.com/symfony/string.git",
  2104. "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339"
  2105. },
  2106. "dist": {
  2107. "type": "zip",
  2108. "url": "https://api.github.com/repos/symfony/string/zipball/13d76d0fb049051ed12a04bef4f9de8715bea339",
  2109. "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339",
  2110. "shasum": ""
  2111. },
  2112. "require": {
  2113. "php": ">=8.1",
  2114. "symfony/polyfill-ctype": "~1.8",
  2115. "symfony/polyfill-intl-grapheme": "~1.0",
  2116. "symfony/polyfill-intl-normalizer": "~1.0",
  2117. "symfony/polyfill-mbstring": "~1.0"
  2118. },
  2119. "conflict": {
  2120. "symfony/translation-contracts": "<2.5"
  2121. },
  2122. "require-dev": {
  2123. "symfony/error-handler": "^5.4|^6.0",
  2124. "symfony/http-client": "^5.4|^6.0",
  2125. "symfony/intl": "^6.2",
  2126. "symfony/translation-contracts": "^2.5|^3.0",
  2127. "symfony/var-exporter": "^5.4|^6.0"
  2128. },
  2129. "type": "library",
  2130. "autoload": {
  2131. "files": [
  2132. "Resources/functions.php"
  2133. ],
  2134. "psr-4": {
  2135. "Symfony\\Component\\String\\": ""
  2136. },
  2137. "exclude-from-classmap": [
  2138. "/Tests/"
  2139. ]
  2140. },
  2141. "notification-url": "https://packagist.org/downloads/",
  2142. "license": [
  2143. "MIT"
  2144. ],
  2145. "authors": [
  2146. {
  2147. "name": "Nicolas Grekas",
  2148. "email": "p@tchwork.com"
  2149. },
  2150. {
  2151. "name": "Symfony Community",
  2152. "homepage": "https://symfony.com/contributors"
  2153. }
  2154. ],
  2155. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  2156. "homepage": "https://symfony.com",
  2157. "keywords": [
  2158. "grapheme",
  2159. "i18n",
  2160. "string",
  2161. "unicode",
  2162. "utf-8",
  2163. "utf8"
  2164. ],
  2165. "support": {
  2166. "source": "https://github.com/symfony/string/tree/v6.3.5"
  2167. },
  2168. "funding": [
  2169. {
  2170. "url": "https://symfony.com/sponsor",
  2171. "type": "custom"
  2172. },
  2173. {
  2174. "url": "https://github.com/fabpot",
  2175. "type": "github"
  2176. },
  2177. {
  2178. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2179. "type": "tidelift"
  2180. }
  2181. ],
  2182. "time": "2023-09-18T10:38:32+00:00"
  2183. },
  2184. {
  2185. "name": "symfony/var-dumper",
  2186. "version": "v6.3.5",
  2187. "source": {
  2188. "type": "git",
  2189. "url": "https://github.com/symfony/var-dumper.git",
  2190. "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5"
  2191. },
  2192. "dist": {
  2193. "type": "zip",
  2194. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3d9999376be5fea8de47752837a3e1d1c5f69ef5",
  2195. "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5",
  2196. "shasum": ""
  2197. },
  2198. "require": {
  2199. "php": ">=8.1",
  2200. "symfony/deprecation-contracts": "^2.5|^3",
  2201. "symfony/polyfill-mbstring": "~1.0"
  2202. },
  2203. "conflict": {
  2204. "symfony/console": "<5.4"
  2205. },
  2206. "require-dev": {
  2207. "ext-iconv": "*",
  2208. "symfony/console": "^5.4|^6.0",
  2209. "symfony/http-kernel": "^5.4|^6.0",
  2210. "symfony/process": "^5.4|^6.0",
  2211. "symfony/uid": "^5.4|^6.0",
  2212. "twig/twig": "^2.13|^3.0.4"
  2213. },
  2214. "bin": [
  2215. "Resources/bin/var-dump-server"
  2216. ],
  2217. "type": "library",
  2218. "autoload": {
  2219. "files": [
  2220. "Resources/functions/dump.php"
  2221. ],
  2222. "psr-4": {
  2223. "Symfony\\Component\\VarDumper\\": ""
  2224. },
  2225. "exclude-from-classmap": [
  2226. "/Tests/"
  2227. ]
  2228. },
  2229. "notification-url": "https://packagist.org/downloads/",
  2230. "license": [
  2231. "MIT"
  2232. ],
  2233. "authors": [
  2234. {
  2235. "name": "Nicolas Grekas",
  2236. "email": "p@tchwork.com"
  2237. },
  2238. {
  2239. "name": "Symfony Community",
  2240. "homepage": "https://symfony.com/contributors"
  2241. }
  2242. ],
  2243. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  2244. "homepage": "https://symfony.com",
  2245. "keywords": [
  2246. "debug",
  2247. "dump"
  2248. ],
  2249. "support": {
  2250. "source": "https://github.com/symfony/var-dumper/tree/v6.3.5"
  2251. },
  2252. "funding": [
  2253. {
  2254. "url": "https://symfony.com/sponsor",
  2255. "type": "custom"
  2256. },
  2257. {
  2258. "url": "https://github.com/fabpot",
  2259. "type": "github"
  2260. },
  2261. {
  2262. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2263. "type": "tidelift"
  2264. }
  2265. ],
  2266. "time": "2023-09-12T10:11:35+00:00"
  2267. },
  2268. {
  2269. "name": "symfony/var-exporter",
  2270. "version": "v6.3.4",
  2271. "source": {
  2272. "type": "git",
  2273. "url": "https://github.com/symfony/var-exporter.git",
  2274. "reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691"
  2275. },
  2276. "dist": {
  2277. "type": "zip",
  2278. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/df1f8aac5751871b83d30bf3e2c355770f8f0691",
  2279. "reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691",
  2280. "shasum": ""
  2281. },
  2282. "require": {
  2283. "php": ">=8.1"
  2284. },
  2285. "require-dev": {
  2286. "symfony/var-dumper": "^5.4|^6.0"
  2287. },
  2288. "type": "library",
  2289. "autoload": {
  2290. "psr-4": {
  2291. "Symfony\\Component\\VarExporter\\": ""
  2292. },
  2293. "exclude-from-classmap": [
  2294. "/Tests/"
  2295. ]
  2296. },
  2297. "notification-url": "https://packagist.org/downloads/",
  2298. "license": [
  2299. "MIT"
  2300. ],
  2301. "authors": [
  2302. {
  2303. "name": "Nicolas Grekas",
  2304. "email": "p@tchwork.com"
  2305. },
  2306. {
  2307. "name": "Symfony Community",
  2308. "homepage": "https://symfony.com/contributors"
  2309. }
  2310. ],
  2311. "description": "Allows exporting any serializable PHP data structure to plain PHP code",
  2312. "homepage": "https://symfony.com",
  2313. "keywords": [
  2314. "clone",
  2315. "construct",
  2316. "export",
  2317. "hydrate",
  2318. "instantiate",
  2319. "lazy-loading",
  2320. "proxy",
  2321. "serialize"
  2322. ],
  2323. "support": {
  2324. "source": "https://github.com/symfony/var-exporter/tree/v6.3.4"
  2325. },
  2326. "funding": [
  2327. {
  2328. "url": "https://symfony.com/sponsor",
  2329. "type": "custom"
  2330. },
  2331. {
  2332. "url": "https://github.com/fabpot",
  2333. "type": "github"
  2334. },
  2335. {
  2336. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2337. "type": "tidelift"
  2338. }
  2339. ],
  2340. "time": "2023-08-16T18:14:47+00:00"
  2341. },
  2342. {
  2343. "name": "symfony/yaml",
  2344. "version": "v6.3.3",
  2345. "source": {
  2346. "type": "git",
  2347. "url": "https://github.com/symfony/yaml.git",
  2348. "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add"
  2349. },
  2350. "dist": {
  2351. "type": "zip",
  2352. "url": "https://api.github.com/repos/symfony/yaml/zipball/e23292e8c07c85b971b44c1c4b87af52133e2add",
  2353. "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add",
  2354. "shasum": ""
  2355. },
  2356. "require": {
  2357. "php": ">=8.1",
  2358. "symfony/deprecation-contracts": "^2.5|^3",
  2359. "symfony/polyfill-ctype": "^1.8"
  2360. },
  2361. "conflict": {
  2362. "symfony/console": "<5.4"
  2363. },
  2364. "require-dev": {
  2365. "symfony/console": "^5.4|^6.0"
  2366. },
  2367. "bin": [
  2368. "Resources/bin/yaml-lint"
  2369. ],
  2370. "type": "library",
  2371. "autoload": {
  2372. "psr-4": {
  2373. "Symfony\\Component\\Yaml\\": ""
  2374. },
  2375. "exclude-from-classmap": [
  2376. "/Tests/"
  2377. ]
  2378. },
  2379. "notification-url": "https://packagist.org/downloads/",
  2380. "license": [
  2381. "MIT"
  2382. ],
  2383. "authors": [
  2384. {
  2385. "name": "Fabien Potencier",
  2386. "email": "fabien@symfony.com"
  2387. },
  2388. {
  2389. "name": "Symfony Community",
  2390. "homepage": "https://symfony.com/contributors"
  2391. }
  2392. ],
  2393. "description": "Loads and dumps YAML files",
  2394. "homepage": "https://symfony.com",
  2395. "support": {
  2396. "source": "https://github.com/symfony/yaml/tree/v6.3.3"
  2397. },
  2398. "funding": [
  2399. {
  2400. "url": "https://symfony.com/sponsor",
  2401. "type": "custom"
  2402. },
  2403. {
  2404. "url": "https://github.com/fabpot",
  2405. "type": "github"
  2406. },
  2407. {
  2408. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2409. "type": "tidelift"
  2410. }
  2411. ],
  2412. "time": "2023-07-31T07:08:24+00:00"
  2413. }
  2414. ],
  2415. "packages-dev": [],
  2416. "aliases": [],
  2417. "minimum-stability": "stable",
  2418. "stability-flags": [],
  2419. "prefer-stable": true,
  2420. "prefer-lowest": false,
  2421. "platform": {
  2422. "php": ">=8.1",
  2423. "ext-ctype": "*",
  2424. "ext-iconv": "*"
  2425. },
  2426. "platform-dev": [],
  2427. "plugin-api-version": "2.6.0"
  2428. }