summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 57f4b25..39d96fe 100644
--- a/composer.json
+++ b/composer.json
@@ -12,8 +12,15 @@
"type": "project",
"require": {
"php": ">=8.3",
- "phel-lang/phel-lang": ">=0.50"
+ "phel-lang/phel-lang": "^0.50",
+ "phel-lang/phel-pdo": "dev-bump"
},
+ "repositories": [
+ {
+ "type": "path",
+ "url": "../../foreign/phel-pdo"
+ }
+ ],
"require-dev": {
"symfony/var-dumper": "^6.4"
},