Skip to content

Commit

Permalink
chore: require PHP 8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed Dec 12, 2024
1 parent 3039e13 commit 22c384e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"config": {
"optimize-autoloader": true,
"platform": {
"php": "8.0"
"php": "8.1"
}
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
errorBaseline="tests/psalm-baseline.xml"
phpVersion="8.1"
>
<projectFiles>
<directory name="lib" />
Expand Down

0 comments on commit 22c384e

Please sign in to comment.