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
parent
commit
e6d3716e83
No known key found for this signature in database GPG Key ID: 74434EFE0D2E2205
  1. 2
      psalm.xml
  2. 2
      tests/integration/composer.json
  3. 2
      vendor-bin/psalm/composer.json

2
psalm.xml

@ -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"

2
tests/integration/composer.json

@ -1,7 +1,7 @@
{
"config": {
"platform": {
"php": "8.0"
"php": "8.1"
},
"sort-packages": true
},

2
vendor-bin/psalm/composer.json

@ -1,7 +1,7 @@
{
"config": {
"platform": {
"php": "8.0"
"php": "8.1"
},
"sort-packages": true
},

Loading…
Cancel
Save