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 2e51180 commit ccb94d6Copy full SHA for ccb94d6
.travis.yml
@@ -1,12 +1,12 @@
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
12
composer.json
@@ -12,12 +12,12 @@
}
13
],
14
"require": {
15
- "php": ">=7.0",
16
- "remorhaz/php-json-data": "~0.3.0",
17
- "remorhaz/php-json-pointer": "~0.4.0"
+ "php": ">=7.1",
+ "remorhaz/php-json-data": "~0.4.2",
+ "remorhaz/php-json-pointer": "~0.5.0"
18
},
19
"require-dev": {
20
- "phpunit/phpunit": "~6.1",
+ "phpunit/phpunit": ">=7.0.1 <8.0",
21
"codeclimate/php-test-reporter": "dev-master"
22
23
"autoload": {
0 commit comments