Skip to content

Commit 89ae633

Browse files
committed
release v1.1.0
2 parents 8646587 + 5b5a802 commit 89ae633

File tree

59 files changed

+755
-1130
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+755
-1130
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.1.0] - 2018-08-13
8+
9+
### CHANGED
10+
- upgrade php-mysql-replication v5.0.4
11+
-- configService -> ConfigFactory
12+
-- mySQLReplicationFactory() -> MySQLReplicationFactory($config);
13+
-- update using BinlogException
14+
- refactoring based on php7.1
15+
- binlogId's type string to int
16+
717
## [1.0.3] - 2018-01-02
818

919
### Fixed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
],
1212
"require": {
1313
"illuminate/support": "^5.4",
14-
"krowinski/php-mysql-replication": "3.0.1",
14+
"krowinski/php-mysql-replication": "5.0.4",
1515
"monolog/monolog": "^1.18.0",
1616
"ridibooks/platform-gnfdb": "^0.1",
1717
"vlucas/phpdotenv": "^2.4",
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)