{
	"name": "in2code/powermail_cond",
	"description": "Add conditions (via AJAX) to powermail forms for fields and pages",
	"license": "GPL-2.0-or-later",
	"type": "typo3-cms-extension",
	"keywords": [
		"typo3",
		"form",
		"mailform",
		"spamprevention"
	],
	"authors": [
		{
			"name": "Alex Kellner",
			"email": "alexander.kellner@in2code.de",
			"homepage": "https://www.in2code.de",
			"role": "Product owner"
		},
		{
			"name": "Oliver Eglseder",
			"email": "oliver.eglseder@in2code.de",
			"homepage": "https://www.in2code.de",
			"role": "Developer"
		}
	],
	"homepage": "https://github.com/in2code-de/powermail_cond",
	"require": {
		"php": "^8.2",
		"ext-json": "*",
		"ext-pdo": "*",
		"typo3/cms-core": "^13.4",
		"in2code/powermail": "^13.0 || @dev"
	},
	"require-dev": {
		"roave/security-advisories": "dev-latest",
		"typo3/cms-extbase": "^13.4",
		"typo3/cms-extensionmanager": "^13.4",
		"typo3/cms-felogin": "^13.4",
		"typo3/cms-filelist": "^13.4",
		"typo3/cms-fluid-styled-content": "^13.4",
		"typo3/cms-frontend": "^13.4",
		"typo3/cms-info": "^13.4",
		"typo3/cms-install": "^13.4",
		"typo3/cms-recordlist": "^13.4",
		"typo3/cms-rte-ckeditor": "^13.4",
		"typo3/cms-scheduler": "^13.4",
		"typo3/cms-setup": "^13.4",
		"typo3/cms-t3editor": "^13.4",
		"typo3/cms-tstemplate": "^13.4",
		"typo3/cms-lowlevel": "^13.4",
		"typo3/cms-adminpanel": "^13.4",
		"typo3/cms-belog": "^13.4",
		"helmich/typo3-typoscript-lint": "^3.2",
		"mikey179/vfsstream": "^1.6",
		"friendsofphp/php-cs-fixer": "^3.65",
		"helhum/typo3-console": "^8.2",
		"symfony/config": "^7.1"

	},
	"replace": {
		"typo3-ter/powermail-cond": "self.version"
	},
	"autoload": {
		"psr-4": {
			"In2code\\PowermailCond\\": "Classes/"
		}
	},
	"config": {
		"allow-plugins": {
			"typo3/cms-composer-installers": true,
			"typo3/class-alias-loader": true,
			"ergebnis/composer-normalize": false
		},
		"bin-dir": ".Build/bin",
		"vendor-dir": ".Build/vendor"
	},
	"extra": {
		"typo3/cms": {
			"extension-key": "powermail_cond",
			"web-dir": ".Build/public"
		}
	},
	"scripts": {
		"test:php:cs": "php-cs-fixer fix --dry-run --config=.project/tests/.php-cs-fixer.php --diff",
		"test:php:csfix": "php-cs-fixer fix --config=.project/tests/.php-cs-fixer.php --diff",
		"test:php:lint": "find *.php Classes Configuration -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l",
		"test:ts:lint": "typoscript-lint -c .project/tests/typoscript-lint.yml --fail-on-warnings"
	}
}
