Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.2"
- "8.3"
- "8.4"
- "8.5"
env:
Expand Down
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"Imagick"
],
"require": {
"php": "^8.4",
"php": "^8.2 || ^8.3 || ^8.4 || ^8.5",
"ext-fileinfo": "*",
"fylax/forceutf8": "^3.0.3",
"php-ffmpeg/php-ffmpeg": "^1.2",
"thecodingmachine/safe": "^3.0"
"thecodingmachine/safe": "^2.0 || ^3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.51",
Expand Down Expand Up @@ -80,16 +80,13 @@
]
},
"config": {
"platform": {
"php": "8.4"
},
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true,
"allow-plugins": {
"infection/extension-installer": true
}
},
"prefer-stable": true,
"prefer-stable": true,
"minimum-stability": "dev"
}
7 changes: 2 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading