mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-27 12:55:35 +01:00
Merge pull request #138 from caugner/patch-1
Prevent installation of `barryvdh/laravel-ide-helper` 2.9.2 and later
This commit is contained in:
commit
d00e50e15f
@ -5,7 +5,7 @@
|
||||
"require": {
|
||||
"php": "^7.3|^8",
|
||||
"ext-simplexml": "*",
|
||||
"barryvdh/laravel-ide-helper": "^2.8.0",
|
||||
"barryvdh/laravel-ide-helper": ">=2.8.0 <2.9.2",
|
||||
"illuminate/container": "^6.0 || ^7.0 || ^8.0",
|
||||
"illuminate/contracts": "^6.0 || ^7.0 || ^8.0",
|
||||
"illuminate/database": "^6.0 || ^7.0 || ^8.0",
|
||||
|
Loading…
Reference in New Issue
Block a user