diff options
author | Mario <mario@mariovavti.com> | 2024-02-10 22:04:24 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-02-10 22:04:24 +0000 |
commit | 7ccb2a261521cc826ff41d91cebbab504b7c4e11 (patch) | |
tree | 043d03fbad8f58352c75ae7e3fb6ae942edb64e9 /vendor/composer/installed.php | |
parent | 067a66b9278e3c8ff2c624f38f2817715eb8a316 (diff) | |
download | volse-hubzilla-7ccb2a261521cc826ff41d91cebbab504b7c4e11.tar.gz volse-hubzilla-7ccb2a261521cc826ff41d91cebbab504b7c4e11.tar.bz2 volse-hubzilla-7ccb2a261521cc826ff41d91cebbab504b7c4e11.zip |
custom sass bootstrap builds for channels and site
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 ebeae92fc..09c11bcd0 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' => '659a8c967cff97e81c3b8defe047437838b7dff4', + 'reference' => '067a66b9278e3c8ff2c624f38f2817715eb8a316', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -250,6 +250,15 @@ 'aliases' => array(), 'dev_requirement' => false, ), + 'scssphp/scssphp' => array( + 'pretty_version' => 'v1.12.1', + 'version' => '1.12.1.0', + 'reference' => '394ed1e960138710a60d035c1a85d43d0bf0faeb', + 'type' => 'library', + 'install_path' => __DIR__ . '/../scssphp/scssphp', + 'aliases' => array(), + 'dev_requirement' => false, + ), 'simplepie/simplepie' => array( 'pretty_version' => '1.8.0', 'version' => '1.8.0.0', @@ -331,7 +340,7 @@ 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '659a8c967cff97e81c3b8defe047437838b7dff4', + 'reference' => '067a66b9278e3c8ff2c624f38f2817715eb8a316', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |