Skip to content

Commit 52fb045

Browse files
committed
PHP support for 8.3,8.4
1 parent 5a18237 commit 52fb045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "simplemediacode/hooks",
33
"description": "Decoupled WordPress Hooks (filters and actions)",
44
"type": "library",
5-
"version": "1.0.7",
5+
"version": "1.0.8",
66
"require": {
7-
"php": "~8.0|~8.1|~8.2"
7+
"php": "~8.0|~8.1|~8.2|~8.3|~8.4"
88
},
99
"license": "GPL-2.0-only",
1010
"authors": [

0 commit comments

Comments
 (0)