Skip to content

Commit 5be924e

Browse files
committed
Added support of version PHP 7.0. + Updated PHPUnit version.
1 parent 8031727 commit 5be924e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ language: php
22

33
php:
44
- 5.6
5+
- 7.0
56
- 7.1
67
- 7.2
7-
- hhvm
8+
- 7.3
89

910
before_script: composer install --dev --prefer-source

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^5.6 || ^7.1",
22+
"php": ">=5.6.0",
2323
"ext-json": "*",
2424
"guzzlehttp/guzzle": "~6.0",
2525
"symfony/console": "~2.5|~3.0|~4.0"
2626
},
2727
"require-dev":{
28-
"phpunit/phpunit": "~4.1"
28+
"phpunit/phpunit": "~5.7.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)