Skip to content

Commit 3e5e1c2

Browse files
committed
fix require phel-lang version.
1 parent 5639184 commit 3e5e1c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# CHANGELOG
22

3-
43
### Bugfix
54

65
* rename keyowrd -> keyword #2 (@jasalt)
76
* doc: add note about return value of `statement/execute` #3
7+
* fix require phel-lang version.
88

99
## v0.0.7 (2024-06-24)
1010

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"require": {
1010
"php": ">=8.2",
11-
"phel-lang/phel-lang": "^0.15"
11+
"phel-lang/phel-lang": ">=0.15"
1212
},
1313
"license": "MIT",
1414
"autoload": {

0 commit comments

Comments
 (0)