mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2025-01-22 13:21:19 +01:00
fix: add missing illuminate/* dependencies
This commit is contained in:
parent
be0c665ce6
commit
dcdc8295df
@ -5,11 +5,15 @@
|
||||
"require": {
|
||||
"php": "^7.3|^8",
|
||||
"ext-simplexml": "*",
|
||||
"illuminate/config": "^6.0 || ^7.0 || ^8.0",
|
||||
"illuminate/container": "^6.0 || ^7.0 || ^8.0",
|
||||
"illuminate/contracts": "^6.0 || ^7.0 || ^8.0",
|
||||
"illuminate/database": "^6.0 || ^7.0 || ^8.0",
|
||||
"illuminate/events": "^6.0 || ^7.0 || ^8.0",
|
||||
"illuminate/http": "^6.0 || ^7.0 || ^8.0",
|
||||
"illuminate/routing": "^6.0 || ^7.0 || ^8.0",
|
||||
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
|
||||
"illuminate/view": "^6.0 || ^7.0 || ^8.0",
|
||||
"vimeo/psalm": "^4.8.1",
|
||||
"orchestra/testbench": "^3.8 || ^4.0 || ^5.0 || ^6.0",
|
||||
"barryvdh/laravel-ide-helper": ">=2.8.0 <2.9.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user