From 94a7f1fc01ec27f85853294c167c1ca05c3269b8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 24 Aug 2026 00:21:43 -0700 Subject: Add simplistic database This doesn't include a full database, or even a secure one, but this is the first step into moving forward with this project. I can now write to and read from a database. --- composer.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'composer.json') 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" }, -- cgit v1.3-2-g0d8e