Skip to content

Commit ada7280

Browse files
committed
replace mocks in project description
1 parent e9938cd commit ada7280

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22

3-
Copyright (c) 2015 :author_name <:author_email>
3+
Copyright (c) 2015 Ilya Gusev <mail@igusev.ru>
44

55
> Permission is hereby granted, free of charge, to any person obtaining a copy
66
> of this software and associated documentation files (the "Software"), to deal

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/:package_name.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/:package_name)
88
[![Total Downloads](https://img.shields.io/packagist/dt/league/:package_name.svg?style=flat-square)](https://packagist.org/packages/league/:package_name)
99

10-
**Note:** Replace ```:author_name``` ```:author_username``` ```:author_website``` ```:author_email``` ```:package_name``` ```:package_description``` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line.
10+
**Note:** Replace ```Ilya Gusev``` ```:author_username``` ```php-cat.com``` ```mail@igusev.ru``` ```:package_name``` ```:package_description``` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line.
1111

1212
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
1313
PSRs you support to avoid any confusion with users and contributors.
@@ -43,11 +43,11 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
4343

4444
## Security
4545

46-
If you discover any security related issues, please email :author_email instead of using the issue tracker.
46+
If you discover any security related issues, please email mail@igusev.ru instead of using the issue tracker.
4747

4848
## Credits
4949

50-
- [:author_name](https://github.com/:author_username)
50+
- [Ilya Gusev](https://github.com/:author_username)
5151
- [All Contributors](../../contributors)
5252

5353
## License

composer.json

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
{
2-
"name": "league/:package_name",
3-
"description": ":package_description",
2+
"name": "tgbot/api",
3+
"description": "PHP Wrapper for Telegram Bot API",
44
"keywords": [
5-
"league",
6-
":package_name"
5+
"php",
6+
"telegram",
7+
"bot",
8+
"bot api"
79
],
8-
"homepage": "https://github.com/thephpleague/:package_name",
10+
"homepage": "https://github.com/tgbot/api",
911
"license": "MIT",
1012
"authors": [
1113
{
12-
"name": ":author_name",
13-
"email": ":author_email",
14-
"homepage": ":author_website",
14+
"name": "Ilya Gusev",
15+
"email": "mail@igusev.ru",
16+
"homepage": "php-cat.com",
1517
"role": "Developer"
1618
}
1719
],

0 commit comments

Comments
 (0)