From ede7173505c2afb9e9b5e54a766ca77aca77f45c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Fri, 8 Jun 2018 14:51:41 +0100 Subject: [PATCH] Fix the tests --- composer.lock | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/composer.lock b/composer.lock index 1ea3803a..2e0c1033 100644 --- a/composer.lock +++ b/composer.lock @@ -1725,16 +1725,16 @@ }, { "name": "humbug/box", - "version": "3.0.0-beta.0", + "version": "3.0.0-beta.1", "source": { "type": "git", "url": "https://github.com/humbug/box.git", - "reference": "e831cb58413f11c52abe13805b0c075d066232db" + "reference": "5aa3c42823bfab1ae66e6f377eec99ac67bc5866" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/humbug/box/zipball/e831cb58413f11c52abe13805b0c075d066232db", - "reference": "e831cb58413f11c52abe13805b0c075d066232db", + "url": "https://api.github.com/repos/humbug/box/zipball/5aa3c42823bfab1ae66e6f377eec99ac67bc5866", + "reference": "5aa3c42823bfab1ae66e6f377eec99ac67bc5866", "shasum": "" }, "require": { @@ -1744,7 +1744,7 @@ "composer/xdebug-handler": "^1.1.0", "ext-phar": "*", "herrera-io/annotations": "~1.0", - "humbug/php-scoper": "dev-master#c0384b6", + "humbug/php-scoper": "dev-master#4f40b5a", "justinrainbow/json-schema": "^5.2", "nikic/iter": "^1.6", "ocramius/package-versions": "^1.3", @@ -1760,7 +1760,7 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.2", - "infection/infection": "^0.8", + "infection/infection": "dev-master", "mikey179/vfsstream": "^1.1", "phpunit/phpunit": "^7.0" }, @@ -1811,7 +1811,7 @@ "keywords": [ "phar" ], - "time": "2018-05-31T16:09:57+00:00" + "time": "2018-06-08T13:20:14+00:00" }, { "name": "justinrainbow/json-schema", @@ -2144,23 +2144,24 @@ }, { "name": "paragonie/random_compat", - "version": "v2.0.12", + "version": "v9.99.99", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", - "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb" + "reference": "7dd806d6be2dd16a43a9ee05b87255c8c52bc7a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb", - "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/7dd806d6be2dd16a43a9ee05b87255c8c52bc7a4", + "reference": "7dd806d6be2dd16a43a9ee05b87255c8c52bc7a4", "shasum": "" }, "require": { - "php": ">=5.2.0" + "php": "^7" }, "require-dev": { - "phpunit/phpunit": "4.*|5.*" + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^1" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." @@ -2185,27 +2186,28 @@ "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", + "polyfill", "pseudorandom", "random" ], - "time": "2018-04-04T21:24:14+00:00" + "time": "2018-06-06T17:16:32+00:00" }, { "name": "paragonie/sodium_compat", - "version": "v1.6.2", + "version": "v1.6.3", "source": { "type": "git", "url": "https://github.com/paragonie/sodium_compat.git", - "reference": "22f564d068c093c3775552c700553209f9af60f8" + "reference": "7d0549c3947eaea620f4e523f42ab236cf7fd304" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/22f564d068c093c3775552c700553209f9af60f8", - "reference": "22f564d068c093c3775552c700553209f9af60f8", + "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/7d0549c3947eaea620f4e523f42ab236cf7fd304", + "reference": "7d0549c3947eaea620f4e523f42ab236cf7fd304", "shasum": "" }, "require": { - "paragonie/random_compat": "^1|^2", + "paragonie/random_compat": ">=1", "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7" }, "require-dev": { @@ -2270,7 +2272,7 @@ "secret-key cryptography", "side-channel resistant" ], - "time": "2018-05-22T20:15:01+00:00" + "time": "2018-06-06T17:30:29+00:00" }, { "name": "phar-io/manifest",