We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 620498c + 9398fd1 commit f29b1f3Copy full SHA for f29b1f3
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# CHANGELOG
2
3
+ * fix require phel version. Support phel-lang 0.17
4
+
5
## v0.0.1 (2024-06-25)
6
7
* Support phel-lang 0.15
composer.json
@@ -10,7 +10,7 @@
10
],
11
"require": {
12
"php": ">=8.2",
13
- "phel-lang/phel-lang": "^0.15"
+ "phel-lang/phel-lang": ">=0.15 <1.0"
14
},
15
"license": "MIT",
16
"autoload": {
0 commit comments