12345678910111213141516171819202122232425 |
- {
- "name": "fphammerle/yii2-client-cert-auth",
- "description": "yii2 extension for automatic login via TLS/SSL/HTTPS client certificates",
- "keywords": ["yii2", "authentication", "ssl", "https", "client certificate", "x509"],
- "license": "MIT",
- "authors" : [
- {
- "name": "Fabian Peter Hammerle",
- "email": "fabian.hammerle@gmail.com"
- }
- ],
- "require": {
- "php": ">=5.4.0",
- "yiisoft/yii2": "^2.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8",
- "fphammerle/helpers": "^1.2"
- },
- "autoload": {
- "psr-4": {
- "fphammerle\\yii2\\auth\\clientcert\\": ""
- }
- }
- }
|