installed.json 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879
  1. [
  2. {
  3. "name": "adbario/php-dot-notation",
  4. "version": "2.2.0",
  5. "version_normalized": "2.2.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/adbario/php-dot-notation.git",
  9. "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/eee4fc81296531e6aafba4c2bbccfc5adab1676e",
  14. "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "ext-json": "*",
  19. "php": ">=5.5"
  20. },
  21. "require-dev": {
  22. "phpunit/phpunit": "^4.0|^5.0|^6.0",
  23. "squizlabs/php_codesniffer": "^3.0"
  24. },
  25. "time": "2019-01-01T23:59:15+00:00",
  26. "type": "library",
  27. "installation-source": "dist",
  28. "autoload": {
  29. "files": [
  30. "src/helpers.php"
  31. ],
  32. "psr-4": {
  33. "Adbar\\": "src"
  34. }
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "MIT"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Riku Särkinen",
  43. "email": "riku@adbar.io"
  44. }
  45. ],
  46. "description": "PHP dot notation access to arrays",
  47. "homepage": "https://github.com/adbario/php-dot-notation",
  48. "keywords": [
  49. "ArrayAccess",
  50. "dotnotation"
  51. ]
  52. },
  53. {
  54. "name": "alibabacloud/client",
  55. "version": "1.5.19",
  56. "version_normalized": "1.5.19.0",
  57. "source": {
  58. "type": "git",
  59. "url": "https://github.com/aliyun/openapi-sdk-php-client.git",
  60. "reference": "4bbe05e1beadcea033bb8ef05b56763913fe8955"
  61. },
  62. "dist": {
  63. "type": "zip",
  64. "url": "https://api.github.com/repos/aliyun/openapi-sdk-php-client/zipball/4bbe05e1beadcea033bb8ef05b56763913fe8955",
  65. "reference": "4bbe05e1beadcea033bb8ef05b56763913fe8955",
  66. "shasum": ""
  67. },
  68. "require": {
  69. "adbario/php-dot-notation": "^2.2",
  70. "clagiordano/weblibs-configmanager": "^1.0",
  71. "danielstjules/stringy": "^3.1",
  72. "ext-curl": "*",
  73. "ext-json": "*",
  74. "ext-libxml": "*",
  75. "ext-mbstring": "*",
  76. "ext-openssl": "*",
  77. "ext-simplexml": "*",
  78. "ext-xmlwriter": "*",
  79. "guzzlehttp/guzzle": "^6.3",
  80. "mtdowling/jmespath.php": "^2.4",
  81. "php": ">=5.5"
  82. },
  83. "require-dev": {
  84. "composer/composer": "^1.8",
  85. "drupal/coder": "^8.3",
  86. "ext-dom": "*",
  87. "ext-pcre": "*",
  88. "ext-sockets": "*",
  89. "ext-spl": "*",
  90. "league/climate": "^3.2.4",
  91. "mikey179/vfsstream": "^1.6",
  92. "monolog/monolog": "^1.24",
  93. "phpunit/phpunit": "^4.8.35|^5.4.3",
  94. "psr/cache": "^1.0",
  95. "symfony/dotenv": "^3.4",
  96. "symfony/var-dumper": "^3.4"
  97. },
  98. "suggest": {
  99. "ext-sockets": "To use client-side monitoring"
  100. },
  101. "time": "2019-12-17T04:45:39+00:00",
  102. "type": "library",
  103. "installation-source": "dist",
  104. "autoload": {
  105. "psr-4": {
  106. "AlibabaCloud\\Client\\": "src"
  107. },
  108. "files": [
  109. "src/Functions.php"
  110. ]
  111. },
  112. "notification-url": "https://packagist.org/downloads/",
  113. "license": [
  114. "Apache-2.0"
  115. ],
  116. "authors": [
  117. {
  118. "name": "Alibaba Cloud SDK",
  119. "email": "sdk-team@alibabacloud.com",
  120. "homepage": "http://www.alibabacloud.com"
  121. }
  122. ],
  123. "description": "Alibaba Cloud Client for PHP - Use Alibaba Cloud in your PHP project",
  124. "homepage": "https://www.alibabacloud.com/",
  125. "keywords": [
  126. "alibaba",
  127. "alibabacloud",
  128. "aliyun",
  129. "client",
  130. "cloud",
  131. "library",
  132. "sdk",
  133. "tool"
  134. ]
  135. },
  136. {
  137. "name": "alibabacloud/sdk",
  138. "version": "1.8.17",
  139. "version_normalized": "1.8.17.0",
  140. "source": {
  141. "type": "git",
  142. "url": "https://github.com/aliyun/openapi-sdk-php.git",
  143. "reference": "d404fe7ba53ec88549cc771dd3d3692b71e782c9"
  144. },
  145. "dist": {
  146. "type": "zip",
  147. "url": "https://api.github.com/repos/aliyun/openapi-sdk-php/zipball/d404fe7ba53ec88549cc771dd3d3692b71e782c9",
  148. "reference": "d404fe7ba53ec88549cc771dd3d3692b71e782c9",
  149. "shasum": ""
  150. },
  151. "require": {
  152. "alibabacloud/client": "^1.5",
  153. "ext-curl": "*",
  154. "ext-json": "*",
  155. "ext-libxml": "*",
  156. "ext-mbstring": "*",
  157. "ext-openssl": "*",
  158. "ext-simplexml": "*",
  159. "ext-xmlwriter": "*",
  160. "php": ">=5.5"
  161. },
  162. "replace": {
  163. "alibabacloud/aas": "self.version",
  164. "alibabacloud/actiontrail": "self.version",
  165. "alibabacloud/adb": "self.version",
  166. "alibabacloud/aegis": "self.version",
  167. "alibabacloud/afs": "self.version",
  168. "alibabacloud/airec": "self.version",
  169. "alibabacloud/alidns": "self.version",
  170. "alibabacloud/alikafka": "self.version",
  171. "alibabacloud/alimt": "self.version",
  172. "alibabacloud/aliprobe": "self.version",
  173. "alibabacloud/aliyuncvc": "self.version",
  174. "alibabacloud/appmallsservice": "self.version",
  175. "alibabacloud/arms": "self.version",
  176. "alibabacloud/arms4finance": "self.version",
  177. "alibabacloud/baas": "self.version",
  178. "alibabacloud/batchcompute": "self.version",
  179. "alibabacloud/bss": "self.version",
  180. "alibabacloud/bssopenapi": "self.version",
  181. "alibabacloud/cas": "self.version",
  182. "alibabacloud/cbn": "self.version",
  183. "alibabacloud/ccc": "self.version",
  184. "alibabacloud/ccs": "self.version",
  185. "alibabacloud/cdn": "self.version",
  186. "alibabacloud/cds": "self.version",
  187. "alibabacloud/cf": "self.version",
  188. "alibabacloud/chatbot": "self.version",
  189. "alibabacloud/cloudapi": "self.version",
  190. "alibabacloud/cloudauth": "self.version",
  191. "alibabacloud/cloudesl": "self.version",
  192. "alibabacloud/cloudmarketing": "self.version",
  193. "alibabacloud/cloudphoto": "self.version",
  194. "alibabacloud/cloudwf": "self.version",
  195. "alibabacloud/cms": "self.version",
  196. "alibabacloud/commondriver": "self.version",
  197. "alibabacloud/companyreg": "self.version",
  198. "alibabacloud/cr": "self.version",
  199. "alibabacloud/crm": "self.version",
  200. "alibabacloud/cs": "self.version",
  201. "alibabacloud/csb": "self.version",
  202. "alibabacloud/cusanalyticsconline": "self.version",
  203. "alibabacloud/dataworkspublic": "self.version",
  204. "alibabacloud/dbs": "self.version",
  205. "alibabacloud/dcdn": "self.version",
  206. "alibabacloud/dds": "self.version",
  207. "alibabacloud/dm": "self.version",
  208. "alibabacloud/dmsenterprise": "self.version",
  209. "alibabacloud/domain": "self.version",
  210. "alibabacloud/domainintl": "self.version",
  211. "alibabacloud/drcloud": "self.version",
  212. "alibabacloud/drds": "self.version",
  213. "alibabacloud/dts": "self.version",
  214. "alibabacloud/dybaseapi": "self.version",
  215. "alibabacloud/dyplsapi": "self.version",
  216. "alibabacloud/dypnsapi": "self.version",
  217. "alibabacloud/dysmsapi": "self.version",
  218. "alibabacloud/dyvmsapi": "self.version",
  219. "alibabacloud/eci": "self.version",
  220. "alibabacloud/ecs": "self.version",
  221. "alibabacloud/ecsinc": "self.version",
  222. "alibabacloud/edas": "self.version",
  223. "alibabacloud/ehpc": "self.version",
  224. "alibabacloud/elasticsearch": "self.version",
  225. "alibabacloud/emr": "self.version",
  226. "alibabacloud/ess": "self.version",
  227. "alibabacloud/facebody": "self.version",
  228. "alibabacloud/fnf": "self.version",
  229. "alibabacloud/foas": "self.version",
  230. "alibabacloud/ft": "self.version",
  231. "alibabacloud/goodstech": "self.version",
  232. "alibabacloud/gpdb": "self.version",
  233. "alibabacloud/green": "self.version",
  234. "alibabacloud/hbase": "self.version",
  235. "alibabacloud/hpc": "self.version",
  236. "alibabacloud/hsm": "self.version",
  237. "alibabacloud/httpdns": "self.version",
  238. "alibabacloud/idst": "self.version",
  239. "alibabacloud/imageaudit": "self.version",
  240. "alibabacloud/imageenhan": "self.version",
  241. "alibabacloud/imagerecog": "self.version",
  242. "alibabacloud/imagesearch": "self.version",
  243. "alibabacloud/imageseg": "self.version",
  244. "alibabacloud/imm": "self.version",
  245. "alibabacloud/industrybrain": "self.version",
  246. "alibabacloud/iot": "self.version",
  247. "alibabacloud/iqa": "self.version",
  248. "alibabacloud/itaas": "self.version",
  249. "alibabacloud/ivision": "self.version",
  250. "alibabacloud/ivpd": "self.version",
  251. "alibabacloud/jaq": "self.version",
  252. "alibabacloud/jarvis": "self.version",
  253. "alibabacloud/jarvispublic": "self.version",
  254. "alibabacloud/kms": "self.version",
  255. "alibabacloud/linkedmall": "self.version",
  256. "alibabacloud/linkface": "self.version",
  257. "alibabacloud/linkwan": "self.version",
  258. "alibabacloud/live": "self.version",
  259. "alibabacloud/lubancloud": "self.version",
  260. "alibabacloud/lubanruler": "self.version",
  261. "alibabacloud/market": "self.version",
  262. "alibabacloud/mopen": "self.version",
  263. "alibabacloud/mts": "self.version",
  264. "alibabacloud/multimediaai": "self.version",
  265. "alibabacloud/nas": "self.version",
  266. "alibabacloud/netana": "self.version",
  267. "alibabacloud/nlp": "self.version",
  268. "alibabacloud/nlpautoml": "self.version",
  269. "alibabacloud/nlscloudmeta": "self.version",
  270. "alibabacloud/nlsfiletrans": "self.version",
  271. "alibabacloud/objectdet": "self.version",
  272. "alibabacloud/ocr": "self.version",
  273. "alibabacloud/ocs": "self.version",
  274. "alibabacloud/oms": "self.version",
  275. "alibabacloud/ons": "self.version",
  276. "alibabacloud/openanalytics": "self.version",
  277. "alibabacloud/ossadmin": "self.version",
  278. "alibabacloud/ots": "self.version",
  279. "alibabacloud/petadata": "self.version",
  280. "alibabacloud/polardb": "self.version",
  281. "alibabacloud/productcatalog": "self.version",
  282. "alibabacloud/pts": "self.version",
  283. "alibabacloud/push": "self.version",
  284. "alibabacloud/pvtz": "self.version",
  285. "alibabacloud/qualitycheck": "self.version",
  286. "alibabacloud/ram": "self.version",
  287. "alibabacloud/rds": "self.version",
  288. "alibabacloud/reid": "self.version",
  289. "alibabacloud/retailcloud": "self.version",
  290. "alibabacloud/rkvstore": "self.version",
  291. "alibabacloud/ros": "self.version",
  292. "alibabacloud/rtc": "self.version",
  293. "alibabacloud/saf": "self.version",
  294. "alibabacloud/sas": "self.version",
  295. "alibabacloud/sasapi": "self.version",
  296. "alibabacloud/scdn": "self.version",
  297. "alibabacloud/schedulerx2": "self.version",
  298. "alibabacloud/skyeye": "self.version",
  299. "alibabacloud/slb": "self.version",
  300. "alibabacloud/smartag": "self.version",
  301. "alibabacloud/smc": "self.version",
  302. "alibabacloud/sms": "self.version",
  303. "alibabacloud/smsintl": "self.version",
  304. "alibabacloud/snsuapi": "self.version",
  305. "alibabacloud/sts": "self.version",
  306. "alibabacloud/taginner": "self.version",
  307. "alibabacloud/tesladam": "self.version",
  308. "alibabacloud/teslamaxcompute": "self.version",
  309. "alibabacloud/teslastream": "self.version",
  310. "alibabacloud/ubsms": "self.version",
  311. "alibabacloud/ubsmsinner": "self.version",
  312. "alibabacloud/uis": "self.version",
  313. "alibabacloud/unimkt": "self.version",
  314. "alibabacloud/vod": "self.version",
  315. "alibabacloud/vpc": "self.version",
  316. "alibabacloud/vs": "self.version",
  317. "alibabacloud/wafopenapi": "self.version",
  318. "alibabacloud/welfareinner": "self.version",
  319. "alibabacloud/xspace": "self.version",
  320. "alibabacloud/xtrace": "self.version",
  321. "alibabacloud/yqbridge": "self.version",
  322. "alibabacloud/yundun": "self.version"
  323. },
  324. "require-dev": {
  325. "composer/composer": "^1.8",
  326. "league/climate": "^3.2.4",
  327. "phpunit/phpunit": "^4.8",
  328. "symfony/dotenv": "^3.4",
  329. "symfony/var-dumper": "^3.4"
  330. },
  331. "suggest": {
  332. "ext-sockets": "To use client-side monitoring"
  333. },
  334. "time": "2019-12-20T05:51:32+00:00",
  335. "type": "library",
  336. "installation-source": "dist",
  337. "autoload": {
  338. "psr-4": {
  339. "AlibabaCloud\\": "src"
  340. }
  341. },
  342. "notification-url": "https://packagist.org/downloads/",
  343. "license": [
  344. "Apache-2.0"
  345. ],
  346. "authors": [
  347. {
  348. "name": "Alibaba Cloud SDK",
  349. "email": "sdk-team@alibabacloud.com",
  350. "homepage": "http://www.alibabacloud.com"
  351. }
  352. ],
  353. "description": "Alibaba Cloud SDK for PHP - Easier to Use Alibaba Cloud in your PHP project",
  354. "homepage": "https://www.alibabacloud.com/",
  355. "keywords": [
  356. "alibaba",
  357. "alibabacloud",
  358. "aliyun",
  359. "cloud",
  360. "library",
  361. "sdk"
  362. ]
  363. },
  364. {
  365. "name": "clagiordano/weblibs-configmanager",
  366. "version": "v1.0.7",
  367. "version_normalized": "1.0.7.0",
  368. "source": {
  369. "type": "git",
  370. "url": "https://github.com/clagiordano/weblibs-configmanager.git",
  371. "reference": "6ef4c27354368deb2f54b39bbe06601da8c873a0"
  372. },
  373. "dist": {
  374. "type": "zip",
  375. "url": "https://api.github.com/repos/clagiordano/weblibs-configmanager/zipball/6ef4c27354368deb2f54b39bbe06601da8c873a0",
  376. "reference": "6ef4c27354368deb2f54b39bbe06601da8c873a0",
  377. "shasum": ""
  378. },
  379. "require": {
  380. "php": ">=5.4"
  381. },
  382. "require-dev": {
  383. "clagiordano/phpunit-result-printer": "^1",
  384. "phpunit/phpunit": "^4.8"
  385. },
  386. "time": "2019-09-25T22:10:10+00:00",
  387. "type": "library",
  388. "installation-source": "dist",
  389. "autoload": {
  390. "psr-4": {
  391. "clagiordano\\weblibs\\configmanager\\": "src/"
  392. }
  393. },
  394. "notification-url": "https://packagist.org/downloads/",
  395. "license": [
  396. "LGPL-3.0-or-later"
  397. ],
  398. "authors": [
  399. {
  400. "name": "Claudio Giordano",
  401. "email": "claudio.giordano@autistici.org",
  402. "role": "Developer"
  403. }
  404. ],
  405. "description": "weblibs-configmanager is a tool library for easily read and access to php config array file and direct read/write configuration file / object",
  406. "keywords": [
  407. "clagiordano",
  408. "configuration",
  409. "manager",
  410. "tool",
  411. "weblibs"
  412. ]
  413. },
  414. {
  415. "name": "danielstjules/stringy",
  416. "version": "3.1.0",
  417. "version_normalized": "3.1.0.0",
  418. "source": {
  419. "type": "git",
  420. "url": "https://github.com/danielstjules/Stringy.git",
  421. "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e"
  422. },
  423. "dist": {
  424. "type": "zip",
  425. "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
  426. "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
  427. "shasum": ""
  428. },
  429. "require": {
  430. "php": ">=5.4.0",
  431. "symfony/polyfill-mbstring": "~1.1"
  432. },
  433. "require-dev": {
  434. "phpunit/phpunit": "~4.0"
  435. },
  436. "time": "2017-06-12T01:10:27+00:00",
  437. "type": "library",
  438. "installation-source": "dist",
  439. "autoload": {
  440. "psr-4": {
  441. "Stringy\\": "src/"
  442. },
  443. "files": [
  444. "src/Create.php"
  445. ]
  446. },
  447. "notification-url": "https://packagist.org/downloads/",
  448. "license": [
  449. "MIT"
  450. ],
  451. "authors": [
  452. {
  453. "name": "Daniel St. Jules",
  454. "email": "danielst.jules@gmail.com",
  455. "homepage": "http://www.danielstjules.com"
  456. }
  457. ],
  458. "description": "A string manipulation library with multibyte support",
  459. "homepage": "https://github.com/danielstjules/Stringy",
  460. "keywords": [
  461. "UTF",
  462. "helpers",
  463. "manipulation",
  464. "methods",
  465. "multibyte",
  466. "string",
  467. "utf-8",
  468. "utility",
  469. "utils"
  470. ]
  471. },
  472. {
  473. "name": "guzzlehttp/guzzle",
  474. "version": "6.5.0",
  475. "version_normalized": "6.5.0.0",
  476. "source": {
  477. "type": "git",
  478. "url": "https://github.com/guzzle/guzzle.git",
  479. "reference": "dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5"
  480. },
  481. "dist": {
  482. "type": "zip",
  483. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5",
  484. "reference": "dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5",
  485. "shasum": ""
  486. },
  487. "require": {
  488. "ext-json": "*",
  489. "guzzlehttp/promises": "^1.0",
  490. "guzzlehttp/psr7": "^1.6.1",
  491. "php": ">=5.5"
  492. },
  493. "require-dev": {
  494. "ext-curl": "*",
  495. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  496. "psr/log": "^1.1"
  497. },
  498. "suggest": {
  499. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  500. "psr/log": "Required for using the Log middleware"
  501. },
  502. "time": "2019-12-07T18:20:45+00:00",
  503. "type": "library",
  504. "extra": {
  505. "branch-alias": {
  506. "dev-master": "6.5-dev"
  507. }
  508. },
  509. "installation-source": "dist",
  510. "autoload": {
  511. "psr-4": {
  512. "GuzzleHttp\\": "src/"
  513. },
  514. "files": [
  515. "src/functions_include.php"
  516. ]
  517. },
  518. "notification-url": "https://packagist.org/downloads/",
  519. "license": [
  520. "MIT"
  521. ],
  522. "authors": [
  523. {
  524. "name": "Michael Dowling",
  525. "email": "mtdowling@gmail.com",
  526. "homepage": "https://github.com/mtdowling"
  527. }
  528. ],
  529. "description": "Guzzle is a PHP HTTP client library",
  530. "homepage": "http://guzzlephp.org/",
  531. "keywords": [
  532. "client",
  533. "curl",
  534. "framework",
  535. "http",
  536. "http client",
  537. "rest",
  538. "web service"
  539. ]
  540. },
  541. {
  542. "name": "guzzlehttp/promises",
  543. "version": "v1.3.1",
  544. "version_normalized": "1.3.1.0",
  545. "source": {
  546. "type": "git",
  547. "url": "https://github.com/guzzle/promises.git",
  548. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  549. },
  550. "dist": {
  551. "type": "zip",
  552. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  553. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  554. "shasum": ""
  555. },
  556. "require": {
  557. "php": ">=5.5.0"
  558. },
  559. "require-dev": {
  560. "phpunit/phpunit": "^4.0"
  561. },
  562. "time": "2016-12-20T10:07:11+00:00",
  563. "type": "library",
  564. "extra": {
  565. "branch-alias": {
  566. "dev-master": "1.4-dev"
  567. }
  568. },
  569. "installation-source": "dist",
  570. "autoload": {
  571. "psr-4": {
  572. "GuzzleHttp\\Promise\\": "src/"
  573. },
  574. "files": [
  575. "src/functions_include.php"
  576. ]
  577. },
  578. "notification-url": "https://packagist.org/downloads/",
  579. "license": [
  580. "MIT"
  581. ],
  582. "authors": [
  583. {
  584. "name": "Michael Dowling",
  585. "email": "mtdowling@gmail.com",
  586. "homepage": "https://github.com/mtdowling"
  587. }
  588. ],
  589. "description": "Guzzle promises library",
  590. "keywords": [
  591. "promise"
  592. ]
  593. },
  594. {
  595. "name": "guzzlehttp/psr7",
  596. "version": "1.6.1",
  597. "version_normalized": "1.6.1.0",
  598. "source": {
  599. "type": "git",
  600. "url": "https://github.com/guzzle/psr7.git",
  601. "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
  602. },
  603. "dist": {
  604. "type": "zip",
  605. "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
  606. "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
  607. "shasum": ""
  608. },
  609. "require": {
  610. "php": ">=5.4.0",
  611. "psr/http-message": "~1.0",
  612. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  613. },
  614. "provide": {
  615. "psr/http-message-implementation": "1.0"
  616. },
  617. "require-dev": {
  618. "ext-zlib": "*",
  619. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  620. },
  621. "suggest": {
  622. "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
  623. },
  624. "time": "2019-07-01T23:21:34+00:00",
  625. "type": "library",
  626. "extra": {
  627. "branch-alias": {
  628. "dev-master": "1.6-dev"
  629. }
  630. },
  631. "installation-source": "dist",
  632. "autoload": {
  633. "psr-4": {
  634. "GuzzleHttp\\Psr7\\": "src/"
  635. },
  636. "files": [
  637. "src/functions_include.php"
  638. ]
  639. },
  640. "notification-url": "https://packagist.org/downloads/",
  641. "license": [
  642. "MIT"
  643. ],
  644. "authors": [
  645. {
  646. "name": "Michael Dowling",
  647. "email": "mtdowling@gmail.com",
  648. "homepage": "https://github.com/mtdowling"
  649. },
  650. {
  651. "name": "Tobias Schultze",
  652. "homepage": "https://github.com/Tobion"
  653. }
  654. ],
  655. "description": "PSR-7 message implementation that also provides common utility methods",
  656. "keywords": [
  657. "http",
  658. "message",
  659. "psr-7",
  660. "request",
  661. "response",
  662. "stream",
  663. "uri",
  664. "url"
  665. ]
  666. },
  667. {
  668. "name": "mtdowling/jmespath.php",
  669. "version": "2.4.0",
  670. "version_normalized": "2.4.0.0",
  671. "source": {
  672. "type": "git",
  673. "url": "https://github.com/jmespath/jmespath.php.git",
  674. "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac"
  675. },
  676. "dist": {
  677. "type": "zip",
  678. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
  679. "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
  680. "shasum": ""
  681. },
  682. "require": {
  683. "php": ">=5.4.0"
  684. },
  685. "require-dev": {
  686. "phpunit/phpunit": "~4.0"
  687. },
  688. "time": "2016-12-03T22:08:25+00:00",
  689. "bin": [
  690. "bin/jp.php"
  691. ],
  692. "type": "library",
  693. "extra": {
  694. "branch-alias": {
  695. "dev-master": "2.0-dev"
  696. }
  697. },
  698. "installation-source": "dist",
  699. "autoload": {
  700. "psr-4": {
  701. "JmesPath\\": "src/"
  702. },
  703. "files": [
  704. "src/JmesPath.php"
  705. ]
  706. },
  707. "notification-url": "https://packagist.org/downloads/",
  708. "license": [
  709. "MIT"
  710. ],
  711. "authors": [
  712. {
  713. "name": "Michael Dowling",
  714. "email": "mtdowling@gmail.com",
  715. "homepage": "https://github.com/mtdowling"
  716. }
  717. ],
  718. "description": "Declaratively specify how to extract elements from a JSON document",
  719. "keywords": [
  720. "json",
  721. "jsonpath"
  722. ]
  723. },
  724. {
  725. "name": "psr/http-message",
  726. "version": "1.0.1",
  727. "version_normalized": "1.0.1.0",
  728. "source": {
  729. "type": "git",
  730. "url": "https://github.com/php-fig/http-message.git",
  731. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  732. },
  733. "dist": {
  734. "type": "zip",
  735. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  736. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  737. "shasum": ""
  738. },
  739. "require": {
  740. "php": ">=5.3.0"
  741. },
  742. "time": "2016-08-06T14:39:51+00:00",
  743. "type": "library",
  744. "extra": {
  745. "branch-alias": {
  746. "dev-master": "1.0.x-dev"
  747. }
  748. },
  749. "installation-source": "dist",
  750. "autoload": {
  751. "psr-4": {
  752. "Psr\\Http\\Message\\": "src/"
  753. }
  754. },
  755. "notification-url": "https://packagist.org/downloads/",
  756. "license": [
  757. "MIT"
  758. ],
  759. "authors": [
  760. {
  761. "name": "PHP-FIG",
  762. "homepage": "http://www.php-fig.org/"
  763. }
  764. ],
  765. "description": "Common interface for HTTP messages",
  766. "homepage": "https://github.com/php-fig/http-message",
  767. "keywords": [
  768. "http",
  769. "http-message",
  770. "psr",
  771. "psr-7",
  772. "request",
  773. "response"
  774. ]
  775. },
  776. {
  777. "name": "ralouphie/getallheaders",
  778. "version": "3.0.3",
  779. "version_normalized": "3.0.3.0",
  780. "source": {
  781. "type": "git",
  782. "url": "https://github.com/ralouphie/getallheaders.git",
  783. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  784. },
  785. "dist": {
  786. "type": "zip",
  787. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  788. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  789. "shasum": ""
  790. },
  791. "require": {
  792. "php": ">=5.6"
  793. },
  794. "require-dev": {
  795. "php-coveralls/php-coveralls": "^2.1",
  796. "phpunit/phpunit": "^5 || ^6.5"
  797. },
  798. "time": "2019-03-08T08:55:37+00:00",
  799. "type": "library",
  800. "installation-source": "dist",
  801. "autoload": {
  802. "files": [
  803. "src/getallheaders.php"
  804. ]
  805. },
  806. "notification-url": "https://packagist.org/downloads/",
  807. "license": [
  808. "MIT"
  809. ],
  810. "authors": [
  811. {
  812. "name": "Ralph Khattar",
  813. "email": "ralph.khattar@gmail.com"
  814. }
  815. ],
  816. "description": "A polyfill for getallheaders."
  817. },
  818. {
  819. "name": "symfony/polyfill-mbstring",
  820. "version": "v1.13.1",
  821. "version_normalized": "1.13.1.0",
  822. "source": {
  823. "type": "git",
  824. "url": "https://github.com/symfony/polyfill-mbstring.git",
  825. "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
  826. },
  827. "dist": {
  828. "type": "zip",
  829. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
  830. "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
  831. "shasum": ""
  832. },
  833. "require": {
  834. "php": ">=5.3.3"
  835. },
  836. "suggest": {
  837. "ext-mbstring": "For best performance"
  838. },
  839. "time": "2019-11-27T14:18:11+00:00",
  840. "type": "library",
  841. "extra": {
  842. "branch-alias": {
  843. "dev-master": "1.13-dev"
  844. }
  845. },
  846. "installation-source": "dist",
  847. "autoload": {
  848. "psr-4": {
  849. "Symfony\\Polyfill\\Mbstring\\": ""
  850. },
  851. "files": [
  852. "bootstrap.php"
  853. ]
  854. },
  855. "notification-url": "https://packagist.org/downloads/",
  856. "license": [
  857. "MIT"
  858. ],
  859. "authors": [
  860. {
  861. "name": "Nicolas Grekas",
  862. "email": "p@tchwork.com"
  863. },
  864. {
  865. "name": "Symfony Community",
  866. "homepage": "https://symfony.com/contributors"
  867. }
  868. ],
  869. "description": "Symfony polyfill for the Mbstring extension",
  870. "homepage": "https://symfony.com",
  871. "keywords": [
  872. "compatibility",
  873. "mbstring",
  874. "polyfill",
  875. "portable",
  876. "shim"
  877. ]
  878. }
  879. ]