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:
feek 2021-04-07 10:38:56 -07:00 committed by GitHub
commit d00e50e15f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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