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.

3296 lines
117 KiB

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