1234567891011121314151617181920212223242526 |
- {
- "name": "fphammerle/yii2-client-cert-auth",
- "description": "yii2 extension for automatic login via TLS/SSL/HTTPS client certificates",
- "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\\": ""
- },
- "files": [
- "vendor/yiisoft/yii2/Yii.php"
- ]
- }
- }
|