diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 1519f74eb..86b13ae84 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,7 +28,7 @@ jobs: matrix: php-versions: ['8.1'] databases: ['sqlite', 'mysql', 'pgsql'] - server-versions: ['master'] + server-versions: ['stable32'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} diff --git a/composer.json b/composer.json index f359d91b5..e1d20604c 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "roave/security-advisories": "dev-master", "phpunit/phpunit": "^9", "nextcloud/coding-standard": "^1.1", - "nextcloud/ocp": "dev-master", + "nextcloud/ocp": "dev-stable32", "psalm/phar": "^5.13" }, "config": { diff --git a/composer.lock b/composer.lock index 12e695ec4..557f91ef5 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": "6950663d9d213151028e780637480220", + "content-hash": "a802f567c811977afdf6203368ae43e9", "packages": [ { "name": "justinrainbow/json-schema", @@ -376,16 +376,16 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable32", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "851f4248065d96ee9d4971bb671b363f7dbd7850" + "reference": "49413ff9bf66f1091928540ecd9af4ebeebf6e32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/851f4248065d96ee9d4971bb671b363f7dbd7850", - "reference": "851f4248065d96ee9d4971bb671b363f7dbd7850", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/49413ff9bf66f1091928540ecd9af4ebeebf6e32", + "reference": "49413ff9bf66f1091928540ecd9af4ebeebf6e32", "shasum": "" }, "require": { @@ -395,11 +395,10 @@ "psr/event-dispatcher": "^1.0", "psr/log": "^3.0.2" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "32.0.0-dev" + "dev-stable32": "32.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -419,9 +418,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/stable32" }, - "time": "2025-08-30T00:45:22+00:00" + "time": "2025-09-04T08:38:43+00:00" }, { "name": "nikic/php-parser",