Skip to content

Commit 734e164

Browse files
author
Jonathan Visser
committed
Update dependencies psalm and phpunit to support php8.4
1 parent a79fdd7 commit 734e164

File tree

4 files changed

+3930
-3293
lines changed

4 files changed

+3930
-3293
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"symfony/http-client": "^5.4",
2525
"symfony/process": "^5.4",
2626
"twig/twig": "^2.12",
27+
"vimeo/psalm": "^6.0",
2728
"webmozart/assert": "^1.11"
2829
},
2930
"autoload": {
@@ -36,9 +37,8 @@
3637
},
3738
"require-dev": {
3839
"phpro/grumphp-shim": "^1.13",
39-
"phpunit/phpunit": "^8.5",
40-
"squizlabs/php_codesniffer": "^3.7",
41-
"vimeo/psalm": "^4.26"
40+
"phpunit/phpunit": "^9.5",
41+
"squizlabs/php_codesniffer": "^3.7"
4242
},
4343
"config": {
4444
"preferred-install": {

0 commit comments

Comments
 (0)