Server IP : 85.214.239.14 / Your IP : 3.133.111.221 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /var/www/wordpress/phpMyAdmin/vendor/williamdes/mariadb-mysql-kbs/ |
Upload File : |
{ "name": "williamdes/mariadb-mysql-kbs", "description": "An index of the MariaDB and MySQL Knowledge bases", "homepage": "https://github.com/williamdes/mariadb-mysql-kbs", "type": "library", "readme": "https://github.com/williamdes/mariadb-mysql-kbs/blob/master/README.md", "license": "MPL-2.0", "version": "1.2.10", "keywords": [ "mariadb", "mysql", "dataset", "kb", "knowledge-base", "json", "library", "mysql-knowledge-bases", "mariadb-knowledge-bases", "composer-package", "npm-package" ], "support": { "email": "williamdes@wdes.fr", "issues": "https://github.com/williamdes/mariadb-mysql-kbs/issues", "source": "https://github.com/williamdes/mariadb-mysql-kbs" }, "authors": [ { "name": "William Desportes", "email": "williamdes@wdes.fr" } ], "scripts": { "build": "php src/merge.php", "test": "phpunit", "phpstan": "phpstan analyse src test --configuration=phpstan.neon --level=max --memory-limit=100M", "phpcs": "phpcs --standard=phpcs.xml --no-cache --colors -p -n", "phpcbf": "phpcbf --standard=phpcs.xml" }, "require": { "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^7 || ^8", "phpstan/phpstan": "^0.12", "slevomat/coding-standard": "^6.0", "squizlabs/php_codesniffer": "^3.3", "swaggest/json-schema": "^0.12.9" }, "archive": { "exclude": [ "/scripts", "/data", "/dist/merged-raw.json", "/test", "*.js", "/.dependabot", "/.jshintrc", "/.npmignore", "/.editorconfig", "/.gitmodules", "/CODEOWNERS", "/williamdes-mariadb-mysql-kbs-*.tar", "/docs", "/target", "/package.json", "/package-lock.json", "/.prettierignore", "/.gitignore", "/phpcs.xml", "/phpunit.xml", "/.gitattributes", "/phpstan.neon", "/.github", "/dist/merged-raw.md", "/.jshintignore", "/.phpunit.result.cache", "/schemas" ] }, "autoload": { "psr-4": { "Williamdes\\MariaDBMySQLKBS\\": "src/" } }, "autoload-dev": { "psr-4": { "Williamdes\\MariaDBMySQLKBS\\Test\\": "test/" } }, "non-feature-branches": [ "update/*" ] }