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.
1 parent 8ef89d7 commit af4e98eCopy full SHA for af4e98e
composer.json
@@ -9,10 +9,10 @@
9
"homepage": "https://phel-lang.org/",
10
"license": "MIT",
11
"require": {
12
- "php": ">=8.2",
+ "php": ">=8.3",
13
"ext-json": "*",
14
- "phel-lang/phel-lang": "^0.18",
15
- "gacela-project/gacela": "^1.9"
+ "phel-lang/phel-lang": "^0.19",
+ "gacela-project/gacela": "^1.10"
16
},
17
"require-dev": {
18
"roave/security-advisories": "dev-latest",
@@ -33,7 +33,7 @@
33
"prefer-stable": true,
34
"config": {
35
"platform": {
36
- "php": "8.2"
+ "php": "8.3"
37
}
38
39
"scripts": {
0 commit comments