Skip to content

Commit

Permalink
Merge pull request #141 from mashsajid/master
Browse files Browse the repository at this point in the history
Added PHP 8.3 support
  • Loading branch information
aminyazdanpanah committed Apr 8, 2024
2 parents 52c2742 + 60c7305 commit bc88713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 7.2
- 7.3
- 8.0
- 8.3

env:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
}
},
"require": {
"php": "^7.2 || ^8.0",
"php-ffmpeg/php-ffmpeg": "^0.15 || 0.16 || 0.17 || 0.18 || 0.19 || ^1.0 || ^1.1",
"php": "^7.2 || ^8.0 || ^8.1 || ^8.2 || ^8.3",
"php-ffmpeg/php-ffmpeg": "^0.15 || 0.16 || 0.17 || 0.18 || 0.19 || ^1.0 || ^1.1 || ^1.2",
"symfony/filesystem": "^4.0 || ^5.0 || ^6.0"
},
"suggest": {
Expand Down

0 comments on commit bc88713

Please sign in to comment.