installed.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  1. [
  2. {
  3. "name": "guzzlehttp/command",
  4. "version": "1.0.0",
  5. "version_normalized": "1.0.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/guzzle/command.git",
  9. "reference": "2aaa2521a8f8269d6f5dfc13fe2af12c76921034"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/guzzle/command/zipball/2aaa2521a8f8269d6f5dfc13fe2af12c76921034",
  14. "reference": "2aaa2521a8f8269d6f5dfc13fe2af12c76921034",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "guzzlehttp/guzzle": "^6.2",
  19. "guzzlehttp/promises": "~1.3",
  20. "guzzlehttp/psr7": "~1.0",
  21. "php": ">=5.5.0"
  22. },
  23. "require-dev": {
  24. "phpunit/phpunit": "~4.0|~5.0"
  25. },
  26. "time": "2016-11-24T13:34:15+00:00",
  27. "type": "library",
  28. "extra": {
  29. "branch-alias": {
  30. "dev-master": "0.9-dev"
  31. }
  32. },
  33. "installation-source": "dist",
  34. "autoload": {
  35. "psr-4": {
  36. "GuzzleHttp\\Command\\": "src/"
  37. }
  38. },
  39. "notification-url": "https://packagist.org/downloads/",
  40. "license": [
  41. "MIT"
  42. ],
  43. "authors": [
  44. {
  45. "name": "Michael Dowling",
  46. "email": "mtdowling@gmail.com",
  47. "homepage": "https://github.com/mtdowling"
  48. },
  49. {
  50. "name": "Jeremy Lindblom",
  51. "email": "jeremeamia@gmail.com",
  52. "homepage": "https://github.com/jeremeamia"
  53. }
  54. ],
  55. "description": "Provides the foundation for building command-based web service clients"
  56. },
  57. {
  58. "name": "guzzlehttp/guzzle",
  59. "version": "6.5.2",
  60. "version_normalized": "6.5.2.0",
  61. "source": {
  62. "type": "git",
  63. "url": "https://github.com/guzzle/guzzle.git",
  64. "reference": "43ece0e75098b7ecd8d13918293029e555a50f82"
  65. },
  66. "dist": {
  67. "type": "zip",
  68. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82",
  69. "reference": "43ece0e75098b7ecd8d13918293029e555a50f82",
  70. "shasum": ""
  71. },
  72. "require": {
  73. "ext-json": "*",
  74. "guzzlehttp/promises": "^1.0",
  75. "guzzlehttp/psr7": "^1.6.1",
  76. "php": ">=5.5"
  77. },
  78. "require-dev": {
  79. "ext-curl": "*",
  80. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  81. "psr/log": "^1.1"
  82. },
  83. "suggest": {
  84. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  85. "psr/log": "Required for using the Log middleware"
  86. },
  87. "time": "2019-12-23T11:57:10+00:00",
  88. "type": "library",
  89. "extra": {
  90. "branch-alias": {
  91. "dev-master": "6.5-dev"
  92. }
  93. },
  94. "installation-source": "dist",
  95. "autoload": {
  96. "psr-4": {
  97. "GuzzleHttp\\": "src/"
  98. },
  99. "files": [
  100. "src/functions_include.php"
  101. ]
  102. },
  103. "notification-url": "https://packagist.org/downloads/",
  104. "license": [
  105. "MIT"
  106. ],
  107. "authors": [
  108. {
  109. "name": "Michael Dowling",
  110. "email": "mtdowling@gmail.com",
  111. "homepage": "https://github.com/mtdowling"
  112. }
  113. ],
  114. "description": "Guzzle is a PHP HTTP client library",
  115. "homepage": "http://guzzlephp.org/",
  116. "keywords": [
  117. "client",
  118. "curl",
  119. "framework",
  120. "http",
  121. "http client",
  122. "rest",
  123. "web service"
  124. ]
  125. },
  126. {
  127. "name": "guzzlehttp/guzzle-services",
  128. "version": "1.1.3",
  129. "version_normalized": "1.1.3.0",
  130. "source": {
  131. "type": "git",
  132. "url": "https://github.com/guzzle/guzzle-services.git",
  133. "reference": "9e3abf20161cbf662d616cbb995f2811771759f7"
  134. },
  135. "dist": {
  136. "type": "zip",
  137. "url": "https://api.github.com/repos/guzzle/guzzle-services/zipball/9e3abf20161cbf662d616cbb995f2811771759f7",
  138. "reference": "9e3abf20161cbf662d616cbb995f2811771759f7",
  139. "shasum": ""
  140. },
  141. "require": {
  142. "guzzlehttp/command": "~1.0",
  143. "guzzlehttp/guzzle": "^6.2",
  144. "php": ">=5.5"
  145. },
  146. "require-dev": {
  147. "phpunit/phpunit": "~4.0"
  148. },
  149. "suggest": {
  150. "gimler/guzzle-description-loader": "^0.0.4"
  151. },
  152. "time": "2017-10-06T14:32:02+00:00",
  153. "type": "library",
  154. "extra": {
  155. "branch-alias": {
  156. "dev-master": "1.0.x-dev"
  157. }
  158. },
  159. "installation-source": "dist",
  160. "autoload": {
  161. "psr-4": {
  162. "GuzzleHttp\\Command\\Guzzle\\": "src/"
  163. }
  164. },
  165. "notification-url": "https://packagist.org/downloads/",
  166. "license": [
  167. "MIT"
  168. ],
  169. "authors": [
  170. {
  171. "name": "Michael Dowling",
  172. "email": "mtdowling@gmail.com",
  173. "homepage": "https://github.com/mtdowling"
  174. },
  175. {
  176. "name": "Jeremy Lindblom",
  177. "email": "jeremeamia@gmail.com",
  178. "homepage": "https://github.com/jeremeamia"
  179. },
  180. {
  181. "name": "Stefano Kowalke",
  182. "email": "blueduck@mail.org",
  183. "homepage": "https://github.com/konafets"
  184. }
  185. ],
  186. "description": "Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures."
  187. },
  188. {
  189. "name": "guzzlehttp/promises",
  190. "version": "v1.3.1",
  191. "version_normalized": "1.3.1.0",
  192. "source": {
  193. "type": "git",
  194. "url": "https://github.com/guzzle/promises.git",
  195. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  196. },
  197. "dist": {
  198. "type": "zip",
  199. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  200. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  201. "shasum": ""
  202. },
  203. "require": {
  204. "php": ">=5.5.0"
  205. },
  206. "require-dev": {
  207. "phpunit/phpunit": "^4.0"
  208. },
  209. "time": "2016-12-20T10:07:11+00:00",
  210. "type": "library",
  211. "extra": {
  212. "branch-alias": {
  213. "dev-master": "1.4-dev"
  214. }
  215. },
  216. "installation-source": "dist",
  217. "autoload": {
  218. "psr-4": {
  219. "GuzzleHttp\\Promise\\": "src/"
  220. },
  221. "files": [
  222. "src/functions_include.php"
  223. ]
  224. },
  225. "notification-url": "https://packagist.org/downloads/",
  226. "license": [
  227. "MIT"
  228. ],
  229. "authors": [
  230. {
  231. "name": "Michael Dowling",
  232. "email": "mtdowling@gmail.com",
  233. "homepage": "https://github.com/mtdowling"
  234. }
  235. ],
  236. "description": "Guzzle promises library",
  237. "keywords": [
  238. "promise"
  239. ]
  240. },
  241. {
  242. "name": "guzzlehttp/psr7",
  243. "version": "1.6.1",
  244. "version_normalized": "1.6.1.0",
  245. "source": {
  246. "type": "git",
  247. "url": "https://github.com/guzzle/psr7.git",
  248. "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
  249. },
  250. "dist": {
  251. "type": "zip",
  252. "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
  253. "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
  254. "shasum": ""
  255. },
  256. "require": {
  257. "php": ">=5.4.0",
  258. "psr/http-message": "~1.0",
  259. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  260. },
  261. "provide": {
  262. "psr/http-message-implementation": "1.0"
  263. },
  264. "require-dev": {
  265. "ext-zlib": "*",
  266. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  267. },
  268. "suggest": {
  269. "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
  270. },
  271. "time": "2019-07-01T23:21:34+00:00",
  272. "type": "library",
  273. "extra": {
  274. "branch-alias": {
  275. "dev-master": "1.6-dev"
  276. }
  277. },
  278. "installation-source": "dist",
  279. "autoload": {
  280. "psr-4": {
  281. "GuzzleHttp\\Psr7\\": "src/"
  282. },
  283. "files": [
  284. "src/functions_include.php"
  285. ]
  286. },
  287. "notification-url": "https://packagist.org/downloads/",
  288. "license": [
  289. "MIT"
  290. ],
  291. "authors": [
  292. {
  293. "name": "Michael Dowling",
  294. "email": "mtdowling@gmail.com",
  295. "homepage": "https://github.com/mtdowling"
  296. },
  297. {
  298. "name": "Tobias Schultze",
  299. "homepage": "https://github.com/Tobion"
  300. }
  301. ],
  302. "description": "PSR-7 message implementation that also provides common utility methods",
  303. "keywords": [
  304. "http",
  305. "message",
  306. "psr-7",
  307. "request",
  308. "response",
  309. "stream",
  310. "uri",
  311. "url"
  312. ]
  313. },
  314. {
  315. "name": "psr/http-message",
  316. "version": "1.0.1",
  317. "version_normalized": "1.0.1.0",
  318. "source": {
  319. "type": "git",
  320. "url": "https://github.com/php-fig/http-message.git",
  321. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  322. },
  323. "dist": {
  324. "type": "zip",
  325. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  326. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  327. "shasum": ""
  328. },
  329. "require": {
  330. "php": ">=5.3.0"
  331. },
  332. "time": "2016-08-06T14:39:51+00:00",
  333. "type": "library",
  334. "extra": {
  335. "branch-alias": {
  336. "dev-master": "1.0.x-dev"
  337. }
  338. },
  339. "installation-source": "dist",
  340. "autoload": {
  341. "psr-4": {
  342. "Psr\\Http\\Message\\": "src/"
  343. }
  344. },
  345. "notification-url": "https://packagist.org/downloads/",
  346. "license": [
  347. "MIT"
  348. ],
  349. "authors": [
  350. {
  351. "name": "PHP-FIG",
  352. "homepage": "http://www.php-fig.org/"
  353. }
  354. ],
  355. "description": "Common interface for HTTP messages",
  356. "homepage": "https://github.com/php-fig/http-message",
  357. "keywords": [
  358. "http",
  359. "http-message",
  360. "psr",
  361. "psr-7",
  362. "request",
  363. "response"
  364. ]
  365. },
  366. {
  367. "name": "ralouphie/getallheaders",
  368. "version": "3.0.3",
  369. "version_normalized": "3.0.3.0",
  370. "source": {
  371. "type": "git",
  372. "url": "https://github.com/ralouphie/getallheaders.git",
  373. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  374. },
  375. "dist": {
  376. "type": "zip",
  377. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  378. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  379. "shasum": ""
  380. },
  381. "require": {
  382. "php": ">=5.6"
  383. },
  384. "require-dev": {
  385. "php-coveralls/php-coveralls": "^2.1",
  386. "phpunit/phpunit": "^5 || ^6.5"
  387. },
  388. "time": "2019-03-08T08:55:37+00:00",
  389. "type": "library",
  390. "installation-source": "dist",
  391. "autoload": {
  392. "files": [
  393. "src/getallheaders.php"
  394. ]
  395. },
  396. "notification-url": "https://packagist.org/downloads/",
  397. "license": [
  398. "MIT"
  399. ],
  400. "authors": [
  401. {
  402. "name": "Ralph Khattar",
  403. "email": "ralph.khattar@gmail.com"
  404. }
  405. ],
  406. "description": "A polyfill for getallheaders."
  407. }
  408. ]