- Upgrading doctrine/deprecations (1.1.4 => 1.1.5) - Upgrading laminas/laminas-diactoros (3.5.0 => 3.6.0) - Upgrading myclabs/deep-copy (1.13.0 => 1.13.1) - Upgrading phpdocumentor/reflection-docblock (5.6.1 => 5.6.2) - Upgrading phpstan/phpstan (2.1.13 => 2.1.14) - Upgrading phpunit/phpunit (11.5.15 => 11.5.20) - Upgrading roave/security-advisories (dev-latest bd7c044 => dev-latest 59be420) - Upgrading slevomat/coding-standard (8.16.2 => 8.18.0) - Upgrading spomky-labs/pki-framework (1.2.2 => 1.2.3) - Upgrading squizlabs/php_codesniffer (3.12.0 => 3.13.0) - Upgrading symfony/cache (v7.2.5 => v7.2.6) - Upgrading symfony/config (v7.2.3 => v7.2.6) - Upgrading symfony/console (v7.2.5 => v7.2.6) - Upgrading symfony/dependency-injection (v7.2.5 => v7.2.6) - Upgrading symfony/polyfill-ctype (v1.31.0 => v1.32.0) - Upgrading symfony/polyfill-intl-grapheme (v1.31.0 => v1.32.0) - Upgrading symfony/polyfill-intl-normalizer (v1.31.0 => v1.32.0) - Upgrading symfony/polyfill-mbstring (v1.31.0 => v1.32.0) - Upgrading symfony/polyfill-php80 (v1.31.0 => v1.32.0) - Upgrading symfony/polyfill-php84 (v1.31.0 => v1.32.0) - Upgrading symfony/polyfill-uuid (v1.31.0 => v1.32.0) - Upgrading symfony/string (v7.2.0 => v7.2.6) - Upgrading symfony/var-exporter (v7.2.5 => v7.2.6) - Upgrading tecnickcom/tcpdf (6.9.0 => 6.9.3) - Upgrading twig/twig (v3.20.0 => v3.21.1) - Upgrading vimeo/psalm (6.10.0 => 6.10.3) Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net> |
||
|---|---|---|
| .github | ||
| app | ||
| bin | ||
| docs | ||
| examples | ||
| public | ||
| resources | ||
| src | ||
| tests | ||
| .browserslistrc | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc.json | ||
| .gitattributes | ||
| .gitignore | ||
| .jshintrc | ||
| .scrutinizer.yml | ||
| .stylelintrc.json | ||
| .weblate | ||
| babel.config.json | ||
| ChangeLog | ||
| CODE_OF_CONDUCT.md | ||
| codecov.yml | ||
| composer.json | ||
| composer.lock | ||
| config.sample.inc.php | ||
| CONTRIBUTING.md | ||
| DCO | ||
| index.php | ||
| infection.json5.dist | ||
| jest.config.cjs | ||
| LICENSE | ||
| package.json | ||
| phpcs.xml.dist | ||
| phpstan-baseline.neon | ||
| phpstan.neon.dist | ||
| phpunit.xml.dist | ||
| psalm-baseline.xml | ||
| psalm.xml | ||
| README | ||
| README.rst | ||
| tsconfig.json | ||
| webpack.config.cjs | ||
| yarn.lock | ||
phpMyAdmin - Readme =================== Version 6.0.0-dev A web interface for MySQL and MariaDB. https://www.phpmyadmin.net/ Summary ------- phpMyAdmin is intended to handle the administration of MySQL over the web. For a summary of features, list of requirements, and installation instructions, please see the documentation in the ./docs/ folder or at https://docs.phpmyadmin.net/ Copyright --------- Copyright © 1998 onwards -- the phpMyAdmin team Certain libraries are copyrighted by their respective authors; see the full copyright list for details. For full copyright information, please see ./docs/copyright.rst License ------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. Licensing of current contributions ---------------------------------- Beginning on 2013-12-01, new contributions to this codebase are all licensed under terms compatible with GPLv2-or-later. phpMyAdmin is currently transitioning older code to GPLv2-or-later, but work is not yet complete. Enjoy! ------ The phpMyAdmin team