composer.json 504 B

1234567891011121314151617181920212223
  1. {
  2. "name": "fphammerle/yii2-client-cert-auth",
  3. "description": "",
  4. "authors" : [
  5. {
  6. "name": "Fabian Peter Hammerle",
  7. "email": "fabian.hammerle@gmail.com"
  8. }
  9. ],
  10. "require": {
  11. "php": ">=5.4.0",
  12. "yiisoft/yii2": "^2.0"
  13. },
  14. "require-dev": {
  15. "phpunit/phpunit": "4.8.*",
  16. "fphammerle/helpers": "^1.2"
  17. },
  18. "autoload": {
  19. "psr-4": {
  20. "fphammerle\\yii2\\auth\\clientcert\\": ""
  21. }
  22. }
  23. }