Skip to content

Commit 5074cd9

Browse files
committed
Fixing min depth + changing tested PHP versions
1 parent db30844 commit 5074cd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4-
- 5.5
54
- 5.6
65
- 7.0
6+
- 7.4
77

88
env:
99
matrix:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"require": {
1717
"clue/graph": "~0.9.0",
18-
"doctrine/dbal": "~2.4",
18+
"doctrine/dbal": "~2.5",
1919
"doctrine/cache": "^1.4.1",
2020
"graphp/algorithms": "~0.8.0"
2121
},

0 commit comments

Comments
 (0)