Skip to content

Commit 2bb4c87

Browse files
allow php 8.4 (#530)
Co-authored-by: austin.ankur <[email protected]>
1 parent 045ed5a commit 2bb4c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "~8.1 || ~8.2 || ~8.3",
15+
"php": "~8.1 || ~8.2 || ~8.3 || ~8.4",
1616
"ext-mbstring": "*",
1717
"laminas/laminas-diactoros": "^3.0",
1818
"lcobucci/jwt": "^4.0|^5.2.0",

0 commit comments

Comments
 (0)