Skip to content
This repository was archived by the owner on Jan 13, 2019. It is now read-only.

Commit 5281d76

Browse files
committed
Improved plugin composer.json and fixed PHP Censor repository URL in README.md.
1 parent 2bf405d commit 5281d76

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
77
First of all - `composer require lexasoft/php-censor-telegram-plugin`
88

composer.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
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
},
@@ -17,7 +34,7 @@
1734
}
1835
},
1936
"extra": {
20-
"phpci": {
37+
"php-censor": {
2138
"pluginNamespace": "PHPCensor\\Plugin\\",
2239
"suppliedPlugins": [
2340
{

0 commit comments

Comments
 (0)