Skip to content

Commit edf77ab

Browse files
author
github-actions
committedAug 1, 2022
1 parent 402a88e commit edf77ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"bin": ["bin/server.php"],
1818
"require": {
1919
"desilva/microserve": "^1.0",
20-
"hyde/framework": ">=0.48"
20+
"hyde/framework": "*"
21+
},
22+
"suggest": {
23+
"hyde/framework": "This package requires Hyde Framework version v0.48.0-beta or higher."
2124
}
2225
}

0 commit comments

Comments
 (0)
Please sign in to comment.