composer.lock 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  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": "d57ff7862b6a601ca92807d7d6e8f23d",
  8. "packages": [
  9. {
  10. "name": "braintree/braintree_php",
  11. "version": "5.4.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/braintree/braintree_php.git",
  15. "reference": "17be7efd7a044a0608dde81f45652aec5ba673e8"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/braintree/braintree_php/zipball/17be7efd7a044a0608dde81f45652aec5ba673e8",
  20. "reference": "17be7efd7a044a0608dde81f45652aec5ba673e8",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-curl": "*",
  25. "ext-dom": "*",
  26. "ext-hash": "*",
  27. "ext-openssl": "*",
  28. "ext-xmlwriter": "*",
  29. "php": ">=7.2.0"
  30. },
  31. "require-dev": {
  32. "phpunit/phpunit": "^7.5"
  33. },
  34. "type": "library",
  35. "autoload": {
  36. "psr-4": {
  37. "Braintree\\": "lib/Braintree"
  38. }
  39. },
  40. "notification-url": "https://packagist.org/downloads/",
  41. "license": [
  42. "MIT"
  43. ],
  44. "authors": [
  45. {
  46. "name": "Braintree",
  47. "homepage": "https://www.braintreepayments.com"
  48. }
  49. ],
  50. "description": "Braintree PHP Client Library",
  51. "support": {
  52. "issues": "https://github.com/braintree/braintree_php/issues",
  53. "source": "https://github.com/braintree/braintree_php/tree/5.4.0"
  54. },
  55. "time": "2020-11-09T22:03:24+00:00"
  56. },
  57. {
  58. "name": "guzzlehttp/guzzle",
  59. "version": "6.3.0",
  60. "source": {
  61. "type": "git",
  62. "url": "https://github.com/guzzle/guzzle.git",
  63. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
  64. },
  65. "dist": {
  66. "type": "zip",
  67. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  68. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  69. "shasum": ""
  70. },
  71. "require": {
  72. "guzzlehttp/promises": "^1.0",
  73. "guzzlehttp/psr7": "^1.4",
  74. "php": ">=5.5"
  75. },
  76. "require-dev": {
  77. "ext-curl": "*",
  78. "phpunit/phpunit": "^4.0 || ^5.0",
  79. "psr/log": "^1.0"
  80. },
  81. "suggest": {
  82. "psr/log": "Required for using the Log middleware"
  83. },
  84. "type": "library",
  85. "extra": {
  86. "branch-alias": {
  87. "dev-master": "6.2-dev"
  88. }
  89. },
  90. "autoload": {
  91. "files": [
  92. "src/functions_include.php"
  93. ],
  94. "psr-4": {
  95. "GuzzleHttp\\": "src/"
  96. }
  97. },
  98. "notification-url": "https://packagist.org/downloads/",
  99. "license": [
  100. "MIT"
  101. ],
  102. "authors": [
  103. {
  104. "name": "Michael Dowling",
  105. "email": "mtdowling@gmail.com",
  106. "homepage": "https://github.com/mtdowling"
  107. }
  108. ],
  109. "description": "Guzzle is a PHP HTTP client library",
  110. "homepage": "http://guzzlephp.org/",
  111. "keywords": [
  112. "client",
  113. "curl",
  114. "framework",
  115. "http",
  116. "http client",
  117. "rest",
  118. "web service"
  119. ],
  120. "support": {
  121. "issues": "https://github.com/guzzle/guzzle/issues",
  122. "source": "https://github.com/guzzle/guzzle/tree/master"
  123. },
  124. "time": "2017-06-22T18:50:49+00:00"
  125. },
  126. {
  127. "name": "guzzlehttp/promises",
  128. "version": "v1.3.1",
  129. "source": {
  130. "type": "git",
  131. "url": "https://github.com/guzzle/promises.git",
  132. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  133. },
  134. "dist": {
  135. "type": "zip",
  136. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  137. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  138. "shasum": ""
  139. },
  140. "require": {
  141. "php": ">=5.5.0"
  142. },
  143. "require-dev": {
  144. "phpunit/phpunit": "^4.0"
  145. },
  146. "type": "library",
  147. "extra": {
  148. "branch-alias": {
  149. "dev-master": "1.4-dev"
  150. }
  151. },
  152. "autoload": {
  153. "psr-4": {
  154. "GuzzleHttp\\Promise\\": "src/"
  155. },
  156. "files": [
  157. "src/functions_include.php"
  158. ]
  159. },
  160. "notification-url": "https://packagist.org/downloads/",
  161. "license": [
  162. "MIT"
  163. ],
  164. "authors": [
  165. {
  166. "name": "Michael Dowling",
  167. "email": "mtdowling@gmail.com",
  168. "homepage": "https://github.com/mtdowling"
  169. }
  170. ],
  171. "description": "Guzzle promises library",
  172. "keywords": [
  173. "promise"
  174. ],
  175. "support": {
  176. "issues": "https://github.com/guzzle/promises/issues",
  177. "source": "https://github.com/guzzle/promises/tree/master"
  178. },
  179. "time": "2016-12-20T10:07:11+00:00"
  180. },
  181. {
  182. "name": "guzzlehttp/psr7",
  183. "version": "1.4.2",
  184. "source": {
  185. "type": "git",
  186. "url": "https://github.com/guzzle/psr7.git",
  187. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  188. },
  189. "dist": {
  190. "type": "zip",
  191. "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  192. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  193. "shasum": ""
  194. },
  195. "require": {
  196. "php": ">=5.4.0",
  197. "psr/http-message": "~1.0"
  198. },
  199. "provide": {
  200. "psr/http-message-implementation": "1.0"
  201. },
  202. "require-dev": {
  203. "phpunit/phpunit": "~4.0"
  204. },
  205. "type": "library",
  206. "extra": {
  207. "branch-alias": {
  208. "dev-master": "1.4-dev"
  209. }
  210. },
  211. "autoload": {
  212. "psr-4": {
  213. "GuzzleHttp\\Psr7\\": "src/"
  214. },
  215. "files": [
  216. "src/functions_include.php"
  217. ]
  218. },
  219. "notification-url": "https://packagist.org/downloads/",
  220. "license": [
  221. "MIT"
  222. ],
  223. "authors": [
  224. {
  225. "name": "Michael Dowling",
  226. "email": "mtdowling@gmail.com",
  227. "homepage": "https://github.com/mtdowling"
  228. },
  229. {
  230. "name": "Tobias Schultze",
  231. "homepage": "https://github.com/Tobion"
  232. }
  233. ],
  234. "description": "PSR-7 message implementation that also provides common utility methods",
  235. "keywords": [
  236. "http",
  237. "message",
  238. "request",
  239. "response",
  240. "stream",
  241. "uri",
  242. "url"
  243. ],
  244. "support": {
  245. "issues": "https://github.com/guzzle/psr7/issues",
  246. "source": "https://github.com/guzzle/psr7/tree/1.4.2"
  247. },
  248. "time": "2017-03-20T17:10:46+00:00"
  249. },
  250. {
  251. "name": "monolog/monolog",
  252. "version": "1.23.0",
  253. "source": {
  254. "type": "git",
  255. "url": "https://github.com/Seldaek/monolog.git",
  256. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  257. },
  258. "dist": {
  259. "type": "zip",
  260. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  261. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  262. "shasum": ""
  263. },
  264. "require": {
  265. "php": ">=5.3.0",
  266. "psr/log": "~1.0"
  267. },
  268. "provide": {
  269. "psr/log-implementation": "1.0.0"
  270. },
  271. "require-dev": {
  272. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  273. "doctrine/couchdb": "~1.0@dev",
  274. "graylog2/gelf-php": "~1.0",
  275. "jakub-onderka/php-parallel-lint": "0.9",
  276. "php-amqplib/php-amqplib": "~2.4",
  277. "php-console/php-console": "^3.1.3",
  278. "phpunit/phpunit": "~4.5",
  279. "phpunit/phpunit-mock-objects": "2.3.0",
  280. "ruflin/elastica": ">=0.90 <3.0",
  281. "sentry/sentry": "^0.13",
  282. "swiftmailer/swiftmailer": "^5.3|^6.0"
  283. },
  284. "suggest": {
  285. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  286. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  287. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  288. "ext-mongo": "Allow sending log messages to a MongoDB server",
  289. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  290. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  291. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  292. "php-console/php-console": "Allow sending log messages to Google Chrome",
  293. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  294. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  295. "sentry/sentry": "Allow sending log messages to a Sentry server"
  296. },
  297. "type": "library",
  298. "extra": {
  299. "branch-alias": {
  300. "dev-master": "2.0.x-dev"
  301. }
  302. },
  303. "autoload": {
  304. "psr-4": {
  305. "Monolog\\": "src/Monolog"
  306. }
  307. },
  308. "notification-url": "https://packagist.org/downloads/",
  309. "license": [
  310. "MIT"
  311. ],
  312. "authors": [
  313. {
  314. "name": "Jordi Boggiano",
  315. "email": "j.boggiano@seld.be",
  316. "homepage": "http://seld.be"
  317. }
  318. ],
  319. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  320. "homepage": "http://github.com/Seldaek/monolog",
  321. "keywords": [
  322. "log",
  323. "logging",
  324. "psr-3"
  325. ],
  326. "support": {
  327. "issues": "https://github.com/Seldaek/monolog/issues",
  328. "source": "https://github.com/Seldaek/monolog/tree/1.23.0"
  329. },
  330. "time": "2017-06-19T01:22:40+00:00"
  331. },
  332. {
  333. "name": "psr/http-message",
  334. "version": "1.0.1",
  335. "source": {
  336. "type": "git",
  337. "url": "https://github.com/php-fig/http-message.git",
  338. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  339. },
  340. "dist": {
  341. "type": "zip",
  342. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  343. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  344. "shasum": ""
  345. },
  346. "require": {
  347. "php": ">=5.3.0"
  348. },
  349. "type": "library",
  350. "extra": {
  351. "branch-alias": {
  352. "dev-master": "1.0.x-dev"
  353. }
  354. },
  355. "autoload": {
  356. "psr-4": {
  357. "Psr\\Http\\Message\\": "src/"
  358. }
  359. },
  360. "notification-url": "https://packagist.org/downloads/",
  361. "license": [
  362. "MIT"
  363. ],
  364. "authors": [
  365. {
  366. "name": "PHP-FIG",
  367. "homepage": "http://www.php-fig.org/"
  368. }
  369. ],
  370. "description": "Common interface for HTTP messages",
  371. "homepage": "https://github.com/php-fig/http-message",
  372. "keywords": [
  373. "http",
  374. "http-message",
  375. "psr",
  376. "psr-7",
  377. "request",
  378. "response"
  379. ],
  380. "support": {
  381. "source": "https://github.com/php-fig/http-message/tree/master"
  382. },
  383. "time": "2016-08-06T14:39:51+00:00"
  384. },
  385. {
  386. "name": "psr/log",
  387. "version": "1.0.2",
  388. "source": {
  389. "type": "git",
  390. "url": "https://github.com/php-fig/log.git",
  391. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  392. },
  393. "dist": {
  394. "type": "zip",
  395. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  396. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  397. "shasum": ""
  398. },
  399. "require": {
  400. "php": ">=5.3.0"
  401. },
  402. "type": "library",
  403. "extra": {
  404. "branch-alias": {
  405. "dev-master": "1.0.x-dev"
  406. }
  407. },
  408. "autoload": {
  409. "psr-4": {
  410. "Psr\\Log\\": "Psr/Log/"
  411. }
  412. },
  413. "notification-url": "https://packagist.org/downloads/",
  414. "license": [
  415. "MIT"
  416. ],
  417. "authors": [
  418. {
  419. "name": "PHP-FIG",
  420. "homepage": "http://www.php-fig.org/"
  421. }
  422. ],
  423. "description": "Common interface for logging libraries",
  424. "homepage": "https://github.com/php-fig/log",
  425. "keywords": [
  426. "log",
  427. "psr",
  428. "psr-3"
  429. ],
  430. "support": {
  431. "source": "https://github.com/php-fig/log/tree/master"
  432. },
  433. "time": "2016-10-10T12:19:37+00:00"
  434. }
  435. ],
  436. "packages-dev": [],
  437. "aliases": [],
  438. "minimum-stability": "stable",
  439. "stability-flags": [],
  440. "prefer-stable": false,
  441. "prefer-lowest": false,
  442. "platform": {
  443. "php": ">=5.6.0"
  444. },
  445. "platform-dev": [],
  446. "plugin-api-version": "2.0.0"
  447. }