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) diff --git a/composer.json b/composer.json index 85edd26..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.*" + "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.*", - "laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" + "phpunit/phpunit": "5.5.*|6.0.*|7.0.*|^8.0", + "laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|^6.0" }, "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" >