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 "security": "https://www.phpmyadmin.net/security/",
9 "forum": "https://www.phpmyadmin.net/support/",
10 "issues": "https://github.com/phpmyadmin/phpmyadmin/issues",
11 "wiki": "https://wiki.phpmyadmin.net/",
12 "docs": "https://docs.phpmyadmin.net/",
13 "source": "https://github.com/phpmyadmin/phpmyadmin"
15 "license": "GPL-2.0-only",
18 "name": "The phpMyAdmin Team",
19 "email": "developers@phpmyadmin.net",
20 "homepage": "https://www.phpmyadmin.net/team/"
23 "non-feature-branches": ["RELEASE_.*"],
28 "exclude-from-classmap": [
30 "/vendor/tecnickcom/tcpdf/tcpdf_barcodes_*.php",
31 "/vendor/tecnickcom/tcpdf/tcpdf_import.php",
32 "/vendor/tecnickcom/tcpdf/tcpdf_parser.php",
33 "/vendor/tecnickcom/tcpdf/include/tcpdf_filters.php",
34 "/vendor/tecnickcom/tcpdf/include/barcodes"
39 "PhpMyAdmin\\Tests\\": "test/classes",
40 "PhpMyAdmin\\Tests\\Selenium\\": "test/selenium/"
46 "url": "https://www.phpmyadmin.net"
59 "composer/ca-bundle": "^1.2",
60 "fig/http-message-util": "^1.1",
61 "google/recaptcha": "^1.3",
62 "laminas/laminas-httphandlerrunner": "^2.6",
63 "nikic/fast-route": "^1.3",
64 "phpmyadmin/motranslator": "^6.0-dev",
65 "phpmyadmin/shapefile": "^4.0-dev",
66 "phpmyadmin/sql-parser": "^6.0-dev",
67 "phpmyadmin/twig-i18n-extension": "^5.0-dev",
68 "psr/http-factory": "^1.0",
69 "psr/http-message": "^1.1",
70 "psr/http-server-handler": "^1.0",
71 "psr/http-server-middleware": "^1.0",
72 "slim/psr7": "^1.6.1",
73 "symfony/config": "^6.2",
74 "symfony/dependency-injection": "^6.2",
75 "symfony/expression-language": "^6.2",
76 "symfony/polyfill-ctype": "^1.24",
77 "symfony/polyfill-mbstring": "^1.24",
79 "webmozart/assert": "^1.10",
80 "williamdes/mariadb-mysql-kbs": "^1.2"
83 "bacon/bacon-qr-code": "<2.0",
84 "pragmarx/google2fa-qrcode": "<2.1",
85 "tecnickcom/tcpdf": "<6.4.4"
88 "ext-curl": "Updates checking",
89 "ext-opcache": "Better performance",
90 "ext-zlib": "For gz import and export",
91 "ext-bz2": "For bzip2 import and export",
92 "ext-zip": "For zip import and export",
93 "ext-gd2": "For image transformations",
94 "ext-mbstring": "For best performance",
95 "tecnickcom/tcpdf": "For PDF support",
96 "pragmarx/google2fa-qrcode": "^2.1 or ^3.0 - For 2FA authentication",
97 "bacon/bacon-qr-code": "^2.0 - For 2FA authentication",
98 "code-lts/u2f-php-server": "For FIDO U2F authentication",
99 "web-auth/webauthn-lib": "For better WebAuthn/FIDO2 authentication support"
102 "bacon/bacon-qr-code": "^2.0",
103 "code-lts/u2f-php-server": "^1.2",
104 "guzzlehttp/psr7": "^2.5",
105 "httpsoft/http-message": "^1.1",
106 "laminas/laminas-diactoros": "^3.0",
107 "nyholm/psr7": "^1.8",
108 "php-webdriver/webdriver": "^1.14",
109 "phpmyadmin/coding-standard": "^4.0",
110 "phpstan/extension-installer": "^1.3",
111 "phpstan/phpstan": "^1.10.15",
112 "phpstan/phpstan-phpunit": "^1.3",
113 "phpstan/phpstan-strict-rules": "^1.5",
114 "phpstan/phpstan-webmozart-assert": "^1.2",
115 "phpunit/phpunit": "^10.4",
116 "pragmarx/google2fa-qrcode": "^3.0",
117 "psalm/plugin-phpunit": "^0.18.4",
118 "roave/security-advisories": "dev-latest",
119 "symfony/console": "^6.2",
120 "tecnickcom/tcpdf": "^6.4.4",
121 "vimeo/psalm": "^5.14",
122 "web-auth/webauthn-lib": "^3.3.12"
126 "dev-master": "6.0.x-dev"
130 "phpcbf": "@php phpcbf",
131 "phpcs": "@php phpcs",
132 "phpstan": "@php phpstan analyse",
133 "psalm": "@php psalm --no-diff",
134 "phpunit": "@php phpunit --color=always",
141 "update:baselines": [
142 "@php phpstan analyse --generate-baseline",
143 "@php psalm --set-baseline=psalm-baseline.xml"
145 "twig-lint": "@php bin/console lint:twig --ansi --show-deprecations"
148 "sort-packages": true,
149 "discard-changes": true,
151 "dealerdirect/phpcodesniffer-composer-installer": true,
152 "phpstan/extension-installer": true,
153 "composer/package-versions-deprecated": true