2 "name": "phpmyadmin/phpmyadmin",
4 "description": "MySQL web administration tool",
5 "keywords": ["phpmyadmin","mysql","web"],
6 "homepage": "https://www.phpmyadmin.net/",
8 "forum": "https://www.phpmyadmin.net/support/",
9 "issues": "https://github.com/phpmyadmin/phpmyadmin/issues",
10 "wiki": "https://wiki.phpmyadmin.net/",
11 "docs": "https://docs.phpmyadmin.net/",
12 "source": "https://github.com/phpmyadmin/phpmyadmin"
17 "name": "The phpMyAdmin Team",
18 "email": "developers@phpmyadmin.net",
19 "homepage": "https://www.phpmyadmin.net/team/"
22 "non-feature-branches": ["RELEASE_.*"],
25 "PhpMyAdmin\\": "libraries/classes",
26 "PhpMyAdmin\\Setup\\": "setup/lib"
31 "PhpMyAdmin\\Tests\\": "test/classes"
37 "url": "https://www.phpmyadmin.net"
46 "phpmyadmin/sql-parser": "^4.2",
47 "phpmyadmin/motranslator": "^3.0",
48 "phpmyadmin/shapefile": "^2.0",
49 "phpseclib/phpseclib": "^2.0",
50 "google/recaptcha": "^1.1",
51 "psr/container": "^1.0",
53 "twig/extensions": "~1.4.1",
54 "symfony/expression-language": "^3.2",
55 "symfony/polyfill-mbstring": "^1.3"
58 "tecnickcom/tcpdf": "<6.2"
61 "ext-openssl": "Cookie encryption",
62 "ext-curl": "Updates checking",
63 "ext-opcache": "Better performance",
64 "ext-zlib": "For gz import and export",
65 "ext-bz2": "For bzip2 import and export",
66 "ext-zip": "For zip import and export",
67 "ext-gd2": "For image transformations",
68 "ext-mbstring": "For best performance",
69 "tecnickcom/tcpdf": "For PDF support"
72 "phpunit/phpunit": "~4.1",
73 "codacy/coverage": "dev-master",
74 "phpunit/phpunit-selenium": "~1.2",
75 "squizlabs/php_codesniffer": "2.*",
76 "tecnickcom/tcpdf": "^6.2",
77 "phpmyadmin/coding-standard": ">=0.1.0"
81 "dev-master": "4.8.x-dev"