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 6217301 commit a715381Copy full SHA for a715381
.travis.yml
@@ -1,14 +1,14 @@
1
language: php
2
3
php:
4
- - '7.0'
5
- '7.1'
+ - '7.2'
6
7
before_script:
8
- composer self-update
9
- - composer install --prefer-source --no-interaction --dev
+ - composer install --prefer-source --no-interaction
10
11
-script: phpunit
+script: vendor/bin/phpunit
12
13
after_script:
14
- vendor/bin/test-reporter
composer.json
@@ -12,11 +12,11 @@
}
],
"require": {
15
- "php": ">=7.0",
16
- "remorhaz/php-json-data" : "~0.3.0"
+ "php": ">=7.1",
+ "remorhaz/php-json-data" : "~0.4.0"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "~6.1",
+ "phpunit/phpunit": ">=7.0.1 <8.0",
20
"codeclimate/php-test-reporter": "dev-master"
21
22
"autoload": {
0 commit comments