File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 17
17
"role" : " Maintainer"
18
18
}
19
19
],
20
+ "repositories" : [
21
+ {
22
+ "type" : " path" ,
23
+ "url" : " ../../" ,
24
+ "options" : {
25
+ "symlink" : false
26
+ }
27
+ }
28
+ ],
20
29
"require" : {
21
30
"php" : " >=8.1" ,
22
31
"slim/slim" : " ^4.11" ,
25
34
"monolog/monolog" : " ^3.0.0" ,
26
35
"guzzlehttp/guzzle" : " ^7.5" ,
27
36
"guzzlehttp/psr7" : " ^2.5" ,
28
- "php-di/slim-bridge" : " ^3.3"
37
+ "php-di/slim-bridge" : " ^3.3" ,
38
+ "linecorp/line-bot-sdk" : " *"
29
39
},
40
+ "minimum-stability" : " dev" ,
30
41
"autoload" : {
31
42
"psr-4" : {
32
43
"LINE\\ " : " src/"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function register(\DI\Container $container)
38
38
return $ logger ;
39
39
});
40
40
41
- $ container ->set (' botMessagingApi ' , function ($ c ) {
41
+ $ container ->set (MessagingApiApi::class , function ($ c ) {
42
42
$ settings = $ c ->get ('settings ' );
43
43
$ channelToken = $ settings ['bot ' ]['channelToken ' ];
44
44
$ config = new Configuration ();
You can’t perform that action at this time.
0 commit comments