From 1f8fda087dea00648661ad72f23e2224d6fce1e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Nov 2021 02:07:43 +0000 Subject: [PATCH] Bump christophwurst/nextcloud from 20.0.7 to 22.1.1 Bumps [christophwurst/nextcloud](https://github.com/ChristophWurst/nextcloud_composer) from 20.0.7 to 22.1.1. - [Release notes](https://github.com/ChristophWurst/nextcloud_composer/releases) - [Commits](https://github.com/ChristophWurst/nextcloud_composer/compare/v20.0.7...v22.1.1) --- updated-dependencies: - dependency-name: christophwurst/nextcloud dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 109 ++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 102 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 4db8b3c81d..2482aa9295 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "youthweb/urllinker": "^1.3" }, "require-dev": { - "christophwurst/nextcloud": "v20.0.7", + "christophwurst/nextcloud": "v22.1.1", "psalm/phar": "^4.6", "roave/security-advisories": "dev-master" }, diff --git a/composer.lock b/composer.lock index 3580d109dc..52844e6b28 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": "37b96159064d686c39e6a4366d0e25e7", + "content-hash": "29915812557dc36150cb6e5894054281", "packages": [ { "name": "amphp/amp", @@ -2225,25 +2225,28 @@ "packages-dev": [ { "name": "christophwurst/nextcloud", - "version": "v20.0.7", + "version": "v22.1.1", "source": { "type": "git", "url": "https://github.com/ChristophWurst/nextcloud_composer.git", - "reference": "114c6598743dc4caa21c84eafadedf3f6730cdab" + "reference": "8bb086cd016128b5ef8353662fd1852db3248d1e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/114c6598743dc4caa21c84eafadedf3f6730cdab", - "reference": "114c6598743dc4caa21c84eafadedf3f6730cdab", + "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/8bb086cd016128b5ef8353662fd1852db3248d1e", + "reference": "8bb086cd016128b5ef8353662fd1852db3248d1e", "shasum": "" }, "require": { - "php": "^7.2" + "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": "20.0.0-dev" + "dev-master": "23.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -2257,7 +2260,7 @@ } ], "description": "Composer package containing Nextcloud's public API (classes, interfaces)", - "time": "2021-02-03T07:58:35+00:00" + "time": "2021-11-11T14:01:42+00:00" }, { "name": "psalm/phar", @@ -2290,6 +2293,96 @@ "description": "Composer-based Psalm Phar", "time": "2021-04-25T21:29:13+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://api.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" + ], + "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://api.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" + ], + "time": "2019-01-08T18:20:26+00:00" + }, { "name": "roave/security-advisories", "version": "dev-master",