There was an error while loading. Please reload this page.
1 parent bbb6b95 commit 1ba5381Copy full SHA for 1ba5381
2 files changed
composer.json
@@ -11,7 +11,7 @@
11
}
12
],
13
"require": {
14
- "php": "^8.1",
+ "php": "^8.2",
15
"erusev/parsedown": "^1.7",
16
"henck/rtf-to-html": "^1.2",
17
"html2text/html2text": "^4.3",
@@ -40,7 +40,7 @@
40
"sort-packages": true,
41
"optimize-autoloader": true,
42
"platform": {
43
- "php": "8.1"
+ "php": "8.2"
44
},
45
"autoloader-suffix": "Assistant"
46
psalm.xml
resolveFromConfigFile="true"
ensureOverrideAttribute="false"
strictBinaryOperands="false"
- phpVersion="8.1"
+ phpVersion="8.2"
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"
0 commit comments