Skip to content

Commit 425c45a

Browse files
committed
build(dependencies): Upgrade phpstan-disallowed-calls and psalm
- Upgrade `spaze/phpstan-disallowed-calls` from `^4.1` to `^4.2` - Upgrade `vimeo/psalm` from `^4.0 || ^5.0 || ^6.0` to `^5.26 || ^6.0` These updates ensure compatibility with the latest versions of the packages and incorporate any bug fixes or improvements.
1 parent 9f827ee commit 425c45a

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
@@ -57,9 +57,9 @@
5757
"povils/phpmnd": "^3.5",
5858
"rector/rector": "^2.0",
5959
"spatie/pest-plugin-snapshots": "^1.1 || ^2.0",
60-
"spaze/phpstan-disallowed-calls": "^4.1",
60+
"spaze/phpstan-disallowed-calls": "^4.2",
6161
"symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
62-
"vimeo/psalm": "^4.0 || ^5.0 || ^6.0"
62+
"vimeo/psalm": "^5.26 || ^6.0"
6363
},
6464
"suggest": {
6565
"symfony/var-dumper": "Required to use the the trait [WithDumpable]."

0 commit comments

Comments
 (0)