Advertisement
Guest User

Untitled

a guest
Nov 13th, 2016
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.88 KB | None | 0 0
  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. "hash": "098bacec3413d247dbb255efb93ed293",
  8. "content-hash": "52273417525b7fe1c0359374d13336db",
  9. "packages": [
  10. {
  11. "name": "bitwasp/bitcoin",
  12. "version": "v0.0.7",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/Bit-Wasp/bitcoin-php.git",
  16. "reference": "7316b7bc5fc204d972e5df3b2485366ee4cd1a18"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/Bit-Wasp/bitcoin-php/zipball/7316b7bc5fc204d972e5df3b2485366ee4cd1a18",
  21. "reference": "7316b7bc5fc204d972e5df3b2485366ee4cd1a18",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "bitwasp/buffertools": "~0.1",
  26. "bitwasp/stratum": "~0.1",
  27. "doctrine/cache": "~1.4",
  28. "ext-gmp": "",
  29. "ext-json": "",
  30. "ext-mcrypt": "",
  31. "ext-openssl": "",
  32. "fguillot/json-rpc": "0.0.1",
  33. "lastguest/murmurhash": "~1.0",
  34. "mdanter/ecc": "~0.3",
  35. "php": ">=5.4.0",
  36. "pleonasm/merkle-tree": "1.0.0",
  37. "react/react": "~0.4",
  38. "react/socket-client": "~0.4",
  39. "rgooding/protobuf-php": "~0.0",
  40. "rych/hash_pbkdf2-compat": "~1.0"
  41. },
  42. "require-dev": {
  43. "bitwasp/testing-php": "~0.0",
  44. "symfony/yaml": "~2.6"
  45. },
  46. "type": "library",
  47. "autoload": {
  48. "psr-4": {
  49. "BitWasp\Bitcoin\": "src/"
  50. }
  51. },
  52. "notification-url": "https://packagist.org/downloads/",
  53. "license": [
  54. "Unlicence"
  55. ],
  56. "authors": [
  57. {
  58. "name": "Thomas Kerin",
  59. "homepage": "https://thomaskerin.io",
  60. "role": "Author"
  61. }
  62. ],
  63. "description": "PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings",
  64. "homepage": "https://github.com/bit-wasp/bitcoin-php",
  65. "time": "2015-06-30 19:18:43"
  66. },
  67. {
  68. "name": "bitwasp/buffertools",
  69. "version": "v0.3.1",
  70. "source": {
  71. "type": "git",
  72. "url": "https://github.com/Bit-Wasp/buffertools-php.git",
  73. "reference": "23c640aa1e06943e7cf6dbb1fc540b91a0816864"
  74. },
  75. "dist": {
  76. "type": "zip",
  77. "url": "https://api.github.com/repos/Bit-Wasp/buffertools-php/zipball/23c640aa1e06943e7cf6dbb1fc540b91a0816864",
  78. "reference": "23c640aa1e06943e7cf6dbb1fc540b91a0816864",
  79. "shasum": ""
  80. },
  81. "require": {
  82. "mdanter/ecc": "~0.4"
  83. },
  84. "require-dev": {
  85. "phpunit/phpunit": "~5.0",
  86. "satooshi/php-coveralls": "~0.6.1",
  87. "squizlabs/php_codesniffer": "~2.0"
  88. },
  89. "type": "library",
  90. "autoload": {
  91. "psr-4": {
  92. "BitWasp\Buffertools\": "src/Buffertools/"
  93. }
  94. },
  95. "notification-url": "https://packagist.org/downloads/",
  96. "license": [
  97. "MIT"
  98. ],
  99. "authors": [
  100. {
  101. "name": "Thomas Kerin",
  102. "homepage": "https://thomaskerin.io"
  103. },
  104. {
  105. "name": "Ruben de Vries",
  106. "email": "ruben@rubensayshi.com"
  107. }
  108. ],
  109. "description": "Toolbox for working with binary and hex data. Similar to NodeJS Buffer.",
  110. "time": "2016-07-05 00:38:54"
  111. },
  112. {
  113. "name": "bitwasp/stratum",
  114. "version": "v0.1.0",
  115. "source": {
  116. "type": "git",
  117. "url": "https://github.com/Bit-Wasp/stratum-php.git",
  118. "reference": "1630d0ba7f86c52e70001bd04a088415dfcfc810"
  119. },
  120. "dist": {
  121. "type": "zip",
  122. "url": "https://api.github.com/repos/Bit-Wasp/stratum-php/zipball/1630d0ba7f86c52e70001bd04a088415dfcfc810",
  123. "reference": "1630d0ba7f86c52e70001bd04a088415dfcfc810",
  124. "shasum": ""
  125. },
  126. "require": {
  127. "fguillot/json-rpc": "0.0.1",
  128. "react/socket-client": "0.4."
  129. },
  130. "require-dev": {
  131. "bitwasp/testing-php": "0.0.3"
  132. },
  133. "type": "library",
  134. "autoload": {
  135. "psr-4": {
  136. "BitWasp\Stratum\": "src/"
  137. }
  138. },
  139. "notification-url": "https://packagist.org/downloads/",
  140. "authors": [
  141. {
  142. "name": "Thomas Kerin",
  143. "homepage": "https://thomaskerin.io",
  144. "role": "Author"
  145. }
  146. ],
  147. "description": "library for interfacing with stratum servers, used to serve both bitcoin mining and electrum clients",
  148. "homepage": "https://github.com/Bit-Wasp/stratum-php",
  149. "time": "2015-05-16 23:04:04"
  150. },
  151. {
  152. "name": "blockcypher/php-client",
  153. "version": "v1.3.1",
  154. "source": {
  155. "type": "git",
  156. "url": "https://github.com/blockcypher/php-client.git",
  157. "reference": "8d38fcdbd4114e5f51b5828ccbb49a0ef787d276"
  158. },
  159. "dist": {
  160. "type": "zip",
  161. "url": "https://api.github.com/repos/blockcypher/php-client/zipball/8d38fcdbd4114e5f51b5828ccbb49a0ef787d276",
  162. "reference": "8d38fcdbd4114e5f51b5828ccbb49a0ef787d276",
  163. "shasum": ""
  164. },
  165. "require": {
  166. "bitwasp/bitcoin": "0.0.7",
  167. "ext-curl": "",
  168. "ext-json": "",
  169. "php": ">=5.4.0"
  170. },
  171. "require-dev": {
  172. "fabpot/goutte": "1.0.",
  173. "phpunit/phpunit": "4.6."
  174. },
  175. "type": "library",
  176. "autoload": {
  177. "psr-0": {
  178. "BlockCypher": "lib/"
  179. }
  180. },
  181. "notification-url": "https://packagist.org/downloads/",
  182. "license": [
  183. "Apache2"
  184. ],
  185. "authors": [
  186. {
  187. "name": "BlockCypher",
  188. "homepage": "https://github.com/blockcypher/php-client/contributors"
  189. }
  190. ],
  191. "description": "BlockCypher's PHP SDK for REST API",
  192. "homepage": "https://github.com/blockcypher/php-client",
  193. "keywords": [
  194. "bitcoin",
  195. "blockchain",
  196. "blockcypher",
  197. "rest",
  198. "sdk"
  199. ],
  200. "time": "2016-06-15 22:13:40"
  201. },
  202. {
  203. "name": "doctrine/cache",
  204. "version": "v1.6.1",
  205. "source": {
  206. "type": "git",
  207. "url": "https://github.com/doctrine/cache.git",
  208. "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
  209. },
  210. "dist": {
  211. "type": "zip",
  212. "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
  213. "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
  214. "shasum": ""
  215. },
  216. "require": {
  217. "php": "~5.5|~7.0"
  218. },
  219. "conflict": {
  220. "doctrine/common": ">2.2,<2.4"
  221. },
  222. "require-dev": {
  223. "phpunit/phpunit": "~4.8|~5.0",
  224. "predis/predis": "~1.0",
  225. "satooshi/php-coveralls": "~0.6"
  226. },
  227. "type": "library",
  228. "extra": {
  229. "branch-alias": {
  230. "dev-master": "1.6.x-dev"
  231. }
  232. },
  233. "autoload": {
  234. "psr-4": {
  235. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  236. }
  237. },
  238. "notification-url": "https://packagist.org/downloads/",
  239. "license": [
  240. "MIT"
  241. ],
  242. "authors": [
  243. {
  244. "name": "Roman Borschel",
  245. "email": "roman@code-factory.org"
  246. },
  247. {
  248. "name": "Benjamin Eberlei",
  249. "email": "kontakt@beberlei.de"
  250. },
  251. {
  252. "name": "Guilherme Blanco",
  253. "email": "guilhermeblanco@gmail.com"
  254. },
  255. {
  256. "name": "Jonathan Wage",
  257. "email": "jonwage@gmail.com"
  258. },
  259. {
  260. "name": "Johannes Schmitt",
  261. "email": "schmittjoh@gmail.com"
  262. }
  263. ],
  264. "description": "Caching library offering an object-oriented API for many cache backends",
  265. "homepage": "http://www.doctrine-project.org",
  266. "keywords": [
  267. "cache",
  268. "caching"
  269. ],
  270. "time": "2016-10-29 11:16:17"
  271. },
  272. {
  273. "name": "evenement/evenement",
  274. "version": "v2.0.0",
  275. "source": {
  276. "type": "git",
  277. "url": "https://github.com/igorw/evenement.git",
  278. "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e"
  279. },
  280. "dist": {
  281. "type": "zip",
  282. "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
  283. "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
  284. "shasum": ""
  285. },
  286. "require": {
  287. "php": ">=5.4.0"
  288. },
  289. "type": "library",
  290. "extra": {
  291. "branch-alias": {
  292. "dev-master": "2.0-dev"
  293. }
  294. },
  295. "autoload": {
  296. "psr-0": {
  297. "Evenement": "src"
  298. }
  299. },
  300. "notification-url": "https://packagist.org/downloads/",
  301. "license": [
  302. "MIT"
  303. ],
  304. "authors": [
  305. {
  306. "name": "Igor Wiedler",
  307. "email": "igor@wiedler.ch",
  308. "homepage": "http://wiedler.ch/igor/"
  309. }
  310. ],
  311. "description": "Événement is a very simple event dispatching library for PHP",
  312. "keywords": [
  313. "event-dispatcher",
  314. "event-emitter"
  315. ],
  316. "time": "2012-11-02 14:49:47"
  317. },
  318. {
  319. "name": "fgrosse/phpasn1",
  320. "version": "1.5.2",
  321. "source": {
  322. "type": "git",
  323. "url": "https://github.com/fgrosse/PHPASN1.git",
  324. "reference": "a18b162eca6aa70f8f15615f4ac8c852dffbc7dd"
  325. },
  326. "dist": {
  327. "type": "zip",
  328. "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/a18b162eca6aa70f8f15615f4ac8c852dffbc7dd",
  329. "reference": "a18b162eca6aa70f8f15615f4ac8c852dffbc7dd",
  330. "shasum": ""
  331. },
  332. "require": {
  333. "ext-gmp": "",
  334. "php": ">=5.6.0"
  335. },
  336. "require-dev": {
  337. "phpunit/phpunit": "~4.5",
  338. "satooshi/php-coveralls": "dev-master"
  339. },
  340. "suggest": {
  341. "php-curl": "For loading OID information from the web if they have not bee defined statically"
  342. },
  343. "type": "library",
  344. "extra": {
  345. "branch-alias": {
  346. "dev-master": "1.5.x-dev"
  347. }
  348. },
  349. "autoload": {
  350. "psr-4": {
  351. "FG\": "lib/"
  352. }
  353. },
  354. "notification-url": "https://packagist.org/downloads/",
  355. "license": [
  356. "MIT"
  357. ],
  358. "authors": [
  359. {
  360. "name": "Friedrich Große",
  361. "email": "friedrich.grosse@gmail.com",
  362. "homepage": "https://github.com/FGrosse",
  363. "role": "Author"
  364. },
  365. {
  366. "name": "All contributors",
  367. "homepage": "https://github.com/FGrosse/PHPASN1/contributors"
  368. }
  369. ],
  370. "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
  371. "homepage": "https://github.com/FGrosse/PHPASN1",
  372. "keywords": [
  373. "DER",
  374. "asn.1",
  375. "asn1",
  376. "ber",
  377. "binary",
  378. "decoding",
  379. "encoding",
  380. "x.509",
  381. "x.690",
  382. "x509",
  383. "x690"
  384. ],
  385. "time": "2016-10-29 15:46:46"
  386. },
  387. {
  388. "name": "fguillot/json-rpc",
  389. "version": "v0.0.1",
  390. "source": {
  391. "type": "git",
  392. "url": "https://github.com/fguillot/JsonRPC.git",
  393. "reference": "86e8339205616ad9b09d581957cc084a99c0ed27"
  394. },
  395. "dist": {
  396. "type": "zip",
  397. "url": "https://api.github.com/repos/fguillot/JsonRPC/zipball/86e8339205616ad9b09d581957cc084a99c0ed27",
  398. "reference": "86e8339205616ad9b09d581957cc084a99c0ed27",
  399. "shasum": ""
  400. },
  401. "require": {
  402. "php": ">=5.3.0"
  403. },
  404. "type": "library",
  405. "autoload": {
  406. "psr-0": {
  407. "JsonRPC": "src/"
  408. }
  409. },
  410. "notification-url": "https://packagist.org/downloads/",
  411. "license": [
  412. "Unlicense"
  413. ],
  414. "authors": [
  415. {
  416. "name": "Frédéric Guillot",
  417. "homepage": "http://fredericguillot.com"
  418. }
  419. ],
  420. "description": "A simple Json-RPC client/server library that just works",
  421. "homepage": "https://github.com/fguillot/JsonRPC",
  422. "time": "2014-11-22 20:32:14"
  423. },
  424. {
  425. "name": "guzzlehttp/psr7",
  426. "version": "1.3.1",
  427. "source": {
  428. "type": "git",
  429. "url": "https://github.com/guzzle/psr7.git",
  430. "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
  431. },
  432. "dist": {
  433. "type": "zip",
  434. "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
  435. "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
  436. "shasum": ""
  437. },
  438. "require": {
  439. "php": ">=5.4.0",
  440. "psr/http-message": "~1.0"
  441. },
  442. "provide": {
  443. "psr/http-message-implementation": "1.0"
  444. },
  445. "require-dev": {
  446. "phpunit/phpunit": "~4.0"
  447. },
  448. "type": "library",
  449. "extra": {
  450. "branch-alias": {
  451. "dev-master": "1.4-dev"
  452. }
  453. },
  454. "autoload": {
  455. "psr-4": {
  456. "GuzzleHttp\Psr7\": "src/"
  457. },
  458. "files": [
  459. "src/functions_include.php"
  460. ]
  461. },
  462. "notification-url": "https://packagist.org/downloads/",
  463. "license": [
  464. "MIT"
  465. ],
  466. "authors": [
  467. {
  468. "name": "Michael Dowling",
  469. "email": "mtdowling@gmail.com",
  470. "homepage": "https://github.com/mtdowling"
  471. }
  472. ],
  473. "description": "PSR-7 message implementation",
  474. "keywords": [
  475. "http",
  476. "message",
  477. "stream",
  478. "uri"
  479. ],
  480. "time": "2016-06-24 23:00:38"
  481. },
  482. {
  483. "name": "lastguest/murmurhash",
  484. "version": "1.3.0",
  485. "source": {
  486. "type": "git",
  487. "url": "https://github.com/lastguest/murmurhash-php.git",
  488. "reference": "8eb06483456bc98f5adb7707d981a8ef6a065fa2"
  489. },
  490. "dist": {
  491. "type": "zip",
  492. "url": "https://api.github.com/repos/lastguest/murmurhash-php/zipball/8eb06483456bc98f5adb7707d981a8ef6a065fa2",
  493. "reference": "8eb06483456bc98f5adb7707d981a8ef6a065fa2",
  494. "shasum": ""
  495. },
  496. "require": {
  497. "php": ">=4.3"
  498. },
  499. "type": "library",
  500. "autoload": {
  501. "files": [
  502. "murmurhash3.php"
  503. ]
  504. },
  505. "notification-url": "https://packagist.org/downloads/",
  506. "license": [
  507. "MIT"
  508. ],
  509. "authors": [
  510. {
  511. "name": "Stefano Azzolini",
  512. "email": "lastguest@gmail.com",
  513. "homepage": "https://github.com/lastguest/murmurhash-php"
  514. }
  515. ],
  516. "description": "MurmurHash3 Hash",
  517. "homepage": "https://github.com/lastguest/murmurhash-php",
  518. "keywords": [
  519. "hash",
  520. "hashing",
  521. "murmur"
  522. ],
  523. "time": "2016-05-16 23:22:58"
  524. },
  525. {
  526. "name": "mdanter/ecc",
  527. "version": "v0.4.0",
  528. "source": {
  529. "type": "git",
  530. "url": "https://github.com/phpecc/phpecc.git",
  531. "reference": "d8e34259357260ff74a07fd7550cb43cf0fd8aa9"
  532. },
  533. "dist": {
  534. "type": "zip",
  535. "url": "https://api.github.com/repos/phpecc/phpecc/zipball/d8e34259357260ff74a07fd7550cb43cf0fd8aa9",
  536. "reference": "d8e34259357260ff74a07fd7550cb43cf0fd8aa9",
  537. "shasum": ""
  538. },
  539. "require": {
  540. "ext-gmp": "",
  541. "fgrosse/phpasn1": "~1.5",
  542. "paragonie/random_compat": "1.4.1|2.0.2",
  543. "php": ">=5.6.0"
  544. },
  545. "require-dev": {
  546. "phpunit/phpunit": "~4.1|~5.0",
  547. "squizlabs/php_codesniffer": "~2",
  548. "symfony/yaml": "~2.6|~3.0"
  549. },
  550. "type": "library",
  551. "autoload": {
  552. "psr-4": {
  553. "Mdanter\Ecc\": "src/"
  554. }
  555. },
  556. "notification-url": "https://packagist.org/downloads/",
  557. "license": [
  558. "MIT"
  559. ],
  560. "authors": [
  561. {
  562. "name": "Matyas Danter",
  563. "homepage": "http://matejdanter.com/",
  564. "role": "Author"
  565. },
  566. {
  567. "name": "Thibaud Fabre",
  568. "email": "thibaud@aztech.io",
  569. "homepage": "http://aztech.io",
  570. "role": "Maintainer"
  571. }
  572. ],
  573. "description": "PHP Elliptic Curve Cryptography library",
  574. "homepage": "https://github.com/phpecc/phpecc",
  575. "keywords": [
  576. "Diffie",
  577. "ECDSA",
  578. "Hellman",
  579. "curve",
  580. "ecdh",
  581. "elliptic",
  582. "nistp192",
  583. "nistp224",
  584. "nistp256",
  585. "nistp521",
  586. "phpecc",
  587. "secp256k1"
  588. ],
  589. "time": "2016-06-26 18:37:24"
  590. },
  591. {
  592. "name": "paragonie/random_compat",
  593. "version": "v2.0.2",
  594. "source": {
  595. "type": "git",
  596. "url": "https://github.com/paragonie/random_compat.git",
  597. "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf"
  598. },
  599. "dist": {
  600. "type": "zip",
  601. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf",
  602. "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf",
  603. "shasum": ""
  604. },
  605. "require": {
  606. "php": ">=5.2.0"
  607. },
  608. "require-dev": {
  609. "phpunit/phpunit": "4.|5."
  610. },
  611. "suggest": {
  612. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  613. },
  614. "type": "library",
  615. "autoload": {
  616. "files": [
  617. "lib/random.php"
  618. ]
  619. },
  620. "notification-url": "https://packagist.org/downloads/",
  621. "license": [
  622. "MIT"
  623. ],
  624. "authors": [
  625. {
  626. "name": "Paragon Initiative Enterprises",
  627. "email": "security@paragonie.com",
  628. "homepage": "https://paragonie.com"
  629. }
  630. ],
  631. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  632. "keywords": [
  633. "csprng",
  634. "pseudorandom",
  635. "random"
  636. ],
  637. "time": "2016-04-03 06:00:07"
  638. },
  639. {
  640. "name": "pleonasm/merkle-tree",
  641. "version": "1.0.0",
  642. "source": {
  643. "type": "git",
  644. "url": "https://github.com/pleonasm/merkle-tree.git",
  645. "reference": "9ddc9d0a0e396750fada378f3aa90f6c02dd56a1"
  646. },
  647. "dist": {
  648. "type": "zip",
  649. "url": "https://api.github.com/repos/pleonasm/merkle-tree/zipball/9ddc9d0a0e396750fada378f3aa90f6c02dd56a1",
  650. "reference": "9ddc9d0a0e396750fada378f3aa90f6c02dd56a1",
  651. "shasum": ""
  652. },
  653. "require": {
  654. "php": ">=5.4.0"
  655. },
  656. "require-dev": {
  657. "ext-xdebug": ">=2.2.0",
  658. "phpunit/php-invoker": ">=1.0.0,<1.2.0",
  659. "phpunit/phpunit": "3.7.19",
  660. "satooshi/php-coveralls": "@dev",
  661. "squizlabs/php_codesniffer": ""
  662. },
  663. "type": "library",
  664. "autoload": {
  665. "psr-0": {
  666. "Pleo": "src/"
  667. }
  668. },
  669. "notification-url": "https://packagist.org/downloads/",
  670. "license": [
  671. "BSD-2-Clause"
  672. ],
  673. "authors": [
  674. {
  675. "name": "Matthew Nagi",
  676. "email": "matthew.nagi@base-2.net"
  677. }
  678. ],
  679. "description": "An implementation of a Merkle Tree in PHP",
  680. "time": "2013-05-22 20:46:20"
  681. },
  682. {
  683. "name": "psr/http-message",
  684. "version": "1.0.1",
  685. "source": {
  686. "type": "git",
  687. "url": "https://github.com/php-fig/http-message.git",
  688. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  689. },
  690. "dist": {
  691. "type": "zip",
  692. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  693. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  694. "shasum": ""
  695. },
  696. "require": {
  697. "php": ">=5.3.0"
  698. },
  699. "type": "library",
  700. "extra": {
  701. "branch-alias": {
  702. "dev-master": "1.0.x-dev"
  703. }
  704. },
  705. "autoload": {
  706. "psr-4": {
  707. "Psr\Http\Message\": "src/"
  708. }
  709. },
  710. "notification-url": "https://packagist.org/downloads/",
  711. "license": [
  712. "MIT"
  713. ],
  714. "authors": [
  715. {
  716. "name": "PHP-FIG",
  717. "homepage": "http://www.php-fig.org/"
  718. }
  719. ],
  720. "description": "Common interface for HTTP messages",
  721. "homepage": "https://github.com/php-fig/http-message",
  722. "keywords": [
  723. "http",
  724. "http-message",
  725. "psr",
  726. "psr-7",
  727. "request",
  728. "response"
  729. ],
  730. "time": "2016-08-06 14:39:51"
  731. },
  732. {
  733. "name": "react/cache",
  734. "version": "v0.4.1",
  735. "source": {
  736. "type": "git",
  737. "url": "https://github.com/reactphp/cache.git",
  738. "reference": "558f614891341b1d817a8cdf9a358948ec49638f"
  739. },
  740. "dist": {
  741. "type": "zip",
  742. "url": "https://api.github.com/repos/reactphp/cache/zipball/558f614891341b1d817a8cdf9a358948ec49638f",
  743. "reference": "558f614891341b1d817a8cdf9a358948ec49638f",
  744. "shasum": ""
  745. },
  746. "require": {
  747. "php": ">=5.3.0",
  748. "react/promise": "~2.0|~1.1"
  749. },
  750. "type": "library",
  751. "autoload": {
  752. "psr-4": {
  753. "React\Cache\": "src\"
  754. }
  755. },
  756. "notification-url": "https://packagist.org/downloads/",
  757. "license": [
  758. "MIT"
  759. ],
  760. "description": "Async caching.",
  761. "keywords": [
  762. "cache"
  763. ],
  764. "time": "2016-02-25 18:17:16"
  765. },
  766. {
  767. "name": "react/child-process",
  768. "version": "v0.4.1",
  769. "source": {
  770. "type": "git",
  771. "url": "https://github.com/reactphp/child-process.git",
  772. "reference": "3ab4f83c6f6c5862f7ca28d999a92d327472a671"
  773. },
  774. "dist": {
  775. "type": "zip",
  776. "url": "https://api.github.com/repos/reactphp/child-process/zipball/3ab4f83c6f6c5862f7ca28d999a92d327472a671",
  777. "reference": "3ab4f83c6f6c5862f7ca28d999a92d327472a671",
  778. "shasum": ""
  779. },
  780. "require": {
  781. "evenement/evenement": "~2.0",
  782. "php": ">=5.4.0",
  783. "react/event-loop": "0.4.",
  784. "react/stream": "~0.4.2"
  785. },
  786. "require-dev": {
  787. "sebastian/environment": "~1.0"
  788. },
  789. "type": "library",
  790. "autoload": {
  791. "psr-4": {
  792. "React\ChildProcess\": "src"
  793. }
  794. },
  795. "notification-url": "https://packagist.org/downloads/",
  796. "license": [
  797. "MIT"
  798. ],
  799. "description": "Library for executing child processes.",
  800. "keywords": [
  801. "process"
  802. ],
  803. "time": "2016-08-01 18:09:48"
  804. },
  805. {
  806. "name": "react/dns",
  807. "version": "v0.4.3",
  808. "source": {
  809. "type": "git",
  810. "url": "https://github.com/reactphp/dns.git",
  811. "reference": "751b3129556e04944f164e3556a20ca6e201e459"
  812. },
  813. "dist": {
  814. "type": "zip",
  815. "url": "https://api.github.com/repos/reactphp/dns/zipball/751b3129556e04944f164e3556a20ca6e201e459",
  816. "reference": "751b3129556e04944f164e3556a20ca6e201e459",
  817. "shasum": ""
  818. },
  819. "require": {
  820. "php": ">=5.3.0",
  821. "react/cache": "~0.4.0|~0.3.0",
  822. "react/promise": "~2.1|~1.2",
  823. "react/socket": "~0.4.0|~0.3.0"
  824. },
  825. "type": "library",
  826. "autoload": {
  827. "psr-4": {
  828. "React\Dns\": "src"
  829. }
  830. },
  831. "notification-url": "https://packagist.org/downloads/",
  832. "license": [
  833. "MIT"
  834. ],
  835. "description": "Async DNS resolver.",
  836. "keywords": [
  837. "dns",
  838. "dns-resolver"
  839. ],
  840. "time": "2016-08-01 10:09:07"
  841. },
  842. {
  843. "name": "react/event-loop",
  844. "version": "v0.4.2",
  845. "source": {
  846. "type": "git",
  847. "url": "https://github.com/reactphp/event-loop.git",
  848. "reference": "164799f73175e1c80bba92a220ea35df6ca371dd"
  849. },
  850. "dist": {
  851. "type": "zip",
  852. "url": "https://api.github.com/repos/reactphp/event-loop/zipball/164799f73175e1c80bba92a220ea35df6ca371dd",
  853. "reference": "164799f73175e1c80bba92a220ea35df6ca371dd",
  854. "shasum": ""
  855. },
  856. "require": {
  857. "php": ">=5.4.0"
  858. },
  859. "suggest": {
  860. "ext-event": "~1.0",
  861. "ext-libev": "",
  862. "ext-libevent": ">=0.1.0"
  863. },
  864. "type": "library",
  865. "extra": {
  866. "branch-alias": {
  867. "dev-master": "0.5-dev"
  868. }
  869. },
  870. "autoload": {
  871. "psr-4": {
  872. "React\EventLoop\": "src"
  873. }
  874. },
  875. "notification-url": "https://packagist.org/downloads/",
  876. "license": [
  877. "MIT"
  878. ],
  879. "description": "Event loop abstraction layer that libraries can use for evented I/O.",
  880. "keywords": [
  881. "asynchronous",
  882. "event-loop"
  883. ],
  884. "time": "2016-03-08 02:09:32"
  885. },
  886. {
  887. "name": "react/http",
  888. "version": "v0.4.1",
  889. "source": {
  890. "type": "git",
  891. "url": "https://github.com/reactphp/http.git",
  892. "reference": "f575989d67b7db0a65f5dd7e431d8f47af6c2f7b"
  893. },
  894. "dist": {
  895. "type": "zip",
  896. "url": "https://api.github.com/repos/reactphp/http/zipball/f575989d67b7db0a65f5dd7e431d8f47af6c2f7b",
  897. "reference": "f575989d67b7db0a65f5dd7e431d8f47af6c2f7b",
  898. "shasum": ""
  899. },
  900. "require": {
  901. "evenement/evenement": "^2.0",
  902. "guzzlehttp/psr7": "^1.0",
  903. "php": ">=5.4.0",
  904. "react/socket": "^0.4",
  905. "react/stream": "^0.4"
  906. },
  907. "type": "library",
  908. "extra": {
  909. "branch-alias": {
  910. "dev-master": "0.5-dev"
  911. }
  912. },
  913. "autoload": {
  914. "psr-4": {
  915. "React\Http\": "src"
  916. }
  917. },
  918. "notification-url": "https://packagist.org/downloads/",
  919. "license": [
  920. "MIT"
  921. ],
  922. "description": "Library for building an evented http server.",
  923. "keywords": [
  924. "http"
  925. ],
  926. "time": "2015-05-21 20:12:09"
  927. },
  928. {
  929. "name": "react/http-client",
  930. "version": "v0.4.14",
  931. "source": {
  932. "type": "git",
  933. "url": "https://github.com/reactphp/http-client.git",
  934. "reference": "24104ddd30a2a76d0697c05950ba2ae43b51de3f"
  935. },
  936. "dist": {
  937. "type": "zip",
  938. "url": "https://api.github.com/repos/reactphp/http-client/zipball/24104ddd30a2a76d0697c05950ba2ae43b51de3f",
  939. "reference": "24104ddd30a2a76d0697c05950ba2ae43b51de3f",
  940. "shasum": ""
  941. },
  942. "require": {
  943. "evenement/evenement": "~2.0",
  944. "guzzlehttp/psr7": "^1.0",
  945. "php": ">=5.4.0",
  946. "react/dns": "0.4.",
  947. "react/event-loop": "0.4.",
  948. "react/promise": "~2.2",
  949. "react/socket-client": "^0.5 || ^0.4 || ^0.3",
  950. "react/stream": "0.4."
  951. },
  952. "type": "library",
  953. "autoload": {
  954. "psr-4": {
  955. "React\HttpClient\": "src"
  956. }
  957. },
  958. "notification-url": "https://packagist.org/downloads/",
  959. "license": [
  960. "MIT"
  961. ],
  962. "description": "Asynchronous HTTP client library.",
  963. "keywords": [
  964. "http"
  965. ],
  966. "time": "2016-10-28 18:03:41"
  967. },
  968. {
  969. "name": "react/promise",
  970. "version": "v2.4.1",
  971. "source": {
  972. "type": "git",
  973. "url": "https://github.com/reactphp/promise.git",
  974. "reference": "8025426794f1944de806618671d4fa476dc7626f"
  975. },
  976. "dist": {
  977. "type": "zip",
  978. "url": "https://api.github.com/repos/reactphp/promise/zipball/8025426794f1944de806618671d4fa476dc7626f",
  979. "reference": "8025426794f1944de806618671d4fa476dc7626f",
  980. "shasum": ""
  981. },
  982. "require": {
  983. "php": ">=5.4.0"
  984. },
  985. "type": "library",
  986. "extra": {
  987. "branch-alias": {
  988. "dev-master": "2.0-dev"
  989. }
  990. },
  991. "autoload": {
  992. "psr-4": {
  993. "React\Promise\": "src/"
  994. },
  995. "files": [
  996. "src/functions_include.php"
  997. ]
  998. },
  999. "notification-url": "https://packagist.org/downloads/",
  1000. "license": [
  1001. "MIT"
  1002. ],
  1003. "authors": [
  1004. {
  1005. "name": "Jan Sorgalla",
  1006. "email": "jsorgalla@gmail.com"
  1007. }
  1008. ],
  1009. "description": "A lightweight implementation of CommonJS Promises/A for PHP",
  1010. "time": "2016-05-03 17:50:52"
  1011. },
  1012. {
  1013. "name": "react/react",
  1014. "version": "v0.4.2",
  1015. "source": {
  1016. "type": "git",
  1017. "url": "https://github.com/reactphp/react.git",
  1018. "reference": "457b6b8a16a37c11278cac0870d6d2ff911c5765"
  1019. },
  1020. "dist": {
  1021. "type": "zip",
  1022. "url": "https://api.github.com/repos/reactphp/react/zipball/457b6b8a16a37c11278cac0870d6d2ff911c5765",
  1023. "reference": "457b6b8a16a37c11278cac0870d6d2ff911c5765",
  1024. "shasum": ""
  1025. },
  1026. "require": {
  1027. "php": ">=5.4.0",
  1028. "react/cache": "0.4.",
  1029. "react/child-process": "0.4.",
  1030. "react/dns": "0.4.",
  1031. "react/event-loop": "0.4.",
  1032. "react/http": "0.4.",
  1033. "react/http-client": "0.4.",
  1034. "react/promise": "~2.1",
  1035. "react/socket": "0.4.",
  1036. "react/socket-client": "0.4.",
  1037. "react/stream": "0.4."
  1038. },
  1039. "require-dev": {
  1040. "phpunit/phpunit": "~4.0"
  1041. },
  1042. "suggest": {
  1043. "ext-event": "Allows for use of a more performant event-loop implementation.",
  1044. "ext-libev": "Allows for use of a more performant event-loop implementation.",
  1045. "ext-libevent": "Allows for use of a more performant event-loop implementation."
  1046. },
  1047. "type": "library",
  1048. "extra": {
  1049. "branch-alias": {
  1050. "dev-master": "0.5-dev"
  1051. }
  1052. },
  1053. "notification-url": "https://packagist.org/downloads/",
  1054. "license": [
  1055. "MIT"
  1056. ],
  1057. "description": "Nuclear Reactor written in PHP.",
  1058. "keywords": [
  1059. "asynchronous",
  1060. "event-loop",
  1061. "reactor"
  1062. ],
  1063. "time": "2014-12-11 02:06:55"
  1064. },
  1065. {
  1066. "name": "react/socket",
  1067. "version": "v0.4.3",
  1068. "source": {
  1069. "type": "git",
  1070. "url": "https://github.com/reactphp/socket.git",
  1071. "reference": "ce015ec5879b96f5d30905f035f223aa85013fcc"
  1072. },
  1073. "dist": {
  1074. "type": "zip",
  1075. "url": "https://api.github.com/repos/reactphp/socket/zipball/ce015ec5879b96f5d30905f035f223aa85013fcc",
  1076. "reference": "ce015ec5879b96f5d30905f035f223aa85013fcc",
  1077. "shasum": ""
  1078. },
  1079. "require": {
  1080. "evenement/evenement": "~2.0|~1.0",
  1081. "php": ">=5.3.0",
  1082. "react/event-loop": "0.4.|0.3.",
  1083. "react/stream": "0.4.|0.3."
  1084. },
  1085. "type": "library",
  1086. "extra": {
  1087. "branch-alias": {
  1088. "dev-master": "0.4-dev"
  1089. }
  1090. },
  1091. "autoload": {
  1092. "psr-4": {
  1093. "React\Socket\": "src"
  1094. }
  1095. },
  1096. "notification-url": "https://packagist.org/downloads/",
  1097. "license": [
  1098. "MIT"
  1099. ],
  1100. "description": "Library for building an evented socket server.",
  1101. "keywords": [
  1102. "Socket"
  1103. ],
  1104. "time": "2016-03-01 20:10:35"
  1105. },
  1106. {
  1107. "name": "react/socket-client",
  1108. "version": "v0.4.5",
  1109. "source": {
  1110. "type": "git",
  1111. "url": "https://github.com/reactphp/socket-client.git",
  1112. "reference": "a25539f2cd30b4be56e35de9f96f6aa744246cc2"
  1113. },
  1114. "dist": {
  1115. "type": "zip",
  1116. "url": "https://api.github.com/repos/reactphp/socket-client/zipball/a25539f2cd30b4be56e35de9f96f6aa744246cc2",
  1117. "reference": "a25539f2cd30b4be56e35de9f96f6aa744246cc2",
  1118. "shasum": ""
  1119. },
  1120. "require": {
  1121. "php": ">=5.4.0",
  1122. "react/dns": "0.4.",
  1123. "react/event-loop": "0.4.",
  1124. "react/promise": "~2.0",
  1125. "react/stream": "0.4."
  1126. },
  1127. "type": "library",
  1128. "extra": {
  1129. "branch-alias": {
  1130. "dev-master": "0.4-dev"
  1131. }
  1132. },
  1133. "autoload": {
  1134. "psr-4": {
  1135. "React\SocketClient\": "src"
  1136. }
  1137. },
  1138. "notification-url": "https://packagist.org/downloads/",
  1139. "license": [
  1140. "MIT"
  1141. ],
  1142. "description": "Async connector to open TCP/IP and SSL/TLS based connections.",
  1143. "keywords": [
  1144. "Socket"
  1145. ],
  1146. "time": "2016-03-27 18:31:39"
  1147. },
  1148. {
  1149. "name": "react/stream",
  1150. "version": "v0.4.4",
  1151. "source": {
  1152. "type": "git",
  1153. "url": "https://github.com/reactphp/stream.git",
  1154. "reference": "fcc9e7cea126962cff303c90c05e2efdcec09a27"
  1155. },
  1156. "dist": {
  1157. "type": "zip",
  1158. "url": "https://api.github.com/repos/reactphp/stream/zipball/fcc9e7cea126962cff303c90c05e2efdcec09a27",
  1159. "reference": "fcc9e7cea126962cff303c90c05e2efdcec09a27",
  1160. "shasum": ""
  1161. },
  1162. "require": {
  1163. "evenement/evenement": "^2.0|^1.0",
  1164. "php": ">=5.3.8"
  1165. },
  1166. "require-dev": {
  1167. "clue/stream-filter": "~1.2",
  1168. "react/event-loop": "^0.4|^0.3",
  1169. "react/promise": "^2.0|^1.0"
  1170. },
  1171. "suggest": {
  1172. "react/event-loop": "^0.4",
  1173. "react/promise": "^2.0"
  1174. },
  1175. "type": "library",
  1176. "autoload": {
  1177. "psr-4": {
  1178. "React\Stream\": "src"
  1179. }
  1180. },
  1181. "notification-url": "https://packagist.org/downloads/",
  1182. "license": [
  1183. "MIT"
  1184. ],
  1185. "description": "Basic readable and writable stream interfaces that support piping.",
  1186. "keywords": [
  1187. "pipe",
  1188. "stream"
  1189. ],
  1190. "time": "2016-08-22 09:51:07"
  1191. },
  1192. {
  1193. "name": "rgooding/protobuf-php",
  1194. "version": "0.0.1",
  1195. "source": {
  1196. "type": "git",
  1197. "url": "https://github.com/rgooding/Protobuf-PHP.git",
  1198. "reference": "d688d7894d65d80a38846e0b622b9a2cd7fd4d68"
  1199. },
  1200. "dist": {
  1201. "type": "zip",
  1202. "url": "https://api.github.com/repos/rgooding/Protobuf-PHP/zipball/d688d7894d65d80a38846e0b622b9a2cd7fd4d68",
  1203. "reference": "d688d7894d65d80a38846e0b622b9a2cd7fd4d68",
  1204. "shasum": ""
  1205. },
  1206. "require": {
  1207. "php": ">=5.3.0"
  1208. },
  1209. "bin": [
  1210. "protoc-gen-php.bat",
  1211. "protoc-gen-php.php"
  1212. ],
  1213. "type": "library",
  1214. "autoload": {
  1215. "psr-0": {
  1216. "DrSlump": "library/"
  1217. }
  1218. },
  1219. "notification-url": "https://packagist.org/downloads/",
  1220. "license": [
  1221. "MIT"
  1222. ],
  1223. "authors": [
  1224. {
  1225. "name": "Iván -DrSlump- Montes",
  1226. "email": "drslump@pollinimini.net",
  1227. "homepage": "https://github.com/drslump/Protobuf-PHP"
  1228. },
  1229. {
  1230. "name": "Richard Gooding",
  1231. "email": "richard.gooding@justdevelop.it"
  1232. }
  1233. ],
  1234. "description": "PHP implementation of Google's Protocol Buffers",
  1235. "homepage": "https://github.com/rgooding/Protobuf-PHP",
  1236. "keywords": [
  1237. "protobuf",
  1238. "protocol buffer",
  1239. "serializing"
  1240. ],
  1241. "time": "2013-05-29 14:39:13"
  1242. },
  1243. {
  1244. "name": "rych/hash_pbkdf2-compat",
  1245. "version": "v1.0.1",
  1246. "source": {
  1247. "type": "git",
  1248. "url": "https://github.com/rchouinard/hash_pbkdf2-compat.git",
  1249. "reference": "cc61512c5284616885449d4b8de231e087823e5c"
  1250. },
  1251. "dist": {
  1252. "type": "zip",
  1253. "url": "https://api.github.com/repos/rchouinard/hash_pbkdf2-compat/zipball/cc61512c5284616885449d4b8de231e087823e5c",
  1254. "reference": "cc61512c5284616885449d4b8de231e087823e5c",
  1255. "shasum": ""
  1256. },
  1257. "require": {
  1258. "ext-hash": "*",
  1259. "php": ">=5.3.3"
  1260. },
  1261. "require-dev": {
  1262. "phpunit/phpunit": "^4.8"
  1263. },
  1264. "type": "library",
  1265. "autoload": {
  1266. "files": [
  1267. "src/hash_pbkdf2_compat.php"
  1268. ]
  1269. },
  1270. "notification-url": "https://packagist.org/downloads/",
  1271. "license": [
  1272. "MIT"
  1273. ],
  1274. "authors": [
  1275. {
  1276. "name": "Ryan Chouinard",
  1277. "email": "rchouinard@gmail.com"
  1278. }
  1279. ],
  1280. "description": "Provides hash_pbkdf2() to PHP versions >=5.3,<5.5.",
  1281. "keywords": [
  1282. "compatibility",
  1283. "hash_pbkdf2",
  1284. "pbkdf2"
  1285. ],
  1286. "time": "2015-11-23 03:34:42"
  1287. }
  1288. ],
  1289. "packages-dev": [],
  1290. "aliases": [],
  1291. "minimum-stability": "stable",
  1292. "stability-flags": [],
  1293. "prefer-stable": false,
  1294. "prefer-lowest": false,
  1295. "platform": [],
  1296. "platform-dev": []
  1297. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement