diff --git a/composer.lock b/composer.lock index b1fb0e0748c..8207974061c 100644 --- a/composer.lock +++ b/composer.lock @@ -297,12 +297,12 @@ "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "75e04c37b52633c6601b63af3a33a71e0f48967e" + "reference": "94d85a0ba6b3b3911c25b2eddb0ca0fe5691acbf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/75e04c37b52633c6601b63af3a33a71e0f48967e", - "reference": "75e04c37b52633c6601b63af3a33a71e0f48967e", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/94d85a0ba6b3b3911c25b2eddb0ca0fe5691acbf", + "reference": "94d85a0ba6b3b3911c25b2eddb0ca0fe5691acbf", "shasum": "" }, "require": { @@ -320,7 +320,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "35.0.0-dev" + "dev-stable35": "35.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -340,9 +340,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/stable35" }, - "time": "2026-08-24T17:09:03+00:00" + "time": "2026-09-04T01:52:36+00:00" }, { "name": "nikic/php-parser", diff --git a/vendor-bin/rector/composer.lock b/vendor-bin/rector/composer.lock index 49e4c282e3c..9cee7e20176 100644 --- a/vendor-bin/rector/composer.lock +++ b/vendor-bin/rector/composer.lock @@ -9,16 +9,16 @@ "packages-dev": [ { "name": "nextcloud/ocp", - "version": "v34.0.3", + "version": "v34.0.4", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "3fb764be792476e4dcf1593101d978fc1dc8ac9a" + "reference": "f316bffe9b506532d1aafcf817d8d17f3bbe2cde" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/3fb764be792476e4dcf1593101d978fc1dc8ac9a", - "reference": "3fb764be792476e4dcf1593101d978fc1dc8ac9a", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/f316bffe9b506532d1aafcf817d8d17f3bbe2cde", + "reference": "f316bffe9b506532d1aafcf817d8d17f3bbe2cde", "shasum": "" }, "require": { @@ -52,9 +52,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/v34.0.3" + "source": "https://github.com/nextcloud-deps/ocp/tree/v34.0.4" }, - "time": "2026-08-07T02:03:36+00:00" + "time": "2026-09-02T01:51:50+00:00" }, { "name": "nextcloud/rector", @@ -123,11 +123,11 @@ }, { "name": "phpstan/phpstan", - "version": "2.2.9", + "version": "2.2.14", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/13d6b4f347bad222da436580c8304fa6f83e6bd0", - "reference": "13d6b4f347bad222da436580c8304fa6f83e6bd0", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9c672e7a8e791dfc3d30e55f683e73fc0b63a3ac", + "reference": "9c672e7a8e791dfc3d30e55f683e73fc0b63a3ac", "shasum": "" }, "require": { @@ -183,7 +183,7 @@ "type": "github" } ], - "time": "2026-08-22T07:38:16+00:00" + "time": "2026-09-12T21:39:33+00:00" }, { "name": "psr/clock", @@ -493,21 +493,21 @@ }, { "name": "rector/rector", - "version": "2.6.4", + "version": "2.6.6", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "6ff008471683591224951526247b7a2b86980ba9" + "reference": "ca069d6c79feaa6651b423c15d101a27a436093e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/6ff008471683591224951526247b7a2b86980ba9", - "reference": "6ff008471683591224951526247b7a2b86980ba9", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/ca069d6c79feaa6651b423c15d101a27a436093e", + "reference": "ca069d6c79feaa6651b423c15d101a27a436093e", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.2.6" + "phpstan/phpstan": "^2.2.10" }, "conflict": { "rector/rector-doctrine": "*", @@ -515,9 +515,6 @@ "rector/rector-phpunit": "*", "rector/rector-symfony": "*" }, - "suggest": { - "ext-dom": "To manipulate phpunit.xml via the custom-rule command" - }, "bin": [ "bin/rector" ], @@ -541,7 +538,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.6.4" + "source": "https://github.com/rectorphp/rector/tree/2.6.6" }, "funding": [ { @@ -549,7 +546,7 @@ "type": "github" } ], - "time": "2026-08-27T09:20:34+00:00" + "time": "2026-09-02T09:38:46+00:00" }, { "name": "webmozart/assert",