Compare commits

..

No commits in common. "master" and "1.5.0" have entirely different histories.

4 changed files with 22 additions and 22 deletions

View File

@ -4,11 +4,11 @@ on: [push]
jobs:
nextcloud-22:
runs-on: ubuntu-latest
container: nextcloud:28
container: nextcloud:22
steps:
- run: apt-get update
- run: apt-get install -y git nodejs
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- run: curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
- run: chmod +x /usr/local/bin/composer
- run: composer install
@ -18,11 +18,11 @@ jobs:
nextcloud-27:
runs-on: ubuntu-latest
container: nextcloud:28
container: nextcloud:27
steps:
- run: apt-get update
- run: apt-get install -y git nodejs
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- run: curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
- run: chmod +x /usr/local/bin/composer
- run: composer install

View File

@ -1,4 +1,4 @@
FROM nextcloud:28
FROM nextcloud:27
ENV NEXTCLOUD_UPDATE 1
ENV NEXTCLOUD_ADMIN_USER epubreader

View File

@ -5,7 +5,7 @@
"type": "project",
"license": "AGPL-3.0-or-later",
"require-dev": {
"nextcloud/ocp": "^28.0.0",
"nextcloud/ocp": "^27.0.1",
"psalm/phar": "^5.14.1",
"nextcloud/coding-standard": "^1.1.1"
},

32
composer.lock generated
View File

@ -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": "679331c6a73b23ca99c427cc59b72485",
"content-hash": "2a09784ad37a13f719f600287b92ea13",
"packages": [],
"packages-dev": [
{
@ -50,20 +50,20 @@
},
{
"name": "nextcloud/ocp",
"version": "v28.0.1",
"version": "v27.0.1",
"source": {
"type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git",
"reference": "646241abbb388138130331edfd6774bda62ad1b0"
"reference": "1aaa8b098961a3acadd51b413f7bcfd89f4c0638"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/646241abbb388138130331edfd6774bda62ad1b0",
"reference": "646241abbb388138130331edfd6774bda62ad1b0",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/1aaa8b098961a3acadd51b413f7bcfd89f4c0638",
"reference": "1aaa8b098961a3acadd51b413f7bcfd89f4c0638",
"shasum": ""
},
"require": {
"php": "~8.0 || ~8.1 || ~8.2 || ~8.3",
"php": "^7.4 || ~8.0 || ~8.1",
"psr/clock": "^1.0",
"psr/container": "^2.0.2",
"psr/event-dispatcher": "^1.0",
@ -72,7 +72,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-stable28": "28.0.0-dev"
"dev-stable27": "27.0.0-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
@ -88,9 +88,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/v28.0.1"
"source": "https://github.com/nextcloud-deps/ocp/tree/v27.0.1"
},
"time": "2023-12-20T00:27:31+00:00"
"time": "2023-07-17T09:26:48+00:00"
},
{
"name": "php-cs-fixer/shim",
@ -146,16 +146,16 @@
},
{
"name": "psalm/phar",
"version": "5.19.1",
"version": "5.14.1",
"source": {
"type": "git",
"url": "https://github.com/psalm/phar.git",
"reference": "c062e477cae7068a4cbcf3dba2a176687c5565a1"
"reference": "7b832de0cfa7791f663f056b8e01af262027a3d8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/psalm/phar/zipball/c062e477cae7068a4cbcf3dba2a176687c5565a1",
"reference": "c062e477cae7068a4cbcf3dba2a176687c5565a1",
"url": "https://api.github.com/repos/psalm/phar/zipball/7b832de0cfa7791f663f056b8e01af262027a3d8",
"reference": "7b832de0cfa7791f663f056b8e01af262027a3d8",
"shasum": ""
},
"require": {
@ -175,9 +175,9 @@
"description": "Composer-based Psalm Phar",
"support": {
"issues": "https://github.com/psalm/phar/issues",
"source": "https://github.com/psalm/phar/tree/5.19.1"
"source": "https://github.com/psalm/phar/tree/5.14.1"
},
"time": "2024-01-17T11:52:12+00:00"
"time": "2023-08-01T06:05:09+00:00"
},
{
"name": "psr/clock",
@ -391,5 +391,5 @@
"platform-overrides": {
"php": "8.0"
},
"plugin-api-version": "2.6.0"
"plugin-api-version": "2.3.0"
}