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.

composer.json 290B

123456789101112131415
  1. {
  2. "name": "files_external/3rdparty",
  3. "description": "3rdparty components for files_external",
  4. "license": "MIT",
  5. "config": {
  6. "vendor-dir": ".",
  7. "optimize-autoloader": true,
  8. "classmap-authoritative": true
  9. },
  10. "require": {
  11. "icewind/smb": "1.1.0",
  12. "icewind/streams": "0.4"
  13. }
  14. }