-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 843 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name" : "mysql-workbench-schema-exporter/mysql-workbench-schema-exporter",
"type" : "library",
"description" : "MySQL Workbench Schema Exporter",
"keywords" : [
"mysql",
"mysql workbench",
"database",
"cli",
"doctrine",
"propel",
"extjs",
"zend",
"sequelizejs"
],
"homepage" : "https://github.com/johmue/mysql-workbench-schema-exporter",
"license" : "MIT",
"authors" : [{
"name" : "Johannes Mueller",
"email" : "[email protected]",
"role" : "Developer"
}, {
"name" : "Toha",
"email" : "[email protected]",
"role" : "Developer"
}
],
"require" : {
"php" : ">=5.3.0",
"doctrine/inflector" : "1.0.*@dev",
"symfony/yaml" : "2.5.*@dev"
},
"bin" : [
"bin/mysql-workbench-schema-export",
"bin/update-sql-reserved-words"
],
"autoload" : {
"psr-0" : {
"MwbExporter\\" : "lib/"
}
}
}