Skip to content

Commit

Permalink
ISSUE-9: Fixed badge information in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondschouten committed Dec 31, 2017
1 parent ae386b3 commit abfd608
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
[![Total Downloads](https://poser.pugx.org/darkwebdesign/doctrine-enhancement-pack/downloads?format=flat)](https://packagist.org/packages/darkwebdesign/doctrine-enhancement-pack)
[![License](https://poser.pugx.org/darkwebdesign/doctrine-enhancement-pack/license?format=flat)](https://packagist.org/packages/darkwebdesign/doctrine-enhancement-pack)

[![Build Status](https://travis-ci.org/darkwebdesign/doctrine-enhancement-pack.svg?branch=2.4)](https://travis-ci.org/darkwebdesign/doctrine-enhancement-pack?branch=2.4)
[![Coverage Status](https://codecov.io/gh/darkwebdesign/doctrine-enhancement-pack/branch/2.4/graph/badge.svg)](https://codecov.io/gh/darkwebdesign/doctrine-enhancement-pack)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%205.3-777BB3.svg)](https://php.net/)
[![Minimum Doctrine Version](https://img.shields.io/badge/doctrine-%3E%3D%202.4-2E6BC8.svg)](http://www.doctrine-project.org/)
[![Build Status](https://travis-ci.org/darkwebdesign/doctrine-enhancement-pack.svg?branch=2.5)](https://travis-ci.org/darkwebdesign/doctrine-enhancement-pack?branch=2.5)
[![Coverage Status](https://codecov.io/gh/darkwebdesign/doctrine-enhancement-pack/branch/2.5/graph/badge.svg)](https://codecov.io/gh/darkwebdesign/doctrine-enhancement-pack)
[![PHP Version](https://img.shields.io/badge/php-5.4%2B-777BB3.svg)](https://php.net/)
[![Doctrine Version](https://img.shields.io/badge/doctrine-2.5-2E6BC8.svg)](http://www.doctrine-project.org/)

Doctrine Enhancement Pack is a collection of Doctrine enhancements that you can use in your Doctrine projects.

Learn more about it in its [documentation](https://github.com/darkwebdesign/doctrine-enhancement-pack/blob/2.4/doc/index.md).
Learn more about it in its [documentation](https://github.com/darkwebdesign/doctrine-enhancement-pack/blob/2.5/doc/index.md).

## Features

Expand Down
4 changes: 2 additions & 2 deletions doctrine-enhanced-events/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

[![Build Status](https://travis-ci.org/darkwebdesign/doctrine-enhanced-events.svg?branch=2.5)](https://travis-ci.org/darkwebdesign/doctrine-enhanced-events?branch=2.5)
[![Coverage Status](https://codecov.io/gh/darkwebdesign/doctrine-enhanced-events/branch/2.5/graph/badge.svg)](https://codecov.io/gh/darkwebdesign/doctrine-enhanced-events)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%205.3-777BB3.svg)](https://php.net/)
[![Minimum Doctrine Version](https://img.shields.io/badge/doctrine-%3E%3D%202.4-2E6BC8.svg)](http://www.doctrine-project.org/)
[![PHP Version](https://img.shields.io/badge/php-5.4%2B-777BB3.svg)](https://php.net/)
[![Doctrine Version](https://img.shields.io/badge/doctrine-2.5-2E6BC8.svg)](http://www.doctrine-project.org/)

Doctrine Enhanced Events offers enhanced versions of the original Doctrine (lifecycle) events.

Expand Down

0 comments on commit abfd608

Please sign in to comment.