You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
605 B

  1. {
  2. "name": "dakyaco/recaptcha",
  3. "description": "Package to verify recaptcha request",
  4. "keywords": ["Laravel", "Recaptcha"],
  5. "license": "MIT",
  6. "authors": [
  7. {
  8. "name": "Amir Reza Mehrbakhsh",
  9. "email": "[email protected]"
  10. }
  11. ],
  12. "autoload" : {
  13. "psr-4" : {
  14. "Dakyaco\\Recaptcha\\": "src"
  15. }
  16. },
  17. "require": {
  18. "Illuminate/Support" : "~5"
  19. },
  20. "extra": {
  21. "laravel": {
  22. "providers": [
  23. "Dakyaco\\Recaptcha\\RecaptchaServiceProvider"
  24. ]
  25. }
  26. }
  27. }