Skip to content

Commit 9e8f97b

Browse files
Merge pull request #17 from darkwebdesign/ISSUE-15
ISSUE-15: Update Enhancement Bundle for Doctrine 2.7
2 parents 7567fed + bc993d5 commit 9e8f97b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
[![Total Downloads](https://poser.pugx.org/darkwebdesign/doctrine-enhancement-bundle/downloads?format=flat)](https://packagist.org/packages/darkwebdesign/doctrine-enhancement-bundle)
55
[![License](https://poser.pugx.org/darkwebdesign/doctrine-enhancement-bundle/license?format=flat)](https://packagist.org/packages/darkwebdesign/doctrine-enhancement-bundle)
66

7-
[![Build Status](https://travis-ci.org/darkwebdesign/doctrine-enhancement-bundle.svg?branch=2.6)](https://travis-ci.org/darkwebdesign/doctrine-enhancement-bundle?branch=2.6)
7+
[![Build Status](https://travis-ci.org/darkwebdesign/doctrine-enhancement-bundle.svg?branch=2.7)](https://travis-ci.org/darkwebdesign/doctrine-enhancement-bundle?branch=2.7)
88
[![PHP Version](https://img.shields.io/badge/php-7.1%2B-777BB3.svg)](https://php.net/)
99
[![Symfony Version](https://img.shields.io/badge/symfony-4.0%2B-93C74B.svg)](https://symfony.com/)
10-
[![Doctrine Version](https://img.shields.io/badge/doctrine-2.6-2E6BC8.svg)](http://www.doctrine-project.org/)
10+
[![Doctrine Version](https://img.shields.io/badge/doctrine-2.7-2E6BC8.svg)](http://www.doctrine-project.org/)
1111

1212
Doctrine Enhancement Bundle conveniently wraps the [Doctrine Enhancement Pack](https://github.com/darkwebdesign/doctrine-enhancement-pack) with a Symfony Bundle that you can use
1313
in your Symfony applications.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{"name": "Raymond Schouten"}
1010
],
1111
"require": {
12-
"darkwebdesign/doctrine-enhancement-pack": "2.6.*",
12+
"darkwebdesign/doctrine-enhancement-pack": "2.7.*",
1313
"php": "^7.1",
1414
"symfony/config": "^4.0",
1515
"symfony/dependency-injection": "^4.0",

0 commit comments

Comments
 (0)