Skip to content

Commit eff01cf

Browse files
susnuxbackportbot[bot]
authored andcommitted
chore: align PHP version with Nextcloud version and adjust rector config update
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 37d0b28 commit eff01cf

13 files changed

Lines changed: 38 additions & 35 deletions

File tree

build/rector-shared.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ public function shouldSkip(File $file, FullyQualifiedObjectType $fullyQualifiedO
6868
'rename_property' => true,
6969
])
7070
->withSets([
71-
NextcloudSets::NEXTCLOUD_27,
72-
PHPUnitSetList::PHPUNIT_100,
71+
NextcloudSets::NEXTCLOUD_32,
72+
PHPUnitSetList::COMPOSER_BASED,
7373
]);
7474

75-
$config->registerService(NextcloudNamespaceSkipVoter::class, tag:ClassNameImportSkipVoterInterface::class);
75+
$config->registerService(NextcloudNamespaceSkipVoter::class);
7676

7777
/* Ignore all files ignored by git */
7878
$ignoredEntries = shell_exec('git status --porcelain --ignored ' . escapeshellarg($nextcloudDir));

vendor-bin/behat/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"config": {
33
"platform": {
4-
"php": "8.2"
4+
"php": "8.3"
55
},
66
"sort-packages": true
77
},

vendor-bin/behat/composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor-bin/cs-fixer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"config": {
33
"sort-packages": true,
44
"platform": {
5-
"php": "8.2"
5+
"php": "8.3"
66
}
77
},
88
"require": {

vendor-bin/cs-fixer/composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor-bin/openapi-extractor/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"config": {
33
"sort-packages": true,
44
"platform": {
5-
"php": "8.2"
5+
"php": "8.3"
66
}
77
},
88
"require": {

vendor-bin/openapi-extractor/composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor-bin/phpunit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"config": {
33
"sort-packages": true,
44
"platform": {
5-
"php": "8.2"
5+
"php": "8.3"
66
}
77
},
88
"require": {

vendor-bin/phpunit/composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor-bin/psalm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"config": {
33
"platform": {
4-
"php": "8.2.27"
4+
"php": "8.3.16"
55
},
66
"allow-plugins": {
77
"composer/package-versions-deprecated": true

0 commit comments

Comments
 (0)