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.

2550 lines
89 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": "f1e0b38af4ded66da271a99d2bff5be8",
  8. "packages": [
  9. {
  10. "name": "clue/ndjson-react",
  11. "version": "v1.3.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/clue/reactphp-ndjson.git",
  15. "reference": "392dc165fce93b5bb5c637b67e59619223c931b0"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/clue/reactphp-ndjson/zipball/392dc165fce93b5bb5c637b67e59619223c931b0",
  20. "reference": "392dc165fce93b5bb5c637b67e59619223c931b0",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3",
  25. "react/stream": "^1.2"
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35",
  29. "react/event-loop": "^1.2"
  30. },
  31. "type": "library",
  32. "autoload": {
  33. "psr-4": {
  34. "Clue\\React\\NDJson\\": "src/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "Christian Lück",
  44. "email": "christian@clue.engineering"
  45. }
  46. ],
  47. "description": "Streaming newline-delimited JSON (NDJSON) parser and encoder for ReactPHP.",
  48. "homepage": "https://github.com/clue/reactphp-ndjson",
  49. "keywords": [
  50. "NDJSON",
  51. "json",
  52. "jsonlines",
  53. "newline",
  54. "reactphp",
  55. "streaming"
  56. ],
  57. "support": {
  58. "issues": "https://github.com/clue/reactphp-ndjson/issues",
  59. "source": "https://github.com/clue/reactphp-ndjson/tree/v1.3.0"
  60. },
  61. "funding": [
  62. {
  63. "url": "https://clue.engineering/support",
  64. "type": "custom"
  65. },
  66. {
  67. "url": "https://github.com/clue",
  68. "type": "github"
  69. }
  70. ],
  71. "time": "2022-12-23T10:58:28+00:00"
  72. },
  73. {
  74. "name": "composer/pcre",
  75. "version": "3.3.2",
  76. "source": {
  77. "type": "git",
  78. "url": "https://github.com/composer/pcre.git",
  79. "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e"
  80. },
  81. "dist": {
  82. "type": "zip",
  83. "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
  84. "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
  85. "shasum": ""
  86. },
  87. "require": {
  88. "php": "^7.4 || ^8.0"
  89. },
  90. "conflict": {
  91. "phpstan/phpstan": "<1.11.10"
  92. },
  93. "require-dev": {
  94. "phpstan/phpstan": "^1.12 || ^2",
  95. "phpstan/phpstan-strict-rules": "^1 || ^2",
  96. "phpunit/phpunit": "^8 || ^9"
  97. },
  98. "type": "library",
  99. "extra": {
  100. "phpstan": {
  101. "includes": [
  102. "extension.neon"
  103. ]
  104. },
  105. "branch-alias": {
  106. "dev-main": "3.x-dev"
  107. }
  108. },
  109. "autoload": {
  110. "psr-4": {
  111. "Composer\\Pcre\\": "src"
  112. }
  113. },
  114. "notification-url": "https://packagist.org/downloads/",
  115. "license": [
  116. "MIT"
  117. ],
  118. "authors": [
  119. {
  120. "name": "Jordi Boggiano",
  121. "email": "j.boggiano@seld.be",
  122. "homepage": "http://seld.be"
  123. }
  124. ],
  125. "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
  126. "keywords": [
  127. "PCRE",
  128. "preg",
  129. "regex",
  130. "regular expression"
  131. ],
  132. "support": {
  133. "issues": "https://github.com/composer/pcre/issues",
  134. "source": "https://github.com/composer/pcre/tree/3.3.2"
  135. },
  136. "funding": [
  137. {
  138. "url": "https://packagist.com",
  139. "type": "custom"
  140. },
  141. {
  142. "url": "https://github.com/composer",
  143. "type": "github"
  144. },
  145. {
  146. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  147. "type": "tidelift"
  148. }
  149. ],
  150. "time": "2024-11-12T16:29:46+00:00"
  151. },
  152. {
  153. "name": "composer/semver",
  154. "version": "3.4.3",
  155. "source": {
  156. "type": "git",
  157. "url": "https://github.com/composer/semver.git",
  158. "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"
  159. },
  160. "dist": {
  161. "type": "zip",
  162. "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
  163. "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
  164. "shasum": ""
  165. },
  166. "require": {
  167. "php": "^5.3.2 || ^7.0 || ^8.0"
  168. },
  169. "require-dev": {
  170. "phpstan/phpstan": "^1.11",
  171. "symfony/phpunit-bridge": "^3 || ^7"
  172. },
  173. "type": "library",
  174. "extra": {
  175. "branch-alias": {
  176. "dev-main": "3.x-dev"
  177. }
  178. },
  179. "autoload": {
  180. "psr-4": {
  181. "Composer\\Semver\\": "src"
  182. }
  183. },
  184. "notification-url": "https://packagist.org/downloads/",
  185. "license": [
  186. "MIT"
  187. ],
  188. "authors": [
  189. {
  190. "name": "Nils Adermann",
  191. "email": "naderman@naderman.de",
  192. "homepage": "http://www.naderman.de"
  193. },
  194. {
  195. "name": "Jordi Boggiano",
  196. "email": "j.boggiano@seld.be",
  197. "homepage": "http://seld.be"
  198. },
  199. {
  200. "name": "Rob Bast",
  201. "email": "rob.bast@gmail.com",
  202. "homepage": "http://robbast.nl"
  203. }
  204. ],
  205. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  206. "keywords": [
  207. "semantic",
  208. "semver",
  209. "validation",
  210. "versioning"
  211. ],
  212. "support": {
  213. "irc": "ircs://irc.libera.chat:6697/composer",
  214. "issues": "https://github.com/composer/semver/issues",
  215. "source": "https://github.com/composer/semver/tree/3.4.3"
  216. },
  217. "funding": [
  218. {
  219. "url": "https://packagist.com",
  220. "type": "custom"
  221. },
  222. {
  223. "url": "https://github.com/composer",
  224. "type": "github"
  225. },
  226. {
  227. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  228. "type": "tidelift"
  229. }
  230. ],
  231. "time": "2024-09-19T14:15:21+00:00"
  232. },
  233. {
  234. "name": "composer/xdebug-handler",
  235. "version": "3.0.5",
  236. "source": {
  237. "type": "git",
  238. "url": "https://github.com/composer/xdebug-handler.git",
  239. "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef"
  240. },
  241. "dist": {
  242. "type": "zip",
  243. "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef",
  244. "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef",
  245. "shasum": ""
  246. },
  247. "require": {
  248. "composer/pcre": "^1 || ^2 || ^3",
  249. "php": "^7.2.5 || ^8.0",
  250. "psr/log": "^1 || ^2 || ^3"
  251. },
  252. "require-dev": {
  253. "phpstan/phpstan": "^1.0",
  254. "phpstan/phpstan-strict-rules": "^1.1",
  255. "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5"
  256. },
  257. "type": "library",
  258. "autoload": {
  259. "psr-4": {
  260. "Composer\\XdebugHandler\\": "src"
  261. }
  262. },
  263. "notification-url": "https://packagist.org/downloads/",
  264. "license": [
  265. "MIT"
  266. ],
  267. "authors": [
  268. {
  269. "name": "John Stevenson",
  270. "email": "john-stevenson@blueyonder.co.uk"
  271. }
  272. ],
  273. "description": "Restarts a process without Xdebug.",
  274. "keywords": [
  275. "Xdebug",
  276. "performance"
  277. ],
  278. "support": {
  279. "irc": "ircs://irc.libera.chat:6697/composer",
  280. "issues": "https://github.com/composer/xdebug-handler/issues",
  281. "source": "https://github.com/composer/xdebug-handler/tree/3.0.5"
  282. },
  283. "funding": [
  284. {
  285. "url": "https://packagist.com",
  286. "type": "custom"
  287. },
  288. {
  289. "url": "https://github.com/composer",
  290. "type": "github"
  291. },
  292. {
  293. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  294. "type": "tidelift"
  295. }
  296. ],
  297. "time": "2024-05-06T16:37:16+00:00"
  298. },
  299. {
  300. "name": "evenement/evenement",
  301. "version": "v3.0.2",
  302. "source": {
  303. "type": "git",
  304. "url": "https://github.com/igorw/evenement.git",
  305. "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc"
  306. },
  307. "dist": {
  308. "type": "zip",
  309. "url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc",
  310. "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc",
  311. "shasum": ""
  312. },
  313. "require": {
  314. "php": ">=7.0"
  315. },
  316. "require-dev": {
  317. "phpunit/phpunit": "^9 || ^6"
  318. },
  319. "type": "library",
  320. "autoload": {
  321. "psr-4": {
  322. "Evenement\\": "src/"
  323. }
  324. },
  325. "notification-url": "https://packagist.org/downloads/",
  326. "license": [
  327. "MIT"
  328. ],
  329. "authors": [
  330. {
  331. "name": "Igor Wiedler",
  332. "email": "igor@wiedler.ch"
  333. }
  334. ],
  335. "description": "Événement is a very simple event dispatching library for PHP",
  336. "keywords": [
  337. "event-dispatcher",
  338. "event-emitter"
  339. ],
  340. "support": {
  341. "issues": "https://github.com/igorw/evenement/issues",
  342. "source": "https://github.com/igorw/evenement/tree/v3.0.2"
  343. },
  344. "time": "2023-08-08T05:53:35+00:00"
  345. },
  346. {
  347. "name": "fidry/cpu-core-counter",
  348. "version": "1.2.0",
  349. "source": {
  350. "type": "git",
  351. "url": "https://github.com/theofidry/cpu-core-counter.git",
  352. "reference": "8520451a140d3f46ac33042715115e290cf5785f"
  353. },
  354. "dist": {
  355. "type": "zip",
  356. "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/8520451a140d3f46ac33042715115e290cf5785f",
  357. "reference": "8520451a140d3f46ac33042715115e290cf5785f",
  358. "shasum": ""
  359. },
  360. "require": {
  361. "php": "^7.2 || ^8.0"
  362. },
  363. "require-dev": {
  364. "fidry/makefile": "^0.2.0",
  365. "fidry/php-cs-fixer-config": "^1.1.2",
  366. "phpstan/extension-installer": "^1.2.0",
  367. "phpstan/phpstan": "^1.9.2",
  368. "phpstan/phpstan-deprecation-rules": "^1.0.0",
  369. "phpstan/phpstan-phpunit": "^1.2.2",
  370. "phpstan/phpstan-strict-rules": "^1.4.4",
  371. "phpunit/phpunit": "^8.5.31 || ^9.5.26",
  372. "webmozarts/strict-phpunit": "^7.5"
  373. },
  374. "type": "library",
  375. "autoload": {
  376. "psr-4": {
  377. "Fidry\\CpuCoreCounter\\": "src/"
  378. }
  379. },
  380. "notification-url": "https://packagist.org/downloads/",
  381. "license": [
  382. "MIT"
  383. ],
  384. "authors": [
  385. {
  386. "name": "Théo FIDRY",
  387. "email": "theo.fidry@gmail.com"
  388. }
  389. ],
  390. "description": "Tiny utility to get the number of CPU cores.",
  391. "keywords": [
  392. "CPU",
  393. "core"
  394. ],
  395. "support": {
  396. "issues": "https://github.com/theofidry/cpu-core-counter/issues",
  397. "source": "https://github.com/theofidry/cpu-core-counter/tree/1.2.0"
  398. },
  399. "funding": [
  400. {
  401. "url": "https://github.com/theofidry",
  402. "type": "github"
  403. }
  404. ],
  405. "time": "2024-08-06T10:04:20+00:00"
  406. },
  407. {
  408. "name": "friendsofphp/php-cs-fixer",
  409. "version": "v3.84.0",
  410. "source": {
  411. "type": "git",
  412. "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
  413. "reference": "38dad0767bf2a9b516b976852200ae722fe984ca"
  414. },
  415. "dist": {
  416. "type": "zip",
  417. "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/38dad0767bf2a9b516b976852200ae722fe984ca",
  418. "reference": "38dad0767bf2a9b516b976852200ae722fe984ca",
  419. "shasum": ""
  420. },
  421. "require": {
  422. "clue/ndjson-react": "^1.0",
  423. "composer/semver": "^3.4",
  424. "composer/xdebug-handler": "^3.0.5",
  425. "ext-filter": "*",
  426. "ext-hash": "*",
  427. "ext-json": "*",
  428. "ext-tokenizer": "*",
  429. "fidry/cpu-core-counter": "^1.2",
  430. "php": "^7.4 || ^8.0",
  431. "react/child-process": "^0.6.6",
  432. "react/event-loop": "^1.0",
  433. "react/promise": "^2.11 || ^3.0",
  434. "react/socket": "^1.0",
  435. "react/stream": "^1.0",
  436. "sebastian/diff": "^4.0.6 || ^5.1.1 || ^6.0.2 || ^7.0",
  437. "symfony/console": "^5.4.45 || ^6.4.13 || ^7.0",
  438. "symfony/event-dispatcher": "^5.4.45 || ^6.4.13 || ^7.0",
  439. "symfony/filesystem": "^5.4.45 || ^6.4.13 || ^7.0",
  440. "symfony/finder": "^5.4.45 || ^6.4.17 || ^7.0",
  441. "symfony/options-resolver": "^5.4.45 || ^6.4.16 || ^7.0",
  442. "symfony/polyfill-mbstring": "^1.32",
  443. "symfony/polyfill-php80": "^1.32",
  444. "symfony/polyfill-php81": "^1.32",
  445. "symfony/process": "^5.4.47 || ^6.4.20 || ^7.2",
  446. "symfony/stopwatch": "^5.4.45 || ^6.4.19 || ^7.0"
  447. },
  448. "require-dev": {
  449. "facile-it/paraunit": "^1.3.1 || ^2.6",
  450. "infection/infection": "^0.29.14",
  451. "justinrainbow/json-schema": "^5.3 || ^6.4",
  452. "keradus/cli-executor": "^2.2",
  453. "mikey179/vfsstream": "^1.6.12",
  454. "php-coveralls/php-coveralls": "^2.8",
  455. "php-cs-fixer/accessible-object": "^1.1",
  456. "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.6",
  457. "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.6",
  458. "phpunit/phpunit": "^9.6.23 || ^10.5.47 || ^11.5.25",
  459. "symfony/polyfill-php84": "^1.32",
  460. "symfony/var-dumper": "^5.4.48 || ^6.4.23 || ^7.3.1",
  461. "symfony/yaml": "^5.4.45 || ^6.4.23 || ^7.3.1"
  462. },
  463. "suggest": {
  464. "ext-dom": "For handling output formats in XML",
  465. "ext-mbstring": "For handling non-UTF8 characters."
  466. },
  467. "bin": [
  468. "php-cs-fixer"
  469. ],
  470. "type": "application",
  471. "autoload": {
  472. "psr-4": {
  473. "PhpCsFixer\\": "src/"
  474. },
  475. "exclude-from-classmap": [
  476. "src/Fixer/Internal/*"
  477. ]
  478. },
  479. "notification-url": "https://packagist.org/downloads/",
  480. "license": [
  481. "MIT"
  482. ],
  483. "authors": [
  484. {
  485. "name": "Fabien Potencier",
  486. "email": "fabien@symfony.com"
  487. },
  488. {
  489. "name": "Dariusz Rumiński",
  490. "email": "dariusz.ruminski@gmail.com"
  491. }
  492. ],
  493. "description": "A tool to automatically fix PHP code style",
  494. "keywords": [
  495. "Static code analysis",
  496. "fixer",
  497. "standards",
  498. "static analysis"
  499. ],
  500. "support": {
  501. "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
  502. "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.84.0"
  503. },
  504. "funding": [
  505. {
  506. "url": "https://github.com/keradus",
  507. "type": "github"
  508. }
  509. ],
  510. "time": "2025-07-15T18:21:57+00:00"
  511. },
  512. {
  513. "name": "psr/container",
  514. "version": "2.0.2",
  515. "source": {
  516. "type": "git",
  517. "url": "https://github.com/php-fig/container.git",
  518. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  519. },
  520. "dist": {
  521. "type": "zip",
  522. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  523. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  524. "shasum": ""
  525. },
  526. "require": {
  527. "php": ">=7.4.0"
  528. },
  529. "type": "library",
  530. "extra": {
  531. "branch-alias": {
  532. "dev-master": "2.0.x-dev"
  533. }
  534. },
  535. "autoload": {
  536. "psr-4": {
  537. "Psr\\Container\\": "src/"
  538. }
  539. },
  540. "notification-url": "https://packagist.org/downloads/",
  541. "license": [
  542. "MIT"
  543. ],
  544. "authors": [
  545. {
  546. "name": "PHP-FIG",
  547. "homepage": "https://www.php-fig.org/"
  548. }
  549. ],
  550. "description": "Common Container Interface (PHP FIG PSR-11)",
  551. "homepage": "https://github.com/php-fig/container",
  552. "keywords": [
  553. "PSR-11",
  554. "container",
  555. "container-interface",
  556. "container-interop",
  557. "psr"
  558. ],
  559. "support": {
  560. "issues": "https://github.com/php-fig/container/issues",
  561. "source": "https://github.com/php-fig/container/tree/2.0.2"
  562. },
  563. "time": "2021-11-05T16:47:00+00:00"
  564. },
  565. {
  566. "name": "psr/event-dispatcher",
  567. "version": "1.0.0",
  568. "source": {
  569. "type": "git",
  570. "url": "https://github.com/php-fig/event-dispatcher.git",
  571. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  572. },
  573. "dist": {
  574. "type": "zip",
  575. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  576. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  577. "shasum": ""
  578. },
  579. "require": {
  580. "php": ">=7.2.0"
  581. },
  582. "type": "library",
  583. "extra": {
  584. "branch-alias": {
  585. "dev-master": "1.0.x-dev"
  586. }
  587. },
  588. "autoload": {
  589. "psr-4": {
  590. "Psr\\EventDispatcher\\": "src/"
  591. }
  592. },
  593. "notification-url": "https://packagist.org/downloads/",
  594. "license": [
  595. "MIT"
  596. ],
  597. "authors": [
  598. {
  599. "name": "PHP-FIG",
  600. "homepage": "http://www.php-fig.org/"
  601. }
  602. ],
  603. "description": "Standard interfaces for event handling.",
  604. "keywords": [
  605. "events",
  606. "psr",
  607. "psr-14"
  608. ],
  609. "support": {
  610. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  611. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  612. },
  613. "time": "2019-01-08T18:20:26+00:00"
  614. },
  615. {
  616. "name": "psr/log",
  617. "version": "3.0.2",
  618. "source": {
  619. "type": "git",
  620. "url": "https://github.com/php-fig/log.git",
  621. "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
  622. },
  623. "dist": {
  624. "type": "zip",
  625. "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
  626. "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
  627. "shasum": ""
  628. },
  629. "require": {
  630. "php": ">=8.0.0"
  631. },
  632. "type": "library",
  633. "extra": {
  634. "branch-alias": {
  635. "dev-master": "3.x-dev"
  636. }
  637. },
  638. "autoload": {
  639. "psr-4": {
  640. "Psr\\Log\\": "src"
  641. }
  642. },
  643. "notification-url": "https://packagist.org/downloads/",
  644. "license": [
  645. "MIT"
  646. ],
  647. "authors": [
  648. {
  649. "name": "PHP-FIG",
  650. "homepage": "https://www.php-fig.org/"
  651. }
  652. ],
  653. "description": "Common interface for logging libraries",
  654. "homepage": "https://github.com/php-fig/log",
  655. "keywords": [
  656. "log",
  657. "psr",
  658. "psr-3"
  659. ],
  660. "support": {
  661. "source": "https://github.com/php-fig/log/tree/3.0.2"
  662. },
  663. "time": "2024-09-11T13:17:53+00:00"
  664. },
  665. {
  666. "name": "react/cache",
  667. "version": "v1.2.0",
  668. "source": {
  669. "type": "git",
  670. "url": "https://github.com/reactphp/cache.git",
  671. "reference": "d47c472b64aa5608225f47965a484b75c7817d5b"
  672. },
  673. "dist": {
  674. "type": "zip",
  675. "url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b",
  676. "reference": "d47c472b64aa5608225f47965a484b75c7817d5b",
  677. "shasum": ""
  678. },
  679. "require": {
  680. "php": ">=5.3.0",
  681. "react/promise": "^3.0 || ^2.0 || ^1.1"
  682. },
  683. "require-dev": {
  684. "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35"
  685. },
  686. "type": "library",
  687. "autoload": {
  688. "psr-4": {
  689. "React\\Cache\\": "src/"
  690. }
  691. },
  692. "notification-url": "https://packagist.org/downloads/",
  693. "license": [
  694. "MIT"
  695. ],
  696. "authors": [
  697. {
  698. "name": "Christian Lück",
  699. "email": "christian@clue.engineering",
  700. "homepage": "https://clue.engineering/"
  701. },
  702. {
  703. "name": "Cees-Jan Kiewiet",
  704. "email": "reactphp@ceesjankiewiet.nl",
  705. "homepage": "https://wyrihaximus.net/"
  706. },
  707. {
  708. "name": "Jan Sorgalla",
  709. "email": "jsorgalla@gmail.com",
  710. "homepage": "https://sorgalla.com/"
  711. },
  712. {
  713. "name": "Chris Boden",
  714. "email": "cboden@gmail.com",
  715. "homepage": "https://cboden.dev/"
  716. }
  717. ],
  718. "description": "Async, Promise-based cache interface for ReactPHP",
  719. "keywords": [
  720. "cache",
  721. "caching",
  722. "promise",
  723. "reactphp"
  724. ],
  725. "support": {
  726. "issues": "https://github.com/reactphp/cache/issues",
  727. "source": "https://github.com/reactphp/cache/tree/v1.2.0"
  728. },
  729. "funding": [
  730. {
  731. "url": "https://opencollective.com/reactphp",
  732. "type": "open_collective"
  733. }
  734. ],
  735. "time": "2022-11-30T15:59:55+00:00"
  736. },
  737. {
  738. "name": "react/child-process",
  739. "version": "v0.6.6",
  740. "source": {
  741. "type": "git",
  742. "url": "https://github.com/reactphp/child-process.git",
  743. "reference": "1721e2b93d89b745664353b9cfc8f155ba8a6159"
  744. },
  745. "dist": {
  746. "type": "zip",
  747. "url": "https://api.github.com/repos/reactphp/child-process/zipball/1721e2b93d89b745664353b9cfc8f155ba8a6159",
  748. "reference": "1721e2b93d89b745664353b9cfc8f155ba8a6159",
  749. "shasum": ""
  750. },
  751. "require": {
  752. "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
  753. "php": ">=5.3.0",
  754. "react/event-loop": "^1.2",
  755. "react/stream": "^1.4"
  756. },
  757. "require-dev": {
  758. "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
  759. "react/socket": "^1.16",
  760. "sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0"
  761. },
  762. "type": "library",
  763. "autoload": {
  764. "psr-4": {
  765. "React\\ChildProcess\\": "src/"
  766. }
  767. },
  768. "notification-url": "https://packagist.org/downloads/",
  769. "license": [
  770. "MIT"
  771. ],
  772. "authors": [
  773. {
  774. "name": "Christian Lück",
  775. "email": "christian@clue.engineering",
  776. "homepage": "https://clue.engineering/"
  777. },
  778. {
  779. "name": "Cees-Jan Kiewiet",
  780. "email": "reactphp@ceesjankiewiet.nl",
  781. "homepage": "https://wyrihaximus.net/"
  782. },
  783. {
  784. "name": "Jan Sorgalla",
  785. "email": "jsorgalla@gmail.com",
  786. "homepage": "https://sorgalla.com/"
  787. },
  788. {
  789. "name": "Chris Boden",
  790. "email": "cboden@gmail.com",
  791. "homepage": "https://cboden.dev/"
  792. }
  793. ],
  794. "description": "Event-driven library for executing child processes with ReactPHP.",
  795. "keywords": [
  796. "event-driven",
  797. "process",
  798. "reactphp"
  799. ],
  800. "support": {
  801. "issues": "https://github.com/reactphp/child-process/issues",
  802. "source": "https://github.com/reactphp/child-process/tree/v0.6.6"
  803. },
  804. "funding": [
  805. {
  806. "url": "https://opencollective.com/reactphp",
  807. "type": "open_collective"
  808. }
  809. ],
  810. "time": "2025-01-01T16:37:48+00:00"
  811. },
  812. {
  813. "name": "react/dns",
  814. "version": "v1.13.0",
  815. "source": {
  816. "type": "git",
  817. "url": "https://github.com/reactphp/dns.git",
  818. "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5"
  819. },
  820. "dist": {
  821. "type": "zip",
  822. "url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
  823. "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
  824. "shasum": ""
  825. },
  826. "require": {
  827. "php": ">=5.3.0",
  828. "react/cache": "^1.0 || ^0.6 || ^0.5",
  829. "react/event-loop": "^1.2",
  830. "react/promise": "^3.2 || ^2.7 || ^1.2.1"
  831. },
  832. "require-dev": {
  833. "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
  834. "react/async": "^4.3 || ^3 || ^2",
  835. "react/promise-timer": "^1.11"
  836. },
  837. "type": "library",
  838. "autoload": {
  839. "psr-4": {
  840. "React\\Dns\\": "src/"
  841. }
  842. },
  843. "notification-url": "https://packagist.org/downloads/",
  844. "license": [
  845. "MIT"
  846. ],
  847. "authors": [
  848. {
  849. "name": "Christian Lück",
  850. "email": "christian@clue.engineering",
  851. "homepage": "https://clue.engineering/"
  852. },
  853. {
  854. "name": "Cees-Jan Kiewiet",
  855. "email": "reactphp@ceesjankiewiet.nl",
  856. "homepage": "https://wyrihaximus.net/"
  857. },
  858. {
  859. "name": "Jan Sorgalla",
  860. "email": "jsorgalla@gmail.com",
  861. "homepage": "https://sorgalla.com/"
  862. },
  863. {
  864. "name": "Chris Boden",
  865. "email": "cboden@gmail.com",
  866. "homepage": "https://cboden.dev/"
  867. }
  868. ],
  869. "description": "Async DNS resolver for ReactPHP",
  870. "keywords": [
  871. "async",
  872. "dns",
  873. "dns-resolver",
  874. "reactphp"
  875. ],
  876. "support": {
  877. "issues": "https://github.com/reactphp/dns/issues",
  878. "source": "https://github.com/reactphp/dns/tree/v1.13.0"
  879. },
  880. "funding": [
  881. {
  882. "url": "https://opencollective.com/reactphp",
  883. "type": "open_collective"
  884. }
  885. ],
  886. "time": "2024-06-13T14:18:03+00:00"
  887. },
  888. {
  889. "name": "react/event-loop",
  890. "version": "v1.5.0",
  891. "source": {
  892. "type": "git",
  893. "url": "https://github.com/reactphp/event-loop.git",
  894. "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354"
  895. },
  896. "dist": {
  897. "type": "zip",
  898. "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
  899. "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
  900. "shasum": ""
  901. },
  902. "require": {
  903. "php": ">=5.3.0"
  904. },
  905. "require-dev": {
  906. "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
  907. },
  908. "suggest": {
  909. "ext-pcntl": "For signal handling support when using the StreamSelectLoop"
  910. },
  911. "type": "library",
  912. "autoload": {
  913. "psr-4": {
  914. "React\\EventLoop\\": "src/"
  915. }
  916. },
  917. "notification-url": "https://packagist.org/downloads/",
  918. "license": [
  919. "MIT"
  920. ],
  921. "authors": [
  922. {
  923. "name": "Christian Lück",
  924. "email": "christian@clue.engineering",
  925. "homepage": "https://clue.engineering/"
  926. },
  927. {
  928. "name": "Cees-Jan Kiewiet",
  929. "email": "reactphp@ceesjankiewiet.nl",
  930. "homepage": "https://wyrihaximus.net/"
  931. },
  932. {
  933. "name": "Jan Sorgalla",
  934. "email": "jsorgalla@gmail.com",
  935. "homepage": "https://sorgalla.com/"
  936. },
  937. {
  938. "name": "Chris Boden",
  939. "email": "cboden@gmail.com",
  940. "homepage": "https://cboden.dev/"
  941. }
  942. ],
  943. "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
  944. "keywords": [
  945. "asynchronous",
  946. "event-loop"
  947. ],
  948. "support": {
  949. "issues": "https://github.com/reactphp/event-loop/issues",
  950. "source": "https://github.com/reactphp/event-loop/tree/v1.5.0"
  951. },
  952. "funding": [
  953. {
  954. "url": "https://opencollective.com/reactphp",
  955. "type": "open_collective"
  956. }
  957. ],
  958. "time": "2023-11-13T13:48:05+00:00"
  959. },
  960. {
  961. "name": "react/promise",
  962. "version": "v3.2.0",
  963. "source": {
  964. "type": "git",
  965. "url": "https://github.com/reactphp/promise.git",
  966. "reference": "8a164643313c71354582dc850b42b33fa12a4b63"
  967. },
  968. "dist": {
  969. "type": "zip",
  970. "url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63",
  971. "reference": "8a164643313c71354582dc850b42b33fa12a4b63",
  972. "shasum": ""
  973. },
  974. "require": {
  975. "php": ">=7.1.0"
  976. },
  977. "require-dev": {
  978. "phpstan/phpstan": "1.10.39 || 1.4.10",
  979. "phpunit/phpunit": "^9.6 || ^7.5"
  980. },
  981. "type": "library",
  982. "autoload": {
  983. "files": [
  984. "src/functions_include.php"
  985. ],
  986. "psr-4": {
  987. "React\\Promise\\": "src/"
  988. }
  989. },
  990. "notification-url": "https://packagist.org/downloads/",
  991. "license": [
  992. "MIT"
  993. ],
  994. "authors": [
  995. {
  996. "name": "Jan Sorgalla",
  997. "email": "jsorgalla@gmail.com",
  998. "homepage": "https://sorgalla.com/"
  999. },
  1000. {
  1001. "name": "Christian Lück",
  1002. "email": "christian@clue.engineering",
  1003. "homepage": "https://clue.engineering/"
  1004. },
  1005. {
  1006. "name": "Cees-Jan Kiewiet",
  1007. "email": "reactphp@ceesjankiewiet.nl",
  1008. "homepage": "https://wyrihaximus.net/"
  1009. },
  1010. {
  1011. "name": "Chris Boden",
  1012. "email": "cboden@gmail.com",
  1013. "homepage": "https://cboden.dev/"
  1014. }
  1015. ],
  1016. "description": "A lightweight implementation of CommonJS Promises/A for PHP",
  1017. "keywords": [
  1018. "promise",
  1019. "promises"
  1020. ],
  1021. "support": {
  1022. "issues": "https://github.com/reactphp/promise/issues",
  1023. "source": "https://github.com/reactphp/promise/tree/v3.2.0"
  1024. },
  1025. "funding": [
  1026. {
  1027. "url": "https://opencollective.com/reactphp",
  1028. "type": "open_collective"
  1029. }
  1030. ],
  1031. "time": "2024-05-24T10:39:05+00:00"
  1032. },
  1033. {
  1034. "name": "react/socket",
  1035. "version": "v1.16.0",
  1036. "source": {
  1037. "type": "git",
  1038. "url": "https://github.com/reactphp/socket.git",
  1039. "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1"
  1040. },
  1041. "dist": {
  1042. "type": "zip",
  1043. "url": "https://api.github.com/repos/reactphp/socket/zipball/23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
  1044. "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
  1045. "shasum": ""
  1046. },
  1047. "require": {
  1048. "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
  1049. "php": ">=5.3.0",
  1050. "react/dns": "^1.13",
  1051. "react/event-loop": "^1.2",
  1052. "react/promise": "^3.2 || ^2.6 || ^1.2.1",
  1053. "react/stream": "^1.4"
  1054. },
  1055. "require-dev": {
  1056. "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
  1057. "react/async": "^4.3 || ^3.3 || ^2",
  1058. "react/promise-stream": "^1.4",
  1059. "react/promise-timer": "^1.11"
  1060. },
  1061. "type": "library",
  1062. "autoload": {
  1063. "psr-4": {
  1064. "React\\Socket\\": "src/"
  1065. }
  1066. },
  1067. "notification-url": "https://packagist.org/downloads/",
  1068. "license": [
  1069. "MIT"
  1070. ],
  1071. "authors": [
  1072. {
  1073. "name": "Christian Lück",
  1074. "email": "christian@clue.engineering",
  1075. "homepage": "https://clue.engineering/"
  1076. },
  1077. {
  1078. "name": "Cees-Jan Kiewiet",
  1079. "email": "reactphp@ceesjankiewiet.nl",
  1080. "homepage": "https://wyrihaximus.net/"
  1081. },
  1082. {
  1083. "name": "Jan Sorgalla",
  1084. "email": "jsorgalla@gmail.com",
  1085. "homepage": "https://sorgalla.com/"
  1086. },
  1087. {
  1088. "name": "Chris Boden",
  1089. "email": "cboden@gmail.com",
  1090. "homepage": "https://cboden.dev/"
  1091. }
  1092. ],
  1093. "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
  1094. "keywords": [
  1095. "Connection",
  1096. "Socket",
  1097. "async",
  1098. "reactphp",
  1099. "stream"
  1100. ],
  1101. "support": {
  1102. "issues": "https://github.com/reactphp/socket/issues",
  1103. "source": "https://github.com/reactphp/socket/tree/v1.16.0"
  1104. },
  1105. "funding": [
  1106. {
  1107. "url": "https://opencollective.com/reactphp",
  1108. "type": "open_collective"
  1109. }
  1110. ],
  1111. "time": "2024-07-26T10:38:09+00:00"
  1112. },
  1113. {
  1114. "name": "react/stream",
  1115. "version": "v1.4.0",
  1116. "source": {
  1117. "type": "git",
  1118. "url": "https://github.com/reactphp/stream.git",
  1119. "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d"
  1120. },
  1121. "dist": {
  1122. "type": "zip",
  1123. "url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d",
  1124. "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d",
  1125. "shasum": ""
  1126. },
  1127. "require": {
  1128. "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
  1129. "php": ">=5.3.8",
  1130. "react/event-loop": "^1.2"
  1131. },
  1132. "require-dev": {
  1133. "clue/stream-filter": "~1.2",
  1134. "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
  1135. },
  1136. "type": "library",
  1137. "autoload": {
  1138. "psr-4": {
  1139. "React\\Stream\\": "src/"
  1140. }
  1141. },
  1142. "notification-url": "https://packagist.org/downloads/",
  1143. "license": [
  1144. "MIT"
  1145. ],
  1146. "authors": [
  1147. {
  1148. "name": "Christian Lück",
  1149. "email": "christian@clue.engineering",
  1150. "homepage": "https://clue.engineering/"
  1151. },
  1152. {
  1153. "name": "Cees-Jan Kiewiet",
  1154. "email": "reactphp@ceesjankiewiet.nl",
  1155. "homepage": "https://wyrihaximus.net/"
  1156. },
  1157. {
  1158. "name": "Jan Sorgalla",
  1159. "email": "jsorgalla@gmail.com",
  1160. "homepage": "https://sorgalla.com/"
  1161. },
  1162. {
  1163. "name": "Chris Boden",
  1164. "email": "cboden@gmail.com",
  1165. "homepage": "https://cboden.dev/"
  1166. }
  1167. ],
  1168. "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
  1169. "keywords": [
  1170. "event-driven",
  1171. "io",
  1172. "non-blocking",
  1173. "pipe",
  1174. "reactphp",
  1175. "readable",
  1176. "stream",
  1177. "writable"
  1178. ],
  1179. "support": {
  1180. "issues": "https://github.com/reactphp/stream/issues",
  1181. "source": "https://github.com/reactphp/stream/tree/v1.4.0"
  1182. },
  1183. "funding": [
  1184. {
  1185. "url": "https://opencollective.com/reactphp",
  1186. "type": "open_collective"
  1187. }
  1188. ],
  1189. "time": "2024-06-11T12:45:25+00:00"
  1190. },
  1191. {
  1192. "name": "sebastian/diff",
  1193. "version": "7.0.0",
  1194. "source": {
  1195. "type": "git",
  1196. "url": "https://github.com/sebastianbergmann/diff.git",
  1197. "reference": "7ab1ea946c012266ca32390913653d844ecd085f"
  1198. },
  1199. "dist": {
  1200. "type": "zip",
  1201. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7ab1ea946c012266ca32390913653d844ecd085f",
  1202. "reference": "7ab1ea946c012266ca32390913653d844ecd085f",
  1203. "shasum": ""
  1204. },
  1205. "require": {
  1206. "php": ">=8.3"
  1207. },
  1208. "require-dev": {
  1209. "phpunit/phpunit": "^12.0",
  1210. "symfony/process": "^7.2"
  1211. },
  1212. "type": "library",
  1213. "extra": {
  1214. "branch-alias": {
  1215. "dev-main": "7.0-dev"
  1216. }
  1217. },
  1218. "autoload": {
  1219. "classmap": [
  1220. "src/"
  1221. ]
  1222. },
  1223. "notification-url": "https://packagist.org/downloads/",
  1224. "license": [
  1225. "BSD-3-Clause"
  1226. ],
  1227. "authors": [
  1228. {
  1229. "name": "Sebastian Bergmann",
  1230. "email": "sebastian@phpunit.de"
  1231. },
  1232. {
  1233. "name": "Kore Nordmann",
  1234. "email": "mail@kore-nordmann.de"
  1235. }
  1236. ],
  1237. "description": "Diff implementation",
  1238. "homepage": "https://github.com/sebastianbergmann/diff",
  1239. "keywords": [
  1240. "diff",
  1241. "udiff",
  1242. "unidiff",
  1243. "unified diff"
  1244. ],
  1245. "support": {
  1246. "issues": "https://github.com/sebastianbergmann/diff/issues",
  1247. "security": "https://github.com/sebastianbergmann/diff/security/policy",
  1248. "source": "https://github.com/sebastianbergmann/diff/tree/7.0.0"
  1249. },
  1250. "funding": [
  1251. {
  1252. "url": "https://github.com/sebastianbergmann",
  1253. "type": "github"
  1254. }
  1255. ],
  1256. "time": "2025-02-07T04:55:46+00:00"
  1257. },
  1258. {
  1259. "name": "symfony/console",
  1260. "version": "v7.3.1",
  1261. "source": {
  1262. "type": "git",
  1263. "url": "https://github.com/symfony/console.git",
  1264. "reference": "9e27aecde8f506ba0fd1d9989620c04a87697101"
  1265. },
  1266. "dist": {
  1267. "type": "zip",
  1268. "url": "https://api.github.com/repos/symfony/console/zipball/9e27aecde8f506ba0fd1d9989620c04a87697101",
  1269. "reference": "9e27aecde8f506ba0fd1d9989620c04a87697101",
  1270. "shasum": ""
  1271. },
  1272. "require": {
  1273. "php": ">=8.2",
  1274. "symfony/deprecation-contracts": "^2.5|^3",
  1275. "symfony/polyfill-mbstring": "~1.0",
  1276. "symfony/service-contracts": "^2.5|^3",
  1277. "symfony/string": "^7.2"
  1278. },
  1279. "conflict": {
  1280. "symfony/dependency-injection": "<6.4",
  1281. "symfony/dotenv": "<6.4",
  1282. "symfony/event-dispatcher": "<6.4",
  1283. "symfony/lock": "<6.4",
  1284. "symfony/process": "<6.4"
  1285. },
  1286. "provide": {
  1287. "psr/log-implementation": "1.0|2.0|3.0"
  1288. },
  1289. "require-dev": {
  1290. "psr/log": "^1|^2|^3",
  1291. "symfony/config": "^6.4|^7.0",
  1292. "symfony/dependency-injection": "^6.4|^7.0",
  1293. "symfony/event-dispatcher": "^6.4|^7.0",
  1294. "symfony/http-foundation": "^6.4|^7.0",
  1295. "symfony/http-kernel": "^6.4|^7.0",
  1296. "symfony/lock": "^6.4|^7.0",
  1297. "symfony/messenger": "^6.4|^7.0",
  1298. "symfony/process": "^6.4|^7.0",
  1299. "symfony/stopwatch": "^6.4|^7.0",
  1300. "symfony/var-dumper": "^6.4|^7.0"
  1301. },
  1302. "type": "library",
  1303. "autoload": {
  1304. "psr-4": {
  1305. "Symfony\\Component\\Console\\": ""
  1306. },
  1307. "exclude-from-classmap": [
  1308. "/Tests/"
  1309. ]
  1310. },
  1311. "notification-url": "https://packagist.org/downloads/",
  1312. "license": [
  1313. "MIT"
  1314. ],
  1315. "authors": [
  1316. {
  1317. "name": "Fabien Potencier",
  1318. "email": "fabien@symfony.com"
  1319. },
  1320. {
  1321. "name": "Symfony Community",
  1322. "homepage": "https://symfony.com/contributors"
  1323. }
  1324. ],
  1325. "description": "Eases the creation of beautiful and testable command line interfaces",
  1326. "homepage": "https://symfony.com",
  1327. "keywords": [
  1328. "cli",
  1329. "command-line",
  1330. "console",
  1331. "terminal"
  1332. ],
  1333. "support": {
  1334. "source": "https://github.com/symfony/console/tree/v7.3.1"
  1335. },
  1336. "funding": [
  1337. {
  1338. "url": "https://symfony.com/sponsor",
  1339. "type": "custom"
  1340. },
  1341. {
  1342. "url": "https://github.com/fabpot",
  1343. "type": "github"
  1344. },
  1345. {
  1346. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1347. "type": "tidelift"
  1348. }
  1349. ],
  1350. "time": "2025-06-27T19:55:54+00:00"
  1351. },
  1352. {
  1353. "name": "symfony/deprecation-contracts",
  1354. "version": "v3.6.0",
  1355. "source": {
  1356. "type": "git",
  1357. "url": "https://github.com/symfony/deprecation-contracts.git",
  1358. "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
  1359. },
  1360. "dist": {
  1361. "type": "zip",
  1362. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
  1363. "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
  1364. "shasum": ""
  1365. },
  1366. "require": {
  1367. "php": ">=8.1"
  1368. },
  1369. "type": "library",
  1370. "extra": {
  1371. "thanks": {
  1372. "url": "https://github.com/symfony/contracts",
  1373. "name": "symfony/contracts"
  1374. },
  1375. "branch-alias": {
  1376. "dev-main": "3.6-dev"
  1377. }
  1378. },
  1379. "autoload": {
  1380. "files": [
  1381. "function.php"
  1382. ]
  1383. },
  1384. "notification-url": "https://packagist.org/downloads/",
  1385. "license": [
  1386. "MIT"
  1387. ],
  1388. "authors": [
  1389. {
  1390. "name": "Nicolas Grekas",
  1391. "email": "p@tchwork.com"
  1392. },
  1393. {
  1394. "name": "Symfony Community",
  1395. "homepage": "https://symfony.com/contributors"
  1396. }
  1397. ],
  1398. "description": "A generic function and convention to trigger deprecation notices",
  1399. "homepage": "https://symfony.com",
  1400. "support": {
  1401. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
  1402. },
  1403. "funding": [
  1404. {
  1405. "url": "https://symfony.com/sponsor",
  1406. "type": "custom"
  1407. },
  1408. {
  1409. "url": "https://github.com/fabpot",
  1410. "type": "github"
  1411. },
  1412. {
  1413. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1414. "type": "tidelift"
  1415. }
  1416. ],
  1417. "time": "2024-09-25T14:21:43+00:00"
  1418. },
  1419. {
  1420. "name": "symfony/event-dispatcher",
  1421. "version": "v7.3.0",
  1422. "source": {
  1423. "type": "git",
  1424. "url": "https://github.com/symfony/event-dispatcher.git",
  1425. "reference": "497f73ac996a598c92409b44ac43b6690c4f666d"
  1426. },
  1427. "dist": {
  1428. "type": "zip",
  1429. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/497f73ac996a598c92409b44ac43b6690c4f666d",
  1430. "reference": "497f73ac996a598c92409b44ac43b6690c4f666d",
  1431. "shasum": ""
  1432. },
  1433. "require": {
  1434. "php": ">=8.2",
  1435. "symfony/event-dispatcher-contracts": "^2.5|^3"
  1436. },
  1437. "conflict": {
  1438. "symfony/dependency-injection": "<6.4",
  1439. "symfony/service-contracts": "<2.5"
  1440. },
  1441. "provide": {
  1442. "psr/event-dispatcher-implementation": "1.0",
  1443. "symfony/event-dispatcher-implementation": "2.0|3.0"
  1444. },
  1445. "require-dev": {
  1446. "psr/log": "^1|^2|^3",
  1447. "symfony/config": "^6.4|^7.0",
  1448. "symfony/dependency-injection": "^6.4|^7.0",
  1449. "symfony/error-handler": "^6.4|^7.0",
  1450. "symfony/expression-language": "^6.4|^7.0",
  1451. "symfony/http-foundation": "^6.4|^7.0",
  1452. "symfony/service-contracts": "^2.5|^3",
  1453. "symfony/stopwatch": "^6.4|^7.0"
  1454. },
  1455. "type": "library",
  1456. "autoload": {
  1457. "psr-4": {
  1458. "Symfony\\Component\\EventDispatcher\\": ""
  1459. },
  1460. "exclude-from-classmap": [
  1461. "/Tests/"
  1462. ]
  1463. },
  1464. "notification-url": "https://packagist.org/downloads/",
  1465. "license": [
  1466. "MIT"
  1467. ],
  1468. "authors": [
  1469. {
  1470. "name": "Fabien Potencier",
  1471. "email": "fabien@symfony.com"
  1472. },
  1473. {
  1474. "name": "Symfony Community",
  1475. "homepage": "https://symfony.com/contributors"
  1476. }
  1477. ],
  1478. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  1479. "homepage": "https://symfony.com",
  1480. "support": {
  1481. "source": "https://github.com/symfony/event-dispatcher/tree/v7.3.0"
  1482. },
  1483. "funding": [
  1484. {
  1485. "url": "https://symfony.com/sponsor",
  1486. "type": "custom"
  1487. },
  1488. {
  1489. "url": "https://github.com/fabpot",
  1490. "type": "github"
  1491. },
  1492. {
  1493. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1494. "type": "tidelift"
  1495. }
  1496. ],
  1497. "time": "2025-04-22T09:11:45+00:00"
  1498. },
  1499. {
  1500. "name": "symfony/event-dispatcher-contracts",
  1501. "version": "v3.6.0",
  1502. "source": {
  1503. "type": "git",
  1504. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  1505. "reference": "59eb412e93815df44f05f342958efa9f46b1e586"
  1506. },
  1507. "dist": {
  1508. "type": "zip",
  1509. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586",
  1510. "reference": "59eb412e93815df44f05f342958efa9f46b1e586",
  1511. "shasum": ""
  1512. },
  1513. "require": {
  1514. "php": ">=8.1",
  1515. "psr/event-dispatcher": "^1"
  1516. },
  1517. "type": "library",
  1518. "extra": {
  1519. "thanks": {
  1520. "url": "https://github.com/symfony/contracts",
  1521. "name": "symfony/contracts"
  1522. },
  1523. "branch-alias": {
  1524. "dev-main": "3.6-dev"
  1525. }
  1526. },
  1527. "autoload": {
  1528. "psr-4": {
  1529. "Symfony\\Contracts\\EventDispatcher\\": ""
  1530. }
  1531. },
  1532. "notification-url": "https://packagist.org/downloads/",
  1533. "license": [
  1534. "MIT"
  1535. ],
  1536. "authors": [
  1537. {
  1538. "name": "Nicolas Grekas",
  1539. "email": "p@tchwork.com"
  1540. },
  1541. {
  1542. "name": "Symfony Community",
  1543. "homepage": "https://symfony.com/contributors"
  1544. }
  1545. ],
  1546. "description": "Generic abstractions related to dispatching event",
  1547. "homepage": "https://symfony.com",
  1548. "keywords": [
  1549. "abstractions",
  1550. "contracts",
  1551. "decoupling",
  1552. "interfaces",
  1553. "interoperability",
  1554. "standards"
  1555. ],
  1556. "support": {
  1557. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0"
  1558. },
  1559. "funding": [
  1560. {
  1561. "url": "https://symfony.com/sponsor",
  1562. "type": "custom"
  1563. },
  1564. {
  1565. "url": "https://github.com/fabpot",
  1566. "type": "github"
  1567. },
  1568. {
  1569. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1570. "type": "tidelift"
  1571. }
  1572. ],
  1573. "time": "2024-09-25T14:21:43+00:00"
  1574. },
  1575. {
  1576. "name": "symfony/filesystem",
  1577. "version": "v7.3.0",
  1578. "source": {
  1579. "type": "git",
  1580. "url": "https://github.com/symfony/filesystem.git",
  1581. "reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb"
  1582. },
  1583. "dist": {
  1584. "type": "zip",
  1585. "url": "https://api.github.com/repos/symfony/filesystem/zipball/b8dce482de9d7c9fe2891155035a7248ab5c7fdb",
  1586. "reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb",
  1587. "shasum": ""
  1588. },
  1589. "require": {
  1590. "php": ">=8.2",
  1591. "symfony/polyfill-ctype": "~1.8",
  1592. "symfony/polyfill-mbstring": "~1.8"
  1593. },
  1594. "require-dev": {
  1595. "symfony/process": "^6.4|^7.0"
  1596. },
  1597. "type": "library",
  1598. "autoload": {
  1599. "psr-4": {
  1600. "Symfony\\Component\\Filesystem\\": ""
  1601. },
  1602. "exclude-from-classmap": [
  1603. "/Tests/"
  1604. ]
  1605. },
  1606. "notification-url": "https://packagist.org/downloads/",
  1607. "license": [
  1608. "MIT"
  1609. ],
  1610. "authors": [
  1611. {
  1612. "name": "Fabien Potencier",
  1613. "email": "fabien@symfony.com"
  1614. },
  1615. {
  1616. "name": "Symfony Community",
  1617. "homepage": "https://symfony.com/contributors"
  1618. }
  1619. ],
  1620. "description": "Provides basic utilities for the filesystem",
  1621. "homepage": "https://symfony.com",
  1622. "support": {
  1623. "source": "https://github.com/symfony/filesystem/tree/v7.3.0"
  1624. },
  1625. "funding": [
  1626. {
  1627. "url": "https://symfony.com/sponsor",
  1628. "type": "custom"
  1629. },
  1630. {
  1631. "url": "https://github.com/fabpot",
  1632. "type": "github"
  1633. },
  1634. {
  1635. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1636. "type": "tidelift"
  1637. }
  1638. ],
  1639. "time": "2024-10-25T15:15:23+00:00"
  1640. },
  1641. {
  1642. "name": "symfony/finder",
  1643. "version": "v7.3.0",
  1644. "source": {
  1645. "type": "git",
  1646. "url": "https://github.com/symfony/finder.git",
  1647. "reference": "ec2344cf77a48253bbca6939aa3d2477773ea63d"
  1648. },
  1649. "dist": {
  1650. "type": "zip",
  1651. "url": "https://api.github.com/repos/symfony/finder/zipball/ec2344cf77a48253bbca6939aa3d2477773ea63d",
  1652. "reference": "ec2344cf77a48253bbca6939aa3d2477773ea63d",
  1653. "shasum": ""
  1654. },
  1655. "require": {
  1656. "php": ">=8.2"
  1657. },
  1658. "require-dev": {
  1659. "symfony/filesystem": "^6.4|^7.0"
  1660. },
  1661. "type": "library",
  1662. "autoload": {
  1663. "psr-4": {
  1664. "Symfony\\Component\\Finder\\": ""
  1665. },
  1666. "exclude-from-classmap": [
  1667. "/Tests/"
  1668. ]
  1669. },
  1670. "notification-url": "https://packagist.org/downloads/",
  1671. "license": [
  1672. "MIT"
  1673. ],
  1674. "authors": [
  1675. {
  1676. "name": "Fabien Potencier",
  1677. "email": "fabien@symfony.com"
  1678. },
  1679. {
  1680. "name": "Symfony Community",
  1681. "homepage": "https://symfony.com/contributors"
  1682. }
  1683. ],
  1684. "description": "Finds files and directories via an intuitive fluent interface",
  1685. "homepage": "https://symfony.com",
  1686. "support": {
  1687. "source": "https://github.com/symfony/finder/tree/v7.3.0"
  1688. },
  1689. "funding": [
  1690. {
  1691. "url": "https://symfony.com/sponsor",
  1692. "type": "custom"
  1693. },
  1694. {
  1695. "url": "https://github.com/fabpot",
  1696. "type": "github"
  1697. },
  1698. {
  1699. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1700. "type": "tidelift"
  1701. }
  1702. ],
  1703. "time": "2024-12-30T19:00:26+00:00"
  1704. },
  1705. {
  1706. "name": "symfony/options-resolver",
  1707. "version": "v7.3.0",
  1708. "source": {
  1709. "type": "git",
  1710. "url": "https://github.com/symfony/options-resolver.git",
  1711. "reference": "afb9a8038025e5dbc657378bfab9198d75f10fca"
  1712. },
  1713. "dist": {
  1714. "type": "zip",
  1715. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/afb9a8038025e5dbc657378bfab9198d75f10fca",
  1716. "reference": "afb9a8038025e5dbc657378bfab9198d75f10fca",
  1717. "shasum": ""
  1718. },
  1719. "require": {
  1720. "php": ">=8.2",
  1721. "symfony/deprecation-contracts": "^2.5|^3"
  1722. },
  1723. "type": "library",
  1724. "autoload": {
  1725. "psr-4": {
  1726. "Symfony\\Component\\OptionsResolver\\": ""
  1727. },
  1728. "exclude-from-classmap": [
  1729. "/Tests/"
  1730. ]
  1731. },
  1732. "notification-url": "https://packagist.org/downloads/",
  1733. "license": [
  1734. "MIT"
  1735. ],
  1736. "authors": [
  1737. {
  1738. "name": "Fabien Potencier",
  1739. "email": "fabien@symfony.com"
  1740. },
  1741. {
  1742. "name": "Symfony Community",
  1743. "homepage": "https://symfony.com/contributors"
  1744. }
  1745. ],
  1746. "description": "Provides an improved replacement for the array_replace PHP function",
  1747. "homepage": "https://symfony.com",
  1748. "keywords": [
  1749. "config",
  1750. "configuration",
  1751. "options"
  1752. ],
  1753. "support": {
  1754. "source": "https://github.com/symfony/options-resolver/tree/v7.3.0"
  1755. },
  1756. "funding": [
  1757. {
  1758. "url": "https://symfony.com/sponsor",
  1759. "type": "custom"
  1760. },
  1761. {
  1762. "url": "https://github.com/fabpot",
  1763. "type": "github"
  1764. },
  1765. {
  1766. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1767. "type": "tidelift"
  1768. }
  1769. ],
  1770. "time": "2025-04-04T13:12:05+00:00"
  1771. },
  1772. {
  1773. "name": "symfony/polyfill-ctype",
  1774. "version": "v1.32.0",
  1775. "source": {
  1776. "type": "git",
  1777. "url": "https://github.com/symfony/polyfill-ctype.git",
  1778. "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
  1779. },
  1780. "dist": {
  1781. "type": "zip",
  1782. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
  1783. "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
  1784. "shasum": ""
  1785. },
  1786. "require": {
  1787. "php": ">=7.2"
  1788. },
  1789. "provide": {
  1790. "ext-ctype": "*"
  1791. },
  1792. "suggest": {
  1793. "ext-ctype": "For best performance"
  1794. },
  1795. "type": "library",
  1796. "extra": {
  1797. "thanks": {
  1798. "url": "https://github.com/symfony/polyfill",
  1799. "name": "symfony/polyfill"
  1800. }
  1801. },
  1802. "autoload": {
  1803. "files": [
  1804. "bootstrap.php"
  1805. ],
  1806. "psr-4": {
  1807. "Symfony\\Polyfill\\Ctype\\": ""
  1808. }
  1809. },
  1810. "notification-url": "https://packagist.org/downloads/",
  1811. "license": [
  1812. "MIT"
  1813. ],
  1814. "authors": [
  1815. {
  1816. "name": "Gert de Pagter",
  1817. "email": "BackEndTea@gmail.com"
  1818. },
  1819. {
  1820. "name": "Symfony Community",
  1821. "homepage": "https://symfony.com/contributors"
  1822. }
  1823. ],
  1824. "description": "Symfony polyfill for ctype functions",
  1825. "homepage": "https://symfony.com",
  1826. "keywords": [
  1827. "compatibility",
  1828. "ctype",
  1829. "polyfill",
  1830. "portable"
  1831. ],
  1832. "support": {
  1833. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0"
  1834. },
  1835. "funding": [
  1836. {
  1837. "url": "https://symfony.com/sponsor",
  1838. "type": "custom"
  1839. },
  1840. {
  1841. "url": "https://github.com/fabpot",
  1842. "type": "github"
  1843. },
  1844. {
  1845. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1846. "type": "tidelift"
  1847. }
  1848. ],
  1849. "time": "2024-09-09T11:45:10+00:00"
  1850. },
  1851. {
  1852. "name": "symfony/polyfill-intl-grapheme",
  1853. "version": "v1.32.0",
  1854. "source": {
  1855. "type": "git",
  1856. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  1857. "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
  1858. },
  1859. "dist": {
  1860. "type": "zip",
  1861. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
  1862. "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
  1863. "shasum": ""
  1864. },
  1865. "require": {
  1866. "php": ">=7.2"
  1867. },
  1868. "suggest": {
  1869. "ext-intl": "For best performance"
  1870. },
  1871. "type": "library",
  1872. "extra": {
  1873. "thanks": {
  1874. "url": "https://github.com/symfony/polyfill",
  1875. "name": "symfony/polyfill"
  1876. }
  1877. },
  1878. "autoload": {
  1879. "files": [
  1880. "bootstrap.php"
  1881. ],
  1882. "psr-4": {
  1883. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  1884. }
  1885. },
  1886. "notification-url": "https://packagist.org/downloads/",
  1887. "license": [
  1888. "MIT"
  1889. ],
  1890. "authors": [
  1891. {
  1892. "name": "Nicolas Grekas",
  1893. "email": "p@tchwork.com"
  1894. },
  1895. {
  1896. "name": "Symfony Community",
  1897. "homepage": "https://symfony.com/contributors"
  1898. }
  1899. ],
  1900. "description": "Symfony polyfill for intl's grapheme_* functions",
  1901. "homepage": "https://symfony.com",
  1902. "keywords": [
  1903. "compatibility",
  1904. "grapheme",
  1905. "intl",
  1906. "polyfill",
  1907. "portable",
  1908. "shim"
  1909. ],
  1910. "support": {
  1911. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.32.0"
  1912. },
  1913. "funding": [
  1914. {
  1915. "url": "https://symfony.com/sponsor",
  1916. "type": "custom"
  1917. },
  1918. {
  1919. "url": "https://github.com/fabpot",
  1920. "type": "github"
  1921. },
  1922. {
  1923. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1924. "type": "tidelift"
  1925. }
  1926. ],
  1927. "time": "2024-09-09T11:45:10+00:00"
  1928. },
  1929. {
  1930. "name": "symfony/polyfill-intl-normalizer",
  1931. "version": "v1.32.0",
  1932. "source": {
  1933. "type": "git",
  1934. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  1935. "reference": "3833d7255cc303546435cb650316bff708a1c75c"
  1936. },
  1937. "dist": {
  1938. "type": "zip",
  1939. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
  1940. "reference": "3833d7255cc303546435cb650316bff708a1c75c",
  1941. "shasum": ""
  1942. },
  1943. "require": {
  1944. "php": ">=7.2"
  1945. },
  1946. "suggest": {
  1947. "ext-intl": "For best performance"
  1948. },
  1949. "type": "library",
  1950. "extra": {
  1951. "thanks": {
  1952. "url": "https://github.com/symfony/polyfill",
  1953. "name": "symfony/polyfill"
  1954. }
  1955. },
  1956. "autoload": {
  1957. "files": [
  1958. "bootstrap.php"
  1959. ],
  1960. "psr-4": {
  1961. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  1962. },
  1963. "classmap": [
  1964. "Resources/stubs"
  1965. ]
  1966. },
  1967. "notification-url": "https://packagist.org/downloads/",
  1968. "license": [
  1969. "MIT"
  1970. ],
  1971. "authors": [
  1972. {
  1973. "name": "Nicolas Grekas",
  1974. "email": "p@tchwork.com"
  1975. },
  1976. {
  1977. "name": "Symfony Community",
  1978. "homepage": "https://symfony.com/contributors"
  1979. }
  1980. ],
  1981. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  1982. "homepage": "https://symfony.com",
  1983. "keywords": [
  1984. "compatibility",
  1985. "intl",
  1986. "normalizer",
  1987. "polyfill",
  1988. "portable",
  1989. "shim"
  1990. ],
  1991. "support": {
  1992. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.32.0"
  1993. },
  1994. "funding": [
  1995. {
  1996. "url": "https://symfony.com/sponsor",
  1997. "type": "custom"
  1998. },
  1999. {
  2000. "url": "https://github.com/fabpot",
  2001. "type": "github"
  2002. },
  2003. {
  2004. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2005. "type": "tidelift"
  2006. }
  2007. ],
  2008. "time": "2024-09-09T11:45:10+00:00"
  2009. },
  2010. {
  2011. "name": "symfony/polyfill-mbstring",
  2012. "version": "v1.32.0",
  2013. "source": {
  2014. "type": "git",
  2015. "url": "https://github.com/symfony/polyfill-mbstring.git",
  2016. "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
  2017. },
  2018. "dist": {
  2019. "type": "zip",
  2020. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
  2021. "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
  2022. "shasum": ""
  2023. },
  2024. "require": {
  2025. "ext-iconv": "*",
  2026. "php": ">=7.2"
  2027. },
  2028. "provide": {
  2029. "ext-mbstring": "*"
  2030. },
  2031. "suggest": {
  2032. "ext-mbstring": "For best performance"
  2033. },
  2034. "type": "library",
  2035. "extra": {
  2036. "thanks": {
  2037. "url": "https://github.com/symfony/polyfill",
  2038. "name": "symfony/polyfill"
  2039. }
  2040. },
  2041. "autoload": {
  2042. "files": [
  2043. "bootstrap.php"
  2044. ],
  2045. "psr-4": {
  2046. "Symfony\\Polyfill\\Mbstring\\": ""
  2047. }
  2048. },
  2049. "notification-url": "https://packagist.org/downloads/",
  2050. "license": [
  2051. "MIT"
  2052. ],
  2053. "authors": [
  2054. {
  2055. "name": "Nicolas Grekas",
  2056. "email": "p@tchwork.com"
  2057. },
  2058. {
  2059. "name": "Symfony Community",
  2060. "homepage": "https://symfony.com/contributors"
  2061. }
  2062. ],
  2063. "description": "Symfony polyfill for the Mbstring extension",
  2064. "homepage": "https://symfony.com",
  2065. "keywords": [
  2066. "compatibility",
  2067. "mbstring",
  2068. "polyfill",
  2069. "portable",
  2070. "shim"
  2071. ],
  2072. "support": {
  2073. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0"
  2074. },
  2075. "funding": [
  2076. {
  2077. "url": "https://symfony.com/sponsor",
  2078. "type": "custom"
  2079. },
  2080. {
  2081. "url": "https://github.com/fabpot",
  2082. "type": "github"
  2083. },
  2084. {
  2085. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2086. "type": "tidelift"
  2087. }
  2088. ],
  2089. "time": "2024-12-23T08:48:59+00:00"
  2090. },
  2091. {
  2092. "name": "symfony/polyfill-php80",
  2093. "version": "v1.32.0",
  2094. "source": {
  2095. "type": "git",
  2096. "url": "https://github.com/symfony/polyfill-php80.git",
  2097. "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
  2098. },
  2099. "dist": {
  2100. "type": "zip",
  2101. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
  2102. "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
  2103. "shasum": ""
  2104. },
  2105. "require": {
  2106. "php": ">=7.2"
  2107. },
  2108. "type": "library",
  2109. "extra": {
  2110. "thanks": {
  2111. "url": "https://github.com/symfony/polyfill",
  2112. "name": "symfony/polyfill"
  2113. }
  2114. },
  2115. "autoload": {
  2116. "files": [
  2117. "bootstrap.php"
  2118. ],
  2119. "psr-4": {
  2120. "Symfony\\Polyfill\\Php80\\": ""
  2121. },
  2122. "classmap": [
  2123. "Resources/stubs"
  2124. ]
  2125. },
  2126. "notification-url": "https://packagist.org/downloads/",
  2127. "license": [
  2128. "MIT"
  2129. ],
  2130. "authors": [
  2131. {
  2132. "name": "Ion Bazan",
  2133. "email": "ion.bazan@gmail.com"
  2134. },
  2135. {
  2136. "name": "Nicolas Grekas",
  2137. "email": "p@tchwork.com"
  2138. },
  2139. {
  2140. "name": "Symfony Community",
  2141. "homepage": "https://symfony.com/contributors"
  2142. }
  2143. ],
  2144. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  2145. "homepage": "https://symfony.com",
  2146. "keywords": [
  2147. "compatibility",
  2148. "polyfill",
  2149. "portable",
  2150. "shim"
  2151. ],
  2152. "support": {
  2153. "source": "https://github.com/symfony/polyfill-php80/tree/v1.32.0"
  2154. },
  2155. "funding": [
  2156. {
  2157. "url": "https://symfony.com/sponsor",
  2158. "type": "custom"
  2159. },
  2160. {
  2161. "url": "https://github.com/fabpot",
  2162. "type": "github"
  2163. },
  2164. {
  2165. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2166. "type": "tidelift"
  2167. }
  2168. ],
  2169. "time": "2025-01-02T08:10:11+00:00"
  2170. },
  2171. {
  2172. "name": "symfony/polyfill-php81",
  2173. "version": "v1.32.0",
  2174. "source": {
  2175. "type": "git",
  2176. "url": "https://github.com/symfony/polyfill-php81.git",
  2177. "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
  2178. },
  2179. "dist": {
  2180. "type": "zip",
  2181. "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
  2182. "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
  2183. "shasum": ""
  2184. },
  2185. "require": {
  2186. "php": ">=7.2"
  2187. },
  2188. "type": "library",
  2189. "extra": {
  2190. "thanks": {
  2191. "url": "https://github.com/symfony/polyfill",
  2192. "name": "symfony/polyfill"
  2193. }
  2194. },
  2195. "autoload": {
  2196. "files": [
  2197. "bootstrap.php"
  2198. ],
  2199. "psr-4": {
  2200. "Symfony\\Polyfill\\Php81\\": ""
  2201. },
  2202. "classmap": [
  2203. "Resources/stubs"
  2204. ]
  2205. },
  2206. "notification-url": "https://packagist.org/downloads/",
  2207. "license": [
  2208. "MIT"
  2209. ],
  2210. "authors": [
  2211. {
  2212. "name": "Nicolas Grekas",
  2213. "email": "p@tchwork.com"
  2214. },
  2215. {
  2216. "name": "Symfony Community",
  2217. "homepage": "https://symfony.com/contributors"
  2218. }
  2219. ],
  2220. "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
  2221. "homepage": "https://symfony.com",
  2222. "keywords": [
  2223. "compatibility",
  2224. "polyfill",
  2225. "portable",
  2226. "shim"
  2227. ],
  2228. "support": {
  2229. "source": "https://github.com/symfony/polyfill-php81/tree/v1.32.0"
  2230. },
  2231. "funding": [
  2232. {
  2233. "url": "https://symfony.com/sponsor",
  2234. "type": "custom"
  2235. },
  2236. {
  2237. "url": "https://github.com/fabpot",
  2238. "type": "github"
  2239. },
  2240. {
  2241. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2242. "type": "tidelift"
  2243. }
  2244. ],
  2245. "time": "2024-09-09T11:45:10+00:00"
  2246. },
  2247. {
  2248. "name": "symfony/process",
  2249. "version": "v7.3.0",
  2250. "source": {
  2251. "type": "git",
  2252. "url": "https://github.com/symfony/process.git",
  2253. "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af"
  2254. },
  2255. "dist": {
  2256. "type": "zip",
  2257. "url": "https://api.github.com/repos/symfony/process/zipball/40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
  2258. "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
  2259. "shasum": ""
  2260. },
  2261. "require": {
  2262. "php": ">=8.2"
  2263. },
  2264. "type": "library",
  2265. "autoload": {
  2266. "psr-4": {
  2267. "Symfony\\Component\\Process\\": ""
  2268. },
  2269. "exclude-from-classmap": [
  2270. "/Tests/"
  2271. ]
  2272. },
  2273. "notification-url": "https://packagist.org/downloads/",
  2274. "license": [
  2275. "MIT"
  2276. ],
  2277. "authors": [
  2278. {
  2279. "name": "Fabien Potencier",
  2280. "email": "fabien@symfony.com"
  2281. },
  2282. {
  2283. "name": "Symfony Community",
  2284. "homepage": "https://symfony.com/contributors"
  2285. }
  2286. ],
  2287. "description": "Executes commands in sub-processes",
  2288. "homepage": "https://symfony.com",
  2289. "support": {
  2290. "source": "https://github.com/symfony/process/tree/v7.3.0"
  2291. },
  2292. "funding": [
  2293. {
  2294. "url": "https://symfony.com/sponsor",
  2295. "type": "custom"
  2296. },
  2297. {
  2298. "url": "https://github.com/fabpot",
  2299. "type": "github"
  2300. },
  2301. {
  2302. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2303. "type": "tidelift"
  2304. }
  2305. ],
  2306. "time": "2025-04-17T09:11:12+00:00"
  2307. },
  2308. {
  2309. "name": "symfony/service-contracts",
  2310. "version": "v3.6.0",
  2311. "source": {
  2312. "type": "git",
  2313. "url": "https://github.com/symfony/service-contracts.git",
  2314. "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4"
  2315. },
  2316. "dist": {
  2317. "type": "zip",
  2318. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
  2319. "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
  2320. "shasum": ""
  2321. },
  2322. "require": {
  2323. "php": ">=8.1",
  2324. "psr/container": "^1.1|^2.0",
  2325. "symfony/deprecation-contracts": "^2.5|^3"
  2326. },
  2327. "conflict": {
  2328. "ext-psr": "<1.1|>=2"
  2329. },
  2330. "type": "library",
  2331. "extra": {
  2332. "thanks": {
  2333. "url": "https://github.com/symfony/contracts",
  2334. "name": "symfony/contracts"
  2335. },
  2336. "branch-alias": {
  2337. "dev-main": "3.6-dev"
  2338. }
  2339. },
  2340. "autoload": {
  2341. "psr-4": {
  2342. "Symfony\\Contracts\\Service\\": ""
  2343. },
  2344. "exclude-from-classmap": [
  2345. "/Test/"
  2346. ]
  2347. },
  2348. "notification-url": "https://packagist.org/downloads/",
  2349. "license": [
  2350. "MIT"
  2351. ],
  2352. "authors": [
  2353. {
  2354. "name": "Nicolas Grekas",
  2355. "email": "p@tchwork.com"
  2356. },
  2357. {
  2358. "name": "Symfony Community",
  2359. "homepage": "https://symfony.com/contributors"
  2360. }
  2361. ],
  2362. "description": "Generic abstractions related to writing services",
  2363. "homepage": "https://symfony.com",
  2364. "keywords": [
  2365. "abstractions",
  2366. "contracts",
  2367. "decoupling",
  2368. "interfaces",
  2369. "interoperability",
  2370. "standards"
  2371. ],
  2372. "support": {
  2373. "source": "https://github.com/symfony/service-contracts/tree/v3.6.0"
  2374. },
  2375. "funding": [
  2376. {
  2377. "url": "https://symfony.com/sponsor",
  2378. "type": "custom"
  2379. },
  2380. {
  2381. "url": "https://github.com/fabpot",
  2382. "type": "github"
  2383. },
  2384. {
  2385. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2386. "type": "tidelift"
  2387. }
  2388. ],
  2389. "time": "2025-04-25T09:37:31+00:00"
  2390. },
  2391. {
  2392. "name": "symfony/stopwatch",
  2393. "version": "v7.3.0",
  2394. "source": {
  2395. "type": "git",
  2396. "url": "https://github.com/symfony/stopwatch.git",
  2397. "reference": "5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd"
  2398. },
  2399. "dist": {
  2400. "type": "zip",
  2401. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd",
  2402. "reference": "5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd",
  2403. "shasum": ""
  2404. },
  2405. "require": {
  2406. "php": ">=8.2",
  2407. "symfony/service-contracts": "^2.5|^3"
  2408. },
  2409. "type": "library",
  2410. "autoload": {
  2411. "psr-4": {
  2412. "Symfony\\Component\\Stopwatch\\": ""
  2413. },
  2414. "exclude-from-classmap": [
  2415. "/Tests/"
  2416. ]
  2417. },
  2418. "notification-url": "https://packagist.org/downloads/",
  2419. "license": [
  2420. "MIT"
  2421. ],
  2422. "authors": [
  2423. {
  2424. "name": "Fabien Potencier",
  2425. "email": "fabien@symfony.com"
  2426. },
  2427. {
  2428. "name": "Symfony Community",
  2429. "homepage": "https://symfony.com/contributors"
  2430. }
  2431. ],
  2432. "description": "Provides a way to profile code",
  2433. "homepage": "https://symfony.com",
  2434. "support": {
  2435. "source": "https://github.com/symfony/stopwatch/tree/v7.3.0"
  2436. },
  2437. "funding": [
  2438. {
  2439. "url": "https://symfony.com/sponsor",
  2440. "type": "custom"
  2441. },
  2442. {
  2443. "url": "https://github.com/fabpot",
  2444. "type": "github"
  2445. },
  2446. {
  2447. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2448. "type": "tidelift"
  2449. }
  2450. ],
  2451. "time": "2025-02-24T10:49:57+00:00"
  2452. },
  2453. {
  2454. "name": "symfony/string",
  2455. "version": "v7.3.0",
  2456. "source": {
  2457. "type": "git",
  2458. "url": "https://github.com/symfony/string.git",
  2459. "reference": "f3570b8c61ca887a9e2938e85cb6458515d2b125"
  2460. },
  2461. "dist": {
  2462. "type": "zip",
  2463. "url": "https://api.github.com/repos/symfony/string/zipball/f3570b8c61ca887a9e2938e85cb6458515d2b125",
  2464. "reference": "f3570b8c61ca887a9e2938e85cb6458515d2b125",
  2465. "shasum": ""
  2466. },
  2467. "require": {
  2468. "php": ">=8.2",
  2469. "symfony/polyfill-ctype": "~1.8",
  2470. "symfony/polyfill-intl-grapheme": "~1.0",
  2471. "symfony/polyfill-intl-normalizer": "~1.0",
  2472. "symfony/polyfill-mbstring": "~1.0"
  2473. },
  2474. "conflict": {
  2475. "symfony/translation-contracts": "<2.5"
  2476. },
  2477. "require-dev": {
  2478. "symfony/emoji": "^7.1",
  2479. "symfony/error-handler": "^6.4|^7.0",
  2480. "symfony/http-client": "^6.4|^7.0",
  2481. "symfony/intl": "^6.4|^7.0",
  2482. "symfony/translation-contracts": "^2.5|^3.0",
  2483. "symfony/var-exporter": "^6.4|^7.0"
  2484. },
  2485. "type": "library",
  2486. "autoload": {
  2487. "files": [
  2488. "Resources/functions.php"
  2489. ],
  2490. "psr-4": {
  2491. "Symfony\\Component\\String\\": ""
  2492. },
  2493. "exclude-from-classmap": [
  2494. "/Tests/"
  2495. ]
  2496. },
  2497. "notification-url": "https://packagist.org/downloads/",
  2498. "license": [
  2499. "MIT"
  2500. ],
  2501. "authors": [
  2502. {
  2503. "name": "Nicolas Grekas",
  2504. "email": "p@tchwork.com"
  2505. },
  2506. {
  2507. "name": "Symfony Community",
  2508. "homepage": "https://symfony.com/contributors"
  2509. }
  2510. ],
  2511. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  2512. "homepage": "https://symfony.com",
  2513. "keywords": [
  2514. "grapheme",
  2515. "i18n",
  2516. "string",
  2517. "unicode",
  2518. "utf-8",
  2519. "utf8"
  2520. ],
  2521. "support": {
  2522. "source": "https://github.com/symfony/string/tree/v7.3.0"
  2523. },
  2524. "funding": [
  2525. {
  2526. "url": "https://symfony.com/sponsor",
  2527. "type": "custom"
  2528. },
  2529. {
  2530. "url": "https://github.com/fabpot",
  2531. "type": "github"
  2532. },
  2533. {
  2534. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2535. "type": "tidelift"
  2536. }
  2537. ],
  2538. "time": "2025-04-20T20:19:01+00:00"
  2539. }
  2540. ],
  2541. "packages-dev": [],
  2542. "aliases": [],
  2543. "minimum-stability": "stable",
  2544. "stability-flags": {},
  2545. "prefer-stable": false,
  2546. "prefer-lowest": false,
  2547. "platform": {},
  2548. "platform-dev": {},
  2549. "plugin-api-version": "2.6.0"
  2550. }