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.

90 lines
2.6 KiB

1 month ago
  1. {
  2. "name": "redq/marvel",
  3. "type": "project",
  4. "description": "Marvel, a complete e-commerce engine for both rest and graphql",
  5. "keywords": [
  6. "marvel",
  7. "graphql",
  8. "rest-api"
  9. ],
  10. "license": "MIT",
  11. "require": {
  12. "php": "^8.0|^8.1",
  13. "barryvdh/laravel-dompdf": "2.0.1",
  14. "doctrine/dbal": "3.7.1",
  15. "guzzlehttp/guzzle": "7.8.0",
  16. "karim007/laravel-bkash-tokenize": "dev-main",
  17. "laravel/framework": "10.30.1",
  18. "laravel/socialite": "5.10.0",
  19. "laravel/tinker": "2.8.2",
  20. "marvel/shop": "dev-master",
  21. "messagebird/php-rest-api": "3.1.4",
  22. "psr/log": "3.0.0",
  23. "stevebauman/purify": "6.0.2",
  24. "symfony/http-client": "6.3.7",
  25. "symfony/mailgun-mailer": "6.3.6",
  26. "kingflamez/laravelrave": "dev-master"
  27. },
  28. "require-dev": {
  29. "fakerphp/faker": "1.21.0",
  30. "laravel/sail": "1.21.0",
  31. "mockery/mockery": "1.5.1",
  32. "nunomaduro/collision": "7.0.5",
  33. "phpunit/phpunit": "10.0.13",
  34. "spatie/laravel-ignition": "2.0.0",
  35. "squizlabs/php_codesniffer": "3.7.2"
  36. },
  37. "config": {
  38. "optimize-autoloader": true,
  39. "preferred-install": "dist",
  40. "sort-packages": true,
  41. "allow-plugins": {
  42. "php-http/discovery": true
  43. }
  44. },
  45. "extra": {
  46. "laravel": {
  47. "dont-discover": []
  48. }
  49. },
  50. "autoload": {
  51. "psr-4": {
  52. "App\\": "app/",
  53. "Database\\Factories\\": "database/factories/",
  54. "Database\\Seeders\\": "database/seeders/"
  55. }
  56. },
  57. "autoload-dev": {
  58. "psr-4": {
  59. "Tests\\": "tests/"
  60. }
  61. },
  62. "minimum-stability": "dev",
  63. "prefer-stable": true,
  64. "scripts": {
  65. "post-autoload-dump": [
  66. "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
  67. "@php artisan package:discover --ansi"
  68. ],
  69. "post-root-package-install": [
  70. "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
  71. ],
  72. "post-create-project-cmd": [
  73. "@php artisan key:generate --ansi"
  74. ]
  75. },
  76. "repositories": {
  77. "marvel/shop": {
  78. "type": "path",
  79. "url": "packages/marvel"
  80. },
  81. "marvel/bkash": {
  82. "type": "vcs",
  83. "url": "https://github.com/CodersFaruk/laravel-bkash-tokenize"
  84. },
  85. "marvel/flutterwave": {
  86. "type": "vcs",
  87. "url": "https://github.com/CodersFaruk/laravel-flutterwave"
  88. }
  89. }
  90. }