Skip to content

Commit

Permalink
Update readme's
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwartpet committed Jan 24, 2020
1 parent cfdd616 commit e10d5ce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ language: php
php:
- 7.0
- 7.1
- 7.2

# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
Expand Down
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]

This is a LetsEncrypt client library for ACME v2, which allows for the automated
creation of free SSL/TLS certificates using PHP. This includes support for wildcard
Expand Down Expand Up @@ -280,19 +279,19 @@ issue tracker.

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/lordelph/php-certificate-toolbox.svg?style=flat-square
[ico-version]: https://img.shields.io/packagist/v/zwartpet/php-certificate-toolbox.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/lordelph/php-certificate-toolbox/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/lordelph/php-certificate-toolbox.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/lordelph/php-certificate-toolbox.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/lordelph/php-certificate-toolbox.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/lordelph/php-certificate-toolbox
[link-travis]: https://travis-ci.org/lordelph/php-certificate-toolbox
[link-scrutinizer]: https://scrutinizer-ci.com/g/lordelph/php-certificate-toolbox/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/lordelph/php-certificate-toolbox
[link-downloads]: https://packagist.org/packages/lordelph/php-certificate-toolbox
[link-author]: https://github.com/lordelph
[link-author2]: https://github.com/yourivw
[ico-travis]: https://img.shields.io/travis/zwartpet/php-certificate-toolbox/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/zwartpet/php-certificate-toolbox.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/zwartpet/php-certificate-toolbox.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/zwartpet/php-certificate-toolbox
[link-travis]: https://travis-ci.org/zwartpet/php-certificate-toolbox
[link-scrutinizer]: https://scrutinizer-ci.com/g/zwartpet/php-certificate-toolbox/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/zwartpet/php-certificate-toolbox
[link-downloads]: https://packagist.org/packages/zwartpet/php-certificate-toolbox
[link-author]: https://github.com/zwartpet
[link-author2]: https://github.com/lordelph
[link-author3]:https://github.com/yourivw
[link-author3]:https://github.com/GXTX
[link-contributors]: ../../contributors

0 comments on commit e10d5ce

Please sign in to comment.