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:
Eslam Salem 2020-07-08 12:07:20 +02:00 committed by GitHub
parent 58a444c30f
commit 3b1a51fffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",