Fine tune configuration

This commit is contained in:
Stéphane Goetz 2019-03-04 10:26:38 +01:00
parent 5af4b2398f
commit 97f6175f1c
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ language: php
php: php:
- '7.1' - '7.1'
- '7.2' - '7.2'
- '7.3'
- nightly - nightly
matrix: matrix:

View File

@ -43,6 +43,6 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~7.4", "phpunit/phpunit": "~7.4",
"mikey179/vfsStream": "^1.6" "mikey179/vfsstream": "^1.6"
} }
} }