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.

41 lines
924 B

1 year ago
  1. {
  2. "name": "btpanel/cloud",
  3. "description": "BTPanel third cloud site",
  4. "type": "project",
  5. "keywords": [
  6. "btpanel",
  7. "baota",
  8. "aapanel"
  9. ],
  10. "homepage": "https://www.bt.cn/",
  11. "license": "Apache-2.0",
  12. "authors": [],
  13. "require": {
  14. "php": ">=7.2.5",
  15. "topthink/framework": "^6.0.0",
  16. "topthink/think-orm": "^2.0",
  17. "topthink/think-view": "^1.0",
  18. "topthink/think-captcha": "^3.0"
  19. },
  20. "require-dev": {
  21. "symfony/var-dumper": "^4.2",
  22. "topthink/think-trace":"^1.0"
  23. },
  24. "autoload": {
  25. "psr-4": {
  26. "app\\": "app"
  27. },
  28. "psr-0": {
  29. "": "extend/"
  30. }
  31. },
  32. "config": {
  33. "preferred-install": "dist"
  34. },
  35. "scripts": {
  36. "post-autoload-dump": [
  37. "@php think service:discover",
  38. "@php think vendor:publish"
  39. ]
  40. }
  41. }