From b2836b7f2a94edb2f0a94733ae2a467d10d1028e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 2 Aug 2022 14:44:08 +0200 Subject: [PATCH] try with dev stability Signed-off-by: Joas Schilling --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f3e29d6182..19f9e472d2 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType" }, "require-dev": { - "christophwurst/nextcloud": "dev-master", + "christophwurst/nextcloud": "dev-master@dev", "nextcloud/coding-standard": "^1.0", "phpunit/phpunit": "^9.5", "roave/security-advisories": "dev-latest", diff --git a/composer.lock b/composer.lock index 99b92c85e1..e441f4b210 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": "8d44df009b16f278d27bfdc7eea1f621", + "content-hash": "93f371b4daa882d68c2652460e7d3fa3", "packages": [ { "name": "firebase/php-jwt",