链街Dcat后台
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.

79 lines
2.1 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. "name": "laravel/laravel",
  3. "type": "project",
  4. "description": "The Laravel Framework.",
  5. "keywords": [
  6. "framework",
  7. "laravel"
  8. ],
  9. "license": "MIT",
  10. "require": {
  11. "php": "^7.2.5",
  12. "alibabacloud/client": "^1.5",
  13. "dcat/easy-excel": "^1.0",
  14. "dcat/laravel-admin": "^1.6",
  15. "fideloper/proxy": "^4.2",
  16. "fruitcake/laravel-cors": "^1.0",
  17. "graze/guzzle-jsonrpc": "^3.2",
  18. "guzzlehttp/guzzle": "^6.3",
  19. "iidestiny/laravel-filesystem-oss": "^2.0",
  20. "intervention/image": "^2.5",
  21. "laravel/framework": "^7.0",
  22. "laravel/scout": "^8.3",
  23. "laravel/tinker": "^2.0",
  24. "matchish/laravel-scout-elasticsearch": "^4.0",
  25. "overtrue/laravel-wechat": "~5.0"
  26. },
  27. "require-dev": {
  28. "facade/ignition": "^2.0",
  29. "fzaninotto/faker": "^1.9.1",
  30. "mockery/mockery": "^1.3.1",
  31. "nunomaduro/collision": "^4.1",
  32. "phpunit/phpunit": "^8.5"
  33. },
  34. "config": {
  35. "optimize-autoloader": true,
  36. "preferred-install": "dist",
  37. "sort-packages": true
  38. },
  39. "extra": {
  40. "laravel": {
  41. "dont-discover": []
  42. }
  43. },
  44. "autoload": {
  45. "psr-4": {
  46. "App\\": "app/"
  47. },
  48. "classmap": [
  49. "database/seeds",
  50. "database/factories",
  51. "app/Libs"
  52. ]
  53. },
  54. "autoload-dev": {
  55. "psr-4": {
  56. "Tests\\": "tests/"
  57. }
  58. },
  59. "minimum-stability": "dev",
  60. "prefer-stable": true,
  61. "scripts": {
  62. "post-autoload-dump": [
  63. "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
  64. "@php artisan package:discover --ansi"
  65. ],
  66. "post-root-package-install": [
  67. "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
  68. ],
  69. "post-create-project-cmd": [
  70. "@php artisan key:generate --ansi"
  71. ]
  72. },
  73. "repositories": {
  74. "packagist": {
  75. "type": "composer",
  76. "url": "https://mirrors.aliyun.com/composer/"
  77. }
  78. }
  79. }