Skip to content

Commit f29b1f3

Browse files
authored
Merge pull request #6 from phel-lang/fix/require-phel-version
fix require phel version.
2 parents 620498c + 9398fd1 commit f29b1f3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CHANGELOG
22

3+
* fix require phel version. Support phel-lang 0.17
4+
35
## v0.0.1 (2024-06-25)
46

57
* Support phel-lang 0.15

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": ">=8.2",
13-
"phel-lang/phel-lang": "^0.15"
13+
"phel-lang/phel-lang": ">=0.15 <1.0"
1414
},
1515
"license": "MIT",
1616
"autoload": {

0 commit comments

Comments
 (0)