2 "name": "phpmyadmin/phpmyadmin",
4 "description": "A web interface for MySQL and MariaDB",
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"
14 "license": "GPL-2.0-only",
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"
30 "PhpMyAdmin\\Tests\\": "test/classes",
31 "PhpMyAdmin\\Tests\\Selenium\\": "test/selenium/"
37 "url": "https://www.phpmyadmin.net"
48 "google/recaptcha": "^1.1",
49 "nikic/fast-route": "^1.3",
50 "phpmyadmin/motranslator": "^4.0",
51 "phpmyadmin/shapefile": "^2.0",
52 "phpmyadmin/sql-parser": "^5.0",
53 "phpseclib/phpseclib": "^2.0",
54 "symfony/config": "^4.2.8",
55 "symfony/dependency-injection": "^4.2.8",
56 "symfony/expression-language": "^4.2",
57 "symfony/polyfill-ctype": "^1.8",
58 "symfony/polyfill-mbstring": "^1.3",
59 "symfony/yaml": "^4.2.8",
60 "twig/extensions": "~1.5.1",
62 "williamdes/mariadb-mysql-kbs": "^1.2"
65 "phpseclib/phpseclib": "2.0.8",
66 "tecnickcom/tcpdf": "<6.2",
67 "pragmarx/google2fa": ">=6.1",
68 "pragmarx/google2fa-qrcode": "<1.0.1",
69 "samyoul/u2f-php-server": "<1.1"
72 "ext-openssl": "Cookie encryption",
73 "ext-curl": "Updates checking",
74 "ext-opcache": "Better performance",
75 "ext-zlib": "For gz import and export",
76 "ext-bz2": "For bzip2 import and export",
77 "ext-zip": "For zip import and export",
78 "ext-gd2": "For image transformations",
79 "ext-mbstring": "For best performance",
80 "tecnickcom/tcpdf": "For PDF support",
81 "pragmarx/google2fa-qrcode": "For 2FA authentication",
82 "samyoul/u2f-php-server": "For FIDO U2F authentication"
85 "codacy/coverage": "^1.3.0",
86 "facebook/webdriver": "^1.7.1",
87 "phpmyadmin/coding-standard": "^1.0",
88 "phpstan/phpstan": "^0.11.5",
89 "phpunit/phpunit": "^7.5 || ^8.0",
90 "pragmarx/google2fa-qrcode": "^1.0.1",
91 "samyoul/u2f-php-server": "^1.1",
92 "squizlabs/php_codesniffer": "^3.0",
93 "symfony/console": "^4.3",
94 "tecnickcom/tcpdf": "^6.3"
98 "dev-master": "5.1.x-dev"
104 "phpstan": "phpstan analyse",
105 "phpunit": "phpunit --color=always",
113 "sort-packages": true