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

17 lines
373 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": {
"php": ">=5.5.0"
},
"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/"
}
}
}