Skip to content

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-omniaz committed May 15, 2022
1 parent 8f44d12 commit 9723ce4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.phpunit.result.cache
vendor
composer.lock
.idea
docker
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ FFPROBE="/usr/bin/ffprobe"

## Versions

| Laravel | pawlox/video-thumbnail |
|----------------------|------------------------|
| < ^5.8 | ^1.* |
| \>= ^5.8 and <= ^6.* | ^2.* |
| Laravel | PHP | pawlox/video-thumbnail | php-ffmpeg/php-ffmpeg |
|---------------------|--------------------|------------------------|-----------------------|
| \>= ^5.0 and < ^5.8 | < 7.4 | ^1.* | 0.11.0 |
| ^5.8 and ^6.* | \>= 7.4 and <= 8.1 | ^2.* | 0.13.0 |
| ^7.* and ^8.* | \>= 7.4 and <= 8.1 | ^3.* | 0.19.0 |

## Usage

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"require": {
"php": ">=7.4",
"ext-gd": "*",
"illuminate/support": "^5.8|^6.0",
"php-ffmpeg/php-ffmpeg": "^0.13.0"
"illuminate/support": "^7.0|^8.0",
"php-ffmpeg/php-ffmpeg": "^0.19.0"
},
"autoload": {
"psr-4": {
Expand All @@ -33,7 +33,7 @@
},
"minimum-stability": "dev",
"require-dev": {
"orchestra/testbench": "~4.0",
"orchestra/testbench": "~6.0",
"phpunit/phpunit": "^8"
}
}

0 comments on commit 9723ce4

Please sign in to comment.