Skip to content

Commit c3f9300

Browse files
Merge remote-tracking branch 'origin/task-php7-upgrade'
2 parents 0a1f8fc + 6abfeaa commit c3f9300

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version" : "0.0.16",
55
"license" : "Apache-2.0",
66
"require" : {
7-
"php" : ">=5.3.0",
7+
"php" : ">=7.1.0",
88
"codescale/ffmpeg-php" : "2.*",
99
"php-ffmpeg/php-ffmpeg" : "0.11.0"
1010
}

tests/tests/FfmpegRotationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
);
2121

2222

23-
class FfmpegRotationTest extends PHPUnit_Framework_TestCase {
23+
class FfmpegRotationTest extends PHPUnit\Framework\TestCase {
2424

2525
public function testReadRotation() {
2626
global $ASSETS, $SETTINGS;

0 commit comments

Comments
 (0)