This repository was archived by the owner on Jan 13, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/a58c62e4bde1485f95b52fa56a2e4320 )] ( https://www.codacy.com/app/LEXASOFT/PHP-Censor-Telegram-Plugin )
4
4
# PHP-Censor-Telegram-Plugin
5
- Telegram plugin for [ PHP Censor] ( https://github.com/corpsee /php-censor )
5
+ Telegram plugin for [ PHP Censor] ( https://github.com/php-censor /php-censor )
6
6
# Installation
7
7
First of all - ` composer require lexasoft/php-censor-telegram-plugin `
8
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lexasoft/php-censor-telegram-plugin" ,
3
3
"description" : " PHP Censor plugin for Telegram" ,
4
+ "minimum-stability" : " stable" ,
5
+ "type" : " php-censor-plugin" ,
6
+ "keywords" : [
7
+ " php" ,
8
+ " php-censor" ,
9
+ " testing" ,
10
+ " open-source" ,
11
+ " ci" ,
12
+ " continuous integration" ,
13
+ " telegram"
14
+ ],
15
+ "homepage" : " https://github.com/LEXASOFT/PHP-Censor-Telegram-Plugin" ,
4
16
"license" : " GPL-3.0" ,
5
17
"authors" : [
6
18
{
7
19
"name" : " LEXASOFT" ,
8
- "email" : " lexasoft83@gmail.com"
20
+ "email" : " lexasoft83@gmail.com" ,
21
+ "role" : " Developer"
9
22
}
10
23
],
24
+ "support" : {
25
+ "issues" : " https://github.com/LEXASOFT/PHP-Censor-Telegram-Plugin/issues" ,
26
+ "source" : " https://github.com/LEXASOFT/PHP-Censor-Telegram-Plugin"
27
+ },
11
28
"require" : {
12
29
"php" : " >=5.3.3"
13
30
},
17
34
}
18
35
},
19
36
"extra" : {
20
- "phpci " : {
37
+ "php-censor " : {
21
38
"pluginNamespace" : " PHPCensor\\ Plugin\\ " ,
22
39
"suppliedPlugins" : [
23
40
{
You can’t perform that action at this time.
0 commit comments