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.
2 parents 9159d94 + 918d8fa commit 6c82f44Copy full SHA for 6c82f44
2 files changed
.travis.yml
@@ -1,11 +1,17 @@
1
language: php
2
+
3
php:
- - 5.6
4
- - 5.5
5
- - 5.4
6
- 5.3
+ - 5.4
+ - 5.5
7
+ - 5.6
8
+ - 7
9
- hhvm
10
11
+sudo: false
12
13
install:
- - composer install --prefer-source --no-interaction
14
+ - composer install --no-interaction
15
16
script:
17
- php vendor/bin/phpunit --coverage-text
composer.json
@@ -9,7 +9,7 @@
"psr-4": {"Fhaculty\\Graph\\": "src/"}
},
"require": {
- "php": ">=5.3.0"
+ "php": "^7.0 || ^5.3"
"require-dev": {
"phpunit/phpunit": "~4.0"
0 commit comments