Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace the 3 first badges on the home page by shields.io badges #2

Closed
bgaillard opened this issue Dec 4, 2014 · 1 comment
Closed
Assignees
Milestone

Comments

@bgaillard
Copy link
Member

For unknown reasons Pager https://poser.pugx.org does not work, so we have to replace Badge Poser by an other badge service. Shields.io seems to be a good candidate.

Here is the Markdown code to replace de 3 first badges :

  • Total Downloads
  • Latest Stable Version
  • License
[![Total Downloads](https://img.shields.io/packagist/dt/gomoob/php-pushwoosh.svg)](https://packagist.org/packages/gomoob/php-pushwoosh) 
[![Latest Stable Version](https://img.shields.io/github/release/gomoob/php-pushwoosh.svg)](https://packagist.org/packages/gomoob/php-pushwoosh) 
[![License](https://img.shields.io/packagist/l/gomoob/php-pushwoosh.svg)](https://packagist.org/packages/gomoob/php-pushwoosh)

As the library should be a good quality one we could also add the following badges :

  • Issues
[![Issues](https://img.shields.io/github/issues/gomoob/php-pushwoosh.svg)](https://github.com/gomoob/php-pushwoosh/issues)
@bgaillard bgaillard self-assigned this Dec 4, 2014
@bgaillard bgaillard added this to the 1.0.0 milestone Dec 4, 2014
bgaillard added a commit that referenced this issue Jan 18, 2015
 * Upgrade PHPMD to version `~2.1`
 * Upgrade PHP_CodeSniffer to version `~2.1`
 * Remove `php-cs-fixer` and use the PHP_CodeSniffer `phpcbf` tool
instead
 * Now the Grunt build uses `load-grunt-tasks`
 * Upgrade all `package.json` dependencies
 * Fix #2, Replace the 3 first badges on the home page by shields.id
badges
@bgaillard
Copy link
Member Author

Closed in commit ee85be0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant