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 5639184 + e767832 commit 9d5f0b2Copy full SHA for 9d5f0b2
CHANGELOG.md
@@ -1,10 +1,10 @@
1
# CHANGELOG
2
3
-
4
### Bugfix
5
6
* rename keyowrd -> keyword #2 (@jasalt)
7
* doc: add note about return value of `statement/execute` #3
+ * fix require phel-lang version.
8
9
## v0.0.7 (2024-06-24)
10
composer.json
@@ -8,7 +8,7 @@
],
"require": {
"php": ">=8.2",
11
- "phel-lang/phel-lang": "^0.15"
+ "phel-lang/phel-lang": ">=0.15 <1.0"
12
},
13
"license": "MIT",
14
"autoload": {
0 commit comments