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/installed.php | |
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/installed.php')
-rw-r--r-- | vendor/composer/installed.php | 13 |
1 files changed, 11 insertions, 2 deletions
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(), |