Skip to content

Commit ccb94d6

Browse files
committed
Build and CI configuration update
1 parent 2e51180 commit ccb94d6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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

1111
script: phpunit
1212

composer.json

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

0 commit comments

Comments
 (0)