mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [ADD] Using URL routing * [ADD] Using dependency injection * [MOD] Big app structure changes
39 lines
990 B
JSON
39 lines
990 B
JSON
{
|
|
"name": "nuxsmin/syspass",
|
|
"description": "PHP web based Password Manager for business and personal use.",
|
|
"homepage": "https://syspass.org",
|
|
"minimum-stability": "stable",
|
|
"license": "GPL-3.0",
|
|
"authors": [
|
|
{
|
|
"name": "Rubén Domínguez",
|
|
"email": "nuxsmin@syspass.org",
|
|
"role": "Author/Developer",
|
|
"homepage": "https://syspass.org/"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/nuxsmin/sysPass/issues",
|
|
"source": "https://github.com/nuxsmin/sysPass",
|
|
"docs": "https://doc.syspass.org"
|
|
},
|
|
"require": {
|
|
"php": "5.6.* || 7.0.*",
|
|
"defuse/php-encryption": "~2.1",
|
|
"phpmailer/phpmailer": "~6.0",
|
|
"ademarre/binary-to-text-php": "dev-master",
|
|
"phpseclib/phpseclib": "~2.0",
|
|
"pimple/pimple": "v3.2.2",
|
|
"klein/klein": "v2.1.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SP\\": "lib/SP/",
|
|
"SP\\Modules\\Web\\": "app/modules/web/"
|
|
}
|
|
},
|
|
"config": {
|
|
"classmap-authoritative": false
|
|
}
|
|
}
|