Harmonize package variables

This commit is contained in:
Kévin DUBUC 2014-12-30 16:31:21 +01:00
parent c85b2a5c1f
commit 5518f18e56
2 changed files with 12 additions and 12 deletions

View File

@ -1,13 +1,13 @@
# League Skeleton
# :package_name
[![Latest Version](https://img.shields.io/github/release/thephpleague/skeleton.svg?style=flat-square)](https://github.com/thephpleague/skeleton/releases)
[![Latest Version](https://img.shields.io/github/release/thephpleague/:package_name.svg?style=flat-square)](https://github.com/thephpleague/:package_name/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/thephpleague/skeleton/master.svg?style=flat-square)](https://travis-ci.org/thephpleague/skeleton)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/skeleton.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/skeleton/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/skeleton.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/skeleton)
[![Total Downloads](https://img.shields.io/packagist/dt/league/skeleton.svg?style=flat-square)](https://packagist.org/packages/league/skeleton)
[![Build Status](https://img.shields.io/travis/thephpleague/:package_name/master.svg?style=flat-square)](https://travis-ci.org/thephpleague/:package_name)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/:package_name.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/:package_name/code-structure)
[![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 `skeleton` with the correct package name in the above URLs, then delete this line.
**Note:** Replace ```:author_name``` ```:author_username``` ```:author_website``` ```:author_email``` ```:author_website``` ```:package_name``` ```:package_description``` with theirs 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.
@ -17,7 +17,7 @@ PSRs you support to avoid any confusion with users and contributors.
Via Composer
``` bash
$ composer require league/skeleton
$ composer require league/:package_name
```
## Usage

View File

@ -3,15 +3,15 @@
"description": ":package_description",
"keywords": [
"league",
"package"
":package_name"
],
"homepage": "https://github.com/php-loep/:package_name",
"homepage": "https://github.com/thephpleague/:package_name",
"license": "MIT",
"authors": [
{
"name": ":author_name",
"email": "author_email@example.com",
"homepage": "http://author-website.example.com",
"email": ":author_email",
"homepage": ":author_website",
"role": "Developer"
}
],