mirror of
https://github.com/php/web-master.git
synced 2026-03-24 07:42:20 +01:00
26 lines
540 B
JSON
26 lines
540 B
JSON
{
|
|
"name": "php/web-master",
|
|
"description": "The user management system",
|
|
"keywords": [
|
|
"php"
|
|
],
|
|
"type": "project",
|
|
"homepage": "https://github.com/php/web-master",
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"ext-pdo": "*",
|
|
"ext-json": "*",
|
|
"ext-zlib": "*",
|
|
"michelf/php-markdown": "^1.9",
|
|
"phpmailer/phpmailer": "^6.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/cvs-auth.php"
|
|
]
|
|
}
|
|
}
|