{
  "name": "spicyweb/craft-quick-field",
  "description": "Create Craft CMS fields on the fly while designing field layouts",
  "version": "2.0.3",
  "type": "craft-plugin",
  "keywords": [
    "cms",
    "craftcms",
    "plugin"
  ],
  "license": "MIT",
  "authors": [
    {
      "name": "Spicy Web",
      "homepage": "https://spicyweb.com.au/"
    }
  ],
  "support": {
    "issues": "https://github.com/spicywebau/craft-quick-field/issues",
    "source": "https://github.com/spicywebau/craft-quick-field",
    "docs": "https://github.com/spicywebau/craft-quick-field/blob/2.0.3/README.md",
    "rss": "https://github.com/spicywebau/craft-quick-field/commits/2.x.atom"
  },
  "require": {
    "craftcms/cms": "^4.1.0",
    "php": "^8.0.2"
  },
  "autoload": {
    "psr-4": {
      "spicyweb\\quickfield\\": "src/"
    }
  },
  "extra": {
    "handle": "quick-field",
    "name": "Quick Field",
    "schemaVersion": "1.0.0",
    "class": "spicyweb\\quickfield\\Plugin",
    "changelogUrl": "https://github.com/spicywebau/craft-quick-field/blob/2.x/CHANGELOG.md",
    "downloadUrl": "https://github.com/spicywebau/craft-quick-field/archive/refs/tags/2.0.3.zip"
  },
  "config": {
    "allow-plugins": {
      "yiisoft/yii2-composer": true,
      "craftcms/plugin-installer": true
    }
  },
  "minimum-stability": "dev",
  "prefer-stable": true,
  "require-dev": {
    "craftcms/rector": "dev-main",
    "craftcms/ecs": "dev-main"
  }
}
