Skip to content

Commit abd3348

Browse files
committed
chore: Update php version in psalm.xml and composer.json
Signed-off-by: Louis Chemineau <louis@chmn.me>
1 parent b378078 commit abd3348

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"optimize-autoloader": true,
77
"classmap-authoritative": true,
88
"platform": {
9-
"php": "8.1"
9+
"php": "8.3"
1010
},
1111
"sort-packages": true,
1212
"allow-plugins": {

psalm.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
xmlns="https://getpsalm.org/schema/config"
77
xsi:schemaLocation="https://getpsalm.org/schema/config https://getpsalm.org/schema/config"
88
errorBaseline="tests/psalm-baseline.xml"
9-
autoloader="vendor-bin/psalm/vendor/autoload.php">
9+
autoloader="vendor-bin/psalm/vendor/autoload.php"
10+
phpVersion="8.3">
1011
<projectFiles>
1112
<directory name="lib" />
1213
<ignoreFiles>
@@ -57,4 +58,4 @@
5758
<file name="tests/stubs/oca_viewer_event.php" preloadClasses="true" />
5859
<file name="tests/stubs/oca_theming_defaults.php" preloadClasses="true" />
5960
</stubs>
60-
</psalm>
61+
</psalm>

0 commit comments

Comments
 (0)