This repository was archived by the owner on Jan 21, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.3.1 (released 2016-01-17)
4
+
5
+ - Lumen 5.2 support
6
+
3
7
## 2.3.0 (released 2015-11-14)
4
8
5
9
- Laravel 5.2 support
Original file line number Diff line number Diff line change 12
12
namespace Vinkla \GitLab ;
13
13
14
14
use Gitlab \Client ;
15
- use Illuminate \Contracts \Foundation \ Application ;
15
+ use Illuminate \Contracts \Container \ Container as Application ;
16
16
use Illuminate \Foundation \Application as LaravelApplication ;
17
17
use Illuminate \Support \ServiceProvider ;
18
18
use Laravel \Lumen \Application as LumenApplication ;
@@ -37,7 +37,7 @@ public function boot()
37
37
/**
38
38
* Setup the config.
39
39
*
40
- * @param \Illuminate\Contracts\Foundation\Application $app
40
+ * @param \Illuminate\Contracts\Container\Container $app
41
41
*
42
42
* @return void
43
43
*/
@@ -69,7 +69,7 @@ public function register()
69
69
/**
70
70
* Register the factory class.
71
71
*
72
- * @param \Illuminate\Contracts\Foundation\Application $app
72
+ * @param \Illuminate\Contracts\Container\Container $app
73
73
*
74
74
* @return void
75
75
*/
@@ -85,7 +85,7 @@ protected function registerFactory(Application $app)
85
85
/**
86
86
* Register the manager class.
87
87
*
88
- * @param \Illuminate\Contracts\Foundation\Application $app
88
+ * @param \Illuminate\Contracts\Container\Container $app
89
89
*
90
90
* @return void
91
91
*/
@@ -104,7 +104,7 @@ protected function registerManager(Application $app)
104
104
/**
105
105
* Register the bindings.
106
106
*
107
- * @param \Illuminate\Contracts\Foundation\Application $app
107
+ * @param \Illuminate\Contracts\Container\Container $app
108
108
*
109
109
* @return void
110
110
*/
You can’t perform that action at this time.
0 commit comments