installed.json 19 KB

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