diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index 8f1b65f51..1c04e8138 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -96,7 +96,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: nextcloud/circles - ref: master + ref: stable31 path: apps/circles - name: Checkout app diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml index 721af4e36..7c0fef0b3 100644 --- a/.github/workflows/phpunit-oci.yml +++ b/.github/workflows/phpunit-oci.yml @@ -109,7 +109,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: nextcloud/circles - ref: master + ref: stable31 path: apps/circles - name: Checkout app diff --git a/.github/workflows/phpunit-pgsql.yml b/.github/workflows/phpunit-pgsql.yml index 44a9a85a2..2af7144a6 100644 --- a/.github/workflows/phpunit-pgsql.yml +++ b/.github/workflows/phpunit-pgsql.yml @@ -99,7 +99,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: nextcloud/circles - ref: master + ref: stable31 path: apps/circles - name: Checkout app diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index 55b28f494..a0cc6fac5 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -88,7 +88,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: nextcloud/circles - ref: master + ref: stable31 path: apps/circles - name: Checkout app diff --git a/composer.json b/composer.json index 91c84abd2..bbd7de96b 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "roave/security-advisories": "dev-latest", "sabre/dav": "^4.1", "sabre/xml": "^2.2", - "nextcloud/ocp": "dev-master" + "nextcloud/ocp": "dev-stable31" }, "require": { "bamarni/composer-bin-plugin": "^1.8" diff --git a/composer.lock b/composer.lock index 7aba56181..edd8017b3 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": "72fa958aa1817c02a6d1ec00ea12556b", + "content-hash": "78fbcd0495e63b0e1e9f616ccb6cf04a", "packages": [ { "name": "bamarni/composer-bin-plugin", @@ -67,30 +67,29 @@ "packages-dev": [ { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable31", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "ba6108b934c18b629f78c48cca3fc038087f0dec" + "reference": "3ac4be37f04642c663a2fc711f3848f69f3713f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/ba6108b934c18b629f78c48cca3fc038087f0dec", - "reference": "ba6108b934c18b629f78c48cca3fc038087f0dec", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/3ac4be37f04642c663a2fc711f3848f69f3713f1", + "reference": "3ac4be37f04642c663a2fc711f3848f69f3713f1", "shasum": "" }, "require": { - "php": "~8.1 || ~8.2 || ~8.3", + "php": "~8.1 || ~8.2 || ~8.3 || ~8.4", "psr/clock": "^1.0", "psr/container": "^2.0.2", "psr/event-dispatcher": "^1.0", "psr/log": "^3.0.2" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "31.0.0-dev" + "dev-stable31": "31.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -110,9 +109,9 @@ "description": "Composer package containing Nextcloud's public OCP API and the unstable NCU API", "support": { "issues": "https://github.com/nextcloud-deps/ocp/issues", - "source": "https://github.com/nextcloud-deps/ocp/tree/master" + "source": "https://github.com/nextcloud-deps/ocp/tree/stable31" }, - "time": "2025-01-17T00:42:09+00:00" + "time": "2025-01-23T08:35:12+00:00" }, { "name": "psr/clock",