{
  "name": "your-vendor/your-lib",
  "description": "Your library for the WordPress plugin",
  "type": "library",
  "require": {},
  "autoload": {
    "psr-4": {
      "FlowHunt_Vendor\\GuzzleHttp\\": "flowhunt-client/guzzlehttp/guzzle/src",
      "FlowHunt_Vendor\\GuzzleHttp\\Psr7\\": "flowhunt-client/guzzlehttp/psr7/src",
      "FlowHunt_Vendor\\GuzzleHttp\\Promise\\": "flowhunt-client/guzzlehttp/promises/src",
      "FlowHunt_Vendor\\Psr\\Http\\Client\\": "psr/http-client/src",
      "FlowHunt_Vendor\\Psr\\Container\\": "psr/container/src",
      "FlowHunt_Vendor\\Psr\\Http\\Message\\": "psr/http-message/src",
      "FlowHunt_Vendor\\FlowHunt\\": "flowhunt-client/flowhunt/flowhunt-php-sdk/lib"
    }
  },
  "config": {
    "vendor-dir": "./"
  }
}