composer.lock 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437
  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": "290dc0f613a520d4fde731b332c80e13",
  8. "packages": [
  9. {
  10. "name": "clue/framework-x",
  11. "version": "v0.17.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/clue/framework-x.git",
  15. "reference": "9b3a8e6a981953bb0d6e4a4c3c219589a70521d0"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/clue/framework-x/zipball/9b3a8e6a981953bb0d6e4a4c3c219589a70521d0",
  20. "reference": "9b3a8e6a981953bb0d6e4a4c3c219589a70521d0",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "nikic/fast-route": "^1.3",
  25. "php": ">=7.1",
  26. "react/async": "^4.3 || ^3.1",
  27. "react/http": "^1.11",
  28. "react/promise": "^3.2",
  29. "react/socket": "^1.15"
  30. },
  31. "require-dev": {
  32. "phpstan/phpstan": "1.12.11 || 1.4.10",
  33. "phpunit/phpunit": "^9.6 || ^7.5",
  34. "psr/container": "^2 || ^1"
  35. },
  36. "type": "library",
  37. "autoload": {
  38. "psr-4": {
  39. "FrameworkX\\": "src/"
  40. }
  41. },
  42. "notification-url": "https://packagist.org/downloads/",
  43. "license": [
  44. "MIT"
  45. ],
  46. "authors": [
  47. {
  48. "name": "Christian Lück",
  49. "email": "christian@clue.engineering"
  50. }
  51. ],
  52. "description": "Framework X – the simple and fast micro framework for building reactive web applications that run anywhere.",
  53. "homepage": "https://framework-x.org/",
  54. "keywords": [
  55. "async",
  56. "event-driven",
  57. "framework",
  58. "http",
  59. "micro",
  60. "microframework",
  61. "reactphp",
  62. "web"
  63. ],
  64. "support": {
  65. "issues": "https://github.com/clue/framework-x/issues",
  66. "source": "https://github.com/clue/framework-x/tree/v0.17.0"
  67. },
  68. "funding": [
  69. {
  70. "url": "https://clue.engineering/support",
  71. "type": "custom"
  72. },
  73. {
  74. "url": "https://github.com/clue",
  75. "type": "github"
  76. }
  77. ],
  78. "time": "2024-12-23T13:59:55+00:00"
  79. },
  80. {
  81. "name": "evenement/evenement",
  82. "version": "v3.0.2",
  83. "source": {
  84. "type": "git",
  85. "url": "https://github.com/igorw/evenement.git",
  86. "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc"
  87. },
  88. "dist": {
  89. "type": "zip",
  90. "url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc",
  91. "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc",
  92. "shasum": ""
  93. },
  94. "require": {
  95. "php": ">=7.0"
  96. },
  97. "require-dev": {
  98. "phpunit/phpunit": "^9 || ^6"
  99. },
  100. "type": "library",
  101. "autoload": {
  102. "psr-4": {
  103. "Evenement\\": "src/"
  104. }
  105. },
  106. "notification-url": "https://packagist.org/downloads/",
  107. "license": [
  108. "MIT"
  109. ],
  110. "authors": [
  111. {
  112. "name": "Igor Wiedler",
  113. "email": "igor@wiedler.ch"
  114. }
  115. ],
  116. "description": "Événement is a very simple event dispatching library for PHP",
  117. "keywords": [
  118. "event-dispatcher",
  119. "event-emitter"
  120. ],
  121. "support": {
  122. "issues": "https://github.com/igorw/evenement/issues",
  123. "source": "https://github.com/igorw/evenement/tree/v3.0.2"
  124. },
  125. "time": "2023-08-08T05:53:35+00:00"
  126. },
  127. {
  128. "name": "fig/http-message-util",
  129. "version": "1.1.5",
  130. "source": {
  131. "type": "git",
  132. "url": "https://github.com/php-fig/http-message-util.git",
  133. "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
  134. },
  135. "dist": {
  136. "type": "zip",
  137. "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
  138. "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
  139. "shasum": ""
  140. },
  141. "require": {
  142. "php": "^5.3 || ^7.0 || ^8.0"
  143. },
  144. "suggest": {
  145. "psr/http-message": "The package containing the PSR-7 interfaces"
  146. },
  147. "type": "library",
  148. "extra": {
  149. "branch-alias": {
  150. "dev-master": "1.1.x-dev"
  151. }
  152. },
  153. "autoload": {
  154. "psr-4": {
  155. "Fig\\Http\\Message\\": "src/"
  156. }
  157. },
  158. "notification-url": "https://packagist.org/downloads/",
  159. "license": [
  160. "MIT"
  161. ],
  162. "authors": [
  163. {
  164. "name": "PHP-FIG",
  165. "homepage": "https://www.php-fig.org/"
  166. }
  167. ],
  168. "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
  169. "keywords": [
  170. "http",
  171. "http-message",
  172. "psr",
  173. "psr-7",
  174. "request",
  175. "response"
  176. ],
  177. "support": {
  178. "issues": "https://github.com/php-fig/http-message-util/issues",
  179. "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
  180. },
  181. "time": "2020-11-24T22:02:12+00:00"
  182. },
  183. {
  184. "name": "firebase/php-jwt",
  185. "version": "v6.11.1",
  186. "source": {
  187. "type": "git",
  188. "url": "https://github.com/firebase/php-jwt.git",
  189. "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66"
  190. },
  191. "dist": {
  192. "type": "zip",
  193. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",
  194. "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",
  195. "shasum": ""
  196. },
  197. "require": {
  198. "php": "^8.0"
  199. },
  200. "require-dev": {
  201. "guzzlehttp/guzzle": "^7.4",
  202. "phpspec/prophecy-phpunit": "^2.0",
  203. "phpunit/phpunit": "^9.5",
  204. "psr/cache": "^2.0||^3.0",
  205. "psr/http-client": "^1.0",
  206. "psr/http-factory": "^1.0"
  207. },
  208. "suggest": {
  209. "ext-sodium": "Support EdDSA (Ed25519) signatures",
  210. "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
  211. },
  212. "type": "library",
  213. "autoload": {
  214. "psr-4": {
  215. "Firebase\\JWT\\": "src"
  216. }
  217. },
  218. "notification-url": "https://packagist.org/downloads/",
  219. "license": [
  220. "BSD-3-Clause"
  221. ],
  222. "authors": [
  223. {
  224. "name": "Neuman Vong",
  225. "email": "neuman+pear@twilio.com",
  226. "role": "Developer"
  227. },
  228. {
  229. "name": "Anant Narayanan",
  230. "email": "anant@php.net",
  231. "role": "Developer"
  232. }
  233. ],
  234. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  235. "homepage": "https://github.com/firebase/php-jwt",
  236. "keywords": [
  237. "jwt",
  238. "php"
  239. ],
  240. "support": {
  241. "issues": "https://github.com/firebase/php-jwt/issues",
  242. "source": "https://github.com/firebase/php-jwt/tree/v6.11.1"
  243. },
  244. "time": "2025-04-09T20:32:01+00:00"
  245. },
  246. {
  247. "name": "graham-campbell/result-type",
  248. "version": "v1.1.3",
  249. "source": {
  250. "type": "git",
  251. "url": "https://github.com/GrahamCampbell/Result-Type.git",
  252. "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
  253. },
  254. "dist": {
  255. "type": "zip",
  256. "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
  257. "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
  258. "shasum": ""
  259. },
  260. "require": {
  261. "php": "^7.2.5 || ^8.0",
  262. "phpoption/phpoption": "^1.9.3"
  263. },
  264. "require-dev": {
  265. "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
  266. },
  267. "type": "library",
  268. "autoload": {
  269. "psr-4": {
  270. "GrahamCampbell\\ResultType\\": "src/"
  271. }
  272. },
  273. "notification-url": "https://packagist.org/downloads/",
  274. "license": [
  275. "MIT"
  276. ],
  277. "authors": [
  278. {
  279. "name": "Graham Campbell",
  280. "email": "hello@gjcampbell.co.uk",
  281. "homepage": "https://github.com/GrahamCampbell"
  282. }
  283. ],
  284. "description": "An Implementation Of The Result Type",
  285. "keywords": [
  286. "Graham Campbell",
  287. "GrahamCampbell",
  288. "Result Type",
  289. "Result-Type",
  290. "result"
  291. ],
  292. "support": {
  293. "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
  294. "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
  295. },
  296. "funding": [
  297. {
  298. "url": "https://github.com/GrahamCampbell",
  299. "type": "github"
  300. },
  301. {
  302. "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
  303. "type": "tidelift"
  304. }
  305. ],
  306. "time": "2024-07-20T21:45:45+00:00"
  307. },
  308. {
  309. "name": "nikic/fast-route",
  310. "version": "v1.3.0",
  311. "source": {
  312. "type": "git",
  313. "url": "https://github.com/nikic/FastRoute.git",
  314. "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
  315. },
  316. "dist": {
  317. "type": "zip",
  318. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
  319. "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
  320. "shasum": ""
  321. },
  322. "require": {
  323. "php": ">=5.4.0"
  324. },
  325. "require-dev": {
  326. "phpunit/phpunit": "^4.8.35|~5.7"
  327. },
  328. "type": "library",
  329. "autoload": {
  330. "files": [
  331. "src/functions.php"
  332. ],
  333. "psr-4": {
  334. "FastRoute\\": "src/"
  335. }
  336. },
  337. "notification-url": "https://packagist.org/downloads/",
  338. "license": [
  339. "BSD-3-Clause"
  340. ],
  341. "authors": [
  342. {
  343. "name": "Nikita Popov",
  344. "email": "nikic@php.net"
  345. }
  346. ],
  347. "description": "Fast request router for PHP",
  348. "keywords": [
  349. "router",
  350. "routing"
  351. ],
  352. "support": {
  353. "issues": "https://github.com/nikic/FastRoute/issues",
  354. "source": "https://github.com/nikic/FastRoute/tree/master"
  355. },
  356. "time": "2018-02-13T20:26:39+00:00"
  357. },
  358. {
  359. "name": "phpoption/phpoption",
  360. "version": "1.9.3",
  361. "source": {
  362. "type": "git",
  363. "url": "https://github.com/schmittjoh/php-option.git",
  364. "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
  365. },
  366. "dist": {
  367. "type": "zip",
  368. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
  369. "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
  370. "shasum": ""
  371. },
  372. "require": {
  373. "php": "^7.2.5 || ^8.0"
  374. },
  375. "require-dev": {
  376. "bamarni/composer-bin-plugin": "^1.8.2",
  377. "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
  378. },
  379. "type": "library",
  380. "extra": {
  381. "bamarni-bin": {
  382. "bin-links": true,
  383. "forward-command": false
  384. },
  385. "branch-alias": {
  386. "dev-master": "1.9-dev"
  387. }
  388. },
  389. "autoload": {
  390. "psr-4": {
  391. "PhpOption\\": "src/PhpOption/"
  392. }
  393. },
  394. "notification-url": "https://packagist.org/downloads/",
  395. "license": [
  396. "Apache-2.0"
  397. ],
  398. "authors": [
  399. {
  400. "name": "Johannes M. Schmitt",
  401. "email": "schmittjoh@gmail.com",
  402. "homepage": "https://github.com/schmittjoh"
  403. },
  404. {
  405. "name": "Graham Campbell",
  406. "email": "hello@gjcampbell.co.uk",
  407. "homepage": "https://github.com/GrahamCampbell"
  408. }
  409. ],
  410. "description": "Option Type for PHP",
  411. "keywords": [
  412. "language",
  413. "option",
  414. "php",
  415. "type"
  416. ],
  417. "support": {
  418. "issues": "https://github.com/schmittjoh/php-option/issues",
  419. "source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
  420. },
  421. "funding": [
  422. {
  423. "url": "https://github.com/GrahamCampbell",
  424. "type": "github"
  425. },
  426. {
  427. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  428. "type": "tidelift"
  429. }
  430. ],
  431. "time": "2024-07-20T21:41:07+00:00"
  432. },
  433. {
  434. "name": "psr/http-message",
  435. "version": "1.1",
  436. "source": {
  437. "type": "git",
  438. "url": "https://github.com/php-fig/http-message.git",
  439. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
  440. },
  441. "dist": {
  442. "type": "zip",
  443. "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  444. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  445. "shasum": ""
  446. },
  447. "require": {
  448. "php": "^7.2 || ^8.0"
  449. },
  450. "type": "library",
  451. "extra": {
  452. "branch-alias": {
  453. "dev-master": "1.1.x-dev"
  454. }
  455. },
  456. "autoload": {
  457. "psr-4": {
  458. "Psr\\Http\\Message\\": "src/"
  459. }
  460. },
  461. "notification-url": "https://packagist.org/downloads/",
  462. "license": [
  463. "MIT"
  464. ],
  465. "authors": [
  466. {
  467. "name": "PHP-FIG",
  468. "homepage": "http://www.php-fig.org/"
  469. }
  470. ],
  471. "description": "Common interface for HTTP messages",
  472. "homepage": "https://github.com/php-fig/http-message",
  473. "keywords": [
  474. "http",
  475. "http-message",
  476. "psr",
  477. "psr-7",
  478. "request",
  479. "response"
  480. ],
  481. "support": {
  482. "source": "https://github.com/php-fig/http-message/tree/1.1"
  483. },
  484. "time": "2023-04-04T09:50:52+00:00"
  485. },
  486. {
  487. "name": "react/async",
  488. "version": "v4.3.0",
  489. "source": {
  490. "type": "git",
  491. "url": "https://github.com/reactphp/async.git",
  492. "reference": "635d50e30844a484495713e8cb8d9e079c0008a5"
  493. },
  494. "dist": {
  495. "type": "zip",
  496. "url": "https://api.github.com/repos/reactphp/async/zipball/635d50e30844a484495713e8cb8d9e079c0008a5",
  497. "reference": "635d50e30844a484495713e8cb8d9e079c0008a5",
  498. "shasum": ""
  499. },
  500. "require": {
  501. "php": ">=8.1",
  502. "react/event-loop": "^1.2",
  503. "react/promise": "^3.2 || ^2.8 || ^1.2.1"
  504. },
  505. "require-dev": {
  506. "phpstan/phpstan": "1.10.39",
  507. "phpunit/phpunit": "^9.6"
  508. },
  509. "type": "library",
  510. "autoload": {
  511. "files": [
  512. "src/functions_include.php"
  513. ],
  514. "psr-4": {
  515. "React\\Async\\": "src/"
  516. }
  517. },
  518. "notification-url": "https://packagist.org/downloads/",
  519. "license": [
  520. "MIT"
  521. ],
  522. "authors": [
  523. {
  524. "name": "Christian Lück",
  525. "email": "christian@clue.engineering",
  526. "homepage": "https://clue.engineering/"
  527. },
  528. {
  529. "name": "Cees-Jan Kiewiet",
  530. "email": "reactphp@ceesjankiewiet.nl",
  531. "homepage": "https://wyrihaximus.net/"
  532. },
  533. {
  534. "name": "Jan Sorgalla",
  535. "email": "jsorgalla@gmail.com",
  536. "homepage": "https://sorgalla.com/"
  537. },
  538. {
  539. "name": "Chris Boden",
  540. "email": "cboden@gmail.com",
  541. "homepage": "https://cboden.dev/"
  542. }
  543. ],
  544. "description": "Async utilities and fibers for ReactPHP",
  545. "keywords": [
  546. "async",
  547. "reactphp"
  548. ],
  549. "support": {
  550. "issues": "https://github.com/reactphp/async/issues",
  551. "source": "https://github.com/reactphp/async/tree/v4.3.0"
  552. },
  553. "funding": [
  554. {
  555. "url": "https://opencollective.com/reactphp",
  556. "type": "open_collective"
  557. }
  558. ],
  559. "time": "2024-06-04T14:40:02+00:00"
  560. },
  561. {
  562. "name": "react/cache",
  563. "version": "v1.2.0",
  564. "source": {
  565. "type": "git",
  566. "url": "https://github.com/reactphp/cache.git",
  567. "reference": "d47c472b64aa5608225f47965a484b75c7817d5b"
  568. },
  569. "dist": {
  570. "type": "zip",
  571. "url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b",
  572. "reference": "d47c472b64aa5608225f47965a484b75c7817d5b",
  573. "shasum": ""
  574. },
  575. "require": {
  576. "php": ">=5.3.0",
  577. "react/promise": "^3.0 || ^2.0 || ^1.1"
  578. },
  579. "require-dev": {
  580. "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35"
  581. },
  582. "type": "library",
  583. "autoload": {
  584. "psr-4": {
  585. "React\\Cache\\": "src/"
  586. }
  587. },
  588. "notification-url": "https://packagist.org/downloads/",
  589. "license": [
  590. "MIT"
  591. ],
  592. "authors": [
  593. {
  594. "name": "Christian Lück",
  595. "email": "christian@clue.engineering",
  596. "homepage": "https://clue.engineering/"
  597. },
  598. {
  599. "name": "Cees-Jan Kiewiet",
  600. "email": "reactphp@ceesjankiewiet.nl",
  601. "homepage": "https://wyrihaximus.net/"
  602. },
  603. {
  604. "name": "Jan Sorgalla",
  605. "email": "jsorgalla@gmail.com",
  606. "homepage": "https://sorgalla.com/"
  607. },
  608. {
  609. "name": "Chris Boden",
  610. "email": "cboden@gmail.com",
  611. "homepage": "https://cboden.dev/"
  612. }
  613. ],
  614. "description": "Async, Promise-based cache interface for ReactPHP",
  615. "keywords": [
  616. "cache",
  617. "caching",
  618. "promise",
  619. "reactphp"
  620. ],
  621. "support": {
  622. "issues": "https://github.com/reactphp/cache/issues",
  623. "source": "https://github.com/reactphp/cache/tree/v1.2.0"
  624. },
  625. "funding": [
  626. {
  627. "url": "https://opencollective.com/reactphp",
  628. "type": "open_collective"
  629. }
  630. ],
  631. "time": "2022-11-30T15:59:55+00:00"
  632. },
  633. {
  634. "name": "react/dns",
  635. "version": "v1.13.0",
  636. "source": {
  637. "type": "git",
  638. "url": "https://github.com/reactphp/dns.git",
  639. "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5"
  640. },
  641. "dist": {
  642. "type": "zip",
  643. "url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
  644. "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
  645. "shasum": ""
  646. },
  647. "require": {
  648. "php": ">=5.3.0",
  649. "react/cache": "^1.0 || ^0.6 || ^0.5",
  650. "react/event-loop": "^1.2",
  651. "react/promise": "^3.2 || ^2.7 || ^1.2.1"
  652. },
  653. "require-dev": {
  654. "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
  655. "react/async": "^4.3 || ^3 || ^2",
  656. "react/promise-timer": "^1.11"
  657. },
  658. "type": "library",
  659. "autoload": {
  660. "psr-4": {
  661. "React\\Dns\\": "src/"
  662. }
  663. },
  664. "notification-url": "https://packagist.org/downloads/",
  665. "license": [
  666. "MIT"
  667. ],
  668. "authors": [
  669. {
  670. "name": "Christian Lück",
  671. "email": "christian@clue.engineering",
  672. "homepage": "https://clue.engineering/"
  673. },
  674. {
  675. "name": "Cees-Jan Kiewiet",
  676. "email": "reactphp@ceesjankiewiet.nl",
  677. "homepage": "https://wyrihaximus.net/"
  678. },
  679. {
  680. "name": "Jan Sorgalla",
  681. "email": "jsorgalla@gmail.com",
  682. "homepage": "https://sorgalla.com/"
  683. },
  684. {
  685. "name": "Chris Boden",
  686. "email": "cboden@gmail.com",
  687. "homepage": "https://cboden.dev/"
  688. }
  689. ],
  690. "description": "Async DNS resolver for ReactPHP",
  691. "keywords": [
  692. "async",
  693. "dns",
  694. "dns-resolver",
  695. "reactphp"
  696. ],
  697. "support": {
  698. "issues": "https://github.com/reactphp/dns/issues",
  699. "source": "https://github.com/reactphp/dns/tree/v1.13.0"
  700. },
  701. "funding": [
  702. {
  703. "url": "https://opencollective.com/reactphp",
  704. "type": "open_collective"
  705. }
  706. ],
  707. "time": "2024-06-13T14:18:03+00:00"
  708. },
  709. {
  710. "name": "react/event-loop",
  711. "version": "v1.5.0",
  712. "source": {
  713. "type": "git",
  714. "url": "https://github.com/reactphp/event-loop.git",
  715. "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354"
  716. },
  717. "dist": {
  718. "type": "zip",
  719. "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
  720. "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
  721. "shasum": ""
  722. },
  723. "require": {
  724. "php": ">=5.3.0"
  725. },
  726. "require-dev": {
  727. "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
  728. },
  729. "suggest": {
  730. "ext-pcntl": "For signal handling support when using the StreamSelectLoop"
  731. },
  732. "type": "library",
  733. "autoload": {
  734. "psr-4": {
  735. "React\\EventLoop\\": "src/"
  736. }
  737. },
  738. "notification-url": "https://packagist.org/downloads/",
  739. "license": [
  740. "MIT"
  741. ],
  742. "authors": [
  743. {
  744. "name": "Christian Lück",
  745. "email": "christian@clue.engineering",
  746. "homepage": "https://clue.engineering/"
  747. },
  748. {
  749. "name": "Cees-Jan Kiewiet",
  750. "email": "reactphp@ceesjankiewiet.nl",
  751. "homepage": "https://wyrihaximus.net/"
  752. },
  753. {
  754. "name": "Jan Sorgalla",
  755. "email": "jsorgalla@gmail.com",
  756. "homepage": "https://sorgalla.com/"
  757. },
  758. {
  759. "name": "Chris Boden",
  760. "email": "cboden@gmail.com",
  761. "homepage": "https://cboden.dev/"
  762. }
  763. ],
  764. "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
  765. "keywords": [
  766. "asynchronous",
  767. "event-loop"
  768. ],
  769. "support": {
  770. "issues": "https://github.com/reactphp/event-loop/issues",
  771. "source": "https://github.com/reactphp/event-loop/tree/v1.5.0"
  772. },
  773. "funding": [
  774. {
  775. "url": "https://opencollective.com/reactphp",
  776. "type": "open_collective"
  777. }
  778. ],
  779. "time": "2023-11-13T13:48:05+00:00"
  780. },
  781. {
  782. "name": "react/http",
  783. "version": "v1.11.0",
  784. "source": {
  785. "type": "git",
  786. "url": "https://github.com/reactphp/http.git",
  787. "reference": "8db02de41dcca82037367f67a2d4be365b1c4db9"
  788. },
  789. "dist": {
  790. "type": "zip",
  791. "url": "https://api.github.com/repos/reactphp/http/zipball/8db02de41dcca82037367f67a2d4be365b1c4db9",
  792. "reference": "8db02de41dcca82037367f67a2d4be365b1c4db9",
  793. "shasum": ""
  794. },
  795. "require": {
  796. "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
  797. "fig/http-message-util": "^1.1",
  798. "php": ">=5.3.0",
  799. "psr/http-message": "^1.0",
  800. "react/event-loop": "^1.2",
  801. "react/promise": "^3.2 || ^2.3 || ^1.2.1",
  802. "react/socket": "^1.16",
  803. "react/stream": "^1.4"
  804. },
  805. "require-dev": {
  806. "clue/http-proxy-react": "^1.8",
  807. "clue/reactphp-ssh-proxy": "^1.4",
  808. "clue/socks-react": "^1.4",
  809. "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
  810. "react/async": "^4.2 || ^3 || ^2",
  811. "react/promise-stream": "^1.4",
  812. "react/promise-timer": "^1.11"
  813. },
  814. "type": "library",
  815. "autoload": {
  816. "psr-4": {
  817. "React\\Http\\": "src/"
  818. }
  819. },
  820. "notification-url": "https://packagist.org/downloads/",
  821. "license": [
  822. "MIT"
  823. ],
  824. "authors": [
  825. {
  826. "name": "Christian Lück",
  827. "email": "christian@clue.engineering",
  828. "homepage": "https://clue.engineering/"
  829. },
  830. {
  831. "name": "Cees-Jan Kiewiet",
  832. "email": "reactphp@ceesjankiewiet.nl",
  833. "homepage": "https://wyrihaximus.net/"
  834. },
  835. {
  836. "name": "Jan Sorgalla",
  837. "email": "jsorgalla@gmail.com",
  838. "homepage": "https://sorgalla.com/"
  839. },
  840. {
  841. "name": "Chris Boden",
  842. "email": "cboden@gmail.com",
  843. "homepage": "https://cboden.dev/"
  844. }
  845. ],
  846. "description": "Event-driven, streaming HTTP client and server implementation for ReactPHP",
  847. "keywords": [
  848. "async",
  849. "client",
  850. "event-driven",
  851. "http",
  852. "http client",
  853. "http server",
  854. "https",
  855. "psr-7",
  856. "reactphp",
  857. "server",
  858. "streaming"
  859. ],
  860. "support": {
  861. "issues": "https://github.com/reactphp/http/issues",
  862. "source": "https://github.com/reactphp/http/tree/v1.11.0"
  863. },
  864. "funding": [
  865. {
  866. "url": "https://opencollective.com/reactphp",
  867. "type": "open_collective"
  868. }
  869. ],
  870. "time": "2024-11-20T15:24:08+00:00"
  871. },
  872. {
  873. "name": "react/promise",
  874. "version": "v3.2.0",
  875. "source": {
  876. "type": "git",
  877. "url": "https://github.com/reactphp/promise.git",
  878. "reference": "8a164643313c71354582dc850b42b33fa12a4b63"
  879. },
  880. "dist": {
  881. "type": "zip",
  882. "url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63",
  883. "reference": "8a164643313c71354582dc850b42b33fa12a4b63",
  884. "shasum": ""
  885. },
  886. "require": {
  887. "php": ">=7.1.0"
  888. },
  889. "require-dev": {
  890. "phpstan/phpstan": "1.10.39 || 1.4.10",
  891. "phpunit/phpunit": "^9.6 || ^7.5"
  892. },
  893. "type": "library",
  894. "autoload": {
  895. "files": [
  896. "src/functions_include.php"
  897. ],
  898. "psr-4": {
  899. "React\\Promise\\": "src/"
  900. }
  901. },
  902. "notification-url": "https://packagist.org/downloads/",
  903. "license": [
  904. "MIT"
  905. ],
  906. "authors": [
  907. {
  908. "name": "Jan Sorgalla",
  909. "email": "jsorgalla@gmail.com",
  910. "homepage": "https://sorgalla.com/"
  911. },
  912. {
  913. "name": "Christian Lück",
  914. "email": "christian@clue.engineering",
  915. "homepage": "https://clue.engineering/"
  916. },
  917. {
  918. "name": "Cees-Jan Kiewiet",
  919. "email": "reactphp@ceesjankiewiet.nl",
  920. "homepage": "https://wyrihaximus.net/"
  921. },
  922. {
  923. "name": "Chris Boden",
  924. "email": "cboden@gmail.com",
  925. "homepage": "https://cboden.dev/"
  926. }
  927. ],
  928. "description": "A lightweight implementation of CommonJS Promises/A for PHP",
  929. "keywords": [
  930. "promise",
  931. "promises"
  932. ],
  933. "support": {
  934. "issues": "https://github.com/reactphp/promise/issues",
  935. "source": "https://github.com/reactphp/promise/tree/v3.2.0"
  936. },
  937. "funding": [
  938. {
  939. "url": "https://opencollective.com/reactphp",
  940. "type": "open_collective"
  941. }
  942. ],
  943. "time": "2024-05-24T10:39:05+00:00"
  944. },
  945. {
  946. "name": "react/socket",
  947. "version": "v1.16.0",
  948. "source": {
  949. "type": "git",
  950. "url": "https://github.com/reactphp/socket.git",
  951. "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1"
  952. },
  953. "dist": {
  954. "type": "zip",
  955. "url": "https://api.github.com/repos/reactphp/socket/zipball/23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
  956. "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
  957. "shasum": ""
  958. },
  959. "require": {
  960. "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
  961. "php": ">=5.3.0",
  962. "react/dns": "^1.13",
  963. "react/event-loop": "^1.2",
  964. "react/promise": "^3.2 || ^2.6 || ^1.2.1",
  965. "react/stream": "^1.4"
  966. },
  967. "require-dev": {
  968. "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
  969. "react/async": "^4.3 || ^3.3 || ^2",
  970. "react/promise-stream": "^1.4",
  971. "react/promise-timer": "^1.11"
  972. },
  973. "type": "library",
  974. "autoload": {
  975. "psr-4": {
  976. "React\\Socket\\": "src/"
  977. }
  978. },
  979. "notification-url": "https://packagist.org/downloads/",
  980. "license": [
  981. "MIT"
  982. ],
  983. "authors": [
  984. {
  985. "name": "Christian Lück",
  986. "email": "christian@clue.engineering",
  987. "homepage": "https://clue.engineering/"
  988. },
  989. {
  990. "name": "Cees-Jan Kiewiet",
  991. "email": "reactphp@ceesjankiewiet.nl",
  992. "homepage": "https://wyrihaximus.net/"
  993. },
  994. {
  995. "name": "Jan Sorgalla",
  996. "email": "jsorgalla@gmail.com",
  997. "homepage": "https://sorgalla.com/"
  998. },
  999. {
  1000. "name": "Chris Boden",
  1001. "email": "cboden@gmail.com",
  1002. "homepage": "https://cboden.dev/"
  1003. }
  1004. ],
  1005. "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
  1006. "keywords": [
  1007. "Connection",
  1008. "Socket",
  1009. "async",
  1010. "reactphp",
  1011. "stream"
  1012. ],
  1013. "support": {
  1014. "issues": "https://github.com/reactphp/socket/issues",
  1015. "source": "https://github.com/reactphp/socket/tree/v1.16.0"
  1016. },
  1017. "funding": [
  1018. {
  1019. "url": "https://opencollective.com/reactphp",
  1020. "type": "open_collective"
  1021. }
  1022. ],
  1023. "time": "2024-07-26T10:38:09+00:00"
  1024. },
  1025. {
  1026. "name": "react/stream",
  1027. "version": "v1.4.0",
  1028. "source": {
  1029. "type": "git",
  1030. "url": "https://github.com/reactphp/stream.git",
  1031. "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d"
  1032. },
  1033. "dist": {
  1034. "type": "zip",
  1035. "url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d",
  1036. "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d",
  1037. "shasum": ""
  1038. },
  1039. "require": {
  1040. "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
  1041. "php": ">=5.3.8",
  1042. "react/event-loop": "^1.2"
  1043. },
  1044. "require-dev": {
  1045. "clue/stream-filter": "~1.2",
  1046. "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
  1047. },
  1048. "type": "library",
  1049. "autoload": {
  1050. "psr-4": {
  1051. "React\\Stream\\": "src/"
  1052. }
  1053. },
  1054. "notification-url": "https://packagist.org/downloads/",
  1055. "license": [
  1056. "MIT"
  1057. ],
  1058. "authors": [
  1059. {
  1060. "name": "Christian Lück",
  1061. "email": "christian@clue.engineering",
  1062. "homepage": "https://clue.engineering/"
  1063. },
  1064. {
  1065. "name": "Cees-Jan Kiewiet",
  1066. "email": "reactphp@ceesjankiewiet.nl",
  1067. "homepage": "https://wyrihaximus.net/"
  1068. },
  1069. {
  1070. "name": "Jan Sorgalla",
  1071. "email": "jsorgalla@gmail.com",
  1072. "homepage": "https://sorgalla.com/"
  1073. },
  1074. {
  1075. "name": "Chris Boden",
  1076. "email": "cboden@gmail.com",
  1077. "homepage": "https://cboden.dev/"
  1078. }
  1079. ],
  1080. "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
  1081. "keywords": [
  1082. "event-driven",
  1083. "io",
  1084. "non-blocking",
  1085. "pipe",
  1086. "reactphp",
  1087. "readable",
  1088. "stream",
  1089. "writable"
  1090. ],
  1091. "support": {
  1092. "issues": "https://github.com/reactphp/stream/issues",
  1093. "source": "https://github.com/reactphp/stream/tree/v1.4.0"
  1094. },
  1095. "funding": [
  1096. {
  1097. "url": "https://opencollective.com/reactphp",
  1098. "type": "open_collective"
  1099. }
  1100. ],
  1101. "time": "2024-06-11T12:45:25+00:00"
  1102. },
  1103. {
  1104. "name": "symfony/polyfill-ctype",
  1105. "version": "v1.32.0",
  1106. "source": {
  1107. "type": "git",
  1108. "url": "https://github.com/symfony/polyfill-ctype.git",
  1109. "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
  1110. },
  1111. "dist": {
  1112. "type": "zip",
  1113. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
  1114. "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
  1115. "shasum": ""
  1116. },
  1117. "require": {
  1118. "php": ">=7.2"
  1119. },
  1120. "provide": {
  1121. "ext-ctype": "*"
  1122. },
  1123. "suggest": {
  1124. "ext-ctype": "For best performance"
  1125. },
  1126. "type": "library",
  1127. "extra": {
  1128. "thanks": {
  1129. "url": "https://github.com/symfony/polyfill",
  1130. "name": "symfony/polyfill"
  1131. }
  1132. },
  1133. "autoload": {
  1134. "files": [
  1135. "bootstrap.php"
  1136. ],
  1137. "psr-4": {
  1138. "Symfony\\Polyfill\\Ctype\\": ""
  1139. }
  1140. },
  1141. "notification-url": "https://packagist.org/downloads/",
  1142. "license": [
  1143. "MIT"
  1144. ],
  1145. "authors": [
  1146. {
  1147. "name": "Gert de Pagter",
  1148. "email": "BackEndTea@gmail.com"
  1149. },
  1150. {
  1151. "name": "Symfony Community",
  1152. "homepage": "https://symfony.com/contributors"
  1153. }
  1154. ],
  1155. "description": "Symfony polyfill for ctype functions",
  1156. "homepage": "https://symfony.com",
  1157. "keywords": [
  1158. "compatibility",
  1159. "ctype",
  1160. "polyfill",
  1161. "portable"
  1162. ],
  1163. "support": {
  1164. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0"
  1165. },
  1166. "funding": [
  1167. {
  1168. "url": "https://symfony.com/sponsor",
  1169. "type": "custom"
  1170. },
  1171. {
  1172. "url": "https://github.com/fabpot",
  1173. "type": "github"
  1174. },
  1175. {
  1176. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1177. "type": "tidelift"
  1178. }
  1179. ],
  1180. "time": "2024-09-09T11:45:10+00:00"
  1181. },
  1182. {
  1183. "name": "symfony/polyfill-mbstring",
  1184. "version": "v1.32.0",
  1185. "source": {
  1186. "type": "git",
  1187. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1188. "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
  1189. },
  1190. "dist": {
  1191. "type": "zip",
  1192. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
  1193. "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
  1194. "shasum": ""
  1195. },
  1196. "require": {
  1197. "ext-iconv": "*",
  1198. "php": ">=7.2"
  1199. },
  1200. "provide": {
  1201. "ext-mbstring": "*"
  1202. },
  1203. "suggest": {
  1204. "ext-mbstring": "For best performance"
  1205. },
  1206. "type": "library",
  1207. "extra": {
  1208. "thanks": {
  1209. "url": "https://github.com/symfony/polyfill",
  1210. "name": "symfony/polyfill"
  1211. }
  1212. },
  1213. "autoload": {
  1214. "files": [
  1215. "bootstrap.php"
  1216. ],
  1217. "psr-4": {
  1218. "Symfony\\Polyfill\\Mbstring\\": ""
  1219. }
  1220. },
  1221. "notification-url": "https://packagist.org/downloads/",
  1222. "license": [
  1223. "MIT"
  1224. ],
  1225. "authors": [
  1226. {
  1227. "name": "Nicolas Grekas",
  1228. "email": "p@tchwork.com"
  1229. },
  1230. {
  1231. "name": "Symfony Community",
  1232. "homepage": "https://symfony.com/contributors"
  1233. }
  1234. ],
  1235. "description": "Symfony polyfill for the Mbstring extension",
  1236. "homepage": "https://symfony.com",
  1237. "keywords": [
  1238. "compatibility",
  1239. "mbstring",
  1240. "polyfill",
  1241. "portable",
  1242. "shim"
  1243. ],
  1244. "support": {
  1245. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0"
  1246. },
  1247. "funding": [
  1248. {
  1249. "url": "https://symfony.com/sponsor",
  1250. "type": "custom"
  1251. },
  1252. {
  1253. "url": "https://github.com/fabpot",
  1254. "type": "github"
  1255. },
  1256. {
  1257. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1258. "type": "tidelift"
  1259. }
  1260. ],
  1261. "time": "2024-12-23T08:48:59+00:00"
  1262. },
  1263. {
  1264. "name": "symfony/polyfill-php80",
  1265. "version": "v1.32.0",
  1266. "source": {
  1267. "type": "git",
  1268. "url": "https://github.com/symfony/polyfill-php80.git",
  1269. "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
  1270. },
  1271. "dist": {
  1272. "type": "zip",
  1273. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
  1274. "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
  1275. "shasum": ""
  1276. },
  1277. "require": {
  1278. "php": ">=7.2"
  1279. },
  1280. "type": "library",
  1281. "extra": {
  1282. "thanks": {
  1283. "url": "https://github.com/symfony/polyfill",
  1284. "name": "symfony/polyfill"
  1285. }
  1286. },
  1287. "autoload": {
  1288. "files": [
  1289. "bootstrap.php"
  1290. ],
  1291. "psr-4": {
  1292. "Symfony\\Polyfill\\Php80\\": ""
  1293. },
  1294. "classmap": [
  1295. "Resources/stubs"
  1296. ]
  1297. },
  1298. "notification-url": "https://packagist.org/downloads/",
  1299. "license": [
  1300. "MIT"
  1301. ],
  1302. "authors": [
  1303. {
  1304. "name": "Ion Bazan",
  1305. "email": "ion.bazan@gmail.com"
  1306. },
  1307. {
  1308. "name": "Nicolas Grekas",
  1309. "email": "p@tchwork.com"
  1310. },
  1311. {
  1312. "name": "Symfony Community",
  1313. "homepage": "https://symfony.com/contributors"
  1314. }
  1315. ],
  1316. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1317. "homepage": "https://symfony.com",
  1318. "keywords": [
  1319. "compatibility",
  1320. "polyfill",
  1321. "portable",
  1322. "shim"
  1323. ],
  1324. "support": {
  1325. "source": "https://github.com/symfony/polyfill-php80/tree/v1.32.0"
  1326. },
  1327. "funding": [
  1328. {
  1329. "url": "https://symfony.com/sponsor",
  1330. "type": "custom"
  1331. },
  1332. {
  1333. "url": "https://github.com/fabpot",
  1334. "type": "github"
  1335. },
  1336. {
  1337. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1338. "type": "tidelift"
  1339. }
  1340. ],
  1341. "time": "2025-01-02T08:10:11+00:00"
  1342. },
  1343. {
  1344. "name": "vlucas/phpdotenv",
  1345. "version": "v5.6.2",
  1346. "source": {
  1347. "type": "git",
  1348. "url": "https://github.com/vlucas/phpdotenv.git",
  1349. "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af"
  1350. },
  1351. "dist": {
  1352. "type": "zip",
  1353. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
  1354. "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
  1355. "shasum": ""
  1356. },
  1357. "require": {
  1358. "ext-pcre": "*",
  1359. "graham-campbell/result-type": "^1.1.3",
  1360. "php": "^7.2.5 || ^8.0",
  1361. "phpoption/phpoption": "^1.9.3",
  1362. "symfony/polyfill-ctype": "^1.24",
  1363. "symfony/polyfill-mbstring": "^1.24",
  1364. "symfony/polyfill-php80": "^1.24"
  1365. },
  1366. "require-dev": {
  1367. "bamarni/composer-bin-plugin": "^1.8.2",
  1368. "ext-filter": "*",
  1369. "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
  1370. },
  1371. "suggest": {
  1372. "ext-filter": "Required to use the boolean validator."
  1373. },
  1374. "type": "library",
  1375. "extra": {
  1376. "bamarni-bin": {
  1377. "bin-links": true,
  1378. "forward-command": false
  1379. },
  1380. "branch-alias": {
  1381. "dev-master": "5.6-dev"
  1382. }
  1383. },
  1384. "autoload": {
  1385. "psr-4": {
  1386. "Dotenv\\": "src/"
  1387. }
  1388. },
  1389. "notification-url": "https://packagist.org/downloads/",
  1390. "license": [
  1391. "BSD-3-Clause"
  1392. ],
  1393. "authors": [
  1394. {
  1395. "name": "Graham Campbell",
  1396. "email": "hello@gjcampbell.co.uk",
  1397. "homepage": "https://github.com/GrahamCampbell"
  1398. },
  1399. {
  1400. "name": "Vance Lucas",
  1401. "email": "vance@vancelucas.com",
  1402. "homepage": "https://github.com/vlucas"
  1403. }
  1404. ],
  1405. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  1406. "keywords": [
  1407. "dotenv",
  1408. "env",
  1409. "environment"
  1410. ],
  1411. "support": {
  1412. "issues": "https://github.com/vlucas/phpdotenv/issues",
  1413. "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2"
  1414. },
  1415. "funding": [
  1416. {
  1417. "url": "https://github.com/GrahamCampbell",
  1418. "type": "github"
  1419. },
  1420. {
  1421. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  1422. "type": "tidelift"
  1423. }
  1424. ],
  1425. "time": "2025-04-30T23:37:27+00:00"
  1426. }
  1427. ],
  1428. "packages-dev": [],
  1429. "aliases": [],
  1430. "minimum-stability": "stable",
  1431. "stability-flags": {},
  1432. "prefer-stable": false,
  1433. "prefer-lowest": false,
  1434. "platform": {},
  1435. "platform-dev": {},
  1436. "plugin-api-version": "2.6.0"
  1437. }