Skip to content

Commit

Permalink
Remove package detection on 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Jul 21, 2017
1 parent 3723bd1 commit d7c88f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
13 changes: 0 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,5 @@
"files": [
"src/helpers.php"
]
},

This comment has been minimized.

Copy link
@ralphschindler

ralphschindler Jul 21, 2017

How come you removed this? Is it not a no-op for laravel < 5.5?

This comment has been minimized.

Copy link
@barryvdh

barryvdh Jul 21, 2017

Author Owner

It is in v3

This comment has been minimized.

Copy link
@ralphschindler

ralphschindler Jul 22, 2017

Ah, I see it now, used ^3.0 and it installed dev-master. Thanks!
Any idea when you think 3.0 might be stable?

This comment has been minimized.

Copy link
@barryvdh

barryvdh Jul 22, 2017

Author Owner

Around the time of a stable laravel 5.5

"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
},
"laravel": {
"providers": [
"Barryvdh\\Debugbar\\ServiceProvider"
],
"aliases": {
"Debugbar": "Barryvdh\\Debugbar\\Facade"
}
}
}
}
2 changes: 0 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ composer require barryvdh/laravel-debugbar

After updating composer, add the ServiceProvider to the providers array in config/app.php

> Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider
> If you use a catch-all/fallback route, make sure you load the Debugbar ServiceProvider before your own App ServiceProviders.
### Laravel 5.x:
Expand Down

0 comments on commit d7c88f0

Please sign in to comment.