diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index 2c1b7677d..7ad42e1ec 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -39,7 +39,7 @@ jobs: strategy: matrix: php-versions: ['8.0', '8.1'] - server-versions: ['master'] + server-versions: ['stable27'] steps: - name: Set app env diff --git a/composer.json b/composer.json index baf14593d..bd2906725 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.8", "nextcloud/coding-standard": "1.0", - "nextcloud/ocp": "dev-master", + "nextcloud/ocp": "dev-stable27", "phpunit/phpunit": "^9", "sabre/dav": "^4.2.1", "vimeo/psalm": "^4.22" diff --git a/composer.lock b/composer.lock index af3f94c84..2c5254f79 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": "bad8cd6db2697a29fb83af680ef4523e", + "content-hash": "cdbf434fb6d08938d68150bd8274db83", "packages": [ { "name": "hexogen/kdtree", @@ -1231,16 +1231,16 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable27", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "6ec2f44077e9e75e2e93787b452b37736c15f3c3" + "reference": "92f707dc8f36a76ddfed4d52d999d672613a4748" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/6ec2f44077e9e75e2e93787b452b37736c15f3c3", - "reference": "6ec2f44077e9e75e2e93787b452b37736c15f3c3", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/92f707dc8f36a76ddfed4d52d999d672613a4748", + "reference": "92f707dc8f36a76ddfed4d52d999d672613a4748", "shasum": "" }, "require": { @@ -1250,7 +1250,6 @@ "psr/event-dispatcher": "^1.0", "psr/log": "^1.1" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1272,7 +1271,7 @@ "issues": "https://github.com/nextcloud-deps/ocp/issues", "source": "https://github.com/nextcloud-deps/ocp/tree/master" }, - "time": "2023-04-08T00:33:01+00:00" + "time": "2023-05-17T10:58:24+00:00" }, { "name": "nikic/php-parser",