mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
require a higher version of barryvdh/laravel-ide-helper
This commit is contained in:
parent
95c9c064f8
commit
5fb7f5ac4f
@ -24,7 +24,7 @@
|
||||
"illuminate/view": "^6.0 || ^8.0 || ^9.0",
|
||||
"vimeo/psalm": "^4.8.1",
|
||||
"orchestra/testbench": "^3.8 || ^4.0 || ^5.0 || ^6.22 || ^7.0",
|
||||
"barryvdh/laravel-ide-helper": ">=2.8.0 <2.9.2"
|
||||
"barryvdh/laravel-ide-helper": "^2.10"
|
||||
},
|
||||
"require-dev": {
|
||||
"codeception/codeception": "^4.1.6",
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<files psalm-version="dev-master@b07de1fefde4714f29bca0b56c632bd82855fc64">
|
||||
<files>
|
||||
<file src="src/Providers/ModelStubProvider.php">
|
||||
<PossiblyUndefinedMethod occurrences="1">
|
||||
<code>databasePath</code>
|
||||
|
Loading…
Reference in New Issue
Block a user