1
0
Fork 0

Update travis and phpunit (#489)

pull/495/head
Vincent Klaiber 2017-10-02 23:11:06 +02:00 committed by Felix Becker
parent b9ebfb52c9
commit 0c399150a3
2 changed files with 17 additions and 16 deletions

View File

@ -1,7 +1,9 @@
language: php
php:
- '7.0'
- 7.0
- 7.1
- 7.2
services:
- docker
@ -11,7 +13,7 @@ cache:
- $HOME/.composer/cache
install:
- composer install
- composer install --prefer-dist --no-interaction
- composer run-script parse-stubs
script:

View File

@ -35,8 +35,7 @@
"webmozart/path-util": "^2.3"
},
"require-dev": {
"phpunit/phpunit": "^5.5",
"phpunit/php-code-coverage": "^4.0"
"phpunit/phpunit": "^6.3"
},
"autoload": {
"psr-4": {