pics/composer.json
Aaron van Geffen bd03659b39 Bump bootstrap version to 5.3 (now stable)
This reverts commit d7837741ccb179f581f0bbe3bb075a6e866c3322.
2023-06-02 17:35:34 +02:00

28 lines
580 B
JSON

{
"name": "aaron/hashru",
"description": "HashRU",
"license": "Proprietary",
"authors": [
{
"name": "Aaron van Geffen",
"email": "aaron@aaronweb.net"
}
],
"autoload": {
"classmap": [
"controllers/",
"models/",
"templates/"
]
},
"require": {
"ext-mysqli": "*",
"ext-imagick": "*",
"ext-gd": "*",
"ext-imagick": "*",
"ext-mysqli": "*",
"twbs/bootstrap": "^5.3",
"twbs/bootstrap-icons": "^1.10"
}
}