composer.json 466 B

12345678910111213141516171819202122
  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. },
  17. "autoload": {
  18. "psr-4": {
  19. "fphammerle\\yii2\\auth\\clientcert\\": ""
  20. }
  21. }
  22. }