1234567891011121314151617181920212223 |
- {
- "name": "fphammerle/yii2-client-cert-auth",
- "description": "",
- "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\\": ""
- }
- }
- }
|