forked from PmaControl/PmaControl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·42 lines (42 loc) · 1.16 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
{
"name": "glial/pmacontrol",
"license": "GPL-3.0",
"description": "A monitoring and administration tools to manage farm of MySQL server",
"authors": [{
"name": "Aurélien LEQUOY",
"email": "pmacontrol@68koncept.com",
"homepage": "http://pmacontrol.68koncept.com",
"role": "Expert MySQL / MariaDB"
}
],
"require": {
"php": ">7",
"ext-gd": "*",
"ext-mysqlnd": "*",
"ext-curl": "*",
"ext-mbstring": "*",
"ext-dom": "*",
"ext-gmp": "*",
"glial/glial": "5.1.*",
"sensiolabs/ansi-to-html": "1.1.1",
"alfallouji/php_multithread": "0.1.4",
"esysteme/mysql-sys": "1.6.4",
"ninsuo/php-shared-memory": "*",
"geerlingguy/ping": "*",
"ramsey/uuid":"3.*",
"jfcherng/php-diff": "^6.2",
"pda/pheanstalk": "^4.0",
"phpmyadmin/sql-parser": "^5.1",
"phpseclib/phpseclib": "~3.0"
},
"autoload": {
"psr-4": {"App\\": "App/"}
},
"scripts": {
"post-update-cmd": [
"php ./glial install updateVersion"
]
},
"require-dev": {
}
}