diff options
Diffstat (limited to 'vendor/composer/installed.php')
-rw-r--r-- | vendor/composer/installed.php | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 7de5f28cd..b0a11c37d 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -1,9 +1,9 @@ <?php return array( 'root' => array( 'name' => 'zotlabs/hubzilla', - 'pretty_version' => 'dev-master', - 'version' => 'dev-master', - 'reference' => 'becd4c6ffd3138731e528acdf6842fe53f381f6a', + 'pretty_version' => '1.0.0+no-version-set', + 'version' => '1.0.0.0', + 'reference' => null, 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -109,6 +109,15 @@ 'aliases' => array(), 'dev_requirement' => false, ), + 'maennchen/zipstream-php' => array( + 'pretty_version' => '3.1.1', + 'version' => '3.1.1.0', + 'reference' => '6187e9cc4493da94b9b63eb2315821552015fca9', + 'type' => 'library', + 'install_path' => __DIR__ . '/../maennchen/zipstream-php', + 'aliases' => array(), + 'dev_requirement' => false, + ), 'michelf/php-markdown' => array( 'pretty_version' => '2.0.0', 'version' => '2.0.0.0', @@ -118,6 +127,15 @@ 'aliases' => array(), 'dev_requirement' => false, ), + 'mikespub/php-epub-meta' => array( + 'pretty_version' => '2.3.1', + 'version' => '2.3.1.0', + 'reference' => '55072c507da19861bc80c26762a13a3aa4574566', + 'type' => 'library', + 'install_path' => __DIR__ . '/../mikespub/php-epub-meta', + 'aliases' => array(), + 'dev_requirement' => false, + ), 'mmccook/php-json-canonicalization-scheme' => array( 'pretty_version' => '1.0.0', 'version' => '1.0.0.0', @@ -347,9 +365,9 @@ 'dev_requirement' => false, ), 'zotlabs/hubzilla' => array( - 'pretty_version' => 'dev-master', - 'version' => 'dev-master', - 'reference' => 'becd4c6ffd3138731e528acdf6842fe53f381f6a', + 'pretty_version' => '1.0.0+no-version-set', + 'version' => '1.0.0.0', + 'reference' => null, 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |