Skip to content

Commit 9a290e5

Browse files
author
Pascal Baljet
committed
Support for php-ffmpeg 0.8.0
1 parent 52cd34c commit 9a290e5

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All Notable changes to `pbmedia/laravel-ffmpeg` will be documented in this file
44

5+
## 1.1.4 - 2017-01-29
6+
7+
### Added
8+
- Nothing
9+
10+
### Deprecated
11+
- Nothing
12+
13+
### Fixed
14+
- Support for php-ffmpeg 0.8.0
15+
16+
### Removed
17+
- Nothing
18+
19+
### Security
20+
- Nothing
21+
522
## 1.1.3 - 2017-01-05
623

724
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"illuminate/filesystem": "^5.1",
2222
"illuminate/log": "^5.1",
2323
"league/flysystem": "^1.0",
24-
"php-ffmpeg/php-ffmpeg": "^0.6",
24+
"php-ffmpeg/php-ffmpeg": "~0.6",
2525
"symfony/process": "^2.5|^3.0"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)