From 90b8f8cbb83b29cc77e96ebb2bc035655f0688c3 Mon Sep 17 00:00:00 2001 From: Linus Metzler Date: Tue, 20 Feb 2018 11:23:07 +0100 Subject: [PATCH 1/3] Laravel 5.6 compatibility --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0cf8fd7..1228dec 100755 --- a/composer.json +++ b/composer.json @@ -8,14 +8,14 @@ ], "license" : "GPL-3.0+", "require" : { - "illuminate/support" : "5.5.*", + "illuminate/support" : "5.6.*", "friendsofphp/php-cs-fixer" : "^2.6", "potsky/microsoft-translator-php-sdk" : "*" }, "require-dev" : { "orchestra/testbench" : "3.5.*", "phpunit/phpunit" : "^6.0", - "satooshi/php-coveralls" : "dev-master" + "satooshi/php-coveralls" : "^2.0" }, "autoload" : { "classmap" : [ From 2b73bc5874149c38f5553ed7b4320da8e6c7d548 Mon Sep 17 00:00:00 2001 From: Linus Metzler Date: Tue, 20 Feb 2018 11:29:56 +0100 Subject: [PATCH 2/3] Upgrade orchestra/testbench for use with Laravel 5.6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1228dec..75d61e8 100755 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "potsky/microsoft-translator-php-sdk" : "*" }, "require-dev" : { - "orchestra/testbench" : "3.5.*", + "orchestra/testbench" : "3.6.*", "phpunit/phpunit" : "^6.0", "satooshi/php-coveralls" : "^2.0" }, From fb5a6d2f058d8ba9b2217096c314555db3a10c0a Mon Sep 17 00:00:00 2001 From: Linus Metzler Date: Tue, 20 Feb 2018 11:31:32 +0100 Subject: [PATCH 3/3] Upgrade PHPUnit as well --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 75d61e8..a70e188 100755 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ }, "require-dev" : { "orchestra/testbench" : "3.6.*", - "phpunit/phpunit" : "^6.0", + "phpunit/phpunit" : "^7.0", "satooshi/php-coveralls" : "^2.0" }, "autoload" : {