{
	"type": "project",
	"license": "proprietary",
	"minimum-stability": "stable",
	"prefer-stable": true,
	"require": {
		"php": ">=8.5",
		"ext-ctype": "*",
		"ext-iconv": "*",
		"presta/sitemap-bundle": "^4.3",
		"symfony/asset": "*",
		"symfony/console": "*",
		"symfony/dotenv": "*",
		"symfony/flex": "^2",
		"symfony/framework-bundle": "*",
		"symfony/http-client": "*",
		"symfony/monolog-bundle": "^v4.0.1",
		"symfony/runtime": "*",
		"symfony/string": "*",
		"symfony/translation": "*",
		"symfony/twig-bundle": "*",
		"symfony/webpack-encore-bundle": "^v2.4.0",
		"symfony/yaml": "*",
		"twig/extra-bundle": "^v3.24.0",
		"twig/twig": "^v3.24.0"
	},
	"require-dev": {
		"phpunit/phpunit": "^13.0.6",
		"symfony/browser-kit": "*",
		"symfony/css-selector": "*",
		"symfony/debug-bundle": "*",
		"symfony/maker-bundle": "^v1.67.0",
		"symfony/stopwatch": "*",
		"symfony/web-profiler-bundle": "*"
	},
	"config": {
		"allow-plugins": {
			"php-http/discovery": true,
			"symfony/flex": true,
			"symfony/runtime": true
		},
		"sort-packages": true
	},
	"autoload": {
		"psr-4": {
			"App\\": "src/"
		}
	},
	"autoload-dev": {
		"psr-4": {
			"App\\Tests\\": "tests/"
		}
	},
	"replace": {
		"symfony/polyfill-ctype": "*",
		"symfony/polyfill-iconv": "*",
		"symfony/polyfill-php72": "*",
		"symfony/polyfill-php73": "*",
		"symfony/polyfill-php74": "*",
		"symfony/polyfill-php80": "*",
		"symfony/polyfill-php81": "*",
		"symfony/polyfill-php82": "*",
		"symfony/polyfill-php83": "*",
		"symfony/polyfill-php84": "*",
		"symfony/polyfill-php85": "*"
	},
	"scripts": {
		"auto-scripts": {
			"cache:clear": "symfony-cmd",
			"assets:install %PUBLIC_DIR%": "symfony-cmd"
		},
		"post-install-cmd": [
			"@auto-scripts"
		],
		"post-update-cmd": [
			"@auto-scripts"
		]
	},
	"conflict": {
		"symfony/symfony": "*"
	},
	"extra": {
		"symfony": {
			"allow-contrib": false,
			"require": "7.*"
		}
	}
}
