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.

845 lines
29 KiB

2 years ago
  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": "55ed68dc29f8c2cfbb4655fc5e5d1abb",
  8. "packages": [
  9. {
  10. "name": "graham-campbell/result-type",
  11. "version": "1.0.x-dev",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/GrahamCampbell/Result-Type.git",
  15. "reference": "ec4daa4b45faf6a683c9c0acf92fe1377d695a54"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/ec4daa4b45faf6a683c9c0acf92fe1377d695a54",
  20. "reference": "ec4daa4b45faf6a683c9c0acf92fe1377d695a54",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.0 || ^8.0",
  25. "phpoption/phpoption": "^1.8"
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
  29. },
  30. "default-branch": true,
  31. "type": "library",
  32. "autoload": {
  33. "psr-4": {
  34. "GrahamCampbell\\ResultType\\": "src/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "Graham Campbell",
  44. "email": "hello@gjcampbell.co.uk",
  45. "homepage": "https://github.com/GrahamCampbell"
  46. }
  47. ],
  48. "description": "An Implementation Of The Result Type",
  49. "keywords": [
  50. "Graham Campbell",
  51. "GrahamCampbell",
  52. "Result Type",
  53. "Result-Type",
  54. "result"
  55. ],
  56. "support": {
  57. "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
  58. "source": "https://github.com/GrahamCampbell/Result-Type/tree/1.0"
  59. },
  60. "funding": [
  61. {
  62. "url": "https://github.com/GrahamCampbell",
  63. "type": "github"
  64. },
  65. {
  66. "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
  67. "type": "tidelift"
  68. }
  69. ],
  70. "time": "2022-02-07T10:52:05+00:00"
  71. },
  72. {
  73. "name": "guzzle/common",
  74. "version": "v3.9.2",
  75. "target-dir": "Guzzle/Common",
  76. "source": {
  77. "type": "git",
  78. "url": "https://github.com/Guzzle3/common.git",
  79. "reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc"
  80. },
  81. "dist": {
  82. "type": "zip",
  83. "url": "https://api.github.com/repos/Guzzle3/common/zipball/2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc",
  84. "reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc",
  85. "shasum": ""
  86. },
  87. "require": {
  88. "php": ">=5.3.2",
  89. "symfony/event-dispatcher": ">=2.1"
  90. },
  91. "type": "library",
  92. "extra": {
  93. "branch-alias": {
  94. "dev-master": "3.7-dev"
  95. }
  96. },
  97. "autoload": {
  98. "psr-0": {
  99. "Guzzle\\Common": ""
  100. }
  101. },
  102. "notification-url": "https://packagist.org/downloads/",
  103. "license": [
  104. "MIT"
  105. ],
  106. "description": "Common libraries used by Guzzle",
  107. "homepage": "http://guzzlephp.org/",
  108. "keywords": [
  109. "collection",
  110. "common",
  111. "event",
  112. "exception"
  113. ],
  114. "abandoned": "guzzle/guzzle",
  115. "time": "2014-08-11T04:32:36+00:00"
  116. },
  117. {
  118. "name": "guzzle/http",
  119. "version": "v3.9.2",
  120. "target-dir": "Guzzle/Http",
  121. "source": {
  122. "type": "git",
  123. "url": "https://github.com/Guzzle3/http.git",
  124. "reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5"
  125. },
  126. "dist": {
  127. "type": "zip",
  128. "url": "https://api.github.com/repos/Guzzle3/http/zipball/1e8dd1e2ba9dc42332396f39fbfab950b2301dc5",
  129. "reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5",
  130. "shasum": ""
  131. },
  132. "require": {
  133. "guzzle/common": "self.version",
  134. "guzzle/parser": "self.version",
  135. "guzzle/stream": "self.version",
  136. "php": ">=5.3.2"
  137. },
  138. "suggest": {
  139. "ext-curl": "*"
  140. },
  141. "type": "library",
  142. "extra": {
  143. "branch-alias": {
  144. "dev-master": "3.7-dev"
  145. }
  146. },
  147. "autoload": {
  148. "psr-0": {
  149. "Guzzle\\Http": ""
  150. }
  151. },
  152. "notification-url": "https://packagist.org/downloads/",
  153. "license": [
  154. "MIT"
  155. ],
  156. "authors": [
  157. {
  158. "name": "Michael Dowling",
  159. "email": "mtdowling@gmail.com",
  160. "homepage": "https://github.com/mtdowling"
  161. }
  162. ],
  163. "description": "HTTP libraries used by Guzzle",
  164. "homepage": "http://guzzlephp.org/",
  165. "keywords": [
  166. "Guzzle",
  167. "client",
  168. "curl",
  169. "http",
  170. "http client"
  171. ],
  172. "abandoned": "guzzle/guzzle",
  173. "time": "2014-08-11T04:32:36+00:00"
  174. },
  175. {
  176. "name": "guzzle/parser",
  177. "version": "v3.9.2",
  178. "target-dir": "Guzzle/Parser",
  179. "source": {
  180. "type": "git",
  181. "url": "https://github.com/Guzzle3/parser.git",
  182. "reference": "6874d171318a8e93eb6d224cf85e4678490b625c"
  183. },
  184. "dist": {
  185. "type": "zip",
  186. "url": "https://api.github.com/repos/Guzzle3/parser/zipball/6874d171318a8e93eb6d224cf85e4678490b625c",
  187. "reference": "6874d171318a8e93eb6d224cf85e4678490b625c",
  188. "shasum": ""
  189. },
  190. "require": {
  191. "php": ">=5.3.2"
  192. },
  193. "type": "library",
  194. "extra": {
  195. "branch-alias": {
  196. "dev-master": "3.7-dev"
  197. }
  198. },
  199. "autoload": {
  200. "psr-0": {
  201. "Guzzle\\Parser": ""
  202. }
  203. },
  204. "notification-url": "https://packagist.org/downloads/",
  205. "license": [
  206. "MIT"
  207. ],
  208. "description": "Interchangeable parsers used by Guzzle",
  209. "homepage": "http://guzzlephp.org/",
  210. "keywords": [
  211. "URI Template",
  212. "cookie",
  213. "http",
  214. "message",
  215. "url"
  216. ],
  217. "abandoned": "guzzle/guzzle",
  218. "time": "2014-02-05T18:29:46+00:00"
  219. },
  220. {
  221. "name": "guzzle/stream",
  222. "version": "v3.9.2",
  223. "target-dir": "Guzzle/Stream",
  224. "source": {
  225. "type": "git",
  226. "url": "https://github.com/Guzzle3/stream.git",
  227. "reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0"
  228. },
  229. "dist": {
  230. "type": "zip",
  231. "url": "https://api.github.com/repos/Guzzle3/stream/zipball/60c7fed02e98d2c518dae8f97874c8f4622100f0",
  232. "reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0",
  233. "shasum": ""
  234. },
  235. "require": {
  236. "guzzle/common": "self.version",
  237. "php": ">=5.3.2"
  238. },
  239. "suggest": {
  240. "guzzle/http": "To convert Guzzle request objects to PHP streams"
  241. },
  242. "type": "library",
  243. "extra": {
  244. "branch-alias": {
  245. "dev-master": "3.7-dev"
  246. }
  247. },
  248. "autoload": {
  249. "psr-0": {
  250. "Guzzle\\Stream": ""
  251. }
  252. },
  253. "notification-url": "https://packagist.org/downloads/",
  254. "license": [
  255. "MIT"
  256. ],
  257. "authors": [
  258. {
  259. "name": "Michael Dowling",
  260. "email": "mtdowling@gmail.com",
  261. "homepage": "https://github.com/mtdowling"
  262. }
  263. ],
  264. "description": "Guzzle stream wrapper component",
  265. "homepage": "http://guzzlephp.org/",
  266. "keywords": [
  267. "Guzzle",
  268. "component",
  269. "stream"
  270. ],
  271. "abandoned": "guzzle/guzzle",
  272. "time": "2014-05-01T21:36:02+00:00"
  273. },
  274. {
  275. "name": "phpoption/phpoption",
  276. "version": "dev-master",
  277. "source": {
  278. "type": "git",
  279. "url": "https://github.com/schmittjoh/php-option.git",
  280. "reference": "5f59b1b59025b3c66cf1ca0898247d9de39c6200"
  281. },
  282. "dist": {
  283. "type": "zip",
  284. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5f59b1b59025b3c66cf1ca0898247d9de39c6200",
  285. "reference": "5f59b1b59025b3c66cf1ca0898247d9de39c6200",
  286. "shasum": ""
  287. },
  288. "require": {
  289. "php": "^7.0 || ^8.0"
  290. },
  291. "require-dev": {
  292. "bamarni/composer-bin-plugin": "^1.4.1",
  293. "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
  294. },
  295. "default-branch": true,
  296. "type": "library",
  297. "extra": {
  298. "branch-alias": {
  299. "dev-master": "1.8-dev"
  300. }
  301. },
  302. "autoload": {
  303. "psr-4": {
  304. "PhpOption\\": "src/PhpOption/"
  305. }
  306. },
  307. "notification-url": "https://packagist.org/downloads/",
  308. "license": [
  309. "Apache-2.0"
  310. ],
  311. "authors": [
  312. {
  313. "name": "Johannes M. Schmitt",
  314. "email": "schmittjoh@gmail.com",
  315. "homepage": "https://github.com/schmittjoh"
  316. },
  317. {
  318. "name": "Graham Campbell",
  319. "email": "hello@gjcampbell.co.uk",
  320. "homepage": "https://github.com/GrahamCampbell"
  321. }
  322. ],
  323. "description": "Option Type for PHP",
  324. "keywords": [
  325. "language",
  326. "option",
  327. "php",
  328. "type"
  329. ],
  330. "support": {
  331. "issues": "https://github.com/schmittjoh/php-option/issues",
  332. "source": "https://github.com/schmittjoh/php-option/tree/master"
  333. },
  334. "funding": [
  335. {
  336. "url": "https://github.com/GrahamCampbell",
  337. "type": "github"
  338. },
  339. {
  340. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  341. "type": "tidelift"
  342. }
  343. ],
  344. "time": "2021-12-13T23:19:03+00:00"
  345. },
  346. {
  347. "name": "symfony/event-dispatcher",
  348. "version": "4.4.x-dev",
  349. "source": {
  350. "type": "git",
  351. "url": "https://github.com/symfony/event-dispatcher.git",
  352. "reference": "3ccfcfb96ecce1217d7b0875a0736976bc6e63dc"
  353. },
  354. "dist": {
  355. "type": "zip",
  356. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3ccfcfb96ecce1217d7b0875a0736976bc6e63dc",
  357. "reference": "3ccfcfb96ecce1217d7b0875a0736976bc6e63dc",
  358. "shasum": ""
  359. },
  360. "require": {
  361. "php": ">=7.1.3",
  362. "symfony/event-dispatcher-contracts": "^1.1",
  363. "symfony/polyfill-php80": "^1.16"
  364. },
  365. "conflict": {
  366. "symfony/dependency-injection": "<3.4"
  367. },
  368. "provide": {
  369. "psr/event-dispatcher-implementation": "1.0",
  370. "symfony/event-dispatcher-implementation": "1.1"
  371. },
  372. "require-dev": {
  373. "psr/log": "^1|^2|^3",
  374. "symfony/config": "^3.4|^4.0|^5.0",
  375. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  376. "symfony/error-handler": "~3.4|~4.4",
  377. "symfony/expression-language": "^3.4|^4.0|^5.0",
  378. "symfony/http-foundation": "^3.4|^4.0|^5.0",
  379. "symfony/service-contracts": "^1.1|^2",
  380. "symfony/stopwatch": "^3.4|^4.0|^5.0"
  381. },
  382. "suggest": {
  383. "symfony/dependency-injection": "",
  384. "symfony/http-kernel": ""
  385. },
  386. "type": "library",
  387. "autoload": {
  388. "psr-4": {
  389. "Symfony\\Component\\EventDispatcher\\": ""
  390. },
  391. "exclude-from-classmap": [
  392. "/Tests/"
  393. ]
  394. },
  395. "notification-url": "https://packagist.org/downloads/",
  396. "license": [
  397. "MIT"
  398. ],
  399. "authors": [
  400. {
  401. "name": "Fabien Potencier",
  402. "email": "fabien@symfony.com"
  403. },
  404. {
  405. "name": "Symfony Community",
  406. "homepage": "https://symfony.com/contributors"
  407. }
  408. ],
  409. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  410. "homepage": "https://symfony.com",
  411. "funding": [
  412. {
  413. "url": "https://symfony.com/sponsor",
  414. "type": "custom"
  415. },
  416. {
  417. "url": "https://github.com/fabpot",
  418. "type": "github"
  419. },
  420. {
  421. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  422. "type": "tidelift"
  423. }
  424. ],
  425. "time": "2022-01-02T09:41:36+00:00"
  426. },
  427. {
  428. "name": "symfony/event-dispatcher-contracts",
  429. "version": "1.1.x-dev",
  430. "source": {
  431. "type": "git",
  432. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  433. "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e"
  434. },
  435. "dist": {
  436. "type": "zip",
  437. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e",
  438. "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e",
  439. "shasum": ""
  440. },
  441. "require": {
  442. "php": ">=7.1.3"
  443. },
  444. "suggest": {
  445. "psr/event-dispatcher": "",
  446. "symfony/event-dispatcher-implementation": ""
  447. },
  448. "type": "library",
  449. "extra": {
  450. "branch-alias": {
  451. "dev-main": "1.1-dev"
  452. },
  453. "thanks": {
  454. "name": "symfony/contracts",
  455. "url": "https://github.com/symfony/contracts"
  456. }
  457. },
  458. "autoload": {
  459. "psr-4": {
  460. "Symfony\\Contracts\\EventDispatcher\\": ""
  461. }
  462. },
  463. "notification-url": "https://packagist.org/downloads/",
  464. "license": [
  465. "MIT"
  466. ],
  467. "authors": [
  468. {
  469. "name": "Nicolas Grekas",
  470. "email": "p@tchwork.com"
  471. },
  472. {
  473. "name": "Symfony Community",
  474. "homepage": "https://symfony.com/contributors"
  475. }
  476. ],
  477. "description": "Generic abstractions related to dispatching event",
  478. "homepage": "https://symfony.com",
  479. "keywords": [
  480. "abstractions",
  481. "contracts",
  482. "decoupling",
  483. "interfaces",
  484. "interoperability",
  485. "standards"
  486. ],
  487. "funding": [
  488. {
  489. "url": "https://symfony.com/sponsor",
  490. "type": "custom"
  491. },
  492. {
  493. "url": "https://github.com/fabpot",
  494. "type": "github"
  495. },
  496. {
  497. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  498. "type": "tidelift"
  499. }
  500. ],
  501. "time": "2022-01-02T09:41:36+00:00"
  502. },
  503. {
  504. "name": "symfony/polyfill-ctype",
  505. "version": "dev-main",
  506. "source": {
  507. "type": "git",
  508. "url": "https://github.com/symfony/polyfill-ctype.git",
  509. "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
  510. },
  511. "dist": {
  512. "type": "zip",
  513. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
  514. "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
  515. "shasum": ""
  516. },
  517. "require": {
  518. "php": ">=7.1"
  519. },
  520. "provide": {
  521. "ext-ctype": "*"
  522. },
  523. "suggest": {
  524. "ext-ctype": "For best performance"
  525. },
  526. "default-branch": true,
  527. "type": "library",
  528. "extra": {
  529. "branch-alias": {
  530. "dev-main": "1.26-dev"
  531. },
  532. "thanks": {
  533. "name": "symfony/polyfill",
  534. "url": "https://github.com/symfony/polyfill"
  535. }
  536. },
  537. "autoload": {
  538. "files": [
  539. "bootstrap.php"
  540. ],
  541. "psr-4": {
  542. "Symfony\\Polyfill\\Ctype\\": ""
  543. }
  544. },
  545. "notification-url": "https://packagist.org/downloads/",
  546. "license": [
  547. "MIT"
  548. ],
  549. "authors": [
  550. {
  551. "name": "Gert de Pagter",
  552. "email": "BackEndTea@gmail.com"
  553. },
  554. {
  555. "name": "Symfony Community",
  556. "homepage": "https://symfony.com/contributors"
  557. }
  558. ],
  559. "description": "Symfony polyfill for ctype functions",
  560. "homepage": "https://symfony.com",
  561. "keywords": [
  562. "compatibility",
  563. "ctype",
  564. "polyfill",
  565. "portable"
  566. ],
  567. "support": {
  568. "source": "https://github.com/symfony/polyfill-ctype/tree/main"
  569. },
  570. "funding": [
  571. {
  572. "url": "https://symfony.com/sponsor",
  573. "type": "custom"
  574. },
  575. {
  576. "url": "https://github.com/fabpot",
  577. "type": "github"
  578. },
  579. {
  580. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  581. "type": "tidelift"
  582. }
  583. ],
  584. "time": "2022-05-24T11:49:31+00:00"
  585. },
  586. {
  587. "name": "symfony/polyfill-mbstring",
  588. "version": "dev-main",
  589. "source": {
  590. "type": "git",
  591. "url": "https://github.com/symfony/polyfill-mbstring.git",
  592. "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
  593. },
  594. "dist": {
  595. "type": "zip",
  596. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
  597. "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
  598. "shasum": ""
  599. },
  600. "require": {
  601. "php": ">=7.1"
  602. },
  603. "provide": {
  604. "ext-mbstring": "*"
  605. },
  606. "suggest": {
  607. "ext-mbstring": "For best performance"
  608. },
  609. "default-branch": true,
  610. "type": "library",
  611. "extra": {
  612. "branch-alias": {
  613. "dev-main": "1.26-dev"
  614. },
  615. "thanks": {
  616. "name": "symfony/polyfill",
  617. "url": "https://github.com/symfony/polyfill"
  618. }
  619. },
  620. "autoload": {
  621. "files": [
  622. "bootstrap.php"
  623. ],
  624. "psr-4": {
  625. "Symfony\\Polyfill\\Mbstring\\": ""
  626. }
  627. },
  628. "notification-url": "https://packagist.org/downloads/",
  629. "license": [
  630. "MIT"
  631. ],
  632. "authors": [
  633. {
  634. "name": "Nicolas Grekas",
  635. "email": "p@tchwork.com"
  636. },
  637. {
  638. "name": "Symfony Community",
  639. "homepage": "https://symfony.com/contributors"
  640. }
  641. ],
  642. "description": "Symfony polyfill for the Mbstring extension",
  643. "homepage": "https://symfony.com",
  644. "keywords": [
  645. "compatibility",
  646. "mbstring",
  647. "polyfill",
  648. "portable",
  649. "shim"
  650. ],
  651. "support": {
  652. "source": "https://github.com/symfony/polyfill-mbstring/tree/main"
  653. },
  654. "funding": [
  655. {
  656. "url": "https://symfony.com/sponsor",
  657. "type": "custom"
  658. },
  659. {
  660. "url": "https://github.com/fabpot",
  661. "type": "github"
  662. },
  663. {
  664. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  665. "type": "tidelift"
  666. }
  667. ],
  668. "time": "2022-05-24T11:49:31+00:00"
  669. },
  670. {
  671. "name": "symfony/polyfill-php80",
  672. "version": "v1.25.0",
  673. "source": {
  674. "type": "git",
  675. "url": "https://github.com/symfony/polyfill-php80.git",
  676. "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
  677. },
  678. "dist": {
  679. "type": "zip",
  680. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c",
  681. "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
  682. "shasum": ""
  683. },
  684. "require": {
  685. "php": ">=7.1"
  686. },
  687. "type": "library",
  688. "extra": {
  689. "branch-alias": {
  690. "dev-main": "1.23-dev"
  691. },
  692. "thanks": {
  693. "name": "symfony/polyfill",
  694. "url": "https://github.com/symfony/polyfill"
  695. }
  696. },
  697. "autoload": {
  698. "files": [
  699. "bootstrap.php"
  700. ],
  701. "psr-4": {
  702. "Symfony\\Polyfill\\Php80\\": ""
  703. },
  704. "classmap": [
  705. "Resources/stubs"
  706. ]
  707. },
  708. "notification-url": "https://packagist.org/downloads/",
  709. "license": [
  710. "MIT"
  711. ],
  712. "authors": [
  713. {
  714. "name": "Ion Bazan",
  715. "email": "ion.bazan@gmail.com"
  716. },
  717. {
  718. "name": "Nicolas Grekas",
  719. "email": "p@tchwork.com"
  720. },
  721. {
  722. "name": "Symfony Community",
  723. "homepage": "https://symfony.com/contributors"
  724. }
  725. ],
  726. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  727. "homepage": "https://symfony.com",
  728. "keywords": [
  729. "compatibility",
  730. "polyfill",
  731. "portable",
  732. "shim"
  733. ],
  734. "funding": [
  735. {
  736. "url": "https://symfony.com/sponsor",
  737. "type": "custom"
  738. },
  739. {
  740. "url": "https://github.com/fabpot",
  741. "type": "github"
  742. },
  743. {
  744. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  745. "type": "tidelift"
  746. }
  747. ],
  748. "time": "2022-03-04T08:16:47+00:00"
  749. },
  750. {
  751. "name": "vlucas/phpdotenv",
  752. "version": "dev-master",
  753. "source": {
  754. "type": "git",
  755. "url": "https://github.com/vlucas/phpdotenv.git",
  756. "reference": "dd46c263f277573244c517bac125a78f67b83a98"
  757. },
  758. "dist": {
  759. "type": "zip",
  760. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/dd46c263f277573244c517bac125a78f67b83a98",
  761. "reference": "dd46c263f277573244c517bac125a78f67b83a98",
  762. "shasum": ""
  763. },
  764. "require": {
  765. "ext-pcre": "*",
  766. "graham-campbell/result-type": "^1.0.2",
  767. "php": "^7.1.3 || ^8.0",
  768. "phpoption/phpoption": "^1.8",
  769. "symfony/polyfill-ctype": "^1.23",
  770. "symfony/polyfill-mbstring": "^1.23.1",
  771. "symfony/polyfill-php80": "^1.23.1"
  772. },
  773. "require-dev": {
  774. "bamarni/composer-bin-plugin": "^1.4.1",
  775. "ext-filter": "*",
  776. "phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10"
  777. },
  778. "suggest": {
  779. "ext-filter": "Required to use the boolean validator."
  780. },
  781. "default-branch": true,
  782. "type": "library",
  783. "extra": {
  784. "branch-alias": {
  785. "dev-master": "5.4-dev"
  786. }
  787. },
  788. "autoload": {
  789. "psr-4": {
  790. "Dotenv\\": "src/"
  791. }
  792. },
  793. "notification-url": "https://packagist.org/downloads/",
  794. "license": [
  795. "BSD-3-Clause"
  796. ],
  797. "authors": [
  798. {
  799. "name": "Graham Campbell",
  800. "email": "hello@gjcampbell.co.uk",
  801. "homepage": "https://github.com/GrahamCampbell"
  802. },
  803. {
  804. "name": "Vance Lucas",
  805. "email": "vance@vancelucas.com",
  806. "homepage": "https://github.com/vlucas"
  807. }
  808. ],
  809. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  810. "keywords": [
  811. "dotenv",
  812. "env",
  813. "environment"
  814. ],
  815. "support": {
  816. "issues": "https://github.com/vlucas/phpdotenv/issues",
  817. "source": "https://github.com/vlucas/phpdotenv/tree/master"
  818. },
  819. "funding": [
  820. {
  821. "url": "https://github.com/GrahamCampbell",
  822. "type": "github"
  823. },
  824. {
  825. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  826. "type": "tidelift"
  827. }
  828. ],
  829. "time": "2021-12-17T00:42:26+00:00"
  830. }
  831. ],
  832. "packages-dev": [],
  833. "aliases": [],
  834. "minimum-stability": "dev",
  835. "stability-flags": {
  836. "guzzle/http": 20,
  837. "symfony/event-dispatcher": 20,
  838. "vlucas/phpdotenv": 20
  839. },
  840. "prefer-stable": false,
  841. "prefer-lowest": false,
  842. "platform": [],
  843. "platform-dev": [],
  844. "plugin-api-version": "2.3.0"
  845. }