chore: Nextcloud 32 is PHP 8.2+

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/55882/head
Ferdinand Thiessen 2025-10-21 13:50:28 +07:00
parent adc20122c8
commit 8f74228147
12 changed files with 79 additions and 71 deletions

@ -4,7 +4,7 @@
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "8.1"
"php": "8.2"
},
"allow-plugins": {
"bamarni/composer-bin-plugin": true
@ -24,7 +24,7 @@
}
},
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-ctype": "*",
"ext-curl": "*",
"ext-dom": "*",

10
composer.lock generated

@ -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": "7eec232d4a6c2dea5a37ba784aa1b2ad",
"content-hash": "d065a83a3541ae968e174ccc250e446c",
"packages": [],
"packages-dev": [
{
@ -67,11 +67,11 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^8.1",
"php": "^8.2",
"ext-ctype": "*",
"ext-curl": "*",
"ext-dom": "*",
@ -91,9 +91,9 @@
"ext-zip": "*",
"ext-zlib": "*"
},
"platform-dev": [],
"platform-dev": {},
"platform-overrides": {
"php": "8.1"
"php": "8.2"
},
"plugin-api-version": "2.6.0"
}

@ -2,7 +2,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.1"
"php": "8.2"
}
},
"require": {

@ -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": "427da07c086c9f916d995f88b29aba1b",
"content-hash": "8cbbdb84c616b60e794c2dbc79430b55",
"packages": [
{
"name": "kubawerlos/php-cs-fixer-custom-fixers",
@ -159,13 +159,13 @@
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"platform": {},
"platform-dev": {},
"platform-overrides": {
"php": "8.1"
"php": "8.2"
},
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.6.0"
}

@ -2,7 +2,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.1"
"php": "8.2"
}
},
"require": {

@ -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": "23c96ff7007b72dfd2bbe9cbf35a2843",
"content-hash": "3ff765a37b9cd42a699a884d4ca86687",
"packages": [
{
"name": "adhocore/cli",
@ -241,7 +241,7 @@
"platform": {},
"platform-dev": {},
"platform-overrides": {
"php": "8.1"
"php": "8.2"
},
"plugin-api-version": "2.6.0"
}

@ -1,11 +1,11 @@
{
"config": {
"sort-packages": true,
"platform": {
"php": "8.1"
}
},
"require": {
"phpunit/phpunit": "^10.5.35"
}
"config": {
"sort-packages": true,
"platform": {
"php": "8.2"
}
},
"require": {
"phpunit/phpunit": "^10.5.35"
}
}

@ -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": "cc73ab48735180a776db9ff4490049a1",
"content-hash": "fe499dcaa1d3271e1c594fa83044161b",
"packages": [
{
"name": "myclabs/deep-copy",
@ -1634,13 +1634,13 @@
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"platform": {},
"platform-dev": {},
"platform-overrides": {
"php": "8.1"
"php": "8.2"
},
"plugin-api-version": "2.6.0"
}

@ -1,13 +1,13 @@
{
"require": {
"vimeo/psalm": "^5.9"
},
"config": {
"platform": {
"php": "8.1"
},
"allow-plugins": {
"composer/package-versions-deprecated": true
}
}
"require": {
"vimeo/psalm": "^5.9"
},
"config": {
"platform": {
"php": "8.2"
},
"allow-plugins": {
"composer/package-versions-deprecated": true
}
}
}

@ -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": "686c83ce8e622abe36a4790642b55ebe",
"content-hash": "3c3342f1efd61cbab152269740efd448",
"packages": [
{
"name": "amphp/amp",
@ -2091,13 +2091,13 @@
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"platform": {},
"platform-dev": {},
"platform-overrides": {
"php": "8.1"
"php": "8.2"
},
"plugin-api-version": "2.6.0"
}

@ -1,6 +1,11 @@
{
"require-dev": {
"rector/rector": "^2.0",
"nextcloud/rector": "^0.4.1"
}
"require-dev": {
"rector/rector": "^2.0",
"nextcloud/rector": "^0.4.1"
},
"config": {
"platform": {
"php": "8.2"
}
}
}

@ -4,21 +4,21 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "347262bc75027c88fa21b011f732aa31",
"content-hash": "95ec45e01b8b0c2e38a68797676d1673",
"packages": [],
"packages-dev": [
{
"name": "nextcloud/ocp",
"version": "v31.0.4",
"version": "v32.0.0",
"source": {
"type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git",
"reference": "1fb984268039921920ade298ef5a58e8fe3de7da"
"reference": "f25b267f759f10e5aad18ed15f14b9881df5652d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/1fb984268039921920ade298ef5a58e8fe3de7da",
"reference": "1fb984268039921920ade298ef5a58e8fe3de7da",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/f25b267f759f10e5aad18ed15f14b9881df5652d",
"reference": "f25b267f759f10e5aad18ed15f14b9881df5652d",
"shasum": ""
},
"require": {
@ -31,7 +31,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-stable31": "31.0.0-dev"
"dev-stable32": "32.0.0-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
@ -51,9 +51,9 @@
"description": "Composer package containing Nextcloud's public OCP API and the unstable NCU API",
"support": {
"issues": "https://github.com/nextcloud-deps/ocp/issues",
"source": "https://github.com/nextcloud-deps/ocp/tree/v31.0.4"
"source": "https://github.com/nextcloud-deps/ocp/tree/v32.0.0"
},
"time": "2025-04-15T00:50:16+00:00"
"time": "2025-09-16T00:45:44+00:00"
},
{
"name": "nextcloud/rector",
@ -436,28 +436,28 @@
},
{
"name": "webmozart/assert",
"version": "1.11.0",
"version": "1.12.0",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
"reference": "541057574806f942c94662b817a50f63f7345360"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/541057574806f942c94662b817a50f63f7345360",
"reference": "541057574806f942c94662b817a50f63f7345360",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-date": "*",
"ext-filter": "*",
"php": "^7.2 || ^8.0"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5.13"
"suggest": {
"ext-intl": "",
"ext-simplexml": "",
"ext-spl": ""
},
"type": "library",
"extra": {
@ -488,9 +488,9 @@
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
"source": "https://github.com/webmozarts/assert/tree/1.12.0"
},
"time": "2022-06-03T18:03:27+00:00"
"time": "2025-10-20T12:43:39+00:00"
}
],
"aliases": [],
@ -500,5 +500,8 @@
"prefer-lowest": false,
"platform": {},
"platform-dev": {},
"platform-overrides": {
"php": "8.2"
},
"plugin-api-version": "2.6.0"
}