From 2b8b845abe7c13ecbb266613910484310cffe8e1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 5 Mar 2021 21:14:35 +0300 Subject: * use ORM for trivial queries * environment-based configuration * useradm.php -> update.php with new options * support for schema migrations * various fixes --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 composer.json (limited to 'composer.json') diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f9759d5 --- /dev/null +++ b/composer.json @@ -0,0 +1,5 @@ +{ + "require": { + "j4mie/idiorm": "^1.5" + } +} -- cgit v1.2.3