Skip to content

Commit a715381

Browse files
committed
PHPUnit 7 supported, PHP 7.0 is not supported anymore
1 parent 6217301 commit a715381

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
language: php
22

33
php:
4-
- '7.0'
54
- '7.1'
5+
- '7.2'
66

77
before_script:
88
- composer self-update
9-
- composer install --prefer-source --no-interaction --dev
9+
- composer install --prefer-source --no-interaction
1010

11-
script: phpunit
11+
script: vendor/bin/phpunit
1212

1313
after_script:
1414
- vendor/bin/test-reporter

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.0",
16-
"remorhaz/php-json-data" : "~0.3.0"
15+
"php": ">=7.1",
16+
"remorhaz/php-json-data" : "~0.4.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "~6.1",
19+
"phpunit/phpunit": ">=7.0.1 <8.0",
2020
"codeclimate/php-test-reporter": "dev-master"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)