composer.lock 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638
  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": "2521bbb643add09e0485ac1cd69b4467",
  8. "packages": [
  9. {
  10. "name": "haydenpierce/class-finder",
  11. "version": "0.4.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://gitlab.com/hpierce1102/ClassFinder.git",
  15. "reference": "d6c68f386c764674c59ee336d1dfca35aada5f90"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://gitlab.com/api/v4/projects/hpierce1102%2FClassFinder/repository/archive.zip?sha=d6c68f386c764674c59ee336d1dfca35aada5f90",
  20. "reference": "d6c68f386c764674c59ee336d1dfca35aada5f90",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-json": "*",
  25. "php": ">=5.3"
  26. },
  27. "require-dev": {
  28. "mikey179/vfsstream": "^1.6",
  29. "phpunit/phpunit": "~9.0"
  30. },
  31. "type": "library",
  32. "autoload": {
  33. "psr-4": {
  34. "HaydenPierce\\ClassFinder\\": "src/",
  35. "HaydenPierce\\ClassFinder\\UnitTest\\": "test/unit"
  36. }
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "MIT"
  41. ],
  42. "authors": [
  43. {
  44. "name": "Hayden Pierce",
  45. "email": "hayden@haydenpierce.com"
  46. }
  47. ],
  48. "description": "A library that can provide of a list of classes in a given namespace",
  49. "support": {
  50. "issues": "https://gitlab.com/api/v4/projects/7670051/issues"
  51. },
  52. "time": "2021-01-05T20:50:49+00:00"
  53. },
  54. {
  55. "name": "psr/container",
  56. "version": "1.1.1",
  57. "source": {
  58. "type": "git",
  59. "url": "https://github.com/php-fig/container.git",
  60. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
  61. },
  62. "dist": {
  63. "type": "zip",
  64. "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
  65. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
  66. "shasum": ""
  67. },
  68. "require": {
  69. "php": ">=7.2.0"
  70. },
  71. "type": "library",
  72. "autoload": {
  73. "psr-4": {
  74. "Psr\\Container\\": "src/"
  75. }
  76. },
  77. "notification-url": "https://packagist.org/downloads/",
  78. "license": [
  79. "MIT"
  80. ],
  81. "authors": [
  82. {
  83. "name": "PHP-FIG",
  84. "homepage": "https://www.php-fig.org/"
  85. }
  86. ],
  87. "description": "Common Container Interface (PHP FIG PSR-11)",
  88. "homepage": "https://github.com/php-fig/container",
  89. "keywords": [
  90. "PSR-11",
  91. "container",
  92. "container-interface",
  93. "container-interop",
  94. "psr"
  95. ],
  96. "support": {
  97. "issues": "https://github.com/php-fig/container/issues",
  98. "source": "https://github.com/php-fig/container/tree/1.1.1"
  99. },
  100. "time": "2021-03-05T17:36:06+00:00"
  101. },
  102. {
  103. "name": "psr/log",
  104. "version": "1.1.4",
  105. "source": {
  106. "type": "git",
  107. "url": "https://github.com/php-fig/log.git",
  108. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  109. },
  110. "dist": {
  111. "type": "zip",
  112. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  113. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  114. "shasum": ""
  115. },
  116. "require": {
  117. "php": ">=5.3.0"
  118. },
  119. "type": "library",
  120. "extra": {
  121. "branch-alias": {
  122. "dev-master": "1.1.x-dev"
  123. }
  124. },
  125. "autoload": {
  126. "psr-4": {
  127. "Psr\\Log\\": "Psr/Log/"
  128. }
  129. },
  130. "notification-url": "https://packagist.org/downloads/",
  131. "license": [
  132. "MIT"
  133. ],
  134. "authors": [
  135. {
  136. "name": "PHP-FIG",
  137. "homepage": "https://www.php-fig.org/"
  138. }
  139. ],
  140. "description": "Common interface for logging libraries",
  141. "homepage": "https://github.com/php-fig/log",
  142. "keywords": [
  143. "log",
  144. "psr",
  145. "psr-3"
  146. ],
  147. "support": {
  148. "source": "https://github.com/php-fig/log/tree/1.1.4"
  149. },
  150. "time": "2021-05-03T11:20:27+00:00"
  151. },
  152. {
  153. "name": "symfony/deprecation-contracts",
  154. "version": "v2.4.0",
  155. "source": {
  156. "type": "git",
  157. "url": "https://github.com/symfony/deprecation-contracts.git",
  158. "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
  159. },
  160. "dist": {
  161. "type": "zip",
  162. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
  163. "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
  164. "shasum": ""
  165. },
  166. "require": {
  167. "php": ">=7.1"
  168. },
  169. "type": "library",
  170. "extra": {
  171. "branch-alias": {
  172. "dev-main": "2.4-dev"
  173. },
  174. "thanks": {
  175. "name": "symfony/contracts",
  176. "url": "https://github.com/symfony/contracts"
  177. }
  178. },
  179. "autoload": {
  180. "files": [
  181. "function.php"
  182. ]
  183. },
  184. "notification-url": "https://packagist.org/downloads/",
  185. "license": [
  186. "MIT"
  187. ],
  188. "authors": [
  189. {
  190. "name": "Nicolas Grekas",
  191. "email": "p@tchwork.com"
  192. },
  193. {
  194. "name": "Symfony Community",
  195. "homepage": "https://symfony.com/contributors"
  196. }
  197. ],
  198. "description": "A generic function and convention to trigger deprecation notices",
  199. "homepage": "https://symfony.com",
  200. "support": {
  201. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
  202. },
  203. "funding": [
  204. {
  205. "url": "https://symfony.com/sponsor",
  206. "type": "custom"
  207. },
  208. {
  209. "url": "https://github.com/fabpot",
  210. "type": "github"
  211. },
  212. {
  213. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  214. "type": "tidelift"
  215. }
  216. ],
  217. "time": "2021-03-23T23:28:01+00:00"
  218. },
  219. {
  220. "name": "symfony/http-client",
  221. "version": "v5.3.7",
  222. "source": {
  223. "type": "git",
  224. "url": "https://github.com/symfony/http-client.git",
  225. "reference": "da8638ffecefc4e8ba2bc848d7b61a408119b333"
  226. },
  227. "dist": {
  228. "type": "zip",
  229. "url": "https://api.github.com/repos/symfony/http-client/zipball/da8638ffecefc4e8ba2bc848d7b61a408119b333",
  230. "reference": "da8638ffecefc4e8ba2bc848d7b61a408119b333",
  231. "shasum": ""
  232. },
  233. "require": {
  234. "php": ">=7.2.5",
  235. "psr/log": "^1|^2|^3",
  236. "symfony/deprecation-contracts": "^2.1",
  237. "symfony/http-client-contracts": "^2.4",
  238. "symfony/polyfill-php73": "^1.11",
  239. "symfony/polyfill-php80": "^1.16",
  240. "symfony/service-contracts": "^1.0|^2"
  241. },
  242. "provide": {
  243. "php-http/async-client-implementation": "*",
  244. "php-http/client-implementation": "*",
  245. "psr/http-client-implementation": "1.0",
  246. "symfony/http-client-implementation": "2.4"
  247. },
  248. "require-dev": {
  249. "amphp/amp": "^2.5",
  250. "amphp/http-client": "^4.2.1",
  251. "amphp/http-tunnel": "^1.0",
  252. "amphp/socket": "^1.1",
  253. "guzzlehttp/promises": "^1.4",
  254. "nyholm/psr7": "^1.0",
  255. "php-http/httplug": "^1.0|^2.0",
  256. "psr/http-client": "^1.0",
  257. "symfony/dependency-injection": "^4.4|^5.0",
  258. "symfony/http-kernel": "^4.4.13|^5.1.5",
  259. "symfony/process": "^4.4|^5.0",
  260. "symfony/stopwatch": "^4.4|^5.0"
  261. },
  262. "type": "library",
  263. "autoload": {
  264. "psr-4": {
  265. "Symfony\\Component\\HttpClient\\": ""
  266. },
  267. "exclude-from-classmap": [
  268. "/Tests/"
  269. ]
  270. },
  271. "notification-url": "https://packagist.org/downloads/",
  272. "license": [
  273. "MIT"
  274. ],
  275. "authors": [
  276. {
  277. "name": "Nicolas Grekas",
  278. "email": "p@tchwork.com"
  279. },
  280. {
  281. "name": "Symfony Community",
  282. "homepage": "https://symfony.com/contributors"
  283. }
  284. ],
  285. "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
  286. "homepage": "https://symfony.com",
  287. "support": {
  288. "source": "https://github.com/symfony/http-client/tree/v5.3.7"
  289. },
  290. "funding": [
  291. {
  292. "url": "https://symfony.com/sponsor",
  293. "type": "custom"
  294. },
  295. {
  296. "url": "https://github.com/fabpot",
  297. "type": "github"
  298. },
  299. {
  300. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  301. "type": "tidelift"
  302. }
  303. ],
  304. "time": "2021-08-28T16:24:37+00:00"
  305. },
  306. {
  307. "name": "symfony/http-client-contracts",
  308. "version": "v2.4.0",
  309. "source": {
  310. "type": "git",
  311. "url": "https://github.com/symfony/http-client-contracts.git",
  312. "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4"
  313. },
  314. "dist": {
  315. "type": "zip",
  316. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
  317. "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
  318. "shasum": ""
  319. },
  320. "require": {
  321. "php": ">=7.2.5"
  322. },
  323. "suggest": {
  324. "symfony/http-client-implementation": ""
  325. },
  326. "type": "library",
  327. "extra": {
  328. "branch-alias": {
  329. "dev-main": "2.4-dev"
  330. },
  331. "thanks": {
  332. "name": "symfony/contracts",
  333. "url": "https://github.com/symfony/contracts"
  334. }
  335. },
  336. "autoload": {
  337. "psr-4": {
  338. "Symfony\\Contracts\\HttpClient\\": ""
  339. }
  340. },
  341. "notification-url": "https://packagist.org/downloads/",
  342. "license": [
  343. "MIT"
  344. ],
  345. "authors": [
  346. {
  347. "name": "Nicolas Grekas",
  348. "email": "p@tchwork.com"
  349. },
  350. {
  351. "name": "Symfony Community",
  352. "homepage": "https://symfony.com/contributors"
  353. }
  354. ],
  355. "description": "Generic abstractions related to HTTP clients",
  356. "homepage": "https://symfony.com",
  357. "keywords": [
  358. "abstractions",
  359. "contracts",
  360. "decoupling",
  361. "interfaces",
  362. "interoperability",
  363. "standards"
  364. ],
  365. "support": {
  366. "source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0"
  367. },
  368. "funding": [
  369. {
  370. "url": "https://symfony.com/sponsor",
  371. "type": "custom"
  372. },
  373. {
  374. "url": "https://github.com/fabpot",
  375. "type": "github"
  376. },
  377. {
  378. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  379. "type": "tidelift"
  380. }
  381. ],
  382. "time": "2021-04-11T23:07:08+00:00"
  383. },
  384. {
  385. "name": "symfony/polyfill-php73",
  386. "version": "v1.23.0",
  387. "source": {
  388. "type": "git",
  389. "url": "https://github.com/symfony/polyfill-php73.git",
  390. "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
  391. },
  392. "dist": {
  393. "type": "zip",
  394. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
  395. "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
  396. "shasum": ""
  397. },
  398. "require": {
  399. "php": ">=7.1"
  400. },
  401. "type": "library",
  402. "extra": {
  403. "branch-alias": {
  404. "dev-main": "1.23-dev"
  405. },
  406. "thanks": {
  407. "name": "symfony/polyfill",
  408. "url": "https://github.com/symfony/polyfill"
  409. }
  410. },
  411. "autoload": {
  412. "psr-4": {
  413. "Symfony\\Polyfill\\Php73\\": ""
  414. },
  415. "files": [
  416. "bootstrap.php"
  417. ],
  418. "classmap": [
  419. "Resources/stubs"
  420. ]
  421. },
  422. "notification-url": "https://packagist.org/downloads/",
  423. "license": [
  424. "MIT"
  425. ],
  426. "authors": [
  427. {
  428. "name": "Nicolas Grekas",
  429. "email": "p@tchwork.com"
  430. },
  431. {
  432. "name": "Symfony Community",
  433. "homepage": "https://symfony.com/contributors"
  434. }
  435. ],
  436. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  437. "homepage": "https://symfony.com",
  438. "keywords": [
  439. "compatibility",
  440. "polyfill",
  441. "portable",
  442. "shim"
  443. ],
  444. "support": {
  445. "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
  446. },
  447. "funding": [
  448. {
  449. "url": "https://symfony.com/sponsor",
  450. "type": "custom"
  451. },
  452. {
  453. "url": "https://github.com/fabpot",
  454. "type": "github"
  455. },
  456. {
  457. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  458. "type": "tidelift"
  459. }
  460. ],
  461. "time": "2021-02-19T12:13:01+00:00"
  462. },
  463. {
  464. "name": "symfony/polyfill-php80",
  465. "version": "v1.23.1",
  466. "source": {
  467. "type": "git",
  468. "url": "https://github.com/symfony/polyfill-php80.git",
  469. "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
  470. },
  471. "dist": {
  472. "type": "zip",
  473. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
  474. "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
  475. "shasum": ""
  476. },
  477. "require": {
  478. "php": ">=7.1"
  479. },
  480. "type": "library",
  481. "extra": {
  482. "branch-alias": {
  483. "dev-main": "1.23-dev"
  484. },
  485. "thanks": {
  486. "name": "symfony/polyfill",
  487. "url": "https://github.com/symfony/polyfill"
  488. }
  489. },
  490. "autoload": {
  491. "psr-4": {
  492. "Symfony\\Polyfill\\Php80\\": ""
  493. },
  494. "files": [
  495. "bootstrap.php"
  496. ],
  497. "classmap": [
  498. "Resources/stubs"
  499. ]
  500. },
  501. "notification-url": "https://packagist.org/downloads/",
  502. "license": [
  503. "MIT"
  504. ],
  505. "authors": [
  506. {
  507. "name": "Ion Bazan",
  508. "email": "ion.bazan@gmail.com"
  509. },
  510. {
  511. "name": "Nicolas Grekas",
  512. "email": "p@tchwork.com"
  513. },
  514. {
  515. "name": "Symfony Community",
  516. "homepage": "https://symfony.com/contributors"
  517. }
  518. ],
  519. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  520. "homepage": "https://symfony.com",
  521. "keywords": [
  522. "compatibility",
  523. "polyfill",
  524. "portable",
  525. "shim"
  526. ],
  527. "support": {
  528. "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
  529. },
  530. "funding": [
  531. {
  532. "url": "https://symfony.com/sponsor",
  533. "type": "custom"
  534. },
  535. {
  536. "url": "https://github.com/fabpot",
  537. "type": "github"
  538. },
  539. {
  540. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  541. "type": "tidelift"
  542. }
  543. ],
  544. "time": "2021-07-28T13:41:28+00:00"
  545. },
  546. {
  547. "name": "symfony/service-contracts",
  548. "version": "v2.4.0",
  549. "source": {
  550. "type": "git",
  551. "url": "https://github.com/symfony/service-contracts.git",
  552. "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
  553. },
  554. "dist": {
  555. "type": "zip",
  556. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
  557. "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
  558. "shasum": ""
  559. },
  560. "require": {
  561. "php": ">=7.2.5",
  562. "psr/container": "^1.1"
  563. },
  564. "suggest": {
  565. "symfony/service-implementation": ""
  566. },
  567. "type": "library",
  568. "extra": {
  569. "branch-alias": {
  570. "dev-main": "2.4-dev"
  571. },
  572. "thanks": {
  573. "name": "symfony/contracts",
  574. "url": "https://github.com/symfony/contracts"
  575. }
  576. },
  577. "autoload": {
  578. "psr-4": {
  579. "Symfony\\Contracts\\Service\\": ""
  580. }
  581. },
  582. "notification-url": "https://packagist.org/downloads/",
  583. "license": [
  584. "MIT"
  585. ],
  586. "authors": [
  587. {
  588. "name": "Nicolas Grekas",
  589. "email": "p@tchwork.com"
  590. },
  591. {
  592. "name": "Symfony Community",
  593. "homepage": "https://symfony.com/contributors"
  594. }
  595. ],
  596. "description": "Generic abstractions related to writing services",
  597. "homepage": "https://symfony.com",
  598. "keywords": [
  599. "abstractions",
  600. "contracts",
  601. "decoupling",
  602. "interfaces",
  603. "interoperability",
  604. "standards"
  605. ],
  606. "support": {
  607. "source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
  608. },
  609. "funding": [
  610. {
  611. "url": "https://symfony.com/sponsor",
  612. "type": "custom"
  613. },
  614. {
  615. "url": "https://github.com/fabpot",
  616. "type": "github"
  617. },
  618. {
  619. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  620. "type": "tidelift"
  621. }
  622. ],
  623. "time": "2021-04-01T10:43:52+00:00"
  624. }
  625. ],
  626. "packages-dev": [],
  627. "aliases": [],
  628. "minimum-stability": "stable",
  629. "stability-flags": [],
  630. "prefer-stable": false,
  631. "prefer-lowest": false,
  632. "platform": [],
  633. "platform-dev": [],
  634. "platform-overrides": {
  635. "php": "7.4"
  636. },
  637. "plugin-api-version": "2.0.0"
  638. }