Skip to content

Commit

Permalink
replace mocks in project description
Browse files Browse the repository at this point in the history
  • Loading branch information
iGusev committed Jun 26, 2015
1 parent e9938cd commit ada7280
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License (MIT)

Copyright (c) 2015 :author_name <:author_email>
Copyright (c) 2015 Ilya Gusev <[email protected]>

> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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``` ```[email protected]``` ```: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.
Expand Down Expand Up @@ -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 [email protected] 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
Expand Down
18 changes: 10 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"homepage": "php-cat.com",
"role": "Developer"
}
],
Expand Down

0 comments on commit ada7280

Please sign in to comment.