Blender渲染
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.

22 lines
459 B

3 years ago
3 years ago
  1. {
  2. "name": "blobt/luxcore",
  3. "description": "LuxCore Render Controller",
  4. "type": "library",
  5. "license": "MIT",
  6. "autoload": {
  7. "psr-4": {
  8. "Blobt\\Luxcore\\": "src/"
  9. }
  10. },
  11. "authors": [
  12. {
  13. "name": "blobt",
  14. "email": "380255922@qq.com"
  15. }
  16. ],
  17. "minimum-stability": "dev",
  18. "require": {
  19. "guzzlehttp/guzzle": "~6.0",
  20. "spatie/color": "dev-main"
  21. }
  22. }