diff --git a/composer.json b/composer.json index a662facbc..ff24c74a1 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "phpunit/phpunit": "^9.5", "nextcloud/coding-standard": "^1.0.0", "psalm/phar": "^4.3", - "christophwurst/nextcloud": "dev-master" + "christophwurst/nextcloud": "dev-stable24" }, "config": { "optimize-autoloader": true, diff --git a/composer.lock b/composer.lock index 84c6ec926..2adf9917a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,30 +4,29 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7a080c8a51e5cf3eb7d867834b9e9a3b", + "content-hash": "2cfa6e8dcf60de41e4bf3dfb4393b379", "packages": [], "packages-dev": [ { "name": "christophwurst/nextcloud", - "version": "dev-master", + "version": "dev-stable24", "source": { "type": "git", "url": "https://github.com/ChristophWurst/nextcloud_composer.git", - "reference": "6aec9c3521c554466bb7d92559782cf61f391c79" + "reference": "13c86ee94db9b60be2facd5494736bcb6405e405" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/6aec9c3521c554466bb7d92559782cf61f391c79", - "reference": "6aec9c3521c554466bb7d92559782cf61f391c79", + "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/13c86ee94db9b60be2facd5494736bcb6405e405", + "reference": "13c86ee94db9b60be2facd5494736bcb6405e405", "shasum": "" }, "require": { "php": "^7.4 || ~8.0 || ~8.1", - "psr/container": "^1.0", + "psr/container": "^1.1.1", "psr/event-dispatcher": "^1.0", "psr/log": "^1.1" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -47,9 +46,9 @@ "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/master" + "source": "https://github.com/ChristophWurst/nextcloud_composer/tree/stable24" }, - "time": "2022-02-07T08:09:24+00:00" + "time": "2022-06-02T14:12:23+00:00" }, { "name": "composer/pcre", @@ -4250,5 +4249,5 @@ "platform-overrides": { "php": "7.4" }, - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" }