mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
fixing conflict issue in composer requirements
See issue: https://github.com/psalm/psalm-plugin-laravel/issues/89 for more details
This commit is contained in:
parent
58a444c30f
commit
3b1a51fffb
@ -5,7 +5,7 @@
|
||||
"require": {
|
||||
"php": "^7.2|^8",
|
||||
"ext-simplexml": "*",
|
||||
"barryvdh/laravel-ide-helper": "^2.7",
|
||||
"barryvdh/laravel-ide-helper": "dev-master",
|
||||
"illuminate/container": "5.8.* || ^6.0 || ^7.0",
|
||||
"illuminate/contracts": "5.8.* || ^6.0 || ^7.0",
|
||||
"illuminate/database": "5.8.* || ^6.0 || ^7.0",
|
||||
|
Loading…
Reference in New Issue
Block a user