composer.lock 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626
  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": "1c53c109cb3f1536d6a3423ae4d71173",
  8. "packages": [
  9. {
  10. "name": "aws/aws-sdk-php",
  11. "version": "3.85.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/aws/aws-sdk-php.git",
  15. "reference": "e232d117d0124ccb7059cd6db90f45dd23cda3f3"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/e232d117d0124ccb7059cd6db90f45dd23cda3f3",
  20. "reference": "e232d117d0124ccb7059cd6db90f45dd23cda3f3",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-json": "*",
  25. "ext-pcre": "*",
  26. "ext-simplexml": "*",
  27. "ext-spl": "*",
  28. "guzzlehttp/guzzle": "^5.3.3|^6.2.1",
  29. "guzzlehttp/promises": "~1.0",
  30. "guzzlehttp/psr7": "^1.4.1",
  31. "mtdowling/jmespath.php": "~2.2",
  32. "php": ">=5.5"
  33. },
  34. "require-dev": {
  35. "andrewsville/php-token-reflection": "^1.4",
  36. "aws/aws-php-sns-message-validator": "~1.0",
  37. "behat/behat": "~3.0",
  38. "doctrine/cache": "~1.4",
  39. "ext-dom": "*",
  40. "ext-openssl": "*",
  41. "ext-pcntl": "*",
  42. "ext-sockets": "*",
  43. "nette/neon": "^2.3",
  44. "phpunit/phpunit": "^4.8.35|^5.4.3",
  45. "psr/cache": "^1.0"
  46. },
  47. "suggest": {
  48. "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
  49. "doctrine/cache": "To use the DoctrineCacheAdapter",
  50. "ext-curl": "To send requests using cURL",
  51. "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
  52. "ext-sockets": "To use client-side monitoring"
  53. },
  54. "type": "library",
  55. "extra": {
  56. "branch-alias": {
  57. "dev-master": "3.0-dev"
  58. }
  59. },
  60. "autoload": {
  61. "psr-4": {
  62. "Aws\\": "src/"
  63. },
  64. "files": [
  65. "src/functions.php"
  66. ]
  67. },
  68. "notification-url": "https://packagist.org/downloads/",
  69. "license": [
  70. "Apache-2.0"
  71. ],
  72. "authors": [
  73. {
  74. "name": "Amazon Web Services",
  75. "homepage": "http://aws.amazon.com"
  76. }
  77. ],
  78. "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
  79. "homepage": "http://aws.amazon.com/sdkforphp",
  80. "keywords": [
  81. "amazon",
  82. "aws",
  83. "cloud",
  84. "dynamodb",
  85. "ec2",
  86. "glacier",
  87. "s3",
  88. "sdk"
  89. ],
  90. "time": "2019-01-11T19:22:05+00:00"
  91. },
  92. {
  93. "name": "guzzlehttp/guzzle",
  94. "version": "6.3.3",
  95. "source": {
  96. "type": "git",
  97. "url": "https://github.com/guzzle/guzzle.git",
  98. "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
  99. },
  100. "dist": {
  101. "type": "zip",
  102. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
  103. "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
  104. "shasum": ""
  105. },
  106. "require": {
  107. "guzzlehttp/promises": "^1.0",
  108. "guzzlehttp/psr7": "^1.4",
  109. "php": ">=5.5"
  110. },
  111. "require-dev": {
  112. "ext-curl": "*",
  113. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  114. "psr/log": "^1.0"
  115. },
  116. "suggest": {
  117. "psr/log": "Required for using the Log middleware"
  118. },
  119. "type": "library",
  120. "extra": {
  121. "branch-alias": {
  122. "dev-master": "6.3-dev"
  123. }
  124. },
  125. "autoload": {
  126. "files": [
  127. "src/functions_include.php"
  128. ],
  129. "psr-4": {
  130. "GuzzleHttp\\": "src/"
  131. }
  132. },
  133. "notification-url": "https://packagist.org/downloads/",
  134. "license": [
  135. "MIT"
  136. ],
  137. "authors": [
  138. {
  139. "name": "Michael Dowling",
  140. "email": "mtdowling@gmail.com",
  141. "homepage": "https://github.com/mtdowling"
  142. }
  143. ],
  144. "description": "Guzzle is a PHP HTTP client library",
  145. "homepage": "http://guzzlephp.org/",
  146. "keywords": [
  147. "client",
  148. "curl",
  149. "framework",
  150. "http",
  151. "http client",
  152. "rest",
  153. "web service"
  154. ],
  155. "time": "2018-04-22T15:46:56+00:00"
  156. },
  157. {
  158. "name": "guzzlehttp/promises",
  159. "version": "v1.3.1",
  160. "source": {
  161. "type": "git",
  162. "url": "https://github.com/guzzle/promises.git",
  163. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  164. },
  165. "dist": {
  166. "type": "zip",
  167. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  168. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  169. "shasum": ""
  170. },
  171. "require": {
  172. "php": ">=5.5.0"
  173. },
  174. "require-dev": {
  175. "phpunit/phpunit": "^4.0"
  176. },
  177. "type": "library",
  178. "extra": {
  179. "branch-alias": {
  180. "dev-master": "1.4-dev"
  181. }
  182. },
  183. "autoload": {
  184. "psr-4": {
  185. "GuzzleHttp\\Promise\\": "src/"
  186. },
  187. "files": [
  188. "src/functions_include.php"
  189. ]
  190. },
  191. "notification-url": "https://packagist.org/downloads/",
  192. "license": [
  193. "MIT"
  194. ],
  195. "authors": [
  196. {
  197. "name": "Michael Dowling",
  198. "email": "mtdowling@gmail.com",
  199. "homepage": "https://github.com/mtdowling"
  200. }
  201. ],
  202. "description": "Guzzle promises library",
  203. "keywords": [
  204. "promise"
  205. ],
  206. "time": "2016-12-20T10:07:11+00:00"
  207. },
  208. {
  209. "name": "guzzlehttp/psr7",
  210. "version": "1.5.2",
  211. "source": {
  212. "type": "git",
  213. "url": "https://github.com/guzzle/psr7.git",
  214. "reference": "9f83dded91781a01c63574e387eaa769be769115"
  215. },
  216. "dist": {
  217. "type": "zip",
  218. "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
  219. "reference": "9f83dded91781a01c63574e387eaa769be769115",
  220. "shasum": ""
  221. },
  222. "require": {
  223. "php": ">=5.4.0",
  224. "psr/http-message": "~1.0",
  225. "ralouphie/getallheaders": "^2.0.5"
  226. },
  227. "provide": {
  228. "psr/http-message-implementation": "1.0"
  229. },
  230. "require-dev": {
  231. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  232. },
  233. "type": "library",
  234. "extra": {
  235. "branch-alias": {
  236. "dev-master": "1.5-dev"
  237. }
  238. },
  239. "autoload": {
  240. "psr-4": {
  241. "GuzzleHttp\\Psr7\\": "src/"
  242. },
  243. "files": [
  244. "src/functions_include.php"
  245. ]
  246. },
  247. "notification-url": "https://packagist.org/downloads/",
  248. "license": [
  249. "MIT"
  250. ],
  251. "authors": [
  252. {
  253. "name": "Michael Dowling",
  254. "email": "mtdowling@gmail.com",
  255. "homepage": "https://github.com/mtdowling"
  256. },
  257. {
  258. "name": "Tobias Schultze",
  259. "homepage": "https://github.com/Tobion"
  260. }
  261. ],
  262. "description": "PSR-7 message implementation that also provides common utility methods",
  263. "keywords": [
  264. "http",
  265. "message",
  266. "psr-7",
  267. "request",
  268. "response",
  269. "stream",
  270. "uri",
  271. "url"
  272. ],
  273. "time": "2018-12-04T20:46:45+00:00"
  274. },
  275. {
  276. "name": "kornrunner/keccak",
  277. "version": "1.0.3",
  278. "source": {
  279. "type": "git",
  280. "url": "https://github.com/kornrunner/php-keccak.git",
  281. "reference": "ad761f528f4d1e3ce378b8a0841e5f82c9973535"
  282. },
  283. "dist": {
  284. "type": "zip",
  285. "url": "https://api.github.com/repos/kornrunner/php-keccak/zipball/ad761f528f4d1e3ce378b8a0841e5f82c9973535",
  286. "reference": "ad761f528f4d1e3ce378b8a0841e5f82c9973535",
  287. "shasum": ""
  288. },
  289. "require": {
  290. "php": ">=7.1.0",
  291. "symfony/polyfill-mbstring": "^1.8"
  292. },
  293. "require-dev": {
  294. "php-coveralls/php-coveralls": "^2.1",
  295. "phpunit/phpunit": "~7"
  296. },
  297. "type": "library",
  298. "autoload": {
  299. "psr-4": {
  300. "kornrunner\\": "src"
  301. }
  302. },
  303. "notification-url": "https://packagist.org/downloads/",
  304. "license": [
  305. "MIT"
  306. ],
  307. "authors": [
  308. {
  309. "name": "Boris Momcilovic",
  310. "homepage": "https://github.com/kornrunner/php-keccak"
  311. }
  312. ],
  313. "description": "Pure PHP implementation of Keccak",
  314. "keywords": [
  315. "keccak",
  316. "sha-3",
  317. "sha3-256"
  318. ],
  319. "time": "2018-07-30T22:16:23+00:00"
  320. },
  321. {
  322. "name": "mtdowling/jmespath.php",
  323. "version": "2.4.0",
  324. "source": {
  325. "type": "git",
  326. "url": "https://github.com/jmespath/jmespath.php.git",
  327. "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac"
  328. },
  329. "dist": {
  330. "type": "zip",
  331. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
  332. "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
  333. "shasum": ""
  334. },
  335. "require": {
  336. "php": ">=5.4.0"
  337. },
  338. "require-dev": {
  339. "phpunit/phpunit": "~4.0"
  340. },
  341. "bin": [
  342. "bin/jp.php"
  343. ],
  344. "type": "library",
  345. "extra": {
  346. "branch-alias": {
  347. "dev-master": "2.0-dev"
  348. }
  349. },
  350. "autoload": {
  351. "psr-4": {
  352. "JmesPath\\": "src/"
  353. },
  354. "files": [
  355. "src/JmesPath.php"
  356. ]
  357. },
  358. "notification-url": "https://packagist.org/downloads/",
  359. "license": [
  360. "MIT"
  361. ],
  362. "authors": [
  363. {
  364. "name": "Michael Dowling",
  365. "email": "mtdowling@gmail.com",
  366. "homepage": "https://github.com/mtdowling"
  367. }
  368. ],
  369. "description": "Declaratively specify how to extract elements from a JSON document",
  370. "keywords": [
  371. "json",
  372. "jsonpath"
  373. ],
  374. "time": "2016-12-03T22:08:25+00:00"
  375. },
  376. {
  377. "name": "phpseclib/phpseclib",
  378. "version": "2.0.13",
  379. "source": {
  380. "type": "git",
  381. "url": "https://github.com/phpseclib/phpseclib.git",
  382. "reference": "42603ce3f42a27f7e14e54feab95db7b680ad473"
  383. },
  384. "dist": {
  385. "type": "zip",
  386. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/42603ce3f42a27f7e14e54feab95db7b680ad473",
  387. "reference": "42603ce3f42a27f7e14e54feab95db7b680ad473",
  388. "shasum": ""
  389. },
  390. "require": {
  391. "php": ">=5.3.3"
  392. },
  393. "require-dev": {
  394. "phing/phing": "~2.7",
  395. "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
  396. "sami/sami": "~2.0",
  397. "squizlabs/php_codesniffer": "~2.0"
  398. },
  399. "suggest": {
  400. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  401. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  402. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  403. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  404. },
  405. "type": "library",
  406. "autoload": {
  407. "files": [
  408. "phpseclib/bootstrap.php"
  409. ],
  410. "psr-4": {
  411. "phpseclib\\": "phpseclib/"
  412. }
  413. },
  414. "notification-url": "https://packagist.org/downloads/",
  415. "license": [
  416. "MIT"
  417. ],
  418. "authors": [
  419. {
  420. "name": "Jim Wigginton",
  421. "email": "terrafrost@php.net",
  422. "role": "Lead Developer"
  423. },
  424. {
  425. "name": "Patrick Monnerat",
  426. "email": "pm@datasphere.ch",
  427. "role": "Developer"
  428. },
  429. {
  430. "name": "Andreas Fischer",
  431. "email": "bantu@phpbb.com",
  432. "role": "Developer"
  433. },
  434. {
  435. "name": "Hans-Jürgen Petrich",
  436. "email": "petrich@tronic-media.com",
  437. "role": "Developer"
  438. },
  439. {
  440. "name": "Graham Campbell",
  441. "email": "graham@alt-three.com",
  442. "role": "Developer"
  443. }
  444. ],
  445. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  446. "homepage": "http://phpseclib.sourceforge.net",
  447. "keywords": [
  448. "BigInteger",
  449. "aes",
  450. "asn.1",
  451. "asn1",
  452. "blowfish",
  453. "crypto",
  454. "cryptography",
  455. "encryption",
  456. "rsa",
  457. "security",
  458. "sftp",
  459. "signature",
  460. "signing",
  461. "ssh",
  462. "twofish",
  463. "x.509",
  464. "x509"
  465. ],
  466. "time": "2018-12-16T17:45:25+00:00"
  467. },
  468. {
  469. "name": "psr/http-message",
  470. "version": "1.0.1",
  471. "source": {
  472. "type": "git",
  473. "url": "https://github.com/php-fig/http-message.git",
  474. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  475. },
  476. "dist": {
  477. "type": "zip",
  478. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  479. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  480. "shasum": ""
  481. },
  482. "require": {
  483. "php": ">=5.3.0"
  484. },
  485. "type": "library",
  486. "extra": {
  487. "branch-alias": {
  488. "dev-master": "1.0.x-dev"
  489. }
  490. },
  491. "autoload": {
  492. "psr-4": {
  493. "Psr\\Http\\Message\\": "src/"
  494. }
  495. },
  496. "notification-url": "https://packagist.org/downloads/",
  497. "license": [
  498. "MIT"
  499. ],
  500. "authors": [
  501. {
  502. "name": "PHP-FIG",
  503. "homepage": "http://www.php-fig.org/"
  504. }
  505. ],
  506. "description": "Common interface for HTTP messages",
  507. "homepage": "https://github.com/php-fig/http-message",
  508. "keywords": [
  509. "http",
  510. "http-message",
  511. "psr",
  512. "psr-7",
  513. "request",
  514. "response"
  515. ],
  516. "time": "2016-08-06T14:39:51+00:00"
  517. },
  518. {
  519. "name": "ralouphie/getallheaders",
  520. "version": "2.0.5",
  521. "source": {
  522. "type": "git",
  523. "url": "https://github.com/ralouphie/getallheaders.git",
  524. "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
  525. },
  526. "dist": {
  527. "type": "zip",
  528. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
  529. "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
  530. "shasum": ""
  531. },
  532. "require": {
  533. "php": ">=5.3"
  534. },
  535. "require-dev": {
  536. "phpunit/phpunit": "~3.7.0",
  537. "satooshi/php-coveralls": ">=1.0"
  538. },
  539. "type": "library",
  540. "autoload": {
  541. "files": [
  542. "src/getallheaders.php"
  543. ]
  544. },
  545. "notification-url": "https://packagist.org/downloads/",
  546. "license": [
  547. "MIT"
  548. ],
  549. "authors": [
  550. {
  551. "name": "Ralph Khattar",
  552. "email": "ralph.khattar@gmail.com"
  553. }
  554. ],
  555. "description": "A polyfill for getallheaders.",
  556. "time": "2016-02-11T07:05:27+00:00"
  557. },
  558. {
  559. "name": "symfony/polyfill-mbstring",
  560. "version": "v1.10.0",
  561. "source": {
  562. "type": "git",
  563. "url": "https://github.com/symfony/polyfill-mbstring.git",
  564. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
  565. },
  566. "dist": {
  567. "type": "zip",
  568. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
  569. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
  570. "shasum": ""
  571. },
  572. "require": {
  573. "php": ">=5.3.3"
  574. },
  575. "suggest": {
  576. "ext-mbstring": "For best performance"
  577. },
  578. "type": "library",
  579. "extra": {
  580. "branch-alias": {
  581. "dev-master": "1.9-dev"
  582. }
  583. },
  584. "autoload": {
  585. "psr-4": {
  586. "Symfony\\Polyfill\\Mbstring\\": ""
  587. },
  588. "files": [
  589. "bootstrap.php"
  590. ]
  591. },
  592. "notification-url": "https://packagist.org/downloads/",
  593. "license": [
  594. "MIT"
  595. ],
  596. "authors": [
  597. {
  598. "name": "Nicolas Grekas",
  599. "email": "p@tchwork.com"
  600. },
  601. {
  602. "name": "Symfony Community",
  603. "homepage": "https://symfony.com/contributors"
  604. }
  605. ],
  606. "description": "Symfony polyfill for the Mbstring extension",
  607. "homepage": "https://symfony.com",
  608. "keywords": [
  609. "compatibility",
  610. "mbstring",
  611. "polyfill",
  612. "portable",
  613. "shim"
  614. ],
  615. "time": "2018-09-21T13:07:52+00:00"
  616. }
  617. ],
  618. "packages-dev": [],
  619. "aliases": [],
  620. "minimum-stability": "stable",
  621. "stability-flags": [],
  622. "prefer-stable": false,
  623. "prefer-lowest": false,
  624. "platform": [],
  625. "platform-dev": []
  626. }