File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 2
2
.DS_Store
3
3
composer.lock
4
4
.php_cs.cache
5
- /vendor /
5
+ /vendor /
6
+ update.bat
Original file line number Diff line number Diff line change 8
8
" Chatbot"
9
9
],
10
10
"homepage" : " http://github.com/botman/botman" ,
11
- "authors" : [
12
- {
13
- "name" : " Marcel Pociot" ,
14
- "email" : " m.pociot@gmail.com"
15
- }
16
- ],
11
+ "authors" : [{
12
+ "name" : " Marcel Pociot" ,
13
+ "email" : " m.pociot@gmail.com"
14
+ }],
17
15
"require" : {
18
16
"php" : " >=7.1" ,
19
- "symfony/http-foundation" : " ^2.8 || ^3.0 || ^4.0 || ^5.0" ,
17
+ "symfony/http-foundation" : " ^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0 " ,
20
18
"tightenco/collect" : " ^5.0 || ^6.0 || ^7.0 || ^8.0" ,
21
19
"opis/closure" : " ^2.3 || ^3.0" ,
22
20
"mpociot/pipeline" : " ^1.0.2" ,
23
21
"react/socket" : " ~1.0" ,
24
22
"spatie/macroable" : " ^1.0" ,
25
- "psr/container" : " ^1.0"
23
+ "psr/container" : " ^1.0 || ^2.0 "
26
24
},
27
25
"require-dev" : {
28
26
"codeigniter/framework" : " ~3.0" ,
65
63
},
66
64
"prefer-stable" : true ,
67
65
"minimum-stability" : " dev"
68
- }
66
+ }
You can’t perform that action at this time.
0 commit comments