Skip to content

Commit 337b82d

Browse files
Allow doctrine 2.6 (#57)
* Allow doctrine 2.6 * Test against 7.2 too
1 parent 99f1182 commit 337b82d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php:
55
- 5.6
66
- 7.0
77
- 7.1
8+
- 7.2
89

910
before_script:
1011
- travis_retry composer self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"require": {
2626
"php": ">=5.5.0",
27-
"doctrine/orm": "2.5.*",
27+
"doctrine/orm": "2.5.*|2.6.*",
2828
"doctrine/inflector": "^1.1"
2929
},
3030
"require-dev": {

0 commit comments

Comments
 (0)