1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-01-17 12:28:15 +01:00
php-auth/composer.json

18 lines
395 B
JSON
Raw Normal View History

2015-10-20 14:26:38 +02:00
{
"name": "delight-im/auth",
2015-10-29 20:18:02 +01:00
"description": "Authentication for PHP. Simple, lightweight and secure.",
2015-10-20 14:26:38 +02:00
"require": {
2016-06-07 18:42:29 +02:00
"php": ">=5.5.0",
"ext-openssl": "*"
2015-10-20 14:26:38 +02:00
},
"type": "library",
"keywords": [ "auth", "authentication", "login", "security" ],
"homepage": "https://github.com/delight-im/PHP-Auth",
"license": "Apache-2.0",
"autoload": {
"psr-4": {
"Delight\\Auth\\": "src/"
}
}
}