From e8789bce1d22eac08924264c95ff2bc2a2f1ce58 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Mon, 5 Jun 2023 10:17:12 +0200 Subject: [PATCH] chore(deps): drop christophwurst/{nextcloud,nextcloud-http-client} An attempt to fix static analysis. Signed-off-by: Richard Steinmetz --- composer.json | 2 - composer.lock | 183 +------------------------------------------------- 2 files changed, 1 insertion(+), 184 deletions(-) diff --git a/composer.json b/composer.json index 2ba3fb83..777b5c3b 100644 --- a/composer.json +++ b/composer.json @@ -15,11 +15,9 @@ "php": ">=7.4.0", "ext-json": "*", "bamarni/composer-bin-plugin": "^1.5", - "christophwurst/nextcloud-http-client": "^0.2.0", "web-auth/webauthn-lib": "^3.3" }, "require-dev": { - "christophwurst/nextcloud": "^22.1", "christophwurst/nextcloud_testing": "^0.12.4", "phpunit/phpunit": "^9.5.0", "psalm/phar": "^5.9", diff --git a/composer.lock b/composer.lock index dd14a848..37731486 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": "46928a855d08629abb7a742980286ba1", + "content-hash": "bfcb9f98366302837bccf96bd7cb4159", "packages": [ { "name": "bamarni/composer-bin-plugin", @@ -190,89 +190,6 @@ ], "time": "2021-08-15T20:50:18+00:00" }, - { - "name": "christophwurst/nextcloud", - "version": "v22.1.1", - "source": { - "type": "git", - "url": "https://github.com/ChristophWurst/nextcloud_composer.git", - "reference": "8bb086cd016128b5ef8353662fd1852db3248d1e" - }, - "dist": { - "type": "zip", - "url": "https://github.com/repos/ChristophWurst/nextcloud_composer/zipball/8bb086cd016128b5ef8353662fd1852db3248d1e", - "reference": "8bb086cd016128b5ef8353662fd1852db3248d1e", - "shasum": "" - }, - "require": { - "php": "^7.3 || ~8.0.0", - "psr/container": "^1.0", - "psr/event-dispatcher": "^1.0", - "psr/log": "^1.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "23.0.0-dev" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "AGPL-3.0-or-later" - ], - "authors": [ - { - "name": "Christoph Wurst", - "email": "christoph@winzerhof-wurst.at" - } - ], - "description": "Composer package containing Nextcloud's public API (classes, interfaces)", - "support": { - "issues": "https://github.com/ChristophWurst/nextcloud_composer/issues", - "source": "https://github.com/ChristophWurst/nextcloud_composer/tree/v22.1.1" - }, - "time": "2021-11-11T14:01:42+00:00" - }, - { - "name": "christophwurst/nextcloud-http-client", - "version": "v0.2.0", - "source": { - "type": "git", - "url": "https://github.com/ChristophWurst/nextcloud-http-client.git", - "reference": "79abda558fddd5f7db2d45c44ab6a6718cef8249" - }, - "dist": { - "type": "zip", - "url": "https://github.com/repos/ChristophWurst/nextcloud-http-client/zipball/79abda558fddd5f7db2d45c44ab6a6718cef8249", - "reference": "79abda558fddd5f7db2d45c44ab6a6718cef8249", - "shasum": "" - }, - "require": { - "christophwurst/nextcloud": ">=19.0.0 <26.0.0" - }, - "provide": { - "php-http/async-client-implementation": "1.0", - "php-http/client-implementation": "1.0", - "psr/http-client-implementation": "1.0" - }, - "type": "meta", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christoph Wurst", - "email": "christoph@winzerhof-wurst.at" - } - ], - "description": "HTTPlug and PSR7 adapter for Nextcloud", - "support": { - "issues": "https://github.com/ChristophWurst/nextcloud-http-client/issues", - "source": "https://github.com/ChristophWurst/nextcloud-http-client/tree/v0.2.0" - }, - "time": "2022-05-09T14:26:30+00:00" - }, { "name": "fgrosse/phpasn1", "version": "v2.4.0", @@ -515,104 +432,6 @@ ], "time": "2021-06-28T04:27:21+00:00" }, - { - "name": "psr/container", - "version": "1.1.1", - "source": { - "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" - }, - "dist": { - "type": "zip", - "url": "https://github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", - "shasum": "" - }, - "require": { - "php": ">=7.2.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Psr\\Container\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common Container Interface (PHP FIG PSR-11)", - "homepage": "https://github.com/php-fig/container", - "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" - ], - "support": { - "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.1" - }, - "time": "2021-03-05T17:36:06+00:00" - }, - { - "name": "psr/event-dispatcher", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/event-dispatcher.git", - "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" - }, - "dist": { - "type": "zip", - "url": "https://github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", - "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", - "shasum": "" - }, - "require": { - "php": ">=7.2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\EventDispatcher\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Standard interfaces for event handling.", - "keywords": [ - "events", - "psr", - "psr-14" - ], - "support": { - "issues": "https://github.com/php-fig/event-dispatcher/issues", - "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" - }, - "time": "2019-01-08T18:20:26+00:00" - }, { "name": "psr/http-client", "version": "1.0.1",