{
	"_readme": [
		"This file locks the dependencies of your project to a known state",
		"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
		"This file is @generated automatically"
	],
	"content-hash": "23b1861bf3bc492d197a45b5e6010d9a",
	"packages": [
		{
			"name": "enshrined/svg-sanitize",
			"version": "0.22.0",
			"source": {
				"type": "git",
				"url": "https://github.com/darylldoyle/svg-sanitizer.git",
				"reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/0afa95ea74be155a7bcd6c6fb60c276c39984500",
				"reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500",
				"shasum": ""
			},
			"require": {
				"ext-dom": "*",
				"ext-libxml": "*",
				"php": "^7.1 || ^8.0"
			},
			"require-dev": {
				"phpunit/phpunit": "^6.5 || ^8.5"
			},
			"type": "library",
			"autoload": {
				"psr-4": {
					"enshrined\\svgSanitize\\": "src"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [ "GPL-2.0-or-later" ],
			"authors": [
				{
					"name": "Daryll Doyle",
					"email": "daryll@enshrined.co.uk"
				}
			],
			"description": "An SVG sanitizer for PHP",
			"support": {
				"issues": "https://github.com/darylldoyle/svg-sanitizer/issues",
				"source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.22.0"
			},
			"time": "2025-08-12T10:13:48+00:00"
		}
	],
	"packages-dev": [
		{
			"name": "dealerdirect/phpcodesniffer-composer-installer",
			"version": "v1.1.2",
			"source": {
				"type": "git",
				"url": "https://github.com/PHPCSStandards/composer-installer.git",
				"reference": "e9cf5e4bbf7eeaf9ef5db34938942602838fc2b1"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/e9cf5e4bbf7eeaf9ef5db34938942602838fc2b1",
				"reference": "e9cf5e4bbf7eeaf9ef5db34938942602838fc2b1",
				"shasum": ""
			},
			"require": {
				"composer-plugin-api": "^2.2",
				"php": ">=5.4",
				"squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
			},
			"require-dev": {
				"composer/composer": "^2.2",
				"ext-json": "*",
				"ext-zip": "*",
				"php-parallel-lint/php-parallel-lint": "^1.4.0",
				"phpcompatibility/php-compatibility": "^9.0",
				"yoast/phpunit-polyfills": "^1.0"
			},
			"type": "composer-plugin",
			"extra": {
				"class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
			},
			"autoload": {
				"psr-4": {
					"PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [ "MIT" ],
			"authors": [
				{
					"name": "Franck Nijhof",
					"email": "opensource@frenck.dev",
					"homepage": "https://frenck.dev",
					"role": "Open source developer"
				},
				{
					"name": "Contributors",
					"homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
				}
			],
			"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
			"keywords": [
				"PHPCodeSniffer",
				"PHP_CodeSniffer",
				"code quality",
				"codesniffer",
				"composer",
				"installer",
				"phpcbf",
				"phpcs",
				"plugin",
				"qa",
				"quality",
				"standard",
				"standards",
				"style guide",
				"stylecheck",
				"tests"
			],
			"support": {
				"issues": "https://github.com/PHPCSStandards/composer-installer/issues",
				"security": "https://github.com/PHPCSStandards/composer-installer/security/policy",
				"source": "https://github.com/PHPCSStandards/composer-installer"
			},
			"funding": [
				{
					"url": "https://github.com/PHPCSStandards",
					"type": "github"
				},
				{
					"url": "https://github.com/jrfnl",
					"type": "github"
				},
				{
					"url": "https://opencollective.com/php_codesniffer",
					"type": "open_collective"
				},
				{
					"url": "https://thanks.dev/u/gh/phpcsstandards",
					"type": "thanks_dev"
				}
			],
			"time": "2025-07-17T20:45:56+00:00"
		},
		{
			"name": "phpcsstandards/phpcsextra",
			"version": "1.4.1",
			"source": {
				"type": "git",
				"url": "https://github.com/PHPCSStandards/PHPCSExtra.git",
				"reference": "882b8c947ada27eb002870fe77fee9ce0a454cdb"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/882b8c947ada27eb002870fe77fee9ce0a454cdb",
				"reference": "882b8c947ada27eb002870fe77fee9ce0a454cdb",
				"shasum": ""
			},
			"require": {
				"php": ">=5.4",
				"phpcsstandards/phpcsutils": "^1.1.2",
				"squizlabs/php_codesniffer": "^3.13.4 || ^4.0"
			},
			"require-dev": {
				"php-parallel-lint/php-console-highlighter": "^1.0",
				"php-parallel-lint/php-parallel-lint": "^1.4.0",
				"phpcsstandards/phpcsdevcs": "^1.1.6",
				"phpcsstandards/phpcsdevtools": "^1.2.1",
				"phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
			},
			"type": "phpcodesniffer-standard",
			"extra": {
				"branch-alias": {
					"dev-stable": "1.x-dev",
					"dev-develop": "1.x-dev"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [ "LGPL-3.0-or-later" ],
			"authors": [
				{
					"name": "Juliette Reinders Folmer",
					"homepage": "https://github.com/jrfnl",
					"role": "lead"
				},
				{
					"name": "Contributors",
					"homepage": "https://github.com/PHPCSStandards/PHPCSExtra/graphs/contributors"
				}
			],
			"description": "A collection of sniffs and standards for use with PHP_CodeSniffer.",
			"keywords": [
				"PHP_CodeSniffer",
				"phpcbf",
				"phpcodesniffer-standard",
				"phpcs",
				"standards",
				"static analysis"
			],
			"support": {
				"issues": "https://github.com/PHPCSStandards/PHPCSExtra/issues",
				"security": "https://github.com/PHPCSStandards/PHPCSExtra/security/policy",
				"source": "https://github.com/PHPCSStandards/PHPCSExtra"
			},
			"funding": [
				{
					"url": "https://github.com/PHPCSStandards",
					"type": "github"
				},
				{
					"url": "https://github.com/jrfnl",
					"type": "github"
				},
				{
					"url": "https://opencollective.com/php_codesniffer",
					"type": "open_collective"
				},
				{
					"url": "https://thanks.dev/u/gh/phpcsstandards",
					"type": "thanks_dev"
				}
			],
			"time": "2025-09-05T06:54:52+00:00"
		},
		{
			"name": "phpcsstandards/phpcsutils",
			"version": "1.1.2",
			"source": {
				"type": "git",
				"url": "https://github.com/PHPCSStandards/PHPCSUtils.git",
				"reference": "b22b59e3d9ec8fe4953e42c7d59117c6eae70eae"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/b22b59e3d9ec8fe4953e42c7d59117c6eae70eae",
				"reference": "b22b59e3d9ec8fe4953e42c7d59117c6eae70eae",
				"shasum": ""
			},
			"require": {
				"dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0",
				"php": ">=5.4",
				"squizlabs/php_codesniffer": "^3.13.3 || ^4.0"
			},
			"require-dev": {
				"ext-filter": "*",
				"php-parallel-lint/php-console-highlighter": "^1.0",
				"php-parallel-lint/php-parallel-lint": "^1.4.0",
				"phpcsstandards/phpcsdevcs": "^1.1.6",
				"yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0 || ^3.0.0"
			},
			"type": "phpcodesniffer-standard",
			"extra": {
				"branch-alias": {
					"dev-stable": "1.x-dev",
					"dev-develop": "1.x-dev"
				}
			},
			"autoload": {
				"classmap": [ "PHPCSUtils/" ]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [ "LGPL-3.0-or-later" ],
			"authors": [
				{
					"name": "Juliette Reinders Folmer",
					"homepage": "https://github.com/jrfnl",
					"role": "lead"
				},
				{
					"name": "Contributors",
					"homepage": "https://github.com/PHPCSStandards/PHPCSUtils/graphs/contributors"
				}
			],
			"description": "A suite of utility functions for use with PHP_CodeSniffer",
			"homepage": "https://phpcsutils.com/",
			"keywords": [
				"PHP_CodeSniffer",
				"phpcbf",
				"phpcodesniffer-standard",
				"phpcs",
				"phpcs3",
				"phpcs4",
				"standards",
				"static analysis",
				"tokens",
				"utility"
			],
			"support": {
				"docs": "https://phpcsutils.com/",
				"issues": "https://github.com/PHPCSStandards/PHPCSUtils/issues",
				"security": "https://github.com/PHPCSStandards/PHPCSUtils/security/policy",
				"source": "https://github.com/PHPCSStandards/PHPCSUtils"
			},
			"funding": [
				{
					"url": "https://github.com/PHPCSStandards",
					"type": "github"
				},
				{
					"url": "https://github.com/jrfnl",
					"type": "github"
				},
				{
					"url": "https://opencollective.com/php_codesniffer",
					"type": "open_collective"
				},
				{
					"url": "https://thanks.dev/u/gh/phpcsstandards",
					"type": "thanks_dev"
				}
			],
			"time": "2025-09-05T00:00:03+00:00"
		},
		{
			"name": "squizlabs/php_codesniffer",
			"version": "3.13.4",
			"source": {
				"type": "git",
				"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
				"reference": "ad545ea9c1b7d270ce0fc9cbfb884161cd706119"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ad545ea9c1b7d270ce0fc9cbfb884161cd706119",
				"reference": "ad545ea9c1b7d270ce0fc9cbfb884161cd706119",
				"shasum": ""
			},
			"require": {
				"ext-simplexml": "*",
				"ext-tokenizer": "*",
				"ext-xmlwriter": "*",
				"php": ">=5.4.0"
			},
			"require-dev": {
				"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
			},
			"bin": [ "bin/phpcbf", "bin/phpcs" ],
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "3.x-dev"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [ "BSD-3-Clause" ],
			"authors": [
				{
					"name": "Greg Sherwood",
					"role": "Former lead"
				},
				{
					"name": "Juliette Reinders Folmer",
					"role": "Current lead"
				},
				{
					"name": "Contributors",
					"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
				}
			],
			"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
			"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
			"keywords": [ "phpcs", "standards", "static analysis" ],
			"support": {
				"issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
				"security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
				"source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
				"wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
			},
			"funding": [
				{
					"url": "https://github.com/PHPCSStandards",
					"type": "github"
				},
				{
					"url": "https://github.com/jrfnl",
					"type": "github"
				},
				{
					"url": "https://opencollective.com/php_codesniffer",
					"type": "open_collective"
				},
				{
					"url": "https://thanks.dev/u/gh/phpcsstandards",
					"type": "thanks_dev"
				}
			],
			"time": "2025-09-05T05:47:09+00:00"
		},
		{
			"name": "wp-coding-standards/wpcs",
			"version": "3.2.0",
			"source": {
				"type": "git",
				"url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
				"reference": "d2421de7cec3274ae622c22c744de9a62c7925af"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/d2421de7cec3274ae622c22c744de9a62c7925af",
				"reference": "d2421de7cec3274ae622c22c744de9a62c7925af",
				"shasum": ""
			},
			"require": {
				"ext-filter": "*",
				"ext-libxml": "*",
				"ext-tokenizer": "*",
				"ext-xmlreader": "*",
				"php": ">=5.4",
				"phpcsstandards/phpcsextra": "^1.4.0",
				"phpcsstandards/phpcsutils": "^1.1.0",
				"squizlabs/php_codesniffer": "^3.13.0"
			},
			"require-dev": {
				"php-parallel-lint/php-console-highlighter": "^1.0.0",
				"php-parallel-lint/php-parallel-lint": "^1.4.0",
				"phpcompatibility/php-compatibility": "^9.0",
				"phpcsstandards/phpcsdevtools": "^1.2.0",
				"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
			},
			"suggest": {
				"ext-iconv": "For improved results",
				"ext-mbstring": "For improved results"
			},
			"type": "phpcodesniffer-standard",
			"notification-url": "https://packagist.org/downloads/",
			"license": [ "MIT" ],
			"authors": [
				{
					"name": "Contributors",
					"homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
				}
			],
			"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
			"keywords": [ "phpcs", "standards", "static analysis", "wordpress" ],
			"support": {
				"issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues",
				"source": "https://github.com/WordPress/WordPress-Coding-Standards",
				"wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"
			},
			"funding": [
				{
					"url": "https://opencollective.com/php_codesniffer",
					"type": "custom"
				}
			],
			"time": "2025-07-24T20:08:31+00:00"
		}
	],
	"aliases": [],
	"minimum-stability": "stable",
	"stability-flags": [],
	"prefer-stable": false,
	"prefer-lowest": false,
	"platform": [],
	"platform-dev": [],
	"plugin-api-version": "2.6.0"
}
