Skip to content

Commit c6564f1

Browse files
committed
fix: add php requirement version for compatibility
1 parent 76e2c57 commit c6564f1

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
@@ -2,7 +2,7 @@
22
"name": "kristos80/hook",
33
"description": "A lightweight, WordPress-style hooks system for PHP. Add actions and filters with priority support to create extensible, event-driven applications.",
44
"require": {
5-
"php": "^7.4||^8"
5+
"php": "^7.4 || ^8"
66
},
77
"autoload": {
88
"psr-4": {

0 commit comments

Comments
 (0)