mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
fix(deps): Bump Minimum PHP version in composer files to 8.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
da5e23543b
commit
e6d3716e83
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
findUnusedBaselineEntry="true"
|
||||
findUnusedCode="false"
|
||||
resolveFromConfigFile="true"
|
||||
phpVersion="8.0"
|
||||
phpVersion="8.1"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns="https://getpsalm.org/schema/config"
|
||||
xsi:schemaLocation="https://getpsalm.org/schema/config vendor-bin/psalm/vendor/vimeo/psalm/config.xsd"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "8.0"
|
||||
"php": "8.1"
|
||||
},
|
||||
"sort-packages": true
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "8.0"
|
||||
"php": "8.1"
|
||||
},
|
||||
"sort-packages": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue