Update website
This commit is contained in:
parent
a0b0d3dae7
commit
ae7ef6ad45
3151 changed files with 566766 additions and 48 deletions
93
admin/phpMyAdmin/vendor/williamdes/mariadb-mysql-kbs/composer.json
vendored
Normal file
93
admin/phpMyAdmin/vendor/williamdes/mariadb-mysql-kbs/composer.json
vendored
Normal file
|
@ -0,0 +1,93 @@
|
|||
{
|
||||
"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/main/README.md",
|
||||
"license": "MPL-2.0",
|
||||
"version": "1.2.12",
|
||||
"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",
|
||||
"phpcs": "phpcs --standard=phpcs.xml --no-cache --colors -p -n",
|
||||
"phpcbf": "phpcbf --standard=phpcs.xml"
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^7 || ^8 || ^9",
|
||||
"phpstan/phpstan": "^0.12",
|
||||
"slevomat/coding-standard": "^6.3",
|
||||
"squizlabs/php_codesniffer": "^3.4",
|
||||
"swaggest/json-schema": "^0.12.29"
|
||||
},
|
||||
"archive": {
|
||||
"exclude": [
|
||||
"/scripts",
|
||||
"/data",
|
||||
"/dist/merged-raw.json",
|
||||
"/test",
|
||||
"*.js",
|
||||
"/.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/*"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue