diff --git a/composer.json b/composer.json index 053dd96b..366acbf8 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "justinrainbow/json-schema": "^5.1", "league/container": "^3.2", "object-calisthenics/phpcs-calisthenics-rules": "^3.7", - "phploc/phploc": "^5.0", + "phploc/phploc": "^5.0|^6.0", "psr/container": "^1.0", "sensiolabs/security-checker": "^6.0", "slevomat/coding-standard": "^6.0", @@ -29,12 +29,12 @@ "symfony/finder": "^4.2|^5.0" }, "require-dev": { - "illuminate/console": "^5.8", - "illuminate/support": "^5.8", + "illuminate/console": "^5.8|^6.0|^7.0", + "illuminate/support": "^5.8|^6.0|^7.0", "ergebnis/phpstan-rules": "^0.14.0", "mockery/mockery": "^1.0", "phpstan/phpstan-strict-rules": "^0.12", - "phpunit/phpunit": "^8.0", + "phpunit/phpunit": "^8.0|^9.0", "symfony/var-dumper": "^4.2|^5.0", "symplify/easy-coding-standard": "^7.1", "thecodingmachine/phpstan-strict-rules": "^0.12.0" @@ -47,7 +47,7 @@ "Tests\\": "tests/" } }, - "minimum-stability": "stable", + "minimum-stability": "RC", "autoload": { "psr-4": { "NunoMaduro\\PhpInsights\\": "src" diff --git a/docs/get-started.md b/docs/get-started.md index a8c10565..eb7ef2c0 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -28,6 +28,8 @@ Then, use the `insights` Artisan command: php artisan insights ``` +> Note for Laravel 7 users : phpinsights requires [PHP 7.3+](https://php.net/releases/) + ## Within Lumen Because we cannot use Artisan's publish command within a Lumen project you must manually copy the config file into your project: