Add bootstrap as a dependency

This commit is contained in:
Aaron van Geffen 2023-03-11 12:58:30 +01:00
parent 09f498695d
commit 07bc784859
2 changed files with 5 additions and 1 deletions

View File

@ -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"
}
}

1
public/vendor Symbolic link
View File

@ -0,0 +1 @@
../vendor/