diff --git a/LICENSE.md b/LICENSE.md index 9a1d265c..dc12e706 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright (c) 2015 :author_name <:author_email> +Copyright (c) 2015 Ilya Gusev > Permission is hereby granted, free of charge, to any person obtaining a copy > of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 4593cc47..0d547352 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/:package_name.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/:package_name) [![Total Downloads](https://img.shields.io/packagist/dt/league/:package_name.svg?style=flat-square)](https://packagist.org/packages/league/:package_name) -**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. +**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. This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors. @@ -43,11 +43,11 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details. ## Security -If you discover any security related issues, please email :author_email instead of using the issue tracker. +If you discover any security related issues, please email mail@igusev.ru instead of using the issue tracker. ## Credits -- [:author_name](https://github.com/:author_username) +- [Ilya Gusev](https://github.com/:author_username) - [All Contributors](../../contributors) ## License diff --git a/composer.json b/composer.json index 3d45275b..55dc9fae 100644 --- a/composer.json +++ b/composer.json @@ -1,17 +1,19 @@ { - "name": "league/:package_name", - "description": ":package_description", + "name": "tgbot/api", + "description": "PHP Wrapper for Telegram Bot API", "keywords": [ - "league", - ":package_name" + "php", + "telegram", + "bot", + "bot api" ], - "homepage": "https://github.com/thephpleague/:package_name", + "homepage": "https://github.com/tgbot/api", "license": "MIT", "authors": [ { - "name": ":author_name", - "email": ":author_email", - "homepage": ":author_website", + "name": "Ilya Gusev", + "email": "mail@igusev.ru", + "homepage": "php-cat.com", "role": "Developer" } ],