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 /composer.json | |
parent | 8fc0210428d267df4d0e80c18ad35858202b538b (diff) | |
download | volse-hubzilla-fe018d646a4f25d3512059f6e8d520441e95967c.tar.gz volse-hubzilla-fe018d646a4f25d3512059f6e8d520441e95967c.tar.bz2 volse-hubzilla-fe018d646a4f25d3512059f6e8d520441e95967c.zip |
more composer weirdness
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 8 |
1 files changed, 1 insertions, 7 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" - } - ] + } } |