Skip to content

Commit

Permalink
documentation/release-matrix (#2)
Browse files Browse the repository at this point in the history
- restricted versions
- added readme matrix
  • Loading branch information
cdinopol authored Apr 16, 2024
1 parent 1a7a147 commit 8d0e1bc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

| <span align="left">Laravel</span> | <span align="left">Schedule Police</span> |
|:----------------------------------|------------------------------------------:|
| 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.
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions config/schedule-police.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
*/
'blacklisted_commands' => [
'migrate:fresh',
'migrate:refresh',
],

/*
Expand Down

0 comments on commit 8d0e1bc

Please sign in to comment.