diff --git a/README.md b/README.md index 8dd6de8..f27e9a3 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,15 @@ you can create a Telegram bot to receive notifications from GitHub or GitLab eve and manage customization through messages and buttons on Telegram.
- +
-![License](https://img.shields.io/github/license/lbiltech/telegram-git-notifier.svg?style=flat-square) -[![Latest Version on Packagist](https://img.shields.io/packagist/v/lbiltech/telegram-git-notifier.svg?style=flat-square)](https://packagist.org/lbiltech/telegram-git-notifier) -[![Total Downloads](https://img.shields.io/packagist/dt/lbiltech/telegram-git-notifier.svg?style=flat-square)](https://packagist.org/packages/lbiltech/telegram-git-notifier) +![License](https://img.shields.io/github/license/cslant/telegram-git-notifier.svg?style=flat-square) +[![Latest Version on Packagist](https://img.shields.io/packagist/v/cslant/telegram-git-notifier.svg?style=flat-square)](https://packagist.org/cslant/telegram-git-notifier) +[![Total Downloads](https://img.shields.io/packagist/dt/cslant/telegram-git-notifier.svg?style=flat-square)](https://packagist.org/packages/cslant/telegram-git-notifier) [![StyleCI](https://styleci.io/repos/683908657/shield)](https://styleci.io/repos/683908657) -[![Quality Score](https://img.shields.io/scrutinizer/g/lbiltech/telegram-git-notifier.svg?style=flat-square)](https://scrutinizer-ci.com/g/lbiltech/telegram-git-notifier) -[![Maintainability](https://api.codeclimate.com/v1/badges/b6f16164d55809d0918e/maintainability)](https://codeclimate.com/github/lbiltech/telegram-git-notifier/maintainability) +[![Quality Score](https://img.shields.io/scrutinizer/g/cslant/telegram-git-notifier.svg?style=flat-square)](https://scrutinizer-ci.com/g/cslant/telegram-git-notifier) +[![Maintainability](https://api.codeclimate.com/v1/badges/b6f16164d55809d0918e/maintainability)](https://codeclimate.com/github/cslant/telegram-git-notifier/maintainability) ## ๐ Requirements @@ -27,7 +27,7 @@ and manage customization through messages and buttons on Telegram. You can install this package via Composer: ```bash -composer require lbiltech/telegram-git-notifier +composer require cslant/telegram-git-notifier ``` ## ๐งช Testing diff --git a/UPGRADING.md b/UPGRADING.md new file mode 100644 index 0000000..fec26df --- /dev/null +++ b/UPGRADING.md @@ -0,0 +1,5 @@ +## Upgrading + +### Moving from lbiltech/telegram-git-notifier to cslant/telegram-git-notifier +- Run `composer remove lbiltech/telegram-git-notifier` and `composer require cslant/telegram-git-notifier` +- Replace any reference in your application from `LbilTech\TelegramGitNotifier` to `Cslant\TelegramGitNotifier` diff --git a/common/helpers.php b/common/helpers.php index ba9a497..64a9e08 100755 --- a/common/helpers.php +++ b/common/helpers.php @@ -1,6 +1,6 @@ [ 'discussion' => $_ENV['TGN_AUTHOR_DISCUSSION'] ?? - 'https://github.com/lbiltech/telegram-git-notifier/discussions', + 'https://github.com/cslant/telegram-git-notifier/discussions', 'source_code' => $_ENV['TGN_AUTHOR_SOURCE_CODE'] ?? - 'https://github.com/lbiltech/telegram-git-notifier', + 'https://github.com/cslant/telegram-git-notifier', ], /** Set the path to the data file */ diff --git a/src/Bot.php b/src/Bot.php index 1a23041..63eb059 100644 --- a/src/Bot.php +++ b/src/Bot.php @@ -1,19 +1,19 @@ bot = new Bot(); diff --git a/tests/NotifierTest.php b/tests/NotifierTest.php index a61c320..cfeb682 100644 --- a/tests/NotifierTest.php +++ b/tests/NotifierTest.php @@ -1,6 +1,6 @@ nofitier = new Notifier(); diff --git a/tests/ValidatorTest.php b/tests/ValidatorTest.php index 2eed1e5..02eeafa 100644 --- a/tests/ValidatorTest.php +++ b/tests/ValidatorTest.php @@ -1,7 +1,7 @@ bot = new Bot();