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 9b40eac commit 5b5a802Copy full SHA for 5b5a802
CHANGELOG.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
## [1.1.0]
8
9
### CHANGED
10
-- upgrade php-mysql-replication v5.0.3
+- upgrade php-mysql-replication v5.0.4
11
-- configService -> ConfigFactory
12
-- mySQLReplicationFactory() -> MySQLReplicationFactory($config);
13
-- update using BinlogException
composer.json
@@ -11,7 +11,7 @@
],
"require": {
"illuminate/support": "^5.4",
14
- "krowinski/php-mysql-replication": "5.0.3",
+ "krowinski/php-mysql-replication": "5.0.4",
15
"monolog/monolog": "^1.18.0",
16
"ridibooks/platform-gnfdb": "^0.1",
17
"vlucas/phpdotenv": "^2.4",
0 commit comments