diff --git a/README.md b/README.md index 5c84f91..4efa385 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,16 @@ Use this if you need to: - :white_check_mark: Execute commands without going into server console. - :white_check_mark: Keep the visibility, control, and reviewability of the schedule configurations in your codebase. +## Compatiblity Matrix + +| Laravel | Schedule Police | +|:----------------------------------|------------------------------------------:| +| 8.x ~ 10.x | 1.x | + ## Installation 1. Install the package ```shell - composer require acdphp/laravel-schedule-police + composer require acdphp/laravel-schedule-police:^1.0 ``` 2. Run the migration. diff --git a/composer.json b/composer.json index 1391b74..1ce254f 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,8 @@ ], "minimum-stability": "stable", "require": { - "php": "^8.0" + "php": "^8.0", + "laravel/framework": "^8.0|^9.0|^10.0" }, "require-dev": { "laravel/pint": "^1.5", diff --git a/config/schedule-police.php b/config/schedule-police.php index 60dce3a..179500f 100644 --- a/config/schedule-police.php +++ b/config/schedule-police.php @@ -49,6 +49,7 @@ */ 'blacklisted_commands' => [ 'migrate:fresh', + 'migrate:refresh', ], /*