Skip to content

Commit 9d5f0b2

Browse files
authored
Merge pull request #6 from phel-lang/fix/require-phel-version
fix require phel-lang version.
2 parents 5639184 + e767832 commit 9d5f0b2

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 <1.0"
1212
},
1313
"license": "MIT",
1414
"autoload": {

0 commit comments

Comments
 (0)