composer.lock 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "5905e9ae260b85f1aa721b2323c761e0",
  8. "packages": [
  9. {
  10. "name": "elasticsearch/elasticsearch",
  11. "version": "v7.11.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/elastic/elasticsearch-php.git",
  15. "reference": "277cd5e182827c59c23e146a836a30470c0f879d"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/277cd5e182827c59c23e146a836a30470c0f879d",
  20. "reference": "277cd5e182827c59c23e146a836a30470c0f879d",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "ext-json": ">=1.3.7",
  31. "ezimuel/ringphp": "^1.1.2",
  32. "php": "^7.1 || ^8.0",
  33. "psr/log": "~1.0"
  34. },
  35. "require-dev": {
  36. "cpliakas/git-wrapper": "~2.0 || ~3.0",
  37. "doctrine/inflector": "^1.3",
  38. "ext-yaml": "*",
  39. "ext-zip": "*",
  40. "mockery/mockery": "^1.2",
  41. "phpstan/phpstan": "^0.12",
  42. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
  43. "squizlabs/php_codesniffer": "^3.4",
  44. "symfony/finder": "~4.0",
  45. "symfony/yaml": "~4.0"
  46. },
  47. "suggest": {
  48. "ext-curl": "*",
  49. "monolog/monolog": "Allows for client-level logging and tracing"
  50. },
  51. "type": "library",
  52. "autoload": {
  53. "files": [
  54. "src/autoload.php"
  55. ],
  56. "psr-4": {
  57. "Elasticsearch\\": "src/Elasticsearch/"
  58. }
  59. },
  60. "notification-url": "https://packagist.org/downloads/",
  61. "license": [
  62. "Apache-2.0"
  63. ],
  64. "authors": [
  65. {
  66. "name": "Zachary Tong"
  67. },
  68. {
  69. "name": "Enrico Zimuel"
  70. }
  71. ],
  72. "description": "PHP Client for Elasticsearch",
  73. "keywords": [
  74. "client",
  75. "elasticsearch",
  76. "search"
  77. ],
  78. "support": {
  79. "issues": "https://github.com/elastic/elasticsearch-php/issues",
  80. "source": "https://github.com/elastic/elasticsearch-php/tree/v7.11.0"
  81. },
  82. "time": "2021-02-11T11:04:51+00:00"
  83. },
  84. {
  85. "name": "ezimuel/guzzlestreams",
  86. "version": "3.0.1",
  87. "source": {
  88. "type": "git",
  89. "url": "https://github.com/ezimuel/guzzlestreams.git",
  90. "reference": "abe3791d231167f14eb80d413420d1eab91163a8"
  91. },
  92. "dist": {
  93. "type": "zip",
  94. "url": "https://api.github.com/repos/ezimuel/guzzlestreams/zipball/abe3791d231167f14eb80d413420d1eab91163a8",
  95. "reference": "abe3791d231167f14eb80d413420d1eab91163a8",
  96. "shasum": "",
  97. "mirrors": [
  98. {
  99. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  100. "preferred": true
  101. }
  102. ]
  103. },
  104. "require": {
  105. "php": ">=5.4.0"
  106. },
  107. "require-dev": {
  108. "phpunit/phpunit": "~4.0"
  109. },
  110. "type": "library",
  111. "extra": {
  112. "branch-alias": {
  113. "dev-master": "3.0-dev"
  114. }
  115. },
  116. "autoload": {
  117. "psr-4": {
  118. "GuzzleHttp\\Stream\\": "src/"
  119. }
  120. },
  121. "notification-url": "https://packagist.org/downloads/",
  122. "license": [
  123. "MIT"
  124. ],
  125. "authors": [
  126. {
  127. "name": "Michael Dowling",
  128. "email": "mtdowling@gmail.com",
  129. "homepage": "https://github.com/mtdowling"
  130. }
  131. ],
  132. "description": "Fork of guzzle/streams (abandoned) to be used with elasticsearch-php",
  133. "homepage": "http://guzzlephp.org/",
  134. "keywords": [
  135. "Guzzle",
  136. "stream"
  137. ],
  138. "support": {
  139. "source": "https://github.com/ezimuel/guzzlestreams/tree/3.0.1"
  140. },
  141. "time": "2020-02-14T23:11:50+00:00"
  142. },
  143. {
  144. "name": "ezimuel/ringphp",
  145. "version": "1.1.2",
  146. "source": {
  147. "type": "git",
  148. "url": "https://github.com/ezimuel/ringphp.git",
  149. "reference": "0b78f89d8e0bb9e380046c31adfa40347e9f663b"
  150. },
  151. "dist": {
  152. "type": "zip",
  153. "url": "https://api.github.com/repos/ezimuel/ringphp/zipball/0b78f89d8e0bb9e380046c31adfa40347e9f663b",
  154. "reference": "0b78f89d8e0bb9e380046c31adfa40347e9f663b",
  155. "shasum": "",
  156. "mirrors": [
  157. {
  158. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  159. "preferred": true
  160. }
  161. ]
  162. },
  163. "require": {
  164. "ezimuel/guzzlestreams": "^3.0.1",
  165. "php": ">=5.4.0",
  166. "react/promise": "~2.0"
  167. },
  168. "require-dev": {
  169. "ext-curl": "*",
  170. "phpunit/phpunit": "~4.0"
  171. },
  172. "suggest": {
  173. "ext-curl": "Guzzle will use specific adapters if cURL is present"
  174. },
  175. "type": "library",
  176. "extra": {
  177. "branch-alias": {
  178. "dev-master": "1.1-dev"
  179. }
  180. },
  181. "autoload": {
  182. "psr-4": {
  183. "GuzzleHttp\\Ring\\": "src/"
  184. }
  185. },
  186. "notification-url": "https://packagist.org/downloads/",
  187. "license": [
  188. "MIT"
  189. ],
  190. "authors": [
  191. {
  192. "name": "Michael Dowling",
  193. "email": "mtdowling@gmail.com",
  194. "homepage": "https://github.com/mtdowling"
  195. }
  196. ],
  197. "description": "Fork of guzzle/RingPHP (abandoned) to be used with elasticsearch-php",
  198. "support": {
  199. "source": "https://github.com/ezimuel/ringphp/tree/1.1.2"
  200. },
  201. "time": "2020-02-14T23:51:21+00:00"
  202. },
  203. {
  204. "name": "phpexcel/phpexcel",
  205. "version": "dev-master",
  206. "source": {
  207. "type": "git",
  208. "url": "https://github.com/ddeboer/phpexcel.git",
  209. "reference": "656336f53bcd0d11abba40db6c9f8553d320434c"
  210. },
  211. "dist": {
  212. "type": "zip",
  213. "url": "https://api.github.com/repos/ddeboer/phpexcel/zipball/656336f53bcd0d11abba40db6c9f8553d320434c",
  214. "reference": "656336f53bcd0d11abba40db6c9f8553d320434c",
  215. "shasum": "",
  216. "mirrors": [
  217. {
  218. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  219. "preferred": true
  220. }
  221. ]
  222. },
  223. "require": {
  224. "php": ">5.2.0"
  225. },
  226. "type": "library",
  227. "autoload": {
  228. "psr-0": {
  229. "PHPExcel": "Classes"
  230. }
  231. },
  232. "notification-url": "https://packagist.org/downloads/",
  233. "license": [
  234. "GNU"
  235. ],
  236. "description": "DEPRECATED! Use phpoffice/phpexcel instead.",
  237. "homepage": "http://phpexcel.codeplex.com",
  238. "support": {
  239. "source": "https://github.com/ddeboer/phpexcel/tree/master"
  240. },
  241. "abandoned": "phpoffice/phpexcel",
  242. "time": "2014-02-06T05:54:09+00:00"
  243. },
  244. {
  245. "name": "psr/log",
  246. "version": "1.1.3",
  247. "source": {
  248. "type": "git",
  249. "url": "https://github.com/php-fig/log.git",
  250. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  251. },
  252. "dist": {
  253. "type": "zip",
  254. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  255. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  256. "shasum": "",
  257. "mirrors": [
  258. {
  259. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  260. "preferred": true
  261. }
  262. ]
  263. },
  264. "require": {
  265. "php": ">=5.3.0"
  266. },
  267. "type": "library",
  268. "extra": {
  269. "branch-alias": {
  270. "dev-master": "1.1.x-dev"
  271. }
  272. },
  273. "autoload": {
  274. "psr-4": {
  275. "Psr\\Log\\": "Psr/Log/"
  276. }
  277. },
  278. "notification-url": "https://packagist.org/downloads/",
  279. "license": [
  280. "MIT"
  281. ],
  282. "authors": [
  283. {
  284. "name": "PHP-FIG",
  285. "homepage": "http://www.php-fig.org/"
  286. }
  287. ],
  288. "description": "Common interface for logging libraries",
  289. "homepage": "https://github.com/php-fig/log",
  290. "keywords": [
  291. "log",
  292. "psr",
  293. "psr-3"
  294. ],
  295. "support": {
  296. "source": "https://github.com/php-fig/log/tree/1.1.3"
  297. },
  298. "time": "2020-03-23T09:12:05+00:00"
  299. },
  300. {
  301. "name": "react/promise",
  302. "version": "v2.8.0",
  303. "source": {
  304. "type": "git",
  305. "url": "https://github.com/reactphp/promise.git",
  306. "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
  307. },
  308. "dist": {
  309. "type": "zip",
  310. "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
  311. "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
  312. "shasum": "",
  313. "mirrors": [
  314. {
  315. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  316. "preferred": true
  317. }
  318. ]
  319. },
  320. "require": {
  321. "php": ">=5.4.0"
  322. },
  323. "require-dev": {
  324. "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
  325. },
  326. "type": "library",
  327. "autoload": {
  328. "psr-4": {
  329. "React\\Promise\\": "src/"
  330. },
  331. "files": [
  332. "src/functions_include.php"
  333. ]
  334. },
  335. "notification-url": "https://packagist.org/downloads/",
  336. "license": [
  337. "MIT"
  338. ],
  339. "authors": [
  340. {
  341. "name": "Jan Sorgalla",
  342. "email": "jsorgalla@gmail.com"
  343. }
  344. ],
  345. "description": "A lightweight implementation of CommonJS Promises/A for PHP",
  346. "keywords": [
  347. "promise",
  348. "promises"
  349. ],
  350. "support": {
  351. "issues": "https://github.com/reactphp/promise/issues",
  352. "source": "https://github.com/reactphp/promise/tree/v2.8.0"
  353. },
  354. "time": "2020-05-12T15:16:56+00:00"
  355. }
  356. ],
  357. "packages-dev": [],
  358. "aliases": [],
  359. "minimum-stability": "stable",
  360. "stability-flags": {
  361. "phpexcel/phpexcel": 20
  362. },
  363. "prefer-stable": false,
  364. "prefer-lowest": false,
  365. "platform": [],
  366. "platform-dev": [],
  367. "plugin-api-version": "2.0.0"
  368. }