Skip to content

Commit

Permalink
Merge pull request #138 from caugner/patch-1
Browse files Browse the repository at this point in the history
Prevent installation of `barryvdh/laravel-ide-helper` 2.9.2 and later
  • Loading branch information
mr-feek authored Apr 7, 2021
2 parents eed0e6f + 52a2fa6 commit d00e50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d00e50e

Please sign in to comment.