diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index 2c1b7677..7ad42e1e 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 c9c5fc13..30256d00 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "phpunit/phpunit": "^9.5", "vimeo/psalm": "^4.22", "nextcloud/coding-standard": "^1.0", - "nextcloud/ocp": "dev-master" + "nextcloud/ocp": "dev-stable27" }, "autoload-dev": { "psr-4": { diff --git a/composer.lock b/composer.lock index 10626ffa..b61351a3 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": "ff5525712e361161e9ffdd827412996a", + "content-hash": "70127a60bdc39c73c95d800a5c5adb50", "packages": [], "packages-dev": [ { @@ -1063,25 +1063,25 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable27", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "1f55e0826beda2248274a5130e7c4c59f2895b60" + "reference": "92f707dc8f36a76ddfed4d52d999d672613a4748" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/1f55e0826beda2248274a5130e7c4c59f2895b60", - "reference": "1f55e0826beda2248274a5130e7c4c59f2895b60", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/92f707dc8f36a76ddfed4d52d999d672613a4748", + "reference": "92f707dc8f36a76ddfed4d52d999d672613a4748", "shasum": "" }, "require": { "php": "^7.4 || ~8.0 || ~8.1", + "psr/clock": "^1.0", "psr/container": "^1.1.1", "psr/event-dispatcher": "^1.0", "psr/log": "^1.1" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1103,7 +1103,7 @@ "issues": "https://github.com/nextcloud-deps/ocp/issues", "source": "https://github.com/nextcloud-deps/ocp/tree/master" }, - "time": "2022-12-10T00:34:18+00:00" + "time": "2023-05-17T10:58:24+00:00" }, { "name": "nikic/php-parser", @@ -1960,6 +1960,54 @@ }, "time": "2016-08-06T20:24:11+00:00" }, + { + "name": "psr/clock", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/clock.git", + "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Psr\\Clock\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for reading the clock.", + "homepage": "https://github.com/php-fig/clock", + "keywords": [ + "clock", + "now", + "psr", + "psr-20", + "time" + ], + "support": { + "issues": "https://github.com/php-fig/clock/issues", + "source": "https://github.com/php-fig/clock/tree/1.0.0" + }, + "time": "2022-11-25T14:36:26+00:00" + }, { "name": "psr/container", "version": "1.1.2",