From b7a4c76b57feb043b75e5c57a6513b60c4fc247e Mon Sep 17 00:00:00 2001 From: John Vincent Bonza Date: Tue, 2 May 2023 12:22:50 +0800 Subject: [PATCH] Add ORM to composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f5feae2..8a9c762 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,8 @@ "description": "PHP MVC Core of Infinity Brackets enhanced project from freecodecamp.org", "require": { "google/apiclient": "^2.12", - "vlucas/phpdotenv": "^5.4" + "vlucas/phpdotenv": "^5.4", + "infinitybrackets/exceptional-database": "^1.0" }, "autoload": { "psr-4": {