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 22
33[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/a58c62e4bde1485f95b52fa56a2e4320 )] ( https://www.codacy.com/app/LEXASOFT/PHP-Censor-Telegram-Plugin )
44# 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 )
66# Installation
77First of all - ` composer require lexasoft/php-censor-telegram-plugin `
88
Original file line number Diff line number Diff line change 11{
22 "name" : " lexasoft/php-censor-telegram-plugin" ,
33 "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" ,
416 "license" : " GPL-3.0" ,
517 "authors" : [
618 {
719 "name" : " LEXASOFT" ,
8- "email" : " lexasoft83@gmail.com"
20+ "email" : " lexasoft83@gmail.com" ,
21+ "role" : " Developer"
922 }
1023 ],
24+ "support" : {
25+ "issues" : " https://github.com/LEXASOFT/PHP-Censor-Telegram-Plugin/issues" ,
26+ "source" : " https://github.com/LEXASOFT/PHP-Censor-Telegram-Plugin"
27+ },
1128 "require" : {
1229 "php" : " >=5.3.3"
1330 },
1734 }
1835 },
1936 "extra" : {
20- "phpci " : {
37+ "php-censor " : {
2138 "pluginNamespace" : " PHPCensor\\ Plugin\\ " ,
2239 "suppliedPlugins" : [
2340 {
You can’t perform that action at this time.
0 commit comments