diff options
author | Mario <mario@mariovavti.com> | 2024-03-16 12:09:49 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-16 12:09:49 +0000 |
commit | fe018d646a4f25d3512059f6e8d520441e95967c (patch) | |
tree | 410dee329f8d0926a8931cf33cff32abd3da50a5 | |
parent | 8fc0210428d267df4d0e80c18ad35858202b538b (diff) | |
download | volse-hubzilla-fe018d646a4f25d3512059f6e8d520441e95967c.tar.gz volse-hubzilla-fe018d646a4f25d3512059f6e8d520441e95967c.tar.bz2 volse-hubzilla-fe018d646a4f25d3512059f6e8d520441e95967c.zip |
more composer weirdness
-rw-r--r-- | composer.json | 8 | ||||
-rw-r--r-- | composer.lock | 2 | ||||
-rw-r--r-- | vendor/composer/installed.php | 12 |
3 files changed, 8 insertions, 14 deletions
diff --git a/composer.json b/composer.json index e375b8a32..d8a13fdf3 100644 --- a/composer.json +++ b/composer.json @@ -81,11 +81,5 @@ "config": { "notify-on-install": false, "optimize-autoloader": true - }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/simplepie/simplepie" - } - ] + } } diff --git a/composer.lock b/composer.lock index 584f08551..63d5a963c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "238129164013c0705a6a97f8c3ba617b", + "content-hash": "3a17d1b44bc28f3609d086af7b358f72", "packages": [ { "name": "blueimp/jquery-file-upload", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 8925761d5..0fc311b04 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' => 'a9d4adaf2360f7d02dace4434e4e62d6ce072327', + 'pretty_version' => 'dev-9.0RC', + 'version' => 'dev-9.0RC', + 'reference' => '8fc0210428d267df4d0e80c18ad35858202b538b', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -338,9 +338,9 @@ 'dev_requirement' => false, ), 'zotlabs/hubzilla' => array( - 'pretty_version' => 'dev-master', - 'version' => 'dev-master', - 'reference' => 'a9d4adaf2360f7d02dace4434e4e62d6ce072327', + 'pretty_version' => 'dev-9.0RC', + 'version' => 'dev-9.0RC', + 'reference' => '8fc0210428d267df4d0e80c18ad35858202b538b', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |