We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f1182 commit 337b82dCopy full SHA for 337b82d
.travis.yml
@@ -5,6 +5,7 @@ php:
5
- 5.6
6
- 7.0
7
- 7.1
8
+ - 7.2
9
10
before_script:
11
- travis_retry composer self-update
composer.json
@@ -24,7 +24,7 @@
24
],
25
"require": {
26
"php": ">=5.5.0",
27
- "doctrine/orm": "2.5.*",
+ "doctrine/orm": "2.5.*|2.6.*",
28
"doctrine/inflector": "^1.1"
29
},
30
"require-dev": {
0 commit comments