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 /vendor/composer | |
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 'vendor/composer')
-rw-r--r-- | vendor/composer/installed.json | 42 | ||||
-rw-r--r-- | vendor/composer/installed.php | 13 |
2 files changed, 53 insertions, 2 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 8e6b10647..75e597215 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2304,6 +2304,48 @@ "install-path": "../twbs/bootstrap" }, { + "name": "twbs/bootstrap-icons", + "version": "v1.11.3", + "version_normalized": "1.11.3.0", + "source": { + "type": "git", + "url": "https://github.com/twbs/icons.git", + "reference": "8d88686c03c3768a2d82ba4f20c3c4e1b100fa29" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twbs/icons/zipball/8d88686c03c3768a2d82ba4f20c3c4e1b100fa29", + "reference": "8d88686c03c3768a2d82ba4f20c3c4e1b100fa29", + "shasum": "" + }, + "time": "2024-01-03T15:44:45+00:00", + "type": "library", + "installation-source": "dist", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mark Otto", + "email": "markdotto@gmail.com" + } + ], + "description": "Official open source SVG icon library for Bootstrap", + "homepage": "https://icons.getbootstrap.com/", + "keywords": [ + "bootstrap", + "icon font", + "icons", + "svg" + ], + "support": { + "issues": "https://github.com/twbs/icons/issues", + "source": "https://github.com/twbs/icons/tree/v1.11.3" + }, + "install-path": "../twbs/bootstrap-icons" + }, + { "name": "voku/portable-ascii", "version": "2.0.1", "version_normalized": "2.0.1.0", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 1ab0e12b9..595995bde 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => 'zotlabs/hubzilla', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '3c0d6339bb12bd7fbf65ba7a79078e39737b4387', + 'reference' => '39933052a9eb827afee3965509909ba314de5257', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -313,6 +313,15 @@ 'aliases' => array(), 'dev_requirement' => false, ), + 'twbs/bootstrap-icons' => array( + 'pretty_version' => 'v1.11.3', + 'version' => '1.11.3.0', + 'reference' => '8d88686c03c3768a2d82ba4f20c3c4e1b100fa29', + 'type' => 'library', + 'install_path' => __DIR__ . '/../twbs/bootstrap-icons', + 'aliases' => array(), + 'dev_requirement' => false, + ), 'twitter/bootstrap' => array( 'dev_requirement' => false, 'replaced' => array( @@ -340,7 +349,7 @@ 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '3c0d6339bb12bd7fbf65ba7a79078e39737b4387', + 'reference' => '39933052a9eb827afee3965509909ba314de5257', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |