From 6f350cf10ca85b577234965c9932bdba9c3ca6e3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 15 Jul 2024 09:19:37 +0200 Subject: [PATCH] fix(deps)!: Drop Nextcloud 27 Signed-off-by: Joas Schilling --- .../workflows/update-nextcloud-ocp-matrix.yml | 4 ++-- appinfo/info.xml | 4 ++-- composer.json | 4 ++-- composer.lock | 18 +++++++++--------- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/update-nextcloud-ocp-matrix.yml b/.github/workflows/update-nextcloud-ocp-matrix.yml index 84e9d0e..497828f 100644 --- a/.github/workflows/update-nextcloud-ocp-matrix.yml +++ b/.github/workflows/update-nextcloud-ocp-matrix.yml @@ -20,8 +20,8 @@ jobs: strategy: fail-fast: false matrix: - branches: ['master'] - target: ['stable27'] + branches: ['main'] + target: ['stable28'] name: update-nextcloud-ocp-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index ad4735c..af46fb6 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ This app sends notifications to users when they reached 85, 90 and 95% of their quota (checked once a day). In addition an email can be sent to the users. The three percentages can be changed in the admin settings. It is also possible to have a link in the email and the notification for upsell options. - 1.19.0 + 1.20.0-dev.0 agpl Joas Schilling QuotaWarning @@ -23,7 +23,7 @@ It is also possible to have a link in the email and the notification for upsell https://raw.githubusercontent.com/nextcloud/quota_warning/main/docs/email.png https://raw.githubusercontent.com/nextcloud/quota_warning/main/docs/admin-settings.png - + diff --git a/composer.json b/composer.json index f6d6088..11f2548 100644 --- a/composer.json +++ b/composer.json @@ -29,8 +29,8 @@ }, "require-dev": { "nextcloud/coding-standard": "^1.2", - "nextcloud/ocp": "dev-stable27", + "nextcloud/ocp": "dev-stable28", "phpunit/phpunit": "^9.6", - "psalm/phar": "^5.23" + "psalm/phar": "^5.25" } } diff --git a/composer.lock b/composer.lock index c4ab3c3..2dcaddc 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": "af48fcce7854cb0fbf168db1632109ae", + "content-hash": "403c81509803baecb73885d367b2f537", "packages": [], "packages-dev": [ { @@ -179,20 +179,20 @@ }, { "name": "nextcloud/ocp", - "version": "dev-stable27", + "version": "dev-stable28", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "a25af68d428145141ac85ae0746f70d9f04911e4" + "reference": "74645201388ba3e2891b364e526de90cf710949e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/a25af68d428145141ac85ae0746f70d9f04911e4", - "reference": "a25af68d428145141ac85ae0746f70d9f04911e4", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/74645201388ba3e2891b364e526de90cf710949e", + "reference": "74645201388ba3e2891b364e526de90cf710949e", "shasum": "" }, "require": { - "php": "^7.4 || ~8.0 || ~8.1", + "php": "~8.0 || ~8.1 || ~8.2 || ~8.3", "psr/clock": "^1.0", "psr/container": "^2.0.2", "psr/event-dispatcher": "^1.0", @@ -201,7 +201,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-stable27": "27.0.0-dev" + "dev-stable28": "28.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -217,9 +217,9 @@ "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/stable27" + "source": "https://github.com/nextcloud-deps/ocp/tree/stable28" }, - "time": "2024-06-05T00:35:15+00:00" + "time": "2024-07-11T00:37:33+00:00" }, { "name": "nikic/php-parser",