Skip to content

Commit

Permalink
Merge c42c785 into 99f1182
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbrouwers committed Feb 27, 2018
2 parents 99f1182 + c42c785 commit f4ad96f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2

before_script:
- travis_retry composer self-update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": ">=5.5.0",
"doctrine/orm": "2.5.*",
"doctrine/orm": "2.5.*|2.6.*",
"doctrine/inflector": "^1.1"
},
"require-dev": {
Expand Down

0 comments on commit f4ad96f

Please sign in to comment.