diff options
author | Mario <mario@mariovavti.com> | 2024-07-23 18:07:30 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-07-23 18:07:30 +0000 |
commit | 204d91c3c3c0c54b67ac3255a666038533b4fe85 (patch) | |
tree | fe95e05816b45e34dc942db6f1efdcf220269d77 /composer.json | |
parent | 39933052a9eb827afee3965509909ba314de5257 (diff) | |
download | volse-hubzilla-204d91c3c3c0c54b67ac3255a666038533b4fe85.tar.gz volse-hubzilla-204d91c3c3c0c54b67ac3255a666038533b4fe85.tar.bz2 volse-hubzilla-204d91c3c3c0c54b67ac3255a666038533b4fe85.zip |
this will be a longer journey - we will start to use bootstrap icons now since forkawesome is dead
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 6cef6acd9..7ed537c39 100644 --- a/composer.json +++ b/composer.json @@ -55,10 +55,11 @@ "patrickschur/language-detection": "^5.3", "stephenhill/base58": "^1.1", "mmccook/php-json-canonicalization-scheme": "^1.0", - "scssphp/scssphp": "^1.12" + "scssphp/scssphp": "^1.12", + "twbs/bootstrap-icons": "^1.11" }, "require-dev": { - "ext-yaml": "*", + "ext-yaml": "*", "phpunit/phpunit": "^10.5", "php-mock/php-mock-phpunit": "^2.10", "phpmd/phpmd": "^2.6", |