From a899865d7091e86679f87da767f01c1e979bad04 Mon Sep 17 00:00:00 2001 From: sc0Vu Date: Fri, 17 Aug 2018 00:14:16 -0700 Subject: [PATCH] Update packages --- composer.json | 2 +- composer.lock | 129 +++++++++++++++++++++++++++++++++++++------------- 2 files changed, 96 insertions(+), 35 deletions(-) diff --git a/composer.json b/composer.json index d3852c1..62ae122 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require": { "web3p/rlp": "~0.2.1", - "web3p/ethereum-util": "~0.1", + "web3p/ethereum-util": "~0.1.1", "kornrunner/keccak": "~1", "simplito/elliptic-php": "1.0.3" } diff --git a/composer.lock b/composer.lock index 7582d6b..964ff55 100644 --- a/composer.lock +++ b/composer.lock @@ -1,31 +1,32 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "929d6e6b66956d43517b3e5f0c87692f", "packages": [ { "name": "kornrunner/keccak", - "version": "1.0.2", + "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/kornrunner/php-keccak.git", - "reference": "b3cd83ded1acff7af40b4ca5b8ea76b164ed0c34" + "reference": "ad761f528f4d1e3ce378b8a0841e5f82c9973535" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kornrunner/php-keccak/zipball/b3cd83ded1acff7af40b4ca5b8ea76b164ed0c34", - "reference": "b3cd83ded1acff7af40b4ca5b8ea76b164ed0c34", + "url": "https://api.github.com/repos/kornrunner/php-keccak/zipball/ad761f528f4d1e3ce378b8a0841e5f82c9973535", + "reference": "ad761f528f4d1e3ce378b8a0841e5f82c9973535", "shasum": "" }, "require": { - "php": ">=7.1.0" + "php": ">=7.1.0", + "symfony/polyfill-mbstring": "^1.8" }, "require-dev": { - "phpunit/phpunit": "~7", - "satooshi/php-coveralls": "~2" + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "~7" }, "type": "library", "autoload": { @@ -46,9 +47,10 @@ "description": "Pure PHP implementation of Keccak", "keywords": [ "keccak", - "sha-3" + "sha-3", + "sha3-256" ], - "time": "2018-03-05T10:32:01+00:00" + "time": "2018-07-30T22:16:23+00:00" }, { "name": "simplito/bigint-wrapper-php", @@ -184,18 +186,77 @@ ], "time": "2018-04-12T11:17:52+00:00" }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.9.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8", + "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "time": "2018-08-06T14:22:27+00:00" + }, { "name": "web3p/ethereum-util", - "version": "0.1", + "version": "0.1.1", "source": { "type": "git", "url": "https://github.com/web3p/ethereum-util.git", - "reference": "8736ef0c4b40f9e4aa060cf8836a4f24c5072249" + "reference": "4e5ef4dc4d60f7c8939f9f4da6f8dff5d51a2e91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/web3p/ethereum-util/zipball/8736ef0c4b40f9e4aa060cf8836a4f24c5072249", - "reference": "8736ef0c4b40f9e4aa060cf8836a4f24c5072249", + "url": "https://api.github.com/repos/web3p/ethereum-util/zipball/4e5ef4dc4d60f7c8939f9f4da6f8dff5d51a2e91", + "reference": "4e5ef4dc4d60f7c8939f9f4da6f8dff5d51a2e91", "shasum": "" }, "require": { @@ -223,7 +284,7 @@ } ], "description": "A collection of utility functions for Ethereum written in PHP.", - "time": "2018-05-30T20:03:27+00:00" + "time": "2018-08-17T06:28:32+00:00" }, { "name": "web3p/rlp", @@ -621,16 +682,16 @@ }, { "name": "phpspec/prophecy", - "version": "1.7.6", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712" + "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712", - "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", + "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", "shasum": "" }, "require": { @@ -642,12 +703,12 @@ }, "require-dev": { "phpspec/phpspec": "^2.5|^3.2", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7.x-dev" + "dev-master": "1.8.x-dev" } }, "autoload": { @@ -680,7 +741,7 @@ "spy", "stub" ], - "time": "2018-04-18T13:57:24+00:00" + "time": "2018-08-05T17:53:17+00:00" }, { "name": "phpunit/php-code-coverage", @@ -933,16 +994,16 @@ }, { "name": "phpunit/phpunit", - "version": "6.5.8", + "version": "6.5.11", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b" + "reference": "7bab54cb366076023bbf457a2a0d513332cd40f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4f21a3c6b97c42952fd5c2837bb354ec0199b97b", - "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7bab54cb366076023bbf457a2a0d513332cd40f2", + "reference": "7bab54cb366076023bbf457a2a0d513332cd40f2", "shasum": "" }, "require": { @@ -960,7 +1021,7 @@ "phpunit/php-file-iterator": "^1.4.3", "phpunit/php-text-template": "^1.2.1", "phpunit/php-timer": "^1.0.9", - "phpunit/phpunit-mock-objects": "^5.0.5", + "phpunit/phpunit-mock-objects": "^5.0.9", "sebastian/comparator": "^2.1", "sebastian/diff": "^2.0", "sebastian/environment": "^3.1", @@ -1013,20 +1074,20 @@ "testing", "xunit" ], - "time": "2018-04-10T11:38:34+00:00" + "time": "2018-08-07T07:05:35+00:00" }, { "name": "phpunit/phpunit-mock-objects", - "version": "5.0.7", + "version": "5.0.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "3eaf040f20154d27d6da59ca2c6e28ac8fd56dce" + "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3eaf040f20154d27d6da59ca2c6e28ac8fd56dce", - "reference": "3eaf040f20154d27d6da59ca2c6e28ac8fd56dce", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f", + "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f", "shasum": "" }, "require": { @@ -1039,7 +1100,7 @@ "phpunit/phpunit": "<6.0" }, "require-dev": { - "phpunit/phpunit": "^6.5" + "phpunit/phpunit": "^6.5.11" }, "suggest": { "ext-soap": "*" @@ -1072,7 +1133,7 @@ "mock", "xunit" ], - "time": "2018-05-29T13:50:43+00:00" + "time": "2018-08-09T05:50:03+00:00" }, { "name": "sebastian/code-unit-reverse-lookup",