Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Aug 31, 2017
1 parent 8946b8c commit 8a12967
Show file tree
Hide file tree
Showing 5 changed files with 621 additions and 265 deletions.
2 changes: 1 addition & 1 deletion app/Http/Kernel.php
Expand Up @@ -51,8 +51,8 @@ class Kernel extends HttpKernel
* @var array
*/
protected $routeMiddleware = [
'auth' => \Illuminate\Auth\Middleware\Authenticate::class,
'auth.basic' => \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth::class,
'auth' => \Illuminate\Auth\Middleware\Authenticate::class,
'bindings' => \Illuminate\Routing\Middleware\SubstituteBindings::class,
'can' => \Illuminate\Auth\Middleware\Authorize::class,
'guest' => \App\Http\Middleware\RedirectIfAuthenticated::class,
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -18,10 +18,10 @@
"laravel/tinker": "~1.0",
"pda/pheanstalk": "^3.1",
"php-http/guzzle6-adapter": "^1.1",
"pusher/pusher-php-server": "^2.3",
"spatie/laravel-blade-javascript": "^1.1",
"pusher/pusher-php-server": "^3.0",
"spatie/laravel-blade-javascript": "^2.0",
"spatie/laravel-google-calendar": "^2.0",
"spatie/laravel-tail": "^1.1",
"spatie/laravel-tail": "^2.0",
"spatie/laravel-twitter-streaming-api": "^0.0.2",
"spatie/last-fm-now-playing": "^1.0",
"spatie/packagist-api": "^1.0.1",
Expand Down

0 comments on commit 8a12967

Please sign in to comment.