Initial work with Psalm reporting

This commit is contained in:
Jonny Barnes 2023-06-25 14:18:40 +01:00
parent 1ac8e27157
commit 3a681c0a44
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
9 changed files with 224 additions and 38 deletions

View file

@ -5,7 +5,7 @@
"keywords": ["laravel", "framework", "indieweb"],
"license": "CC0-1.0",
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-dom": "*",
"ext-intl": "*",
"ext-json": "*",
@ -42,6 +42,7 @@
"openai-php/client": "^0.6.1",
"phpunit/php-code-coverage": "^10.0",
"phpunit/phpunit": "^10.1",
"psalm/plugin-laravel": "^2.8",
"spatie/laravel-ray": "^1.12",
"vimeo/psalm": "^5.0"
},