链街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.

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