{
  "name": "yoast-seo-for-typo3/yoast_seo",
  "description": "Yoast SEO for TYPO3",
  "type": "typo3-cms-extension",
  "license": "GPL-3.0-or-later",
  "keywords": [
    "TYPO3 CMS",
    "Yoast",
    "SEO",
    "MaxServ"
  ],
  "authors": [
    {
      "name": "Team Yoast",
      "email": "support@yoast.com",
      "homepage": "https://yoast.com"
    },
    {
      "name": "Team MaxServ",
      "email": "support@maxserv.com",
      "homepage": "https://maxserv.com"
    }
  ],
  "homepage": "https://yoast.com",
  "support": {
    "source": "https://github.com/Yoast/Yoast-SEO-for-TYPO3",
    "issues": "https://github.com/Yoast/Yoast-SEO-for-TYPO3/issues",
    "docs": "https://docs.typo3.org/p/yoast-seo-for-typo3/yoast_seo/main/en-us/"
  },
  "require": {
    "typo3/cms-core": "^11.5 || ^12.4 || ^13.4",
    "typo3/cms-backend": "^11.5 || ^12.4 || ^13.4",
    "typo3/cms-extbase": "^11.5 || ^12.4 || ^13.4",
    "typo3/cms-fluid": "^11.5 || ^12.4 || ^13.4",
    "typo3/cms-frontend": "^11.5 || ^12.4 || ^13.4",
    "typo3/cms-install": "^11.5 || ^12.4 || ^13.4",
    "typo3/cms-seo": "^11.5 || ^12.4 || ^13.4",
    "ext-curl": "*",
    "ext-json": "*",
    "php": "^8.0"
  },
  "require-dev": {
    "friendsofphp/php-cs-fixer": "^3.0",
    "overtrue/phplint": ">=5.5 <10.0",
    "phpstan/phpstan": "^1.9",
    "phpstan/extension-installer": "^1.0",
    "typo3/tailor": "^1.1",
    "saschaegerer/phpstan-typo3": "^1.8"
  },
  "suggest": {
    "typo3/cms-dashboard": "Display Yoast SEO widgets within the Dashboard of TYPO3"
  },
  "replace": {
    "typo3-ter/yoast-seo": "self.version"
  },
  "autoload": {
    "psr-4": {
      "YoastSeoForTypo3\\YoastSeo\\": "Classes/"
    }
  },
  "extra": {
    "typo3/cms": {
      "extension-key": "yoast_seo"
    }
  },
  "config": {
    "allow-plugins": {
      "typo3/class-alias-loader": true,
      "typo3/cms-composer-installers": true,
      "phpstan/extension-installer": true
    }
  },
  "scripts": {
    "test:php:lint": [
      "phplint --configuration=.Build/.phplint.yml"
    ],
    "cgl": [
      "php-cs-fixer fix --config=.Build/.php-cs-fixer.php -v --dry-run --using-cache no --diff"
    ],
    "cgl-fix": [
      "php-cs-fixer fix --config=.Build/.php-cs-fixer.php -v --using-cache no"
    ],
    "test:php:phpstan": [
      "phpstan analyse"
    ]
  }
}
