Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit 9be0d30

Browse files
committed
Lumen 5.2 support
1 parent 20fc372 commit 9be0d30

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.3.1 (released 2016-01-17)
4+
5+
- Lumen 5.2 support
6+
37
## 2.3.0 (released 2015-11-14)
48

59
- Laravel 5.2 support

src/GitLabServiceProvider.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Vinkla\GitLab;
1313

1414
use Gitlab\Client;
15-
use Illuminate\Contracts\Foundation\Application;
15+
use Illuminate\Contracts\Container\Container as Application;
1616
use Illuminate\Foundation\Application as LaravelApplication;
1717
use Illuminate\Support\ServiceProvider;
1818
use Laravel\Lumen\Application as LumenApplication;
@@ -37,7 +37,7 @@ public function boot()
3737
/**
3838
* Setup the config.
3939
*
40-
* @param \Illuminate\Contracts\Foundation\Application $app
40+
* @param \Illuminate\Contracts\Container\Container $app
4141
*
4242
* @return void
4343
*/
@@ -69,7 +69,7 @@ public function register()
6969
/**
7070
* Register the factory class.
7171
*
72-
* @param \Illuminate\Contracts\Foundation\Application $app
72+
* @param \Illuminate\Contracts\Container\Container $app
7373
*
7474
* @return void
7575
*/
@@ -85,7 +85,7 @@ protected function registerFactory(Application $app)
8585
/**
8686
* Register the manager class.
8787
*
88-
* @param \Illuminate\Contracts\Foundation\Application $app
88+
* @param \Illuminate\Contracts\Container\Container $app
8989
*
9090
* @return void
9191
*/
@@ -104,7 +104,7 @@ protected function registerManager(Application $app)
104104
/**
105105
* Register the bindings.
106106
*
107-
* @param \Illuminate\Contracts\Foundation\Application $app
107+
* @param \Illuminate\Contracts\Container\Container $app
108108
*
109109
* @return void
110110
*/

0 commit comments

Comments
 (0)