From abfd608681c17cef27b8239b85775fa614f69cee Mon Sep 17 00:00:00 2001 From: Raymond Schouten Date: Sun, 31 Dec 2017 17:25:23 +0100 Subject: [PATCH] ISSUE-9: Fixed badge information in README.md --- README.md | 10 +++++----- doctrine-enhanced-events/README.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 53aa5b9..76a6eeb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doctrine-enhanced-events/README.md b/doctrine-enhanced-events/README.md index a2ee1e0..4481500 100644 --- a/doctrine-enhanced-events/README.md +++ b/doctrine-enhanced-events/README.md @@ -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.