{
  "name": "wseils/site",
  "description": "Starter for TYPO3 version 13",
  "type": "project",
  "license": [
    "GPL-2.0-or-later"
  ],
  "keywords": [
    "TYPO3 CMS"
  ],
  "repositories": [
      {
          "type": "composer",
          "url": "https://composer.typo3.org/"
      },
      {
          "type": "path",
          "url": "extensions/*"
      },
      {
          "type": "path",
          "url": "extensions/stratis_webkit_pdf",
          "options": {
              "symlink": true
          }
      }
  ],
  "minimum-stability": "dev",
  "prefer-stable": true,

  "require": {
    "php": "^8.4",

    "typo3/cms-adminpanel": "13.4.26",
    "typo3/cms-backend": "13.4.26",
    "typo3/cms-belog": "13.4.26",
    "typo3/cms-beuser": "13.4.26",
    "typo3/cms-core": "13.4.26",
    "typo3/cms-dashboard": "13.4.26",
    "typo3/cms-extbase": "13.4.26",
    "typo3/cms-extensionmanager": "13.4.26",
    "typo3/cms-felogin": "13.4.26",
    "typo3/cms-filelist": "13.4.26",
    "typo3/cms-fluid": "13.4.26",
    "typo3/cms-filemetadata": "13.4.26",
    "typo3/cms-fluid-styled-content": "13.4.26",
    "typo3/cms-form": "13.4.26",
    "typo3/cms-frontend": "13.4.26",
    "typo3/cms-impexp": "13.4.26",
    "typo3/cms-info": "13.4.26",
    "typo3/cms-install": "13.4.26",
    "typo3/cms-linkvalidator": "13.4.26",
    "typo3/cms-lowlevel": "13.4.26",
    "typo3/cms-opendocs": "13.4.26",
    "typo3/cms-reactions": "13.4.26",
    "typo3/cms-recordlist": "13.4.26",
    "typo3/cms-recycler": "13.4.26",
    "typo3/cms-redirects": "13.4.26",
    "typo3/cms-reports": "13.4.26",
    "typo3/cms-rte-ckeditor": "13.4.26",
    "typo3/cms-scheduler": "13.4.26",
    "typo3/cms-seo": "13.4.26",
    "typo3/cms-setup": "13.4.26",
    "typo3/cms-sys-note": "13.4.26",
    "typo3/cms-t3editor": "13.4.26",
    "typo3/cms-tstemplate": "13.4.26",
    "typo3/cms-viewpage": "13.4.26",
    "typo3/cms-webhooks": "13.4.26",
    "typo3/cms-workspaces": "13.4.26",
    "apache-solr-for-typo3/solr": "13.1.1",
    "georgringer/news": "13.0.1",
    "in2code/powermail": "13.0.4",
    "in2code/powermail_cond": "13.1.1",
    "in2code/powermailrecaptcha": "13.0.0",
    "evoweb/extender": "11.1.1",
    "featdd/dpn-glossary": "6.1.3",
    "helhum/typo3-console": "8.3.1",
    "t3/min": "3.1.2",
    "fluidtypo3/vhs": "7.1.4",
    "cobweb/flush_language_cache": "5.0.1",
    "internetgalerie/ig-slug": "1.1.7",
    "in2code/femanager": "13.2.0",
    "reelworx/wizard-crpagetree": "7.0.0",
    "ichhabrecht/content-defender": "3.5.3",

    "ssch/typo3-rector": "3.9.0",

    "stratis/stratis-common": "@dev",
    "stratis/stratis-agenda-import": "@dev",
    "stratis/stratis-news": "@dev",
    "stratis/stratis-services": "@dev",
    "stratis/stratis-site": "@dev",
    "stratis/stratis-site-archives": "@dev",
    "stratis/stratis-site-model-event": "@dev",
    "stratis/stratis-vhs": "@dev",
    "stratis/stratis-webkit-pdf": "@dev",
    "wseils/wseils": "@dev"
  },

  "scripts": {
    "post-autoload-dump": [
      "TYPO3\\CMS\\Composer\\Plugin\\Config::postAutoloadDump"
    ]
  },

  "config": {
    "preferred-install": "source",
    "sort-packages": true,
    "discard-changes": true,
    "audit": {
      "block-insecure": false
    },
    "allow-plugins": {
      "typo3/class-alias-loader": true,
      "typo3/cms-composer-installers": true
    }
  },
  "extra": {
    "typo3/cms": {
      "web-dir": "web"
    }
  }
}
