From e4518f70394db9e3fa79ca2042cca271926f0094 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 24 Dec 2015 15:59:35 +0000 Subject: [PATCH 1/2] Updated phpunit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c5b3fbd6..2642625b 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "fzaninotto/faker": "^1.5", "graham-campbell/testbench-core": "^1.1", "mockery/mockery": "0.9.4", - "phpunit/phpunit": "4.8.19" + "phpunit/phpunit": "4.8.21" }, "autoload": { "classmap": [ From 24668b768b6b054c4494808b8b93f097921353c4 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 24 Dec 2015 16:08:40 +0000 Subject: [PATCH 2/2] Updated composer.lock --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 272e9437..4fcd93c5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "074c92f778d666fd209d97753839fbe2", - "content-hash": "8a51b88ff61aa51581943bbf535a48d1", + "hash": "a3b9bbc718643a97e37577e546d1ceb2", + "content-hash": "607ebb1e1d86d57b0889da35b2383335", "packages": [ { "name": "alt-three/emoji", @@ -4440,16 +4440,16 @@ }, { "name": "phpunit/phpunit", - "version": "4.8.19", + "version": "4.8.21", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "b2caaf8947aba5e002d42126723e9d69795f32b4" + "reference": "ea76b17bced0500a28098626b84eda12dbcf119c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b2caaf8947aba5e002d42126723e9d69795f32b4", - "reference": "b2caaf8947aba5e002d42126723e9d69795f32b4", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ea76b17bced0500a28098626b84eda12dbcf119c", + "reference": "ea76b17bced0500a28098626b84eda12dbcf119c", "shasum": "" }, "require": { @@ -4508,7 +4508,7 @@ "testing", "xunit" ], - "time": "2015-11-30 08:18:59" + "time": "2015-12-12 07:45:58" }, { "name": "phpunit/phpunit-mock-objects",