From 07bc784859c36bcc176b27c04b2996cdca5bb73f Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Sat, 11 Mar 2023 12:58:30 +0100 Subject: [PATCH] Add bootstrap as a dependency --- composer.json | 5 ++++- public/vendor | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 120000 public/vendor diff --git a/composer.json b/composer.json index 2ad1e407..a4b52e48 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,9 @@ "ext-mysqli": "*", "ext-imagick": "*", "ext-gd": "*", - "ext-fileinfo": "*" + "ext-imagick": "*", + "ext-mysqli": "*", + "twbs/bootstrap": "^5.3", + "twbs/bootstrap-icons": "^1.10" } } diff --git a/public/vendor b/public/vendor new file mode 120000 index 00000000..42a408bb --- /dev/null +++ b/public/vendor @@ -0,0 +1 @@ +../vendor/ \ No newline at end of file