From 0d51286dd3f53907bbacb64bd701ac3f412044cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20H=C3=B6gberg?= Date: Fri, 7 Sep 2018 09:17:37 +0200 Subject: [PATCH 1/5] Allow Laravel 5.7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 85edd26..a83ae13 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ ], "require": { "php": ">=5.6.0", - "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" + "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*" }, "require-dev": { "mockery/mockery": "~0.9|~1.0", "phpunit/phpunit": "5.5.*|6.0.*|7.0.*", - "laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" + "laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*" }, "autoload": { "psr-4": { From 672a66f730cf16d92bf4e0ed0a201577460618ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20H=C3=B6gberg?= Date: Tue, 26 Feb 2019 18:57:41 +0100 Subject: [PATCH 2/5] Allow Laravel 5.8 and PHPUnit 8 Also remove the invalid syntaxCheck property in phpunit.xml --- composer.json | 6 +++--- phpunit.xml.dist | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a83ae13..1896777 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ ], "require": { "php": ">=5.6.0", - "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*" + "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*" }, "require-dev": { "mockery/mockery": "~0.9|~1.0", - "phpunit/phpunit": "5.5.*|6.0.*|7.0.*", - "laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*" + "phpunit/phpunit": "5.5.*|6.0.*|7.0.*|^8.0", + "laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index b94cf2b..4e98cec 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -8,7 +8,6 @@ convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" - syntaxCheck="false" > From 8502bf44a8044b154a65092100fc3d53eb5d0f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20H=C3=B6gberg?= Date: Tue, 17 Sep 2019 12:58:32 +0200 Subject: [PATCH 3/5] Support Laravel 6.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1896777..36d0d85 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": ">=5.6.0", - "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*" + "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*" }, "require-dev": { "mockery/mockery": "~0.9|~1.0", From 39a204d21bc595926505da5d8944d863cb794417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20H=C3=B6gberg?= Date: Fri, 8 Nov 2019 07:14:46 +0100 Subject: [PATCH 4/5] Support Laravel 6.* --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 36d0d85..d6cbe37 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ ], "require": { "php": ">=5.6.0", - "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*" + "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0" }, "require-dev": { "mockery/mockery": "~0.9|~1.0", "phpunit/phpunit": "5.5.*|6.0.*|7.0.*|^8.0", - "laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*" + "laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|^6.0" }, "autoload": { "psr-4": { From b7c6f91c8c1ed454d6ffecb6d2f1f18e7ddf488d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20H=C3=B6gberg?= Date: Fri, 8 Nov 2019 07:16:31 +0100 Subject: [PATCH 5/5] update readme with notice about "abandoned" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0ecfdd0..dcdceaf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Landlord for Laravel & Lumen 5.2+ +**IMPORTANT NOTE:** I do not use this anymore and have no plan to continue update it! + ![Landlord for Laravel & Lumen 5.2+](readme-header.jpg) ![StyleCI Status](https://styleci.io/repos/49851417/shield?branch=v2.0-wip)