Skip to content

Commit 334eacf

Browse files
committed
Add PHPUnit as dev dependency
1 parent fbe44c4 commit 334eacf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"php" : ">=5.3.0",
88
"codescale/ffmpeg-php" : "2.*",
99
"php-ffmpeg/php-ffmpeg" : "0.11.0"
10+
},
11+
"require-dev": {
12+
"phpunit/phpunit": "^9.5"
1013
}
1114
}

0 commit comments

Comments
 (0)