Skip to content

Commit

Permalink
deps: add laravel-ide-helper constraint
Browse files Browse the repository at this point in the history
This avoids a BC break in `barryvdh/laravel-ide-helper` 2.9.2, which changed the visibility of several methods from `protected` to `public`.
  • Loading branch information
caugner authored Apr 6, 2021
1 parent eed0e6f commit 52a2fa6
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 52a2fa6

Please sign in to comment.