From f86accc3245e5c9f7e8a4eea69d3d7ae14ce5722 Mon Sep 17 00:00:00 2001 From: gitmiro Date: Sat, 21 Mar 2020 13:52:05 +0100 Subject: [PATCH 1/3] Update dependencies for laravel 7.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 79c3616..73fc56e 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": "^7.2", - "illuminate/http": "^6.0" + "illuminate/http": "^7.0" }, "require-dev": { "phpunit/phpunit": "^8.0", From b631e18a79280981bd9ed1d02e75bffd43cbddc2 Mon Sep 17 00:00:00 2001 From: Miro Zlatkovic Date: Sat, 21 Mar 2020 20:59:41 +0100 Subject: [PATCH 2/3] update orchestra --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 73fc56e..1fb50cb 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require-dev": { "phpunit/phpunit": "^8.0", - "orchestra/testbench": "^4.0", + "orchestra/testbench": "^5.1", "mockery/mockery": "^1.0" }, "autoload": { From a8df49c854477ea11c7f1cda7005c2ddf1905e3a Mon Sep 17 00:00:00 2001 From: Aron Rotteveel Date: Wed, 25 Mar 2020 20:55:58 +0100 Subject: [PATCH 3/3] Add build support for PHP 7.4 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5550303..49289cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ language: php php: - 7.2 - 7.3 +- 7.4 env: matrix: