Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions tests/integration/composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"config": {
"platform": {
"php": "8.0"
"php": "8.1"
},
"sort-packages": true
},
"require-dev": {
"behat/behat": "^3.12.0",
"guzzlehttp/guzzle": "^7.5.0",
"phpunit/phpunit": "^9.5.28"
"behat/behat": "^3.14.0",
"guzzlehttp/guzzle": "^7.8.1",
"phpunit/phpunit": "^10.5.17"
}
}
Loading