config.subsplit-publish.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "sub-splits": [
  3. {
  4. "name": "ftp",
  5. "directory": "src/Ftp",
  6. "target": "git@github.com:thephpleague/flysystem-ftp.git"
  7. },
  8. {
  9. "name": "sftp",
  10. "directory": "src/PhpseclibV2",
  11. "target": "git@github.com:thephpleague/flysystem-sftp.git"
  12. },
  13. {
  14. "name": "sftp-v3",
  15. "directory": "src/PhpseclibV3",
  16. "target": "git@github.com:thephpleague/flysystem-sftp-v3.git"
  17. },
  18. {
  19. "name": "memory",
  20. "directory": "src/InMemory",
  21. "target": "git@github.com:thephpleague/flysystem-memory.git"
  22. },
  23. {
  24. "name": "ziparchive",
  25. "directory": "src/ZipArchive",
  26. "target": "git@github.com:thephpleague/flysystem-ziparchive.git"
  27. },
  28. {
  29. "name": "aws-s3-v3",
  30. "directory": "src/AwsS3V3",
  31. "target": "git@github.com:thephpleague/flysystem-aws-s3-v3.git"
  32. },
  33. {
  34. "name": "async-aws-s3",
  35. "directory": "src/AsyncAwsS3",
  36. "target": "git@github.com:thephpleague/flysystem-async-aws-s3.git"
  37. },
  38. {
  39. "name": "google-cloud-storage",
  40. "directory": "src/GoogleCloudStorage",
  41. "target": "git@github.com:thephpleague/flysystem-google-cloud-storage.git"
  42. },
  43. {
  44. "name": "adapter-test-utilities",
  45. "directory": "src/AdapterTestUtilities",
  46. "target": "git@github.com:thephpleague/flysystem-adapter-test-utilities.git"
  47. }
  48. ]
  49. }