{
  "name": "brightleaf/integrate-asana-with-gravity-forms",
  "repositories": {
    "gravityops-remote": {
      "type": "vcs",
      "url": "git@github.com:BrightLeaf-Digital/gravityops.git",
      "no-api": true
    }
  },
  "require": {
    "brightleaf-digital/asana-client": "v0.1.2",
    "gravityops/core": "2.0.2@stable",
    "freemius/wordpress-sdk": "2.13.1"
  },
  "minimum-stability": "stable",
  "prefer-stable": true,
  "extra": {
    "strauss": {
      "target_directory": "vendor/IAWGF",
      "namespace_prefix": "IAWGF\\",
      "classmap_prefix": "IAWGF_",
      "constant_prefix": "IAWGF_",
      "packages": [
        "brightleaf-digital/asana-client",
        "gravityops/core",
        "trustedlogin/client"
      ],
      "delete_vendor_packages": true,
      "update_call_sites": [
        "includes",
        "class-integrate-asana-with-gravity-forms.php",
        "integrate-asana-with-gravity-forms.php"
      ],
      "exclude_packages": [
        "freemius/wordpress-sdk"
      ],
      "exclude_from_copy": {
        "file_patterns": [
          "(^|/)\\.git(/|$)",
          "(^|/)\\.github(/|$)",
          "\\.git(ignore|modules|attributes)$"
        ]
      }
    }
  },
  "config": {
    "preferred-install": {
      "gravityops/core": "source",
      "*": "dist"
    }
  },
  "scripts": {
    "prefix-namespaces": [
      "@php -r \"if (!file_exists('bin')) { mkdir('bin', 0755, true); }\"",
      "@php -r \"if (!file_exists('bin/strauss.phar')) { file_put_contents('bin/strauss.phar', file_get_contents('https://github.com/BrianHenryIE/strauss/releases/latest/download/strauss.phar')); }\"",
      "@php bin/strauss.phar",
      "@php -r \"unlink('bin/strauss.phar');\"",
      "@php -r \"if (is_dir('bin')) rmdir('bin');\"",
      "@composer dump-autoload"
    ]
  }
}
