{
	"name": "friendsoftypo3/tt-address",
	"type": "typo3-cms-extension",
	"description": "Displays a list of addresses from an address table on the page.",
	"keywords": [
		"TYPO3",
		"extension",
		"addresses"
	],
	"homepage": "https://extensions.typo3.org/extension/tt_address",
	"support": {
		"docs": "https://docs.typo3.org/p/friendsoftypo3/tt-address/main/en-us/",
		"issues": "https://github.com/FriendsOfTYPO3/tt_address/issues",
		"source": "https://github.com/FriendsOfTYPO3/tt_address"
	},
	"authors": [
		{
			"name": "tt_address Development Team",
			"role": "Developer"
		}
	],
	"license": "GPL-2.0-or-later",
	"require": {
		"typo3/cms-core": "^12.4.16 || ^13.2",
		"php": ">=8.1",
		"symfony/console": "^5.4 || ^6.0 || ^7.0"
	},
	"extra": {
		"typo3/cms": {
			"extension-key": "tt_address",
			"app-dir": ".Build",
			"web-dir": ".Build/public"
		}
	},
	"autoload": {
		"psr-4": {
			"FriendsOfTYPO3\\TtAddress\\": "Classes"
		}
	},
	"autoload-dev": {
		"psr-4": {
			"FriendsOfTYPO3\\TtAddress\\Tests\\": "Tests"
		}
	},
	"replace": {
		"typo3-ter/tt-address": "self.version"
	},
	"require-dev": {
		"typo3/cms-install": "^12.4.2 || ^13.2",
		"typo3/cms-composer-installers": "^3.1.3 || 4.0.0-RC1 || ^5.0",
		"typo3/testing-framework": "^8.0.9",
		"phpunit/phpunit": "^10.5.45",
		"typo3/coding-standards": "^0.5.3",
		"friendsofphp/php-cs-fixer": "^3",
		"kubawerlos/php-cs-fixer-custom-fixers": "^3.21",
		"webmozart/assert": "^1.11.0",
		"phpspec/prophecy": "^1.19 || ^2"
	},
	"config": {
		"vendor-dir": ".Build/vendor",
		"bin-dir": ".Build/bin",
		"allow-plugins": {
			"sbuerk/typo3-cmscomposerinstallers-testingframework-bridge": true,
			"typo3/class-alias-loader": true,
			"typo3/cms-composer-installers": true
		}
	},
	"scripts": {
		"cs": "PHP_CS_FIXER_IGNORE_ENV=1 php ./.Build/bin/php-cs-fixer fix  --dry-run -v --config ./Build/php-cs-fixer/php-cs-fixer.php ./",
		"csfix": "PHP_CS_FIXER_IGNORE_ENV=1 php ./.Build/bin/php-cs-fixer fix  -v --config ./Build/php-cs-fixer/php-cs-fixer.php ./",
		"post-autoload-dump": [
			"TYPO3\\TestingFramework\\Composer\\ExtensionTestEnvironment::prepare"
		]
	}
}
