Skip to content

Commit

Permalink
Update readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
pauci committed Dec 6, 2020
1 parent 028e736 commit b89bdf9
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# pauci/datetime-doctrine

[![Source Code][badge-source]][source]
[![PHP][badge-php]][php]
[![Latest Version][badge-release]][release]
[![Software License][badge-license]][license]
[![Build Status][badge-build]][build]
[![Coverage Status][badge-coverage]][coverage]
[![Software License][badge-license]][license]
[![Total Downloads][badge-downloads]][downloads]

The pauci/datetime-doctrine package provides the ability to use
Expand All @@ -25,15 +26,17 @@ composer require pauci/datetime-doctrine
[doctrine-field-type]: http://doctrine-dbal.readthedocs.org/en/latest/reference/types.html

[badge-source]: http://img.shields.io/badge/source-pauci/datetime--doctrine-blue.svg?style=flat-square
[badge-release]: https://img.shields.io/packagist/v/pauci/datetime-doctrine.svg?style=flat-square
[badge-php]: https://img.shields.io/packagist/php-v/pauci/datetime?style=flat-square
[badge-release]: https://img.shields.io/packagist/v/pauci/datetime-doctrine.svg?style=flat-square&label=release
[badge-build]: https://img.shields.io/github/workflow/status/pauci/datetime-doctrine/Continuous%20Integration?style=flat-square
[badge-coverage]: https://img.shields.io/codecov/c/github/pauci/datetime-doctrine?style=flat-square
[badge-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[badge-build]: https://img.shields.io/travis/pauci/datetime-doctrine/master.svg?style=flat-square
[badge-coverage]: https://img.shields.io/coveralls/pauci/datetime-doctrine/master.svg?style=flat-square
[badge-downloads]: https://img.shields.io/packagist/dt/pauci/datetime-doctrine.svg?style=flat-square

[source]: https://github.com/pauci/datetime-doctrine
[php]: https://php.net
[release]: https://packagist.org/packages/pauci/datetime-doctrine
[build]: https://github.com/pauci/datetime-doctrine/actions?query=workflow%3A%22Continuous+Integration%22
[coverage]: https://codecov.io/gh/pauci/datetime-doctrine
[license]: https://github.com/pauci/datetime-doctrine/blob/master/LICENSE
[build]: https://travis-ci.org/pauci/datetime-doctrine
[coverage]: https://coveralls.io/r/pauci/datetime-doctrine?branch=master
[downloads]: https://packagist.org/packages/pauci/datetime-doctrine

0 comments on commit b89bdf9

Please sign in to comment.