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

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