Update website
This commit is contained in:
parent
4413528994
commit
1d90fbf296
6865 changed files with 1091082 additions and 0 deletions
82
admin/phpMyAdmin/vendor/williamdes/mariadb-mysql-kbs/composer.json
vendored
Normal file
82
admin/phpMyAdmin/vendor/williamdes/mariadb-mysql-kbs/composer.json
vendored
Normal file
|
@ -0,0 +1,82 @@
|
|||
{
|
||||
"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#readme",
|
||||
"license": "MPL-2.0",
|
||||
"funding": [
|
||||
{
|
||||
"type": "tidelift",
|
||||
"url": "https://tidelift.com/funding/github/packagist/williamdes/mariadb-mysql-kbs"
|
||||
},
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/williamdes"
|
||||
}
|
||||
],
|
||||
"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": "@php phpunit",
|
||||
"phpstan": "@php phpstan",
|
||||
"phpcs": "@php phpcs",
|
||||
"phpcbf": "@php phpcbf"
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^7 || ^8 || ^9",
|
||||
"phpstan/phpstan": "^1.2",
|
||||
"wdes/coding-standard": "^3.2.1",
|
||||
"swaggest/json-schema": "^0.12.29"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Williamdes\\MariaDBMySQLKBS\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Williamdes\\MariaDBMySQLKBS\\Test\\": "test/"
|
||||
}
|
||||
},
|
||||
"non-feature-branches": [
|
||||
"update/*"
|
||||
],
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"dealerdirect/phpcodesniffer-composer-installer": true
|
||||
}
|
||||
},
|
||||
"archive": {
|
||||
"exclude": [
|
||||
"/test",
|
||||
"/phpunit.xml"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue