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.

composer.json 940B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "mirfalah/laravel-payment-senangpay",
  3. "description": "Laravel payment senangpay driver",
  4. "type": "library",
  5. "homepage": "https://git.mirfalah.my/mirfalah-tech/laravel-payment-senangpay.git",
  6. "readme": "README.md",
  7. "require": {
  8. "php": ">=7.1",
  9. "mirfalah/laravel-payment": "^3.0"
  10. },
  11. "license": "Mirfalah-Tech",
  12. "authors": [
  13. {
  14. "name": "Lim Eng Shun",
  15. "email": "engshun@mirfalah.my"
  16. }
  17. ],
  18. "autoload": {
  19. "psr-4": {
  20. "MirfalahTech\\Laravel\\Payment\\Gateway\\SenangPay\\": "src/"
  21. }
  22. },
  23. "extra": {
  24. "laravel": {
  25. "providers": [
  26. "MirfalahTech\\Laravel\\Payment\\Gateway\\SenangPay\\SenangPayServiceProvider"
  27. ]
  28. }
  29. },
  30. "repositories": [
  31. {
  32. "type": "composer",
  33. "url": "https://composer.mirfalah.my"
  34. }
  35. ]
  36. }