Skip to content

Commit df05231

Browse files
committed
Updated a few files
1 parent c002afe commit df05231

File tree

5 files changed

+17
-63
lines changed

5 files changed

+17
-63
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to `LaravelTelegramBot` will be documented in this file.
44

5-
## Version 1.0
5+
## Version 2.0
66

77
### Added
88
- Everything

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@
33
"description": "Integrates PHP Telegram Bot into Laravel.",
44
"license": "MIT",
55
"authors": [
6+
{
7+
"name": "Avtandil Kikabidze aka LONGMAN",
8+
"email": "akalongman@gmail.com",
9+
"homepage": "http://longman.me",
10+
"role": "Maintainer, Developer"
11+
},
612
{
713
"name": "Tii",
8-
"email": "mail@tii.one"
14+
"email": "mail@tii.one",
15+
"role": "Developer"
916
}
1017
],
1118
"homepage": "https://github.com/php-telegram-bot/laravel",

contributing.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
MIT License
44

5-
Copyright (c) 2021 Tii <mail@tii.one>
5+
Copyright (c) 2022 [PHP Telegram Bot](https://github.com/php-telegram-bot)
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
88

readme.md

Lines changed: 7 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
[![Latest Version on Packagist][ico-version]][link-packagist]
44
[![Total Downloads][ico-downloads]][link-downloads]
5-
[![Build Status][ico-travis]][link-travis]
6-
[![StyleCI][ico-styleci]][link-styleci]
7-
8-
This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.
95

106
## Installation
117

@@ -17,41 +13,19 @@ $ composer require php-telegram-bot/laravel
1713

1814
## Usage
1915

20-
## Change log
21-
22-
Please see the [changelog](changelog.md) for more information on what has changed recently.
23-
24-
## Testing
25-
26-
``` bash
27-
$ composer test
28-
```
29-
30-
## Contributing
31-
32-
Please see [contributing.md](contributing.md) for details and a todolist.
33-
34-
## Security
35-
36-
If you discover any security related issues, please email author email instead of using the issue tracker.
37-
3816
## Credits
3917

40-
- [author name][link-author]
18+
- [Avtandil Kikabidze aka LONGMAN](https://github.com/akalongman)
19+
- [TiiFuchs](https://github.com/TiiFuchs)
4120
- [All Contributors][link-contributors]
4221

4322
## License
4423

45-
license. Please see the [license file](license.md) for more information.
24+
Please see the [license file](license.md) for more information.
4625

4726
[ico-version]: https://img.shields.io/packagist/v/tii/laravel-telegram-bot.svg?style=flat-square
4827
[ico-downloads]: https://img.shields.io/packagist/dt/tii/laravel-telegram-bot.svg?style=flat-square
49-
[ico-travis]: https://img.shields.io/travis/tii/laravel-telegram-bot/master.svg?style=flat-square
50-
[ico-styleci]: https://styleci.io/repos/12345678/shield
51-
52-
[link-packagist]: https://packagist.org/packages/tii/laravel-telegram-bot
53-
[link-downloads]: https://packagist.org/packages/tii/laravel-telegram-bot
54-
[link-travis]: https://travis-ci.org/tii/laravel-telegram-bot
55-
[link-styleci]: https://styleci.io/repos/12345678
56-
[link-author]: https://github.com/tii
57-
[link-contributors]: ../../contributors
28+
29+
[link-packagist]: https://packagist.org/packages/php-telegram-bot/laravel
30+
[link-downloads]: https://packagist.org/packages/php-telegram-bot/laravel
31+
[link-contributors]: https://github.com/php-telegram-bot/laravel/contributors

0 commit comments

Comments
 (0)