installed.json 36 KB

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