Skip to content

Commit 247ea30

Browse files
authored
Add PHP 8.3 to test matrix (#245)
* Add PHP 8.3 to test matrix * Update psalm for 8.3 to work * Update psalm suppressions * Fix php-cs-fixer issue
1 parent 3f41c98 commit 247ea30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"phan/phan": "^5.0",
2727
"phpstan/phpstan": "^1.1",
2828
"phpstan/phpstan-phpunit": "^1.0",
29-
"psalm/plugin-phpunit": "^0.16",
29+
"psalm/plugin-phpunit": "^0.18.4",
3030
"phpunit/phpunit": "^9.5",
31-
"vimeo/psalm": "^4.0",
31+
"vimeo/psalm": "^5.0",
3232
"symfony/http-client": "^5.4|^6.0",
3333
"guzzlehttp/promises": "^1.5",
3434
"php-http/message-factory": "^1.0",

0 commit comments

Comments
 (0)