diff --git a/composer.json b/composer.json index 4dbf7cc2..40b7f030 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,6 @@ "bamarni/composer-bin-plugin": "^1.8" }, "require-dev": { - "nextcloud/ocp": "^25.0" + "nextcloud/ocp": "dev-master" } } diff --git a/composer.lock b/composer.lock index c3645385..3a731c62 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": "e55b3ef0fa11a11b9a096f43e92024b3", + "content-hash": "2aeb03f9669a3685a9ffff37aa7d6b70", "packages": [ { "name": "bamarni/composer-bin-plugin", @@ -67,24 +67,26 @@ "packages-dev": [ { "name": "nextcloud/ocp", - "version": "v25.0.4", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "4f1eec84860621a1ce9a812e15bbf9a4f055cd3b" + "reference": "baf13f74c7bad9e134b8b95fbea945d5bee1d98d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/4f1eec84860621a1ce9a812e15bbf9a4f055cd3b", - "reference": "4f1eec84860621a1ce9a812e15bbf9a4f055cd3b", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/baf13f74c7bad9e134b8b95fbea945d5bee1d98d", + "reference": "baf13f74c7bad9e134b8b95fbea945d5bee1d98d", "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": { @@ -104,9 +106,57 @@ "description": "Composer package containing Nextcloud's public API (classes, interfaces)", "support": { "issues": "https://github.com/nextcloud-deps/ocp/issues", - "source": "https://github.com/nextcloud-deps/ocp/tree/v25.0.4" + "source": "https://github.com/nextcloud-deps/ocp/tree/master" }, - "time": "2023-03-03T14:24:08+00:00" + "time": "2023-05-13T00:33:05+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", @@ -259,7 +309,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "nextcloud/ocp": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": [],