Skip to content

Commit 6e0cc26

Browse files
committed
chore: Move PHP platform to 8.0 for Nextcloud 29 support
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 1b37ccd commit 6e0cc26

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"optimize-autoloader": true,
2626
"classmap-authoritative": true,
2727
"platform": {
28-
"php": "8.1"
28+
"php": "8.0"
2929
},
3030
"allow-plugins": {
3131
"bamarni/composer-bin-plugin": true

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xmlns="https://getpsalm.org/schema/config"
1111
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
1212
errorBaseline="tests/psalm-baseline.xml"
13-
phpVersion="8.1"
13+
phpVersion="8.0"
1414
findUnusedBaselineEntry="true"
1515
findUnusedCode="false"
1616
>

vendor-bin/cs-fixer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"config": {
66
"platform": {
7-
"php": "8.1.17"
7+
"php": "8.0"
88
}
99
}
1010
}

vendor-bin/phpunit/composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"require-dev": {
33
"phpunit/phpunit": "^10.5"
4+
},
5+
"config": {
6+
"platform": {
7+
"php": "8.0"
8+
}
49
}
510
}

vendor-bin/psalm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"config": {
66
"platform": {
7-
"php": "8.1.17"
7+
"php": "8.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)