diff options
author | Mario <mario@mariovavti.com> | 2021-10-22 07:46:30 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-22 07:46:30 +0000 |
commit | 22588e58f31f60586445c19031979aaffcd95714 (patch) | |
tree | 2df842da4a6a826668d95d392566e2b4a5e37399 /vendor/composer/installed.php | |
parent | 69ba4eb0558938845fdc96957850672940965e11 (diff) | |
download | volse-hubzilla-22588e58f31f60586445c19031979aaffcd95714.tar.gz volse-hubzilla-22588e58f31f60586445c19031979aaffcd95714.tar.bz2 volse-hubzilla-22588e58f31f60586445c19031979aaffcd95714.zip |
install urlify via composer
Diffstat (limited to 'vendor/composer/installed.php')
-rw-r--r-- | vendor/composer/installed.php | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 5b4f16d0e..1bf306fa8 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -5,7 +5,7 @@ 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => 'f19acd9f50ec9b8c78f77af64d523d2295b46052', + 'reference' => '69ba4eb0558938845fdc96957850672940965e11', 'name' => 'zotlabs/hubzilla', 'dev' => false, ), @@ -64,6 +64,15 @@ 'reference' => '08e27c97e4c6ed02f37c5b2b20488046c8d90d75', 'dev_requirement' => false, ), + 'jbroadway/urlify' => array( + 'pretty_version' => '1.2.2-stable', + 'version' => '1.2.2.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../jbroadway/urlify', + 'aliases' => array(), + 'reference' => '9b227e8548f16268cef55b5eb5d659a801fa824b', + 'dev_requirement' => false, + ), 'league/html-to-markdown' => array( 'pretty_version' => '5.0.1', 'version' => '5.0.1.0', @@ -256,13 +265,31 @@ 0 => 'v5.1.3', ), ), + 'voku/portable-ascii' => array( + 'pretty_version' => '1.5.6', + 'version' => '1.5.6.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../voku/portable-ascii', + 'aliases' => array(), + 'reference' => '80953678b19901e5165c56752d087fc11526017c', + 'dev_requirement' => false, + ), + 'voku/stop-words' => array( + 'pretty_version' => '2.0.1', + 'version' => '2.0.1.0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../voku/stop-words', + 'aliases' => array(), + 'reference' => '8e63c0af20f800b1600783764e0ce19e53969f71', + 'dev_requirement' => false, + ), 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => 'f19acd9f50ec9b8c78f77af64d523d2295b46052', + 'reference' => '69ba4eb0558938845fdc96957850672940965e11', 'dev_requirement' => false, ), ), |