composer.lock 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  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#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "e20f395162aaa593a890967537ff5f08",
  8. "packages": [
  9. {
  10. "name": "aws/aws-sdk-php",
  11. "version": "3.33.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/aws/aws-sdk-php.git",
  15. "reference": "980351b9468d85fd077e74e696ccf14d3f5b631e"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/980351b9468d85fd077e74e696ccf14d3f5b631e",
  20. "reference": "980351b9468d85fd077e74e696ccf14d3f5b631e",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "guzzlehttp/guzzle": "^5.3.1|^6.2.1",
  25. "guzzlehttp/promises": "~1.0",
  26. "guzzlehttp/psr7": "^1.4.1",
  27. "mtdowling/jmespath.php": "~2.2",
  28. "php": ">=5.5"
  29. },
  30. "require-dev": {
  31. "andrewsville/php-token-reflection": "^1.4",
  32. "aws/aws-php-sns-message-validator": "~1.0",
  33. "behat/behat": "~3.0",
  34. "doctrine/cache": "~1.4",
  35. "ext-dom": "*",
  36. "ext-json": "*",
  37. "ext-openssl": "*",
  38. "ext-pcre": "*",
  39. "ext-simplexml": "*",
  40. "ext-spl": "*",
  41. "nette/neon": "^2.3",
  42. "phpunit/phpunit": "^4.8.35|^5.4.0",
  43. "psr/cache": "^1.0"
  44. },
  45. "suggest": {
  46. "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
  47. "doctrine/cache": "To use the DoctrineCacheAdapter",
  48. "ext-curl": "To send requests using cURL",
  49. "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages"
  50. },
  51. "type": "library",
  52. "extra": {
  53. "branch-alias": {
  54. "dev-main": "3.0-dev"
  55. }
  56. },
  57. "autoload": {
  58. "psr-4": {
  59. "Aws\\": "src/"
  60. },
  61. "files": [
  62. "src/functions.php"
  63. ]
  64. },
  65. "notification-url": "https://packagist.org/downloads/",
  66. "license": [
  67. "Apache-2.0"
  68. ],
  69. "authors": [
  70. {
  71. "name": "Amazon Web Services",
  72. "homepage": "http://aws.amazon.com"
  73. }
  74. ],
  75. "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
  76. "homepage": "http://aws.amazon.com/sdkforphp",
  77. "keywords": [
  78. "amazon",
  79. "aws",
  80. "cloud",
  81. "dynamodb",
  82. "ec2",
  83. "glacier",
  84. "s3",
  85. "sdk"
  86. ],
  87. "time": "2017-08-14T19:22:37+00:00"
  88. },
  89. {
  90. "name": "guzzlehttp/guzzle",
  91. "version": "6.3.0",
  92. "source": {
  93. "type": "git",
  94. "url": "https://github.com/guzzle/guzzle.git",
  95. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
  96. },
  97. "dist": {
  98. "type": "zip",
  99. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  100. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  101. "shasum": ""
  102. },
  103. "require": {
  104. "guzzlehttp/promises": "^1.0",
  105. "guzzlehttp/psr7": "^1.4",
  106. "php": ">=5.5"
  107. },
  108. "require-dev": {
  109. "ext-curl": "*",
  110. "phpunit/phpunit": "^4.0 || ^5.0",
  111. "psr/log": "^1.0"
  112. },
  113. "suggest": {
  114. "psr/log": "Required for using the Log middleware"
  115. },
  116. "type": "library",
  117. "extra": {
  118. "branch-alias": {
  119. "dev-main": "6.2-dev"
  120. }
  121. },
  122. "autoload": {
  123. "files": [
  124. "src/functions_include.php"
  125. ],
  126. "psr-4": {
  127. "GuzzleHttp\\": "src/"
  128. }
  129. },
  130. "notification-url": "https://packagist.org/downloads/",
  131. "license": [
  132. "MIT"
  133. ],
  134. "authors": [
  135. {
  136. "name": "Michael Dowling",
  137. "email": "mtdowling@gmail.com",
  138. "homepage": "https://github.com/mtdowling"
  139. }
  140. ],
  141. "description": "Guzzle is a PHP HTTP client library",
  142. "homepage": "http://guzzlephp.org/",
  143. "keywords": [
  144. "client",
  145. "curl",
  146. "framework",
  147. "http",
  148. "http client",
  149. "rest",
  150. "web service"
  151. ],
  152. "time": "2017-06-22T18:50:49+00:00"
  153. },
  154. {
  155. "name": "guzzlehttp/promises",
  156. "version": "v1.3.1",
  157. "source": {
  158. "type": "git",
  159. "url": "https://github.com/guzzle/promises.git",
  160. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  161. },
  162. "dist": {
  163. "type": "zip",
  164. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  165. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  166. "shasum": ""
  167. },
  168. "require": {
  169. "php": ">=5.5.0"
  170. },
  171. "require-dev": {
  172. "phpunit/phpunit": "^4.0"
  173. },
  174. "type": "library",
  175. "extra": {
  176. "branch-alias": {
  177. "dev-main": "1.4-dev"
  178. }
  179. },
  180. "autoload": {
  181. "psr-4": {
  182. "GuzzleHttp\\Promise\\": "src/"
  183. },
  184. "files": [
  185. "src/functions_include.php"
  186. ]
  187. },
  188. "notification-url": "https://packagist.org/downloads/",
  189. "license": [
  190. "MIT"
  191. ],
  192. "authors": [
  193. {
  194. "name": "Michael Dowling",
  195. "email": "mtdowling@gmail.com",
  196. "homepage": "https://github.com/mtdowling"
  197. }
  198. ],
  199. "description": "Guzzle promises library",
  200. "keywords": [
  201. "promise"
  202. ],
  203. "time": "2016-12-20T10:07:11+00:00"
  204. },
  205. {
  206. "name": "guzzlehttp/psr7",
  207. "version": "1.4.2",
  208. "source": {
  209. "type": "git",
  210. "url": "https://github.com/guzzle/psr7.git",
  211. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  212. },
  213. "dist": {
  214. "type": "zip",
  215. "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  216. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  217. "shasum": ""
  218. },
  219. "require": {
  220. "php": ">=5.4.0",
  221. "psr/http-message": "~1.0"
  222. },
  223. "provide": {
  224. "psr/http-message-implementation": "1.0"
  225. },
  226. "require-dev": {
  227. "phpunit/phpunit": "~4.0"
  228. },
  229. "type": "library",
  230. "extra": {
  231. "branch-alias": {
  232. "dev-main": "1.4-dev"
  233. }
  234. },
  235. "autoload": {
  236. "psr-4": {
  237. "GuzzleHttp\\Psr7\\": "src/"
  238. },
  239. "files": [
  240. "src/functions_include.php"
  241. ]
  242. },
  243. "notification-url": "https://packagist.org/downloads/",
  244. "license": [
  245. "MIT"
  246. ],
  247. "authors": [
  248. {
  249. "name": "Michael Dowling",
  250. "email": "mtdowling@gmail.com",
  251. "homepage": "https://github.com/mtdowling"
  252. },
  253. {
  254. "name": "Tobias Schultze",
  255. "homepage": "https://github.com/Tobion"
  256. }
  257. ],
  258. "description": "PSR-7 message implementation that also provides common utility methods",
  259. "keywords": [
  260. "http",
  261. "message",
  262. "request",
  263. "response",
  264. "stream",
  265. "uri",
  266. "url"
  267. ],
  268. "time": "2017-03-20T17:10:46+00:00"
  269. },
  270. {
  271. "name": "mtdowling/jmespath.php",
  272. "version": "2.4.0",
  273. "source": {
  274. "type": "git",
  275. "url": "https://github.com/jmespath/jmespath.php.git",
  276. "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac"
  277. },
  278. "dist": {
  279. "type": "zip",
  280. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
  281. "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
  282. "shasum": ""
  283. },
  284. "require": {
  285. "php": ">=5.4.0"
  286. },
  287. "require-dev": {
  288. "phpunit/phpunit": "~4.0"
  289. },
  290. "bin": [
  291. "bin/jp.php"
  292. ],
  293. "type": "library",
  294. "extra": {
  295. "branch-alias": {
  296. "dev-main": "2.0-dev"
  297. }
  298. },
  299. "autoload": {
  300. "psr-4": {
  301. "JmesPath\\": "src/"
  302. },
  303. "files": [
  304. "src/JmesPath.php"
  305. ]
  306. },
  307. "notification-url": "https://packagist.org/downloads/",
  308. "license": [
  309. "MIT"
  310. ],
  311. "authors": [
  312. {
  313. "name": "Michael Dowling",
  314. "email": "mtdowling@gmail.com",
  315. "homepage": "https://github.com/mtdowling"
  316. }
  317. ],
  318. "description": "Declaratively specify how to extract elements from a JSON document",
  319. "keywords": [
  320. "json",
  321. "jsonpath"
  322. ],
  323. "time": "2016-12-03T22:08:25+00:00"
  324. },
  325. {
  326. "name": "psr/http-message",
  327. "version": "1.0.1",
  328. "source": {
  329. "type": "git",
  330. "url": "https://github.com/php-fig/http-message.git",
  331. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  332. },
  333. "dist": {
  334. "type": "zip",
  335. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  336. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  337. "shasum": ""
  338. },
  339. "require": {
  340. "php": ">=5.3.0"
  341. },
  342. "type": "library",
  343. "extra": {
  344. "branch-alias": {
  345. "dev-main": "1.0.x-dev"
  346. }
  347. },
  348. "autoload": {
  349. "psr-4": {
  350. "Psr\\Http\\Message\\": "src/"
  351. }
  352. },
  353. "notification-url": "https://packagist.org/downloads/",
  354. "license": [
  355. "MIT"
  356. ],
  357. "authors": [
  358. {
  359. "name": "PHP-FIG",
  360. "homepage": "http://www.php-fig.org/"
  361. }
  362. ],
  363. "description": "Common interface for HTTP messages",
  364. "homepage": "https://github.com/php-fig/http-message",
  365. "keywords": [
  366. "http",
  367. "http-message",
  368. "psr",
  369. "psr-7",
  370. "request",
  371. "response"
  372. ],
  373. "time": "2016-08-06T14:39:51+00:00"
  374. }
  375. ],
  376. "packages-dev": [],
  377. "aliases": [],
  378. "minimum-stability": "stable",
  379. "stability-flags": [],
  380. "prefer-stable": false,
  381. "prefer-lowest": false,
  382. "platform": [],
  383. "platform-dev": []
  384. }