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 db30844 commit 5074cd9Copy full SHA for 5074cd9
.travis.yml
@@ -1,9 +1,9 @@
1
language: php
2
3
php:
4
- - 5.5
5
- 5.6
6
- 7.0
+ - 7.4
7
8
env:
9
matrix:
composer.json
@@ -15,7 +15,7 @@
15
},
16
"require": {
17
"clue/graph": "~0.9.0",
18
- "doctrine/dbal": "~2.4",
+ "doctrine/dbal": "~2.5",
19
"doctrine/cache": "^1.4.1",
20
"graphp/algorithms": "~0.8.0"
21
0 commit comments