Skip to content

Commit 0bd4960

Browse files
committed
current changes
1 parent cf950f8 commit 0bd4960

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
"name": "krowinski/php-mysql-replication",
33
"description": "Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.",
44
"keywords": [
5+
"php",
6+
"mysql-replication",
7+
"php-library",
58
"mysql",
9+
"mysql-binlog",
10+
"mysql-replication-protocol",
611
"replication",
7-
"binlog",
8-
"php"
12+
"binlog"
913
],
1014
"type": "library",
1115
"require": {

0 commit comments

Comments
 (0)