Skip to content

Commit 555e815

Browse files
committed
update composer
1 parent a76a6e9 commit 555e815

File tree

3 files changed

+677
-466
lines changed

3 files changed

+677
-466
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
fail-fast: false
9595
matrix:
9696
php-version:
97-
- "8.3"
9897
- "8.4"
98+
- "8.5"
9999
env:
100100
extensions: curl, dom, imagick, json, libxml, mbstring
101101

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"Imagick"
3434
],
3535
"require": {
36-
"php": "^8.3",
36+
"php": "^8.4",
3737
"ext-fileinfo": "*",
3838
"fylax/forceutf8": "^3.0.3",
3939
"php-ffmpeg/php-ffmpeg": "^1.2",
@@ -81,7 +81,7 @@
8181
},
8282
"config": {
8383
"platform": {
84-
"php": "8.3"
84+
"php": "8.4"
8585
},
8686
"preferred-install": "dist",
8787
"sort-packages": true,

0 commit comments

Comments
 (0)