From 639e93e3c2b56ee133a806184f44f59b05de3138 Mon Sep 17 00:00:00 2001 From: Christopher Mendes Date: Sat, 22 Jul 2017 09:54:38 -1000 Subject: [PATCH 1/4] Updating phpunit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 117e90a..84fb670 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "require": { "php": ">=5.3", - "phpunit/phpunit": "4.0.*", + "phpunit/phpunit": "^4.8.35", "php-vcr/php-vcr": "1.*" }, "require-dev": { From 79fb753acc044421dbbe8fad46e20b1c5ee07407 Mon Sep 17 00:00:00 2001 From: Christopher Mendes Date: Tue, 21 Nov 2017 12:49:19 +0000 Subject: [PATCH 2/4] Changing to phpunit 6.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 84fb670..4704b1d 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "require": { "php": ">=5.3", - "phpunit/phpunit": "^4.8.35", + "phpunit/phpunit": "~6.0", "php-vcr/php-vcr": "1.*" }, "require-dev": { From 08ccb5b8d103ef8eca42822e3aa77c2e9418c0eb Mon Sep 17 00:00:00 2001 From: Christopher Mendes Date: Wed, 22 Nov 2017 14:58:54 +0000 Subject: [PATCH 3/4] Changing back to ^4.8.35 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4704b1d..84fb670 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "require": { "php": ">=5.3", - "phpunit/phpunit": "~6.0", + "phpunit/phpunit": "^4.8.35", "php-vcr/php-vcr": "1.*" }, "require-dev": { From 364c6e71a1541120195df9e4408dabda904c4568 Mon Sep 17 00:00:00 2001 From: Kiefer Waight Date: Tue, 28 Nov 2017 20:40:31 -0600 Subject: [PATCH 4/4] Laravel 5.5 Upgrade --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 84fb670..4704b1d 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "require": { "php": ">=5.3", - "phpunit/phpunit": "^4.8.35", + "phpunit/phpunit": "~6.0", "php-vcr/php-vcr": "1.*" }, "require-dev": {