File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 22# PHPCI-Telegram-Plugin
33Telegram plugin for PHPCI
44# Installation
5- Place the file under the folder < path to PHPCI >/PHPCI/plugins
5+ First of all - ` composer require lexasoft/phpci-telegram-plugin `
66
77# Add to project
88In the PHPCI Project config section add the Telegram trigger
Original file line number Diff line number Diff line change 1111 "require" : {
1212 "php" : " >=5.3.3"
1313 },
14- "target-dir" : " LEXASOFT/PHPCI/Plugin" ,
1514 "autoload" : {
16- "psr-0" : {
17- "LEXASOFT\\ PHPCI\\ Plugin" : " "
15+ "classmap" : [
16+ " src/Telegram.php"
17+ ]
18+ },
19+ "extra" : {
20+ "phpci" : {
21+ "pluginNamespace" : " PHPCI\\ Plugin\\ " ,
22+ "suppliedPlugins" : [
23+ {
24+ "name" : " Telegram" ,
25+ "class" : " Telegram"
26+ }
27+ ]
1828 }
1929 }
2030}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments