Skip to content

Commit af4e98e

Browse files
committed
deps: update phel-lang 0.19
1 parent 8ef89d7 commit af4e98e

File tree

2 files changed

+126
-100
lines changed

2 files changed

+126
-100
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"homepage": "https://phel-lang.org/",
1010
"license": "MIT",
1111
"require": {
12-
"php": ">=8.2",
12+
"php": ">=8.3",
1313
"ext-json": "*",
14-
"phel-lang/phel-lang": "^0.18",
15-
"gacela-project/gacela": "^1.9"
14+
"phel-lang/phel-lang": "^0.19",
15+
"gacela-project/gacela": "^1.10"
1616
},
1717
"require-dev": {
1818
"roave/security-advisories": "dev-latest",
@@ -33,7 +33,7 @@
3333
"prefer-stable": true,
3434
"config": {
3535
"platform": {
36-
"php": "8.2"
36+
"php": "8.3"
3737
}
3838
},
3939
"scripts": {

0 commit comments

Comments
 (0)