Browse Source
fix(deps): Bump Minimum PHP version in composer files to 8.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/12038/head
Joas Schilling
2 years ago
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
3 changed files with
3 additions and
3 deletions
-
psalm.xml
-
tests/integration/composer.json
-
vendor-bin/psalm/composer.json
|
|
@ -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 |
|
|
|
}, |
|
|
|