composer.json 556 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "culqi/culqi-php",
  3. "description": "Cliente Culqi API para PHP",
  4. "keywords": ["culqi", "client", "api", "peru", "php", "payments", "pagos"],
  5. "homepage": "https://culqi.com",
  6. "type": "library",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name": "Culqi and contributors",
  11. "homepage": "https://github.com/culqi/culqi-php/contributors"
  12. }
  13. ],
  14. "require": {
  15. "php": ">=5.3.3",
  16. "rmccue/requests": ">=1.0"
  17. },
  18. "require-dev": {
  19. "phpunit/phpunit": "4.4.*"
  20. },
  21. "autoload": {
  22. "classmap": ["lib/Culqi/"]
  23. }
  24. }