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.
2 parents 0a1f8fc + 6abfeaa commit c3f9300Copy full SHA for c3f9300
composer.json
@@ -4,7 +4,7 @@
4
"version" : "0.0.16",
5
"license" : "Apache-2.0",
6
"require" : {
7
- "php" : ">=5.3.0",
+ "php" : ">=7.1.0",
8
"codescale/ffmpeg-php" : "2.*",
9
"php-ffmpeg/php-ffmpeg" : "0.11.0"
10
}
tests/tests/FfmpegRotationTest.php
@@ -20,7 +20,7 @@
20
);
21
22
23
-class FfmpegRotationTest extends PHPUnit_Framework_TestCase {
+class FfmpegRotationTest extends PHPUnit\Framework\TestCase {
24
25
public function testReadRotation() {
26
global $ASSETS, $SETTINGS;
0 commit comments