We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52cd34c commit 9a290e5Copy full SHA for 9a290e5
CHANGELOG.md
@@ -2,6 +2,23 @@
2
3
All Notable changes to `pbmedia/laravel-ffmpeg` will be documented in this file
4
5
+## 1.1.4 - 2017-01-29
6
+
7
+### Added
8
+- Nothing
9
10
+### Deprecated
11
12
13
+### Fixed
14
+- Support for php-ffmpeg 0.8.0
15
16
+### Removed
17
18
19
+### Security
20
21
22
## 1.1.3 - 2017-01-05
23
24
### Added
composer.json
@@ -21,7 +21,7 @@
"illuminate/filesystem": "^5.1",
"illuminate/log": "^5.1",
"league/flysystem": "^1.0",
- "php-ffmpeg/php-ffmpeg": "^0.6",
+ "php-ffmpeg/php-ffmpeg": "~0.6",
25
"symfony/process": "^2.5|^3.0"
26
},
27
"require-dev": {
0 commit comments