Skip to content

Commit 9819eb1

Browse files
committed
Support Psalm v7
1 parent 09e474d commit 9819eb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Maintained versions:
3535

3636
| Laravel Psalm Plugin | PHP | Laravel | Psalm |
3737
|----------------------|-------|-----------|-------|
38-
| 3.x | ^8.2 | 11, 12 | 6 |
38+
| 3.x | ^8.2 | 11, 12 | 6, 7 |
3939
| 2.12+ | ^8.0 | 9, 10, 11 | 5, 6 |
4040
| 2.9.x | ^8.0 | 9, 10, 11 | 4, 5 |
4141
| 1.6.x | >=7.3 | 6, 8 | 4 |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"orchestra/testbench-core": "^9.11 || ^10.0",
3434
"symfony/console": "^7.1",
3535
"symfony/finder": "^7.1",
36-
"vimeo/psalm": "^6.0"
36+
"vimeo/psalm": "dev-master || ^6.0 || ^7.0.0-beta1"
3737
},
3838
"require-dev": {
3939
"laravel/framework": "^11.35 || ^12.0",

0 commit comments

Comments
 (0)