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_.*"],
31 "url": "https://www.phpmyadmin.net"
41 "phpmyadmin/sql-parser": "^4.2",
42 "phpmyadmin/motranslator": "^3.0",
43 "phpmyadmin/shapefile": "^2.0",
44 "tecnickcom/tcpdf": "^6.2",
45 "phpseclib/phpseclib": "^2.0",
46 "google/recaptcha": "^1.1"
49 "ext-openssl": "Cookie encryption",
50 "ext-curl": "Updates checking",
51 "ext-opcache": "Better performance",
52 "ext-zlib": "For gz import and export",
53 "ext-bz2": "For bzip2 import and export",
54 "ext-zip": "For zip import and export",
55 "ext-gd2": "For image transformations",
56 "tecnickcom/tcpdf": "For PDF support"
59 "phpunit/phpunit": "~4.1",
60 "codacy/coverage": "dev-master",
61 "phpunit/phpunit-selenium": "~1.2",
62 "squizlabs/php_codesniffer": "2.*",
63 "phpmyadmin/coding-standard": ">=0.1.0"