forked from vrana/adminer
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
51 lines (47 loc) · 1.24 KB
/
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
43
44
45
46
47
48
49
50
51
{
"name": "vrana/adminer",
"description": "Database management in a single PHP file.",
"homepage": "https://www.adminer.org/",
"keywords": [
"database"
],
"support": {
"issues": "https://sourceforge.net/p/adminer/bugs-and-features/",
"forum": "https://sourceforge.net/p/adminer/discussion/",
"source": "https://github.com/vrana/adminer/"
},
"authors": [
{
"name": "Jakub Vrána",
"homepage": "http://www.vrana.cz/"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/pixelfederation/datto-Protobuf-PHP-fake"
}
],
"minimum-stability": "dev",
"require": {
"grpc/grpc": "dev-release-0_13",
"pixelfederation/vitess-php-pdo": "dev-master",
"php-console/php-console": "~3.0",
"greenlion/php-sql-parser": "dev-master#29bdef6fed5ba7fdfe3c9f942adfe73d6bdffa88"
},
"autoload": {
"classmap": [
"plugins/"
],
"psr-4": {
"Adminer\\Vitess\\": "adminer/drivers/Vitess/"
}
},
"license": [
"Apache-2.0",
"GPL-2.0"
],
"scripts": {
"compile": "php compile.php"
}
}