{
  "name": "spicyweb/craft-neo",
  "description": "A Matrix-like field type that uses existing fields",
  "version": "3.7.3",
  "type": "craft-plugin",
  "keywords": [
    "cms",
    "craftcms",
    "plugin",
    "neo",
    "matrix",
    "field"
  ],
  "license": "proprietary",
  "authors": [
    {
      "name": "Spicy Web",
      "homepage": "https://github.com/spicywebau"
    }
  ],
  "support": {
    "issues": "https://github.com/spicywebau/craft-neo/issues",
    "source": "https://github.com/spicywebau/craft-neo",
    "docs": "https://github.com/spicywebau/craft-neo/blob/3.7.3/README.md",
    "rss": "https://github.com/spicywebau/craft-neo/commits/3.x.atom"
  },
  "require": {
    "craftcms/cms": "^4.0.0",
    "php": "^8.0.2"
  },
  "autoload": {
    "psr-4": {
      "benf\\neo\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "spicyweb\\neotests\\": "tests/"
    }
  },
  "extra": {
    "handle": "neo",
    "name": "Neo",
    "schemaVersion": "3.6.2",
    "class": "benf\\neo\\Plugin",
    "changelogUrl": "https://github.com/spicywebau/craft-neo/blob/3.x/CHANGELOG.md",
    "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/3.7.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",
    "codeception/codeception": "^4.0",
    "codeception/module-phpbrowser": "^1.0.2",
    "codeception/module-yii2": "^1.1.5",
    "codeception/module-asserts": "*",
    "vlucas/phpdotenv": "^3.0"
  },
  "scripts": {
    "check-cs": "ecs check --ansi",
    "fix-cs": "ecs check --ansi --fix"
  }
}
