Skip to content

Commit 71d0606

Browse files
committed
update phpunit 7.0
1 parent 4918d5f commit 71d0606

File tree

8 files changed

+123
-174
lines changed

8 files changed

+123
-174
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
php:
4-
- '7.0'
4+
- '7.1'
55

66
services:
77
- docker

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111
-- configService -> ConfigFactory
1212
-- mySQLReplicationFactory() -> MySQLReplicationFactory($config);
1313
-- update using BinlogException
14+
- refactoring based on php7.1
1415

1516
## [1.0.3] - 2018-01-02
1617

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"sentry/sentry": "^1.5"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^6.0"
21+
"phpunit/phpunit": "^7.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)