diff --git a/composer.lock b/composer.lock index 495bdf97..c217e315 100644 --- a/composer.lock +++ b/composer.lock @@ -735,12 +735,12 @@ "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "fddf605cdc7cd9b3b020ea40f6f0a6331127dc12" + "reference": "6f98dac2ddd6c42e605bc453e5328c0a61f75b8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/fddf605cdc7cd9b3b020ea40f6f0a6331127dc12", - "reference": "fddf605cdc7cd9b3b020ea40f6f0a6331127dc12", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/6f98dac2ddd6c42e605bc453e5328c0a61f75b8d", + "reference": "6f98dac2ddd6c42e605bc453e5328c0a61f75b8d", "shasum": "" }, "require": { @@ -748,7 +748,7 @@ "psr/clock": "^1.0", "psr/container": "^2.0.2", "psr/event-dispatcher": "^1.0", - "psr/log": "^1.1.4" + "psr/log": "^2.0.0" }, "type": "library", "extra": { @@ -771,7 +771,7 @@ "issues": "https://github.com/nextcloud-deps/ocp/issues", "source": "https://github.com/nextcloud-deps/ocp/tree/stable30" }, - "time": "2024-10-03T00:42:50+00:00" + "time": "2024-11-29T00:46:59+00:00" }, { "name": "nikic/php-parser", @@ -1249,30 +1249,30 @@ }, { "name": "psr/log", - "version": "1.1.4", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11" + "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11", + "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376", + "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Psr\\Log\\": "Psr/Log/" + "Psr\\Log\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1293,9 +1293,9 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/1.1.4" + "source": "https://github.com/php-fig/log/tree/2.0.0" }, - "time": "2021-05-03T11:20:27+00:00" + "time": "2021-07-14T16:41:46+00:00" }, { "name": "sebastian/diff", diff --git a/lib/Command/GroupAdminsToLdap.php b/lib/Command/GroupAdminsToLdap.php index f1d57aad..fd662fef 100644 --- a/lib/Command/GroupAdminsToLdap.php +++ b/lib/Command/GroupAdminsToLdap.php @@ -1,4 +1,5 @@ * @author Arthur Schiwon diff --git a/lib/LDAPGroupManager.php b/lib/LDAPGroupManager.php index c7d5aa77..db9d005b 100644 --- a/lib/LDAPGroupManager.php +++ b/lib/LDAPGroupManager.php @@ -1,4 +1,5 @@ diff --git a/tests/integration/features/bootstrap/LDAPContext.php b/tests/integration/features/bootstrap/LDAPContext.php index fd4a448b..39e5345b 100644 --- a/tests/integration/features/bootstrap/LDAPContext.php +++ b/tests/integration/features/bootstrap/LDAPContext.php @@ -1,4 +1,5 @@ *