mirror of
https://github.com/php/web-bugs.git
synced 2026-03-24 07:42:08 +01:00
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "php/web-bugs",
|
|
"description": "The PHP Bugtracking System",
|
|
"type": "project",
|
|
"keywords": ["bugs", "php", "website"],
|
|
"homepage": "https://bugs.php.net",
|
|
"readme": "README.md",
|
|
"license": "PHP license",
|
|
"authors": [
|
|
{
|
|
"name": "PHP contributors"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "php-webmaster@lists.php.net",
|
|
"issues": "https://bugs.php.net/",
|
|
"wiki": "https://wiki.php.net/",
|
|
"irc": "irc://irc.efnet.org/php.pecl",
|
|
"source": "https://github.com/php/web-bugs",
|
|
"docs": "https://php.net/manual",
|
|
"rss": "https://bugs.php.net/rss"
|
|
},
|
|
"require": {
|
|
"php": "^8.2",
|
|
"ext-fileinfo": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-openssl": "*",
|
|
"ext-pdo": "*",
|
|
"ext-pdo_mysql": "*",
|
|
"ext-session": "*"
|
|
},
|
|
"require-dev": {
|
|
"ext-pdo_sqlite": "*",
|
|
"phpunit/phpunit": "^8.1.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "src/"
|
|
},
|
|
"classmap": ["src/Horde/"]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"App\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"scripts":{
|
|
"post-install-cmd": [
|
|
"App\\Utils\\ComposerScripts::installConfig",
|
|
"App\\Utils\\ComposerScripts::createDirectories"
|
|
]
|
|
}
|
|
}
|