We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452546a commit 8e35bc6Copy full SHA for 8e35bc6
.github/workflows/php.yml
@@ -98,7 +98,6 @@ jobs:
98
fail-fast: false
99
matrix:
100
php-version:
101
- - "8.0"
102
- "8.1"
103
- "8.2"
104
env:
composer.json
@@ -28,7 +28,7 @@
28
"Imagick"
29
],
30
"require": {
31
- "php": "^8.0",
+ "php": "^8.1",
32
"ext-fileinfo": "*",
33
"neitanod/forceutf8": "^2.0.4",
34
"php-ffmpeg/php-ffmpeg": "^1.0",
@@ -73,7 +73,7 @@
73
},
74
"config": {
75
"platform": {
76
- "php": "8.0.2"
+ "php": "8.1"
77
78
"preferred-install": "dist",
79
"sort-packages": true,
0 commit comments