Skip to content

Commit ecbe53f

Browse files
committed
Fix PHP requirement to support PHP 8.5 minor releases
1 parent b56185b commit ecbe53f

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
@@ -31,7 +31,7 @@
3131
"source": "https://github.com/wecodemore/wordpress-early-hook"
3232
},
3333
"require": {
34-
"php": ">=7.4 <= 8.5"
34+
"php": ">=7.4 < 8.6"
3535
},
3636
"require-dev": {
3737
"roots/wordpress-no-content": ">=6.8.3",

0 commit comments

Comments
 (0)