installed.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552
  1. [
  2. {
  3. "name": "guzzlehttp/guzzle",
  4. "version": "6.5.3",
  5. "version_normalized": "6.5.3.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/guzzle/guzzle.git",
  9. "reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/aab4ebd862aa7d04f01a4b51849d657db56d882e",
  14. "reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "ext-json": "*",
  19. "guzzlehttp/promises": "^1.0",
  20. "guzzlehttp/psr7": "^1.6.1",
  21. "php": ">=5.5",
  22. "symfony/polyfill-intl-idn": "^1.11"
  23. },
  24. "require-dev": {
  25. "ext-curl": "*",
  26. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  27. "psr/log": "^1.1"
  28. },
  29. "suggest": {
  30. "psr/log": "Required for using the Log middleware"
  31. },
  32. "time": "2020-04-18T10:38:46+00:00",
  33. "type": "library",
  34. "extra": {
  35. "branch-alias": {
  36. "dev-master": "6.5-dev"
  37. }
  38. },
  39. "installation-source": "dist",
  40. "autoload": {
  41. "psr-4": {
  42. "GuzzleHttp\\": "src/"
  43. },
  44. "files": [
  45. "src/functions_include.php"
  46. ]
  47. },
  48. "notification-url": "https://packagist.org/downloads/",
  49. "license": [
  50. "MIT"
  51. ],
  52. "authors": [
  53. {
  54. "name": "Michael Dowling",
  55. "email": "mtdowling@gmail.com",
  56. "homepage": "https://github.com/mtdowling"
  57. }
  58. ],
  59. "description": "Guzzle is a PHP HTTP client library",
  60. "homepage": "http://guzzlephp.org/",
  61. "keywords": [
  62. "client",
  63. "curl",
  64. "framework",
  65. "http",
  66. "http client",
  67. "rest",
  68. "web service"
  69. ]
  70. },
  71. {
  72. "name": "guzzlehttp/promises",
  73. "version": "v1.3.1",
  74. "version_normalized": "1.3.1.0",
  75. "source": {
  76. "type": "git",
  77. "url": "https://github.com/guzzle/promises.git",
  78. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  79. },
  80. "dist": {
  81. "type": "zip",
  82. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  83. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  84. "shasum": ""
  85. },
  86. "require": {
  87. "php": ">=5.5.0"
  88. },
  89. "require-dev": {
  90. "phpunit/phpunit": "^4.0"
  91. },
  92. "time": "2016-12-20T10:07:11+00:00",
  93. "type": "library",
  94. "extra": {
  95. "branch-alias": {
  96. "dev-master": "1.4-dev"
  97. }
  98. },
  99. "installation-source": "dist",
  100. "autoload": {
  101. "psr-4": {
  102. "GuzzleHttp\\Promise\\": "src/"
  103. },
  104. "files": [
  105. "src/functions_include.php"
  106. ]
  107. },
  108. "notification-url": "https://packagist.org/downloads/",
  109. "license": [
  110. "MIT"
  111. ],
  112. "authors": [
  113. {
  114. "name": "Michael Dowling",
  115. "email": "mtdowling@gmail.com",
  116. "homepage": "https://github.com/mtdowling"
  117. }
  118. ],
  119. "description": "Guzzle promises library",
  120. "keywords": [
  121. "promise"
  122. ]
  123. },
  124. {
  125. "name": "guzzlehttp/psr7",
  126. "version": "1.6.1",
  127. "version_normalized": "1.6.1.0",
  128. "source": {
  129. "type": "git",
  130. "url": "https://github.com/guzzle/psr7.git",
  131. "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
  132. },
  133. "dist": {
  134. "type": "zip",
  135. "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
  136. "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
  137. "shasum": ""
  138. },
  139. "require": {
  140. "php": ">=5.4.0",
  141. "psr/http-message": "~1.0",
  142. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  143. },
  144. "provide": {
  145. "psr/http-message-implementation": "1.0"
  146. },
  147. "require-dev": {
  148. "ext-zlib": "*",
  149. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  150. },
  151. "suggest": {
  152. "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
  153. },
  154. "time": "2019-07-01T23:21:34+00:00",
  155. "type": "library",
  156. "extra": {
  157. "branch-alias": {
  158. "dev-master": "1.6-dev"
  159. }
  160. },
  161. "installation-source": "dist",
  162. "autoload": {
  163. "psr-4": {
  164. "GuzzleHttp\\Psr7\\": "src/"
  165. },
  166. "files": [
  167. "src/functions_include.php"
  168. ]
  169. },
  170. "notification-url": "https://packagist.org/downloads/",
  171. "license": [
  172. "MIT"
  173. ],
  174. "authors": [
  175. {
  176. "name": "Michael Dowling",
  177. "email": "mtdowling@gmail.com",
  178. "homepage": "https://github.com/mtdowling"
  179. },
  180. {
  181. "name": "Tobias Schultze",
  182. "homepage": "https://github.com/Tobion"
  183. }
  184. ],
  185. "description": "PSR-7 message implementation that also provides common utility methods",
  186. "keywords": [
  187. "http",
  188. "message",
  189. "psr-7",
  190. "request",
  191. "response",
  192. "stream",
  193. "uri",
  194. "url"
  195. ]
  196. },
  197. {
  198. "name": "ovh/ovh",
  199. "version": "v2.0.1",
  200. "version_normalized": "2.0.1.0",
  201. "source": {
  202. "type": "git",
  203. "url": "https://github.com/ovh/php-ovh.git",
  204. "reference": "25a97501a150dff8a7848c372b5826395aab4df2"
  205. },
  206. "dist": {
  207. "type": "zip",
  208. "url": "https://api.github.com/repos/ovh/php-ovh/zipball/25a97501a150dff8a7848c372b5826395aab4df2",
  209. "reference": "25a97501a150dff8a7848c372b5826395aab4df2",
  210. "shasum": ""
  211. },
  212. "require": {
  213. "guzzlehttp/guzzle": "^6.0"
  214. },
  215. "require-dev": {
  216. "phpdocumentor/phpdocumentor": "2.*",
  217. "phpunit/phpunit": "4.*",
  218. "squizlabs/php_codesniffer": "1.*"
  219. },
  220. "time": "2016-02-10T13:16:38+00:00",
  221. "type": "library",
  222. "installation-source": "dist",
  223. "autoload": {
  224. "psr-4": {
  225. "Ovh\\": "src/"
  226. }
  227. },
  228. "notification-url": "https://packagist.org/downloads/",
  229. "license": [
  230. "BSD-3-Clause"
  231. ],
  232. "description": "Wrapper for OVH APIs"
  233. },
  234. {
  235. "name": "psr/http-message",
  236. "version": "1.0.1",
  237. "version_normalized": "1.0.1.0",
  238. "source": {
  239. "type": "git",
  240. "url": "https://github.com/php-fig/http-message.git",
  241. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  242. },
  243. "dist": {
  244. "type": "zip",
  245. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  246. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  247. "shasum": ""
  248. },
  249. "require": {
  250. "php": ">=5.3.0"
  251. },
  252. "time": "2016-08-06T14:39:51+00:00",
  253. "type": "library",
  254. "extra": {
  255. "branch-alias": {
  256. "dev-master": "1.0.x-dev"
  257. }
  258. },
  259. "installation-source": "dist",
  260. "autoload": {
  261. "psr-4": {
  262. "Psr\\Http\\Message\\": "src/"
  263. }
  264. },
  265. "notification-url": "https://packagist.org/downloads/",
  266. "license": [
  267. "MIT"
  268. ],
  269. "authors": [
  270. {
  271. "name": "PHP-FIG",
  272. "homepage": "http://www.php-fig.org/"
  273. }
  274. ],
  275. "description": "Common interface for HTTP messages",
  276. "homepage": "https://github.com/php-fig/http-message",
  277. "keywords": [
  278. "http",
  279. "http-message",
  280. "psr",
  281. "psr-7",
  282. "request",
  283. "response"
  284. ]
  285. },
  286. {
  287. "name": "ralouphie/getallheaders",
  288. "version": "3.0.3",
  289. "version_normalized": "3.0.3.0",
  290. "source": {
  291. "type": "git",
  292. "url": "https://github.com/ralouphie/getallheaders.git",
  293. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  294. },
  295. "dist": {
  296. "type": "zip",
  297. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  298. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  299. "shasum": ""
  300. },
  301. "require": {
  302. "php": ">=5.6"
  303. },
  304. "require-dev": {
  305. "php-coveralls/php-coveralls": "^2.1",
  306. "phpunit/phpunit": "^5 || ^6.5"
  307. },
  308. "time": "2019-03-08T08:55:37+00:00",
  309. "type": "library",
  310. "installation-source": "dist",
  311. "autoload": {
  312. "files": [
  313. "src/getallheaders.php"
  314. ]
  315. },
  316. "notification-url": "https://packagist.org/downloads/",
  317. "license": [
  318. "MIT"
  319. ],
  320. "authors": [
  321. {
  322. "name": "Ralph Khattar",
  323. "email": "ralph.khattar@gmail.com"
  324. }
  325. ],
  326. "description": "A polyfill for getallheaders."
  327. },
  328. {
  329. "name": "symfony/polyfill-intl-idn",
  330. "version": "v1.17.0",
  331. "version_normalized": "1.17.0.0",
  332. "source": {
  333. "type": "git",
  334. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  335. "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
  336. },
  337. "dist": {
  338. "type": "zip",
  339. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
  340. "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
  341. "shasum": ""
  342. },
  343. "require": {
  344. "php": ">=5.3.3",
  345. "symfony/polyfill-mbstring": "^1.3",
  346. "symfony/polyfill-php72": "^1.10"
  347. },
  348. "suggest": {
  349. "ext-intl": "For best performance"
  350. },
  351. "time": "2020-05-12T16:47:27+00:00",
  352. "type": "library",
  353. "extra": {
  354. "branch-alias": {
  355. "dev-master": "1.17-dev"
  356. }
  357. },
  358. "installation-source": "dist",
  359. "autoload": {
  360. "psr-4": {
  361. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  362. },
  363. "files": [
  364. "bootstrap.php"
  365. ]
  366. },
  367. "notification-url": "https://packagist.org/downloads/",
  368. "license": [
  369. "MIT"
  370. ],
  371. "authors": [
  372. {
  373. "name": "Laurent Bassin",
  374. "email": "laurent@bassin.info"
  375. },
  376. {
  377. "name": "Symfony Community",
  378. "homepage": "https://symfony.com/contributors"
  379. }
  380. ],
  381. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  382. "homepage": "https://symfony.com",
  383. "keywords": [
  384. "compatibility",
  385. "idn",
  386. "intl",
  387. "polyfill",
  388. "portable",
  389. "shim"
  390. ],
  391. "funding": [
  392. {
  393. "url": "https://symfony.com/sponsor",
  394. "type": "custom"
  395. },
  396. {
  397. "url": "https://github.com/fabpot",
  398. "type": "github"
  399. },
  400. {
  401. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  402. "type": "tidelift"
  403. }
  404. ]
  405. },
  406. {
  407. "name": "symfony/polyfill-mbstring",
  408. "version": "v1.17.0",
  409. "version_normalized": "1.17.0.0",
  410. "source": {
  411. "type": "git",
  412. "url": "https://github.com/symfony/polyfill-mbstring.git",
  413. "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
  414. },
  415. "dist": {
  416. "type": "zip",
  417. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
  418. "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
  419. "shasum": ""
  420. },
  421. "require": {
  422. "php": ">=5.3.3"
  423. },
  424. "suggest": {
  425. "ext-mbstring": "For best performance"
  426. },
  427. "time": "2020-05-12T16:47:27+00:00",
  428. "type": "library",
  429. "extra": {
  430. "branch-alias": {
  431. "dev-master": "1.17-dev"
  432. }
  433. },
  434. "installation-source": "dist",
  435. "autoload": {
  436. "psr-4": {
  437. "Symfony\\Polyfill\\Mbstring\\": ""
  438. },
  439. "files": [
  440. "bootstrap.php"
  441. ]
  442. },
  443. "notification-url": "https://packagist.org/downloads/",
  444. "license": [
  445. "MIT"
  446. ],
  447. "authors": [
  448. {
  449. "name": "Nicolas Grekas",
  450. "email": "p@tchwork.com"
  451. },
  452. {
  453. "name": "Symfony Community",
  454. "homepage": "https://symfony.com/contributors"
  455. }
  456. ],
  457. "description": "Symfony polyfill for the Mbstring extension",
  458. "homepage": "https://symfony.com",
  459. "keywords": [
  460. "compatibility",
  461. "mbstring",
  462. "polyfill",
  463. "portable",
  464. "shim"
  465. ],
  466. "funding": [
  467. {
  468. "url": "https://symfony.com/sponsor",
  469. "type": "custom"
  470. },
  471. {
  472. "url": "https://github.com/fabpot",
  473. "type": "github"
  474. },
  475. {
  476. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  477. "type": "tidelift"
  478. }
  479. ]
  480. },
  481. {
  482. "name": "symfony/polyfill-php72",
  483. "version": "v1.17.0",
  484. "version_normalized": "1.17.0.0",
  485. "source": {
  486. "type": "git",
  487. "url": "https://github.com/symfony/polyfill-php72.git",
  488. "reference": "f048e612a3905f34931127360bdd2def19a5e582"
  489. },
  490. "dist": {
  491. "type": "zip",
  492. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
  493. "reference": "f048e612a3905f34931127360bdd2def19a5e582",
  494. "shasum": ""
  495. },
  496. "require": {
  497. "php": ">=5.3.3"
  498. },
  499. "time": "2020-05-12T16:47:27+00:00",
  500. "type": "library",
  501. "extra": {
  502. "branch-alias": {
  503. "dev-master": "1.17-dev"
  504. }
  505. },
  506. "installation-source": "dist",
  507. "autoload": {
  508. "psr-4": {
  509. "Symfony\\Polyfill\\Php72\\": ""
  510. },
  511. "files": [
  512. "bootstrap.php"
  513. ]
  514. },
  515. "notification-url": "https://packagist.org/downloads/",
  516. "license": [
  517. "MIT"
  518. ],
  519. "authors": [
  520. {
  521. "name": "Nicolas Grekas",
  522. "email": "p@tchwork.com"
  523. },
  524. {
  525. "name": "Symfony Community",
  526. "homepage": "https://symfony.com/contributors"
  527. }
  528. ],
  529. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  530. "homepage": "https://symfony.com",
  531. "keywords": [
  532. "compatibility",
  533. "polyfill",
  534. "portable",
  535. "shim"
  536. ],
  537. "funding": [
  538. {
  539. "url": "https://symfony.com/sponsor",
  540. "type": "custom"
  541. },
  542. {
  543. "url": "https://github.com/fabpot",
  544. "type": "github"
  545. },
  546. {
  547. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  548. "type": "tidelift"
  549. }
  550. ]
  551. }
  552. ]