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.

77 lines
2.3 KiB

1 month ago
  1. {
  2. "name": "marvel/shop",
  3. "description": ":package_description",
  4. "license": "license",
  5. "authors": [
  6. {
  7. "name": "RedQ",
  8. "email": "support@redqteam.com",
  9. "homepage": "https://redq.io"
  10. }
  11. ],
  12. "homepage": "https://github.com/marvel/gateway",
  13. "keywords": [
  14. "Laravel",
  15. "Shop"
  16. ],
  17. "require": {
  18. "illuminate/support": "~9|~10",
  19. "nuwave/lighthouse": "5.71.0",
  20. "laravel/legacy-factories": "1.3.2",
  21. "cviebrock/eloquent-sluggable": "10.0.0",
  22. "laravel/sanctum": "3.3.1",
  23. "prettus/l5-repository": "2.9.0",
  24. "spatie/laravel-medialibrary": "10.14.0",
  25. "spatie/laravel-permission": "6.0.0",
  26. "php-http/guzzle7-adapter": "1.0.0",
  27. "bensampo/laravel-enum": "6.6.4",
  28. "league/flysystem-aws-s3-v3": "3.16.0",
  29. "drewm/mailchimp-api": "^2.5",
  30. "spatie/laravel-newsletter": "5.1.1",
  31. "spatie/period": "2.4.0",
  32. "kodeine/laravel-meta": "2.2.1",
  33. "maatwebsite/excel": "3.1.48",
  34. "cknow/laravel-money": "7.2.0",
  35. "mollie/laravel-mollie": "2.25.0",
  36. "mll-lab/graphql-php-scalars": "5.4.1",
  37. "razorpay/razorpay": "2.8.7",
  38. "unicodeveloper/laravel-paystack": "1.1.0",
  39. "stripe/stripe-php": "13.1.0",
  40. "dgvai/laravel-sslcommerz": "^1.0",
  41. "iyzico/iyzipay-php": "^2.0",
  42. "luigel/laravel-paymongo": "^2.4",
  43. "mll-lab/laravel-graphiql": "^3.1",
  44. "pusher/pusher-php-server": "^7.2",
  45. "openai-php/client": "^0.7.4",
  46. "twilio/sdk": "7.12.0",
  47. "xendit/xendit-php": "^3.0.0",
  48. "srmklive/paypal": "3.0.19"
  49. },
  50. "require-dev": {
  51. "phpunit/phpunit": "10.0.13",
  52. "mockery/mockery": "1.5.1",
  53. "orchestra/testbench": "8.0.4",
  54. "sempro/phpunit-pretty-print": "1.4.0"
  55. },
  56. "autoload": {
  57. "classmap": [
  58. "src",
  59. "stubs"
  60. ]
  61. },
  62. "autoload-dev": {
  63. "psr-4": {
  64. "Marvel\\Tests\\": "tests"
  65. }
  66. },
  67. "extra": {
  68. "laravel": {
  69. "providers": [
  70. "Marvel\\ShopServiceProvider"
  71. ],
  72. "aliases": {
  73. "Shop": "Marvel\\Facades\\Shop"
  74. }
  75. }
  76. }
  77. }