Skip to content

Commit ea1ec1f

Browse files
authored
Added support for PHP 8.3
1 parent e64bb79 commit ea1ec1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
}
6363
},
6464
"require": {
65-
"php": "^7.2 || ^8.0",
66-
"php-ffmpeg/php-ffmpeg": "^0.15 || 0.16 || 0.17 || 0.18 || 0.19 || ^1.0 || ^1.1",
65+
"php": "^7.2 || ^8.3",
66+
"php-ffmpeg/php-ffmpeg": "^0.15 || 0.16 || 0.17 || 0.18 || 0.19 || ^1.0 || ^1.1 || ^1.2",
6767
"symfony/filesystem": "^4.0 || ^5.0 || ^6.0"
6868
},
6969
"suggest": {

0 commit comments

Comments
 (0)