composer.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "laravel/lumen",
  3. "description": "The Laravel Lumen Framework.",
  4. "keywords": ["framework", "laravel", "lumen"],
  5. "license": "MIT",
  6. "type": "project",
  7. "require": {
  8. "php": "^7.2",
  9. "barryvdh/laravel-ide-helper": "^2.6",
  10. "dingo/api": "^2.4",
  11. "endroid/qr-code": "^3.9",
  12. "guzzlehttp/guzzle": "^6.5",
  13. "illuminate/redis": "v6.0",
  14. "intervention/image": "^2.5",
  15. "jenssegers/agent": "^2.6",
  16. "laravel/lumen-framework": "^6.0",
  17. "lcobucci/jwt": "3.3.3",
  18. "league/flysystem": "^1.0",
  19. "overtrue/easy-sms": "^1.1",
  20. "overtrue/laravel-wechat": "~5.0",
  21. "qiniu/php-sdk": "^7.6",
  22. "tencentcloud/tencentcloud-sdk-php": "^3.0",
  23. "tymon/jwt-auth": "1.0.0-rc.5",
  24. "zhuzhichao/ip-location-zh": "^2.4"
  25. },
  26. "require-dev": {
  27. "fzaninotto/faker": "^1.4",
  28. "phpunit/phpunit": "^8.0",
  29. "mockery/mockery": "^1.0"
  30. },
  31. "autoload": {
  32. "files": [
  33. "app/helpers.php"
  34. ],
  35. "classmap": [
  36. "database/seeds",
  37. "database/factories",
  38. "app/qiyuesuo",
  39. "app/BsPaySdk/BsPaySdk",
  40. "app/BsPaySdk/BsPayClassify"
  41. ],
  42. "psr-4": {
  43. "App\\": "app/"
  44. }
  45. },
  46. "autoload-dev": {
  47. "classmap": [
  48. "tests/"
  49. ]
  50. },
  51. "scripts": {
  52. "post-root-package-install": [
  53. "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
  54. ]
  55. },
  56. "config": {
  57. "preferred-install": "dist",
  58. "sort-packages": true,
  59. "optimize-autoloader": true,
  60. "allow-plugins": {
  61. "easywechat-composer/easywechat-composer": true
  62. }
  63. },
  64. "minimum-stability": "dev",
  65. "prefer-stable": true
  66. }