{
"name": "mezon/security-provider",
"description": "Security provider for services and applications",
"license": "MIT",
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"require": {
"php": ">=7.2.0",
"phpunit/phpunit" : "^8.5"
},
"support": {
"email": "alexey@dodonov.pro",
"issues": "https://github.com/alexdodonov/mezon-security-provider/issues",
"source": "https://github.com/alexdodonov/mezon-security-provider"
},
"minimum-stability": "dev",
"homepage": "https://github.com/alexdodonov/mezon-security-provider",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Mezon\\Security\\": ""
}
}
}
|