Skip to content

Commit 1ba5381

Browse files
committed
fix: require php 8.2
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent bbb6b95 commit 1ba5381

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^8.1",
14+
"php": "^8.2",
1515
"erusev/parsedown": "^1.7",
1616
"henck/rtf-to-html": "^1.2",
1717
"html2text/html2text": "^4.3",
@@ -40,7 +40,7 @@
4040
"sort-packages": true,
4141
"optimize-autoloader": true,
4242
"platform": {
43-
"php": "8.1"
43+
"php": "8.2"
4444
},
4545
"autoloader-suffix": "Assistant"
4646
}

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
resolveFromConfigFile="true"
1212
ensureOverrideAttribute="false"
1313
strictBinaryOperands="false"
14-
phpVersion="8.1"
14+
phpVersion="8.2"
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1616
xmlns="https://getpsalm.org/schema/config"
1717
xsi:schemaLocation="https://getpsalm.org/schema/config vendor-bin/psalm/vendor/vimeo/psalm/config.xsd"

0 commit comments

Comments
 (0)