File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " grkamil/laravel-telegram-logging" ,
3
- "description" : " Send logs to Telegram chat via Telegram bot" ,
4
- "license" : " MIT" ,
5
- "autoload" : {
6
- "psr-4" : {
7
- "Logger\\ " : " src"
2
+ "name" : " grkamil/laravel-telegram-logging" ,
3
+ "description" : " Send logs to Telegram chat via Telegram bot" ,
4
+ "license" : " MIT" ,
5
+ "autoload" : {
6
+ "psr-4" : {
7
+ "Logger\\ " : " src"
8
+ }
9
+ },
10
+ "require" : {
11
+ "php" : " ^7.1.3|^8.0" ,
12
+ "monolog/monolog" : " ^1.23|^2.0|^3.2" ,
13
+ "illuminate/support" : " ^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0"
14
+ },
15
+ "minimum-stability" : " dev" ,
16
+ "prefer-stable" : true ,
17
+ "extra" : {
18
+ "laravel" : {
19
+ "providers" : [
20
+ " Logger\\ TelegramLoggerServiceProvider"
21
+ ]
22
+ }
8
23
}
9
- },
10
- "require" : {
11
- "php" : " ^7.1.3|^8.0" ,
12
- "monolog/monolog" : " ^1.23|^2.0" ,
13
- "illuminate/support" : " ^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
14
- },
15
- "minimum-stability" : " dev" ,
16
- "prefer-stable" : true ,
17
- "extra" : {
18
- "laravel" : {
19
- "providers" : [
20
- " Logger\\ TelegramLoggerServiceProvider"
21
- ]
22
- }
23
- }
24
24
}
You can’t perform that action at this time.
0 commit comments