diff options
Diffstat (limited to 'vendor/composer/installed.php')
-rw-r--r-- | vendor/composer/installed.php | 30 |
1 files changed, 6 insertions, 24 deletions
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 75ed03742..8ba0d2faf 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-9.4RC', - 'version' => 'dev-9.4RC', - 'reference' => 'e9222d0d9aed21816c8654fae074429afeda8f95', + 'pretty_version' => 'dev-master', + 'version' => 'dev-master', + 'reference' => '7347674b7f30f1788ba6e946734a82378a115276', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -109,15 +109,6 @@ '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', @@ -127,15 +118,6 @@ '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', @@ -365,9 +347,9 @@ 'dev_requirement' => false, ), 'zotlabs/hubzilla' => array( - 'pretty_version' => 'dev-9.4RC', - 'version' => 'dev-9.4RC', - 'reference' => 'e9222d0d9aed21816c8654fae074429afeda8f95', + 'pretty_version' => 'dev-master', + 'version' => 'dev-master', + 'reference' => '7347674b7f30f1788ba6e946734a82378a115276', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |