Skip to content

Commit 7638481

Browse files
committed
Fix PHP 8.4 support in composer.json
1 parent 4547fee commit 7638481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=7.3 <=8.4",
21+
"php": ">=7.3 <8.5",
2222
"composer-plugin-api": "^2.1",
2323
"roundcube/roundcubemail": "*"
2424
},

0 commit comments

Comments
 (0)