{
	"_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": "73605117206f8e3d39050d491cec4879",
	"packages": [],
	"packages-dev": [
		{
			"name": "amphp/amp",
			"version": "v2.6.4",
			"source": {
				"type": "git",
				"url": "https://github.com/amphp/amp.git",
				"reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/amphp/amp/zipball/ded3d9be08f526089eb7ee8d9f16a9768f9dec2d",
				"reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d",
				"shasum": ""
			},
			"require": {
				"php": ">=7.1"
			},
			"require-dev": {
				"amphp/php-cs-fixer-config": "dev-master",
				"amphp/phpunit-util": "^1",
				"ext-json": "*",
				"jetbrains/phpstorm-stubs": "^2019.3",
				"phpunit/phpunit": "^7 | ^8 | ^9",
				"react/promise": "^2",
				"vimeo/psalm": "^3.12"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "2.x-dev"
				}
			},
			"autoload": {
				"files": [
					"lib/functions.php",
					"lib/Internal/functions.php"
				],
				"psr-4": {
					"Amp\\": "lib"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Daniel Lowrey",
					"email": "rdlowrey@php.net"
				},
				{
					"name": "Aaron Piotrowski",
					"email": "aaron@trowski.com"
				},
				{
					"name": "Bob Weinand",
					"email": "bobwei9@hotmail.com"
				},
				{
					"name": "Niklas Keller",
					"email": "me@kelunik.com"
				}
			],
			"description": "A non-blocking concurrency framework for PHP applications.",
			"homepage": "https://amphp.org/amp",
			"keywords": [
				"async",
				"asynchronous",
				"awaitable",
				"concurrency",
				"event",
				"event-loop",
				"future",
				"non-blocking",
				"promise"
			],
			"support": {
				"irc": "irc://irc.freenode.org/amphp",
				"issues": "https://github.com/amphp/amp/issues",
				"source": "https://github.com/amphp/amp/tree/v2.6.4"
			},
			"funding": [
				{
					"url": "https://github.com/amphp",
					"type": "github"
				}
			],
			"time": "2024-03-21T18:52:26+00:00"
		},
		{
			"name": "amphp/byte-stream",
			"version": "v1.8.2",
			"source": {
				"type": "git",
				"url": "https://github.com/amphp/byte-stream.git",
				"reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/amphp/byte-stream/zipball/4f0e968ba3798a423730f567b1b50d3441c16ddc",
				"reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc",
				"shasum": ""
			},
			"require": {
				"amphp/amp": "^2",
				"php": ">=7.1"
			},
			"require-dev": {
				"amphp/php-cs-fixer-config": "dev-master",
				"amphp/phpunit-util": "^1.4",
				"friendsofphp/php-cs-fixer": "^2.3",
				"jetbrains/phpstorm-stubs": "^2019.3",
				"phpunit/phpunit": "^6 || ^7 || ^8",
				"psalm/phar": "^3.11.4"
			},
			"type": "library",
			"autoload": {
				"files": [
					"lib/functions.php"
				],
				"psr-4": {
					"Amp\\ByteStream\\": "lib"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Aaron Piotrowski",
					"email": "aaron@trowski.com"
				},
				{
					"name": "Niklas Keller",
					"email": "me@kelunik.com"
				}
			],
			"description": "A stream abstraction to make working with non-blocking I/O simple.",
			"homepage": "https://amphp.org/byte-stream",
			"keywords": [
				"amp",
				"amphp",
				"async",
				"io",
				"non-blocking",
				"stream"
			],
			"support": {
				"issues": "https://github.com/amphp/byte-stream/issues",
				"source": "https://github.com/amphp/byte-stream/tree/v1.8.2"
			},
			"funding": [
				{
					"url": "https://github.com/amphp",
					"type": "github"
				}
			],
			"time": "2024-04-13T18:00:56+00:00"
		},
		{
			"name": "composer/pcre",
			"version": "3.3.1",
			"source": {
				"type": "git",
				"url": "https://github.com/composer/pcre.git",
				"reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/composer/pcre/zipball/63aaeac21d7e775ff9bc9d45021e1745c97521c4",
				"reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4",
				"shasum": ""
			},
			"require": {
				"php": "^7.4 || ^8.0"
			},
			"conflict": {
				"phpstan/phpstan": "<1.11.10"
			},
			"require-dev": {
				"phpstan/phpstan": "^1.11.10",
				"phpstan/phpstan-strict-rules": "^1.1",
				"phpunit/phpunit": "^8 || ^9"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-main": "3.x-dev"
				},
				"phpstan": {
					"includes": [
						"extension.neon"
					]
				}
			},
			"autoload": {
				"psr-4": {
					"Composer\\Pcre\\": "src"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Jordi Boggiano",
					"email": "j.boggiano@seld.be",
					"homepage": "http://seld.be"
				}
			],
			"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
			"keywords": [
				"PCRE",
				"preg",
				"regex",
				"regular expression"
			],
			"support": {
				"issues": "https://github.com/composer/pcre/issues",
				"source": "https://github.com/composer/pcre/tree/3.3.1"
			},
			"funding": [
				{
					"url": "https://packagist.com",
					"type": "custom"
				},
				{
					"url": "https://github.com/composer",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/composer/composer",
					"type": "tidelift"
				}
			],
			"time": "2024-08-27T18:44:43+00:00"
		},
		{
			"name": "composer/semver",
			"version": "3.4.3",
			"source": {
				"type": "git",
				"url": "https://github.com/composer/semver.git",
				"reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
				"reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
				"shasum": ""
			},
			"require": {
				"php": "^5.3.2 || ^7.0 || ^8.0"
			},
			"require-dev": {
				"phpstan/phpstan": "^1.11",
				"symfony/phpunit-bridge": "^3 || ^7"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-main": "3.x-dev"
				}
			},
			"autoload": {
				"psr-4": {
					"Composer\\Semver\\": "src"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Nils Adermann",
					"email": "naderman@naderman.de",
					"homepage": "http://www.naderman.de"
				},
				{
					"name": "Jordi Boggiano",
					"email": "j.boggiano@seld.be",
					"homepage": "http://seld.be"
				},
				{
					"name": "Rob Bast",
					"email": "rob.bast@gmail.com",
					"homepage": "http://robbast.nl"
				}
			],
			"description": "Semver library that offers utilities, version constraint parsing and validation.",
			"keywords": [
				"semantic",
				"semver",
				"validation",
				"versioning"
			],
			"support": {
				"irc": "ircs://irc.libera.chat:6697/composer",
				"issues": "https://github.com/composer/semver/issues",
				"source": "https://github.com/composer/semver/tree/3.4.3"
			},
			"funding": [
				{
					"url": "https://packagist.com",
					"type": "custom"
				},
				{
					"url": "https://github.com/composer",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/composer/composer",
					"type": "tidelift"
				}
			],
			"time": "2024-09-19T14:15:21+00:00"
		},
		{
			"name": "composer/xdebug-handler",
			"version": "3.0.5",
			"source": {
				"type": "git",
				"url": "https://github.com/composer/xdebug-handler.git",
				"reference": "6c1925561632e83d60a44492e0b344cf48ab85ef"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef",
				"reference": "6c1925561632e83d60a44492e0b344cf48ab85ef",
				"shasum": ""
			},
			"require": {
				"composer/pcre": "^1 || ^2 || ^3",
				"php": "^7.2.5 || ^8.0",
				"psr/log": "^1 || ^2 || ^3"
			},
			"require-dev": {
				"phpstan/phpstan": "^1.0",
				"phpstan/phpstan-strict-rules": "^1.1",
				"phpunit/phpunit": "^8.5 || ^9.6 || ^10.5"
			},
			"type": "library",
			"autoload": {
				"psr-4": {
					"Composer\\XdebugHandler\\": "src"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "John Stevenson",
					"email": "john-stevenson@blueyonder.co.uk"
				}
			],
			"description": "Restarts a process without Xdebug.",
			"keywords": [
				"Xdebug",
				"performance"
			],
			"support": {
				"irc": "ircs://irc.libera.chat:6697/composer",
				"issues": "https://github.com/composer/xdebug-handler/issues",
				"source": "https://github.com/composer/xdebug-handler/tree/3.0.5"
			},
			"funding": [
				{
					"url": "https://packagist.com",
					"type": "custom"
				},
				{
					"url": "https://github.com/composer",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/composer/composer",
					"type": "tidelift"
				}
			],
			"time": "2024-05-06T16:37:16+00:00"
		},
		{
			"name": "dealerdirect/phpcodesniffer-composer-installer",
			"version": "v1.0.0",
			"source": {
				"type": "git",
				"url": "https://github.com/PHPCSStandards/composer-installer.git",
				"reference": "4be43904336affa5c2f70744a348312336afd0da"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da",
				"reference": "4be43904336affa5c2f70744a348312336afd0da",
				"shasum": ""
			},
			"require": {
				"composer-plugin-api": "^1.0 || ^2.0",
				"php": ">=5.4",
				"squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
			},
			"require-dev": {
				"composer/composer": "*",
				"ext-json": "*",
				"ext-zip": "*",
				"php-parallel-lint/php-parallel-lint": "^1.3.1",
				"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": "franck.nijhof@dealerdirect.com",
					"homepage": "http://www.frenck.nl",
					"role": "Developer / IT Manager"
				},
				{
					"name": "Contributors",
					"homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
				}
			],
			"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
			"homepage": "http://www.dealerdirect.com",
			"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",
				"source": "https://github.com/PHPCSStandards/composer-installer"
			},
			"time": "2023-01-05T11:28:13+00:00"
		},
		{
			"name": "dnoegel/php-xdg-base-dir",
			"version": "v0.1.1",
			"source": {
				"type": "git",
				"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
				"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
				"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
				"shasum": ""
			},
			"require": {
				"php": ">=5.3.2"
			},
			"require-dev": {
				"phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
			},
			"type": "library",
			"autoload": {
				"psr-4": {
					"XdgBaseDir\\": "src/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"description": "implementation of xdg base directory specification for php",
			"support": {
				"issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
				"source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
			},
			"time": "2019-12-04T15:06:13+00:00"
		},
		{
			"name": "doctrine/deprecations",
			"version": "1.1.3",
			"source": {
				"type": "git",
				"url": "https://github.com/doctrine/deprecations.git",
				"reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
				"reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
				"shasum": ""
			},
			"require": {
				"php": "^7.1 || ^8.0"
			},
			"require-dev": {
				"doctrine/coding-standard": "^9",
				"phpstan/phpstan": "1.4.10 || 1.10.15",
				"phpstan/phpstan-phpunit": "^1.0",
				"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
				"psalm/plugin-phpunit": "0.18.4",
				"psr/log": "^1 || ^2 || ^3",
				"vimeo/psalm": "4.30.0 || 5.12.0"
			},
			"suggest": {
				"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
			},
			"type": "library",
			"autoload": {
				"psr-4": {
					"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
			"homepage": "https://www.doctrine-project.org/",
			"support": {
				"issues": "https://github.com/doctrine/deprecations/issues",
				"source": "https://github.com/doctrine/deprecations/tree/1.1.3"
			},
			"time": "2024-01-30T19:34:25+00:00"
		},
		{
			"name": "felixfbecker/advanced-json-rpc",
			"version": "v3.2.1",
			"source": {
				"type": "git",
				"url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
				"reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/b5f37dbff9a8ad360ca341f3240dc1c168b45447",
				"reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447",
				"shasum": ""
			},
			"require": {
				"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
				"php": "^7.1 || ^8.0",
				"phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0"
			},
			"require-dev": {
				"phpunit/phpunit": "^7.0 || ^8.0"
			},
			"type": "library",
			"autoload": {
				"psr-4": {
					"AdvancedJsonRpc\\": "lib/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"ISC"
			],
			"authors": [
				{
					"name": "Felix Becker",
					"email": "felix.b@outlook.com"
				}
			],
			"description": "A more advanced JSONRPC implementation",
			"support": {
				"issues": "https://github.com/felixfbecker/php-advanced-json-rpc/issues",
				"source": "https://github.com/felixfbecker/php-advanced-json-rpc/tree/v3.2.1"
			},
			"time": "2021-06-11T22:34:44+00:00"
		},
		{
			"name": "felixfbecker/language-server-protocol",
			"version": "v1.5.3",
			"source": {
				"type": "git",
				"url": "https://github.com/felixfbecker/php-language-server-protocol.git",
				"reference": "a9e113dbc7d849e35b8776da39edaf4313b7b6c9"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/a9e113dbc7d849e35b8776da39edaf4313b7b6c9",
				"reference": "a9e113dbc7d849e35b8776da39edaf4313b7b6c9",
				"shasum": ""
			},
			"require": {
				"php": ">=7.1"
			},
			"require-dev": {
				"phpstan/phpstan": "*",
				"squizlabs/php_codesniffer": "^3.1",
				"vimeo/psalm": "^4.0"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "1.x-dev"
				}
			},
			"autoload": {
				"psr-4": {
					"LanguageServerProtocol\\": "src/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"ISC"
			],
			"authors": [
				{
					"name": "Felix Becker",
					"email": "felix.b@outlook.com"
				}
			],
			"description": "PHP classes for the Language Server Protocol",
			"keywords": [
				"language",
				"microsoft",
				"php",
				"server"
			],
			"support": {
				"issues": "https://github.com/felixfbecker/php-language-server-protocol/issues",
				"source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.3"
			},
			"time": "2024-04-30T00:40:11+00:00"
		},
		{
			"name": "fidry/cpu-core-counter",
			"version": "1.2.0",
			"source": {
				"type": "git",
				"url": "https://github.com/theofidry/cpu-core-counter.git",
				"reference": "8520451a140d3f46ac33042715115e290cf5785f"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/8520451a140d3f46ac33042715115e290cf5785f",
				"reference": "8520451a140d3f46ac33042715115e290cf5785f",
				"shasum": ""
			},
			"require": {
				"php": "^7.2 || ^8.0"
			},
			"require-dev": {
				"fidry/makefile": "^0.2.0",
				"fidry/php-cs-fixer-config": "^1.1.2",
				"phpstan/extension-installer": "^1.2.0",
				"phpstan/phpstan": "^1.9.2",
				"phpstan/phpstan-deprecation-rules": "^1.0.0",
				"phpstan/phpstan-phpunit": "^1.2.2",
				"phpstan/phpstan-strict-rules": "^1.4.4",
				"phpunit/phpunit": "^8.5.31 || ^9.5.26",
				"webmozarts/strict-phpunit": "^7.5"
			},
			"type": "library",
			"autoload": {
				"psr-4": {
					"Fidry\\CpuCoreCounter\\": "src/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Théo FIDRY",
					"email": "theo.fidry@gmail.com"
				}
			],
			"description": "Tiny utility to get the number of CPU cores.",
			"keywords": [
				"CPU",
				"core"
			],
			"support": {
				"issues": "https://github.com/theofidry/cpu-core-counter/issues",
				"source": "https://github.com/theofidry/cpu-core-counter/tree/1.2.0"
			},
			"funding": [
				{
					"url": "https://github.com/theofidry",
					"type": "github"
				}
			],
			"time": "2024-08-06T10:04:20+00:00"
		},
		{
			"name": "humanmade/psalm-plugin-wordpress",
			"version": "3.1.1",
			"source": {
				"type": "git",
				"url": "https://github.com/psalm/psalm-plugin-wordpress.git",
				"reference": "0130a4ef9e598f25ae6e4075a50143869b62e5bb"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/psalm/psalm-plugin-wordpress/zipball/0130a4ef9e598f25ae6e4075a50143869b62e5bb",
				"reference": "0130a4ef9e598f25ae6e4075a50143869b62e5bb",
				"shasum": ""
			},
			"require": {
				"ext-simplexml": "*",
				"php-stubs/wordpress-globals": "^0.2.0",
				"php-stubs/wordpress-stubs": "^6.0",
				"php-stubs/wp-cli-stubs": "^2.7",
				"vimeo/psalm": "^5 || ^6",
				"wp-hooks/wordpress-core": "^1.3.0"
			},
			"require-dev": {
				"humanmade/coding-standards": "^1.2",
				"phpunit/phpunit": "^9.0",
				"psalm/plugin-phpunit": "^0.18.4"
			},
			"type": "psalm-plugin",
			"extra": {
				"psalm": {
					"pluginClass": "PsalmWordPress\\Plugin"
				}
			},
			"autoload": {
				"psr-4": {
					"PsalmWordPress\\": [
						"."
					]
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "kkmuffme",
					"role": "Maintainer"
				},
				{
					"name": "Joe Hoyle",
					"role": "Creator"
				}
			],
			"description": "WordPress stubs and plugin for Psalm static analysis.",
			"support": {
				"issues": "https://github.com/psalm/psalm-plugin-wordpress/issues",
				"source": "https://github.com/psalm/psalm-plugin-wordpress"
			},
			"time": "2024-02-29T11:38:28+00:00"
		},
		{
			"name": "netresearch/jsonmapper",
			"version": "v4.5.0",
			"source": {
				"type": "git",
				"url": "https://github.com/cweiske/jsonmapper.git",
				"reference": "8e76efb98ee8b6afc54687045e1b8dba55ac76e5"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8e76efb98ee8b6afc54687045e1b8dba55ac76e5",
				"reference": "8e76efb98ee8b6afc54687045e1b8dba55ac76e5",
				"shasum": ""
			},
			"require": {
				"ext-json": "*",
				"ext-pcre": "*",
				"ext-reflection": "*",
				"ext-spl": "*",
				"php": ">=7.1"
			},
			"require-dev": {
				"phpunit/phpunit": "~7.5 || ~8.0 || ~9.0 || ~10.0",
				"squizlabs/php_codesniffer": "~3.5"
			},
			"type": "library",
			"autoload": {
				"psr-0": {
					"JsonMapper": "src/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"OSL-3.0"
			],
			"authors": [
				{
					"name": "Christian Weiske",
					"email": "cweiske@cweiske.de",
					"homepage": "http://github.com/cweiske/jsonmapper/",
					"role": "Developer"
				}
			],
			"description": "Map nested JSON structures onto PHP classes",
			"support": {
				"email": "cweiske@cweiske.de",
				"issues": "https://github.com/cweiske/jsonmapper/issues",
				"source": "https://github.com/cweiske/jsonmapper/tree/v4.5.0"
			},
			"time": "2024-09-08T10:13:13+00:00"
		},
		{
			"name": "nikic/php-parser",
			"version": "v4.19.4",
			"source": {
				"type": "git",
				"url": "https://github.com/nikic/PHP-Parser.git",
				"reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/715f4d25e225bc47b293a8b997fe6ce99bf987d2",
				"reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2",
				"shasum": ""
			},
			"require": {
				"ext-tokenizer": "*",
				"php": ">=7.1"
			},
			"require-dev": {
				"ircmaxell/php-yacc": "^0.0.7",
				"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
			},
			"bin": [
				"bin/php-parse"
			],
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "4.9-dev"
				}
			},
			"autoload": {
				"psr-4": {
					"PhpParser\\": "lib/PhpParser"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Nikita Popov"
				}
			],
			"description": "A PHP parser written in PHP",
			"keywords": [
				"parser",
				"php"
			],
			"support": {
				"issues": "https://github.com/nikic/PHP-Parser/issues",
				"source": "https://github.com/nikic/PHP-Parser/tree/v4.19.4"
			},
			"time": "2024-09-29T15:01:53+00:00"
		},
		{
			"name": "overtrue/phplint",
			"version": "9.5.3",
			"source": {
				"type": "git",
				"url": "https://github.com/overtrue/phplint.git",
				"reference": "584063a687abca041551e0b14c47fe9fc574b193"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/overtrue/phplint/zipball/584063a687abca041551e0b14c47fe9fc574b193",
				"reference": "584063a687abca041551e0b14c47fe9fc574b193",
				"shasum": ""
			},
			"require": {
				"composer-runtime-api": "^2.0",
				"ext-dom": "*",
				"ext-json": "*",
				"ext-mbstring": "*",
				"php": "^8.2",
				"symfony/cache": "^7.0",
				"symfony/console": "^7.0",
				"symfony/event-dispatcher": "^7.0",
				"symfony/finder": "^7.0",
				"symfony/options-resolver": "^7.0",
				"symfony/process": "^7.0",
				"symfony/yaml": "^7.0"
			},
			"require-dev": {
				"bamarni/composer-bin-plugin": "^1.4",
				"brainmaestro/composer-git-hooks": "^3.0.0",
				"jetbrains/phpstorm-stubs": "^2024.1",
				"php-parallel-lint/php-console-highlighter": "^1.0"
			},
			"bin": [
				"bin/phplint"
			],
			"type": "library",
			"extra": {
				"bamarni-bin": {
					"bin-links": true,
					"target-directory": "vendor-bin",
					"forward-command": true
				},
				"hooks": {
					"pre-commit": [
						"composer style:fix",
						"composer code:check"
					]
				},
				"branch-alias": {
					"dev-main": "9.5.x-dev"
				}
			},
			"autoload": {
				"psr-4": {
					"Overtrue\\PHPLint\\": "src/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "overtrue",
					"email": "anzhengchao@gmail.com"
				},
				{
					"name": "Laurent Laville",
					"homepage": "https://github.com/llaville"
				}
			],
			"description": "`phplint` is a tool that can speed up linting of php files by running several lint processes at once.",
			"keywords": [
				"check",
				"lint",
				"phplint",
				"static analysis",
				"syntax"
			],
			"support": {
				"issues": "https://github.com/overtrue/phplint/issues",
				"source": "https://github.com/overtrue/phplint/tree/9.5.3"
			},
			"funding": [
				{
					"url": "https://github.com/overtrue",
					"type": "github"
				}
			],
			"time": "2024-10-11T07:13:25+00:00"
		},
		{
			"name": "php-stubs/wordpress-globals",
			"version": "v0.2.0",
			"source": {
				"type": "git",
				"url": "https://github.com/php-stubs/wordpress-globals.git",
				"reference": "748a1fb2ae8fda94844bd0545935095dbf404b32"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/php-stubs/wordpress-globals/zipball/748a1fb2ae8fda94844bd0545935095dbf404b32",
				"reference": "748a1fb2ae8fda94844bd0545935095dbf404b32",
				"shasum": ""
			},
			"require-dev": {
				"php": "~7.1"
			},
			"suggest": {
				"php-stubs/wordpress-stubs": "Up-to-date WordPress function and class declaration stubs",
				"szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"
			},
			"type": "library",
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"description": "Global variables and global constants from WordPress core.",
			"homepage": "https://github.com/php-stubs/wordpress-globals",
			"keywords": [
				"PHPStan",
				"constants",
				"globals",
				"static analysis",
				"wordpress"
			],
			"support": {
				"issues": "https://github.com/php-stubs/wordpress-globals/issues",
				"source": "https://github.com/php-stubs/wordpress-globals/tree/master"
			},
			"time": "2020-01-13T06:12:59+00:00"
		},
		{
			"name": "php-stubs/wordpress-stubs",
			"version": "v6.6.2",
			"source": {
				"type": "git",
				"url": "https://github.com/php-stubs/wordpress-stubs.git",
				"reference": "f50fd7ed45894d036e4fef9ab7e5bbbaff6a30cc"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/f50fd7ed45894d036e4fef9ab7e5bbbaff6a30cc",
				"reference": "f50fd7ed45894d036e4fef9ab7e5bbbaff6a30cc",
				"shasum": ""
			},
			"require-dev": {
				"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
				"nikic/php-parser": "^4.13",
				"php": "^7.4 || ^8.0",
				"php-stubs/generator": "^0.8.3",
				"phpdocumentor/reflection-docblock": "^5.4.1",
				"phpstan/phpstan": "^1.10.49",
				"phpunit/phpunit": "^9.5",
				"szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^1.0",
				"wp-coding-standards/wpcs": "3.1.0 as 2.3.0"
			},
			"suggest": {
				"paragonie/sodium_compat": "Pure PHP implementation of libsodium",
				"symfony/polyfill-php80": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
				"szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"
			},
			"type": "library",
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"description": "WordPress function and class declaration stubs for static analysis.",
			"homepage": "https://github.com/php-stubs/wordpress-stubs",
			"keywords": [
				"PHPStan",
				"static analysis",
				"wordpress"
			],
			"support": {
				"issues": "https://github.com/php-stubs/wordpress-stubs/issues",
				"source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.6.2"
			},
			"time": "2024-09-30T07:10:48+00:00"
		},
		{
			"name": "php-stubs/wp-cli-stubs",
			"version": "v2.10.0",
			"source": {
				"type": "git",
				"url": "https://github.com/php-stubs/wp-cli-stubs.git",
				"reference": "fbd7ff47393c9478e0f557d0b4caadaed20986fb"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/php-stubs/wp-cli-stubs/zipball/fbd7ff47393c9478e0f557d0b4caadaed20986fb",
				"reference": "fbd7ff47393c9478e0f557d0b4caadaed20986fb",
				"shasum": ""
			},
			"require": {
				"php-stubs/wordpress-stubs": "^4.7 || ^5.0 || ^6.0"
			},
			"require-dev": {
				"php": "~7.3 || ~8.0",
				"php-stubs/generator": "^0.8.0"
			},
			"suggest": {
				"symfony/polyfill-php73": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
				"szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"
			},
			"type": "library",
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"description": "WP-CLI function and class declaration stubs for static analysis.",
			"homepage": "https://github.com/php-stubs/wp-cli-stubs",
			"keywords": [
				"PHPStan",
				"static analysis",
				"wordpress",
				"wp-cli"
			],
			"support": {
				"issues": "https://github.com/php-stubs/wp-cli-stubs/issues",
				"source": "https://github.com/php-stubs/wp-cli-stubs/tree/v2.10.0"
			},
			"time": "2024-02-09T02:10:10+00:00"
		},
		{
			"name": "phpcompatibility/php-compatibility",
			"version": "9.3.5",
			"source": {
				"type": "git",
				"url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
				"reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
				"reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
				"shasum": ""
			},
			"require": {
				"php": ">=5.3",
				"squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
			},
			"conflict": {
				"squizlabs/php_codesniffer": "2.6.2"
			},
			"require-dev": {
				"phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
			},
			"suggest": {
				"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
				"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
			},
			"type": "phpcodesniffer-standard",
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"LGPL-3.0-or-later"
			],
			"authors": [
				{
					"name": "Wim Godden",
					"homepage": "https://github.com/wimg",
					"role": "lead"
				},
				{
					"name": "Juliette Reinders Folmer",
					"homepage": "https://github.com/jrfnl",
					"role": "lead"
				},
				{
					"name": "Contributors",
					"homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
				}
			],
			"description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
			"homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
			"keywords": [
				"compatibility",
				"phpcs",
				"standards"
			],
			"support": {
				"issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues",
				"source": "https://github.com/PHPCompatibility/PHPCompatibility"
			},
			"time": "2019-12-27T09:44:58+00:00"
		},
		{
			"name": "phpcompatibility/phpcompatibility-paragonie",
			"version": "1.3.3",
			"source": {
				"type": "git",
				"url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",
				"reference": "293975b465e0e709b571cbf0c957c6c0a7b9a2ac"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/293975b465e0e709b571cbf0c957c6c0a7b9a2ac",
				"reference": "293975b465e0e709b571cbf0c957c6c0a7b9a2ac",
				"shasum": ""
			},
			"require": {
				"phpcompatibility/php-compatibility": "^9.0"
			},
			"require-dev": {
				"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
				"paragonie/random_compat": "dev-master",
				"paragonie/sodium_compat": "dev-master"
			},
			"suggest": {
				"dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
				"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
			},
			"type": "phpcodesniffer-standard",
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"LGPL-3.0-or-later"
			],
			"authors": [
				{
					"name": "Wim Godden",
					"role": "lead"
				},
				{
					"name": "Juliette Reinders Folmer",
					"role": "lead"
				}
			],
			"description": "A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by the Paragonie polyfill libraries.",
			"homepage": "http://phpcompatibility.com/",
			"keywords": [
				"compatibility",
				"paragonie",
				"phpcs",
				"polyfill",
				"standards",
				"static analysis"
			],
			"support": {
				"issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues",
				"security": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/security/policy",
				"source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie"
			},
			"funding": [
				{
					"url": "https://github.com/PHPCompatibility",
					"type": "github"
				},
				{
					"url": "https://github.com/jrfnl",
					"type": "github"
				},
				{
					"url": "https://opencollective.com/php_codesniffer",
					"type": "open_collective"
				}
			],
			"time": "2024-04-24T21:30:46+00:00"
		},
		{
			"name": "phpcompatibility/phpcompatibility-wp",
			"version": "2.1.0",
			"source": {
				"type": "git",
				"url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",
				"reference": "41bef18ba688af638b7310666db28e1ea9158b2f"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/41bef18ba688af638b7310666db28e1ea9158b2f",
				"reference": "41bef18ba688af638b7310666db28e1ea9158b2f",
				"shasum": ""
			},
			"require": {
				"phpcompatibility/php-compatibility": "^9.0",
				"phpcompatibility/phpcompatibility-paragonie": "^1.0"
			},
			"require-dev": {
				"dealerdirect/phpcodesniffer-composer-installer": "^0.5"
			},
			"suggest": {
				"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
				"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
			},
			"type": "phpcodesniffer-standard",
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"LGPL-3.0-or-later"
			],
			"authors": [
				{
					"name": "Wim Godden",
					"role": "lead"
				},
				{
					"name": "Juliette Reinders Folmer",
					"role": "lead"
				}
			],
			"description": "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.",
			"homepage": "http://phpcompatibility.com/",
			"keywords": [
				"compatibility",
				"phpcs",
				"standards",
				"wordpress"
			],
			"support": {
				"issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues",
				"source": "https://github.com/PHPCompatibility/PHPCompatibilityWP"
			},
			"time": "2019-08-28T14:22:28+00:00"
		},
		{
			"name": "phpcsstandards/phpcsextra",
			"version": "1.2.1",
			"source": {
				"type": "git",
				"url": "https://github.com/PHPCSStandards/PHPCSExtra.git",
				"reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/11d387c6642b6e4acaf0bd9bf5203b8cca1ec489",
				"reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489",
				"shasum": ""
			},
			"require": {
				"php": ">=5.4",
				"phpcsstandards/phpcsutils": "^1.0.9",
				"squizlabs/php_codesniffer": "^3.8.0"
			},
			"require-dev": {
				"php-parallel-lint/php-console-highlighter": "^1.0",
				"php-parallel-lint/php-parallel-lint": "^1.3.2",
				"phpcsstandards/phpcsdevcs": "^1.1.6",
				"phpcsstandards/phpcsdevtools": "^1.2.1",
				"phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
			},
			"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"
				}
			],
			"time": "2023-12-08T16:49:07+00:00"
		},
		{
			"name": "phpcsstandards/phpcsutils",
			"version": "1.0.12",
			"source": {
				"type": "git",
				"url": "https://github.com/PHPCSStandards/PHPCSUtils.git",
				"reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/87b233b00daf83fb70f40c9a28692be017ea7c6c",
				"reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c",
				"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.10.0 || 4.0.x-dev@dev"
			},
			"require-dev": {
				"ext-filter": "*",
				"php-parallel-lint/php-console-highlighter": "^1.0",
				"php-parallel-lint/php-parallel-lint": "^1.3.2",
				"phpcsstandards/phpcsdevcs": "^1.1.6",
				"yoast/phpunit-polyfills": "^1.1.0 || ^2.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",
				"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"
				}
			],
			"time": "2024-05-20T13:34:27+00:00"
		},
		{
			"name": "phpdocumentor/reflection-common",
			"version": "2.2.0",
			"source": {
				"type": "git",
				"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
				"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
				"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
				"shasum": ""
			},
			"require": {
				"php": "^7.2 || ^8.0"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-2.x": "2.x-dev"
				}
			},
			"autoload": {
				"psr-4": {
					"phpDocumentor\\Reflection\\": "src/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Jaap van Otterdijk",
					"email": "opensource@ijaap.nl"
				}
			],
			"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
			"homepage": "http://www.phpdoc.org",
			"keywords": [
				"FQSEN",
				"phpDocumentor",
				"phpdoc",
				"reflection",
				"static analysis"
			],
			"support": {
				"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
				"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
			},
			"time": "2020-06-27T09:03:43+00:00"
		},
		{
			"name": "phpdocumentor/reflection-docblock",
			"version": "5.4.1",
			"source": {
				"type": "git",
				"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
				"reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c",
				"reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c",
				"shasum": ""
			},
			"require": {
				"doctrine/deprecations": "^1.1",
				"ext-filter": "*",
				"php": "^7.4 || ^8.0",
				"phpdocumentor/reflection-common": "^2.2",
				"phpdocumentor/type-resolver": "^1.7",
				"phpstan/phpdoc-parser": "^1.7",
				"webmozart/assert": "^1.9.1"
			},
			"require-dev": {
				"mockery/mockery": "~1.3.5",
				"phpstan/extension-installer": "^1.1",
				"phpstan/phpstan": "^1.8",
				"phpstan/phpstan-mockery": "^1.1",
				"phpstan/phpstan-webmozart-assert": "^1.2",
				"phpunit/phpunit": "^9.5",
				"vimeo/psalm": "^5.13"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "5.x-dev"
				}
			},
			"autoload": {
				"psr-4": {
					"phpDocumentor\\Reflection\\": "src"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Mike van Riel",
					"email": "me@mikevanriel.com"
				},
				{
					"name": "Jaap van Otterdijk",
					"email": "opensource@ijaap.nl"
				}
			],
			"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
			"support": {
				"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
				"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.1"
			},
			"time": "2024-05-21T05:55:05+00:00"
		},
		{
			"name": "phpdocumentor/type-resolver",
			"version": "1.8.2",
			"source": {
				"type": "git",
				"url": "https://github.com/phpDocumentor/TypeResolver.git",
				"reference": "153ae662783729388a584b4361f2545e4d841e3c"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/153ae662783729388a584b4361f2545e4d841e3c",
				"reference": "153ae662783729388a584b4361f2545e4d841e3c",
				"shasum": ""
			},
			"require": {
				"doctrine/deprecations": "^1.0",
				"php": "^7.3 || ^8.0",
				"phpdocumentor/reflection-common": "^2.0",
				"phpstan/phpdoc-parser": "^1.13"
			},
			"require-dev": {
				"ext-tokenizer": "*",
				"phpbench/phpbench": "^1.2",
				"phpstan/extension-installer": "^1.1",
				"phpstan/phpstan": "^1.8",
				"phpstan/phpstan-phpunit": "^1.1",
				"phpunit/phpunit": "^9.5",
				"rector/rector": "^0.13.9",
				"vimeo/psalm": "^4.25"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-1.x": "1.x-dev"
				}
			},
			"autoload": {
				"psr-4": {
					"phpDocumentor\\Reflection\\": "src"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Mike van Riel",
					"email": "me@mikevanriel.com"
				}
			],
			"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
			"support": {
				"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
				"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.2"
			},
			"time": "2024-02-23T11:10:43+00:00"
		},
		{
			"name": "phpstan/phpdoc-parser",
			"version": "1.33.0",
			"source": {
				"type": "git",
				"url": "https://github.com/phpstan/phpdoc-parser.git",
				"reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/82a311fd3690fb2bf7b64d5c98f912b3dd746140",
				"reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140",
				"shasum": ""
			},
			"require": {
				"php": "^7.2 || ^8.0"
			},
			"require-dev": {
				"doctrine/annotations": "^2.0",
				"nikic/php-parser": "^4.15",
				"php-parallel-lint/php-parallel-lint": "^1.2",
				"phpstan/extension-installer": "^1.0",
				"phpstan/phpstan": "^1.5",
				"phpstan/phpstan-phpunit": "^1.1",
				"phpstan/phpstan-strict-rules": "^1.0",
				"phpunit/phpunit": "^9.5",
				"symfony/process": "^5.2"
			},
			"type": "library",
			"autoload": {
				"psr-4": {
					"PHPStan\\PhpDocParser\\": [
						"src/"
					]
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"description": "PHPDoc parser with support for nullable, intersection and generic types",
			"support": {
				"issues": "https://github.com/phpstan/phpdoc-parser/issues",
				"source": "https://github.com/phpstan/phpdoc-parser/tree/1.33.0"
			},
			"time": "2024-10-13T11:25:22+00:00"
		},
		{
			"name": "psr/cache",
			"version": "3.0.0",
			"source": {
				"type": "git",
				"url": "https://github.com/php-fig/cache.git",
				"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
				"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
				"shasum": ""
			},
			"require": {
				"php": ">=8.0.0"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "1.0.x-dev"
				}
			},
			"autoload": {
				"psr-4": {
					"Psr\\Cache\\": "src/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "PHP-FIG",
					"homepage": "https://www.php-fig.org/"
				}
			],
			"description": "Common interface for caching libraries",
			"keywords": [
				"cache",
				"psr",
				"psr-6"
			],
			"support": {
				"source": "https://github.com/php-fig/cache/tree/3.0.0"
			},
			"time": "2021-02-03T23:26:27+00:00"
		},
		{
			"name": "psr/container",
			"version": "2.0.2",
			"source": {
				"type": "git",
				"url": "https://github.com/php-fig/container.git",
				"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
				"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
				"shasum": ""
			},
			"require": {
				"php": ">=7.4.0"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "2.0.x-dev"
				}
			},
			"autoload": {
				"psr-4": {
					"Psr\\Container\\": "src/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "PHP-FIG",
					"homepage": "https://www.php-fig.org/"
				}
			],
			"description": "Common Container Interface (PHP FIG PSR-11)",
			"homepage": "https://github.com/php-fig/container",
			"keywords": [
				"PSR-11",
				"container",
				"container-interface",
				"container-interop",
				"psr"
			],
			"support": {
				"issues": "https://github.com/php-fig/container/issues",
				"source": "https://github.com/php-fig/container/tree/2.0.2"
			},
			"time": "2021-11-05T16:47:00+00:00"
		},
		{
			"name": "psr/event-dispatcher",
			"version": "1.0.0",
			"source": {
				"type": "git",
				"url": "https://github.com/php-fig/event-dispatcher.git",
				"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
				"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
				"shasum": ""
			},
			"require": {
				"php": ">=7.2.0"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "1.0.x-dev"
				}
			},
			"autoload": {
				"psr-4": {
					"Psr\\EventDispatcher\\": "src/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "PHP-FIG",
					"homepage": "http://www.php-fig.org/"
				}
			],
			"description": "Standard interfaces for event handling.",
			"keywords": [
				"events",
				"psr",
				"psr-14"
			],
			"support": {
				"issues": "https://github.com/php-fig/event-dispatcher/issues",
				"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
			},
			"time": "2019-01-08T18:20:26+00:00"
		},
		{
			"name": "psr/log",
			"version": "3.0.2",
			"source": {
				"type": "git",
				"url": "https://github.com/php-fig/log.git",
				"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
				"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
				"shasum": ""
			},
			"require": {
				"php": ">=8.0.0"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "3.x-dev"
				}
			},
			"autoload": {
				"psr-4": {
					"Psr\\Log\\": "src"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "PHP-FIG",
					"homepage": "https://www.php-fig.org/"
				}
			],
			"description": "Common interface for logging libraries",
			"homepage": "https://github.com/php-fig/log",
			"keywords": [
				"log",
				"psr",
				"psr-3"
			],
			"support": {
				"source": "https://github.com/php-fig/log/tree/3.0.2"
			},
			"time": "2024-09-11T13:17:53+00:00"
		},
		{
			"name": "sebastian/diff",
			"version": "6.0.2",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/diff.git",
				"reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
				"reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
				"shasum": ""
			},
			"require": {
				"php": ">=8.2"
			},
			"require-dev": {
				"phpunit/phpunit": "^11.0",
				"symfony/process": "^4.2 || ^5"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-main": "6.0-dev"
				}
			},
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de"
				},
				{
					"name": "Kore Nordmann",
					"email": "mail@kore-nordmann.de"
				}
			],
			"description": "Diff implementation",
			"homepage": "https://github.com/sebastianbergmann/diff",
			"keywords": [
				"diff",
				"udiff",
				"unidiff",
				"unified diff"
			],
			"support": {
				"issues": "https://github.com/sebastianbergmann/diff/issues",
				"security": "https://github.com/sebastianbergmann/diff/security/policy",
				"source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
			},
			"funding": [
				{
					"url": "https://github.com/sebastianbergmann",
					"type": "github"
				}
			],
			"time": "2024-07-03T04:53:05+00:00"
		},
		{
			"name": "spatie/array-to-xml",
			"version": "3.3.0",
			"source": {
				"type": "git",
				"url": "https://github.com/spatie/array-to-xml.git",
				"reference": "f56b220fe2db1ade4c88098d83413ebdfc3bf876"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/spatie/array-to-xml/zipball/f56b220fe2db1ade4c88098d83413ebdfc3bf876",
				"reference": "f56b220fe2db1ade4c88098d83413ebdfc3bf876",
				"shasum": ""
			},
			"require": {
				"ext-dom": "*",
				"php": "^8.0"
			},
			"require-dev": {
				"mockery/mockery": "^1.2",
				"pestphp/pest": "^1.21",
				"spatie/pest-plugin-snapshots": "^1.1"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-main": "3.x-dev"
				}
			},
			"autoload": {
				"psr-4": {
					"Spatie\\ArrayToXml\\": "src"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Freek Van der Herten",
					"email": "freek@spatie.be",
					"homepage": "https://freek.dev",
					"role": "Developer"
				}
			],
			"description": "Convert an array to xml",
			"homepage": "https://github.com/spatie/array-to-xml",
			"keywords": [
				"array",
				"convert",
				"xml"
			],
			"support": {
				"source": "https://github.com/spatie/array-to-xml/tree/3.3.0"
			},
			"funding": [
				{
					"url": "https://spatie.be/open-source/support-us",
					"type": "custom"
				},
				{
					"url": "https://github.com/spatie",
					"type": "github"
				}
			],
			"time": "2024-05-01T10:20:27+00:00"
		},
		{
			"name": "squizlabs/php_codesniffer",
			"version": "3.10.3",
			"source": {
				"type": "git",
				"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
				"reference": "62d32998e820bddc40f99f8251958aed187a5c9c"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/62d32998e820bddc40f99f8251958aed187a5c9c",
				"reference": "62d32998e820bddc40f99f8251958aed187a5c9c",
				"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"
				}
			],
			"time": "2024-09-18T10:38:58+00:00"
		},
		{
			"name": "symfony/cache",
			"version": "v7.1.6",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/cache.git",
				"reference": "567ef6de47fdcba56eb6c0b344b857d1fce1cce0"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/cache/zipball/567ef6de47fdcba56eb6c0b344b857d1fce1cce0",
				"reference": "567ef6de47fdcba56eb6c0b344b857d1fce1cce0",
				"shasum": ""
			},
			"require": {
				"php": ">=8.2",
				"psr/cache": "^2.0|^3.0",
				"psr/log": "^1.1|^2|^3",
				"symfony/cache-contracts": "^2.5|^3",
				"symfony/deprecation-contracts": "^2.5|^3.0",
				"symfony/service-contracts": "^2.5|^3",
				"symfony/var-exporter": "^6.4|^7.0"
			},
			"conflict": {
				"doctrine/dbal": "<3.6",
				"symfony/dependency-injection": "<6.4",
				"symfony/http-kernel": "<6.4",
				"symfony/var-dumper": "<6.4"
			},
			"provide": {
				"psr/cache-implementation": "2.0|3.0",
				"psr/simple-cache-implementation": "1.0|2.0|3.0",
				"symfony/cache-implementation": "1.1|2.0|3.0"
			},
			"require-dev": {
				"cache/integration-tests": "dev-master",
				"doctrine/dbal": "^3.6|^4",
				"predis/predis": "^1.1|^2.0",
				"psr/simple-cache": "^1.0|^2.0|^3.0",
				"symfony/config": "^6.4|^7.0",
				"symfony/dependency-injection": "^6.4|^7.0",
				"symfony/filesystem": "^6.4|^7.0",
				"symfony/http-kernel": "^6.4|^7.0",
				"symfony/messenger": "^6.4|^7.0",
				"symfony/var-dumper": "^6.4|^7.0"
			},
			"type": "library",
			"autoload": {
				"psr-4": {
					"Symfony\\Component\\Cache\\": ""
				},
				"classmap": [
					"Traits/ValueWrapper.php"
				],
				"exclude-from-classmap": [
					"/Tests/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Nicolas Grekas",
					"email": "p@tchwork.com"
				},
				{
					"name": "Symfony Community",
					"homepage": "https://symfony.com/contributors"
				}
			],
			"description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
			"homepage": "https://symfony.com",
			"keywords": [
				"caching",
				"psr6"
			],
			"support": {
				"source": "https://github.com/symfony/cache/tree/v7.1.6"
			},
			"funding": [
				{
					"url": "https://symfony.com/sponsor",
					"type": "custom"
				},
				{
					"url": "https://github.com/fabpot",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
					"type": "tidelift"
				}
			],
			"time": "2024-10-25T15:39:55+00:00"
		},
		{
			"name": "symfony/cache-contracts",
			"version": "v3.5.0",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/cache-contracts.git",
				"reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/df6a1a44c890faded49a5fca33c2d5c5fd3c2197",
				"reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197",
				"shasum": ""
			},
			"require": {
				"php": ">=8.1",
				"psr/cache": "^3.0"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-main": "3.5-dev"
				},
				"thanks": {
					"name": "symfony/contracts",
					"url": "https://github.com/symfony/contracts"
				}
			},
			"autoload": {
				"psr-4": {
					"Symfony\\Contracts\\Cache\\": ""
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Nicolas Grekas",
					"email": "p@tchwork.com"
				},
				{
					"name": "Symfony Community",
					"homepage": "https://symfony.com/contributors"
				}
			],
			"description": "Generic abstractions related to caching",
			"homepage": "https://symfony.com",
			"keywords": [
				"abstractions",
				"contracts",
				"decoupling",
				"interfaces",
				"interoperability",
				"standards"
			],
			"support": {
				"source": "https://github.com/symfony/cache-contracts/tree/v3.5.0"
			},
			"funding": [
				{
					"url": "https://symfony.com/sponsor",
					"type": "custom"
				},
				{
					"url": "https://github.com/fabpot",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
					"type": "tidelift"
				}
			],
			"time": "2024-04-18T09:32:20+00:00"
		},
		{
			"name": "symfony/console",
			"version": "v7.1.6",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/console.git",
				"reference": "bb5192af6edc797cbab5c8e8ecfea2fe5f421e57"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/console/zipball/bb5192af6edc797cbab5c8e8ecfea2fe5f421e57",
				"reference": "bb5192af6edc797cbab5c8e8ecfea2fe5f421e57",
				"shasum": ""
			},
			"require": {
				"php": ">=8.2",
				"symfony/polyfill-mbstring": "~1.0",
				"symfony/service-contracts": "^2.5|^3",
				"symfony/string": "^6.4|^7.0"
			},
			"conflict": {
				"symfony/dependency-injection": "<6.4",
				"symfony/dotenv": "<6.4",
				"symfony/event-dispatcher": "<6.4",
				"symfony/lock": "<6.4",
				"symfony/process": "<6.4"
			},
			"provide": {
				"psr/log-implementation": "1.0|2.0|3.0"
			},
			"require-dev": {
				"psr/log": "^1|^2|^3",
				"symfony/config": "^6.4|^7.0",
				"symfony/dependency-injection": "^6.4|^7.0",
				"symfony/event-dispatcher": "^6.4|^7.0",
				"symfony/http-foundation": "^6.4|^7.0",
				"symfony/http-kernel": "^6.4|^7.0",
				"symfony/lock": "^6.4|^7.0",
				"symfony/messenger": "^6.4|^7.0",
				"symfony/process": "^6.4|^7.0",
				"symfony/stopwatch": "^6.4|^7.0",
				"symfony/var-dumper": "^6.4|^7.0"
			},
			"type": "library",
			"autoload": {
				"psr-4": {
					"Symfony\\Component\\Console\\": ""
				},
				"exclude-from-classmap": [
					"/Tests/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Fabien Potencier",
					"email": "fabien@symfony.com"
				},
				{
					"name": "Symfony Community",
					"homepage": "https://symfony.com/contributors"
				}
			],
			"description": "Eases the creation of beautiful and testable command line interfaces",
			"homepage": "https://symfony.com",
			"keywords": [
				"cli",
				"command-line",
				"console",
				"terminal"
			],
			"support": {
				"source": "https://github.com/symfony/console/tree/v7.1.6"
			},
			"funding": [
				{
					"url": "https://symfony.com/sponsor",
					"type": "custom"
				},
				{
					"url": "https://github.com/fabpot",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
					"type": "tidelift"
				}
			],
			"time": "2024-10-09T08:46:59+00:00"
		},
		{
			"name": "symfony/deprecation-contracts",
			"version": "v3.5.0",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/deprecation-contracts.git",
				"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
				"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
				"shasum": ""
			},
			"require": {
				"php": ">=8.1"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-main": "3.5-dev"
				},
				"thanks": {
					"name": "symfony/contracts",
					"url": "https://github.com/symfony/contracts"
				}
			},
			"autoload": {
				"files": [
					"function.php"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Nicolas Grekas",
					"email": "p@tchwork.com"
				},
				{
					"name": "Symfony Community",
					"homepage": "https://symfony.com/contributors"
				}
			],
			"description": "A generic function and convention to trigger deprecation notices",
			"homepage": "https://symfony.com",
			"support": {
				"source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
			},
			"funding": [
				{
					"url": "https://symfony.com/sponsor",
					"type": "custom"
				},
				{
					"url": "https://github.com/fabpot",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
					"type": "tidelift"
				}
			],
			"time": "2024-04-18T09:32:20+00:00"
		},
		{
			"name": "symfony/event-dispatcher",
			"version": "v7.1.6",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/event-dispatcher.git",
				"reference": "87254c78dd50721cfd015b62277a8281c5589702"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/87254c78dd50721cfd015b62277a8281c5589702",
				"reference": "87254c78dd50721cfd015b62277a8281c5589702",
				"shasum": ""
			},
			"require": {
				"php": ">=8.2",
				"symfony/event-dispatcher-contracts": "^2.5|^3"
			},
			"conflict": {
				"symfony/dependency-injection": "<6.4",
				"symfony/service-contracts": "<2.5"
			},
			"provide": {
				"psr/event-dispatcher-implementation": "1.0",
				"symfony/event-dispatcher-implementation": "2.0|3.0"
			},
			"require-dev": {
				"psr/log": "^1|^2|^3",
				"symfony/config": "^6.4|^7.0",
				"symfony/dependency-injection": "^6.4|^7.0",
				"symfony/error-handler": "^6.4|^7.0",
				"symfony/expression-language": "^6.4|^7.0",
				"symfony/http-foundation": "^6.4|^7.0",
				"symfony/service-contracts": "^2.5|^3",
				"symfony/stopwatch": "^6.4|^7.0"
			},
			"type": "library",
			"autoload": {
				"psr-4": {
					"Symfony\\Component\\EventDispatcher\\": ""
				},
				"exclude-from-classmap": [
					"/Tests/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Fabien Potencier",
					"email": "fabien@symfony.com"
				},
				{
					"name": "Symfony Community",
					"homepage": "https://symfony.com/contributors"
				}
			],
			"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
			"homepage": "https://symfony.com",
			"support": {
				"source": "https://github.com/symfony/event-dispatcher/tree/v7.1.6"
			},
			"funding": [
				{
					"url": "https://symfony.com/sponsor",
					"type": "custom"
				},
				{
					"url": "https://github.com/fabpot",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
					"type": "tidelift"
				}
			],
			"time": "2024-09-25T14:20:29+00:00"
		},
		{
			"name": "symfony/event-dispatcher-contracts",
			"version": "v3.5.0",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/event-dispatcher-contracts.git",
				"reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
				"reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
				"shasum": ""
			},
			"require": {
				"php": ">=8.1",
				"psr/event-dispatcher": "^1"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-main": "3.5-dev"
				},
				"thanks": {
					"name": "symfony/contracts",
					"url": "https://github.com/symfony/contracts"
				}
			},
			"autoload": {
				"psr-4": {
					"Symfony\\Contracts\\EventDispatcher\\": ""
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Nicolas Grekas",
					"email": "p@tchwork.com"
				},
				{
					"name": "Symfony Community",
					"homepage": "https://symfony.com/contributors"
				}
			],
			"description": "Generic abstractions related to dispatching event",
			"homepage": "https://symfony.com",
			"keywords": [
				"abstractions",
				"contracts",
				"decoupling",
				"interfaces",
				"interoperability",
				"standards"
			],
			"support": {
				"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
			},
			"funding": [
				{
					"url": "https://symfony.com/sponsor",
					"type": "custom"
				},
				{
					"url": "https://github.com/fabpot",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
					"type": "tidelift"
				}
			],
			"time": "2024-04-18T09:32:20+00:00"
		},
		{
			"name": "symfony/filesystem",
			"version": "v7.1.6",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/filesystem.git",
				"reference": "c835867b3c62bb05c7fe3d637c871c7ae52024d4"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/filesystem/zipball/c835867b3c62bb05c7fe3d637c871c7ae52024d4",
				"reference": "c835867b3c62bb05c7fe3d637c871c7ae52024d4",
				"shasum": ""
			},
			"require": {
				"php": ">=8.2",
				"symfony/polyfill-ctype": "~1.8",
				"symfony/polyfill-mbstring": "~1.8"
			},
			"require-dev": {
				"symfony/process": "^6.4|^7.0"
			},
			"type": "library",
			"autoload": {
				"psr-4": {
					"Symfony\\Component\\Filesystem\\": ""
				},
				"exclude-from-classmap": [
					"/Tests/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Fabien Potencier",
					"email": "fabien@symfony.com"
				},
				{
					"name": "Symfony Community",
					"homepage": "https://symfony.com/contributors"
				}
			],
			"description": "Provides basic utilities for the filesystem",
			"homepage": "https://symfony.com",
			"support": {
				"source": "https://github.com/symfony/filesystem/tree/v7.1.6"
			},
			"funding": [
				{
					"url": "https://symfony.com/sponsor",
					"type": "custom"
				},
				{
					"url": "https://github.com/fabpot",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
					"type": "tidelift"
				}
			],
			"time": "2024-10-25T15:11:02+00:00"
		},
		{
			"name": "symfony/finder",
			"version": "v7.1.6",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/finder.git",
				"reference": "2cb89664897be33f78c65d3d2845954c8d7a43b8"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/finder/zipball/2cb89664897be33f78c65d3d2845954c8d7a43b8",
				"reference": "2cb89664897be33f78c65d3d2845954c8d7a43b8",
				"shasum": ""
			},
			"require": {
				"php": ">=8.2"
			},
			"require-dev": {
				"symfony/filesystem": "^6.4|^7.0"
			},
			"type": "library",
			"autoload": {
				"psr-4": {
					"Symfony\\Component\\Finder\\": ""
				},
				"exclude-from-classmap": [
					"/Tests/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Fabien Potencier",
					"email": "fabien@symfony.com"
				},
				{
					"name": "Symfony Community",
					"homepage": "https://symfony.com/contributors"
				}
			],
			"description": "Finds files and directories via an intuitive fluent interface",
			"homepage": "https://symfony.com",
			"support": {
				"source": "https://github.com/symfony/finder/tree/v7.1.6"
			},
			"funding": [
				{
					"url": "https://symfony.com/sponsor",
					"type": "custom"
				},
				{
					"url": "https://github.com/fabpot",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
					"type": "tidelift"
				}
			],
			"time": "2024-10-01T08:31:23+00:00"
		},
		{
			"name": "symfony/options-resolver",
			"version": "v7.1.6",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/options-resolver.git",
				"reference": "85e95eeede2d41cd146146e98c9c81d9214cae85"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/options-resolver/zipball/85e95eeede2d41cd146146e98c9c81d9214cae85",
				"reference": "85e95eeede2d41cd146146e98c9c81d9214cae85",
				"shasum": ""
			},
			"require": {
				"php": ">=8.2",
				"symfony/deprecation-contracts": "^2.5|^3"
			},
			"type": "library",
			"autoload": {
				"psr-4": {
					"Symfony\\Component\\OptionsResolver\\": ""
				},
				"exclude-from-classmap": [
					"/Tests/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Fabien Potencier",
					"email": "fabien@symfony.com"
				},
				{
					"name": "Symfony Community",
					"homepage": "https://symfony.com/contributors"
				}
			],
			"description": "Provides an improved replacement for the array_replace PHP function",
			"homepage": "https://symfony.com",
			"keywords": [
				"config",
				"configuration",
				"options"
			],
			"support": {
				"source": "https://github.com/symfony/options-resolver/tree/v7.1.6"
			},
			"funding": [
				{
					"url": "https://symfony.com/sponsor",
					"type": "custom"
				},
				{
					"url": "https://github.com/fabpot",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
					"type": "tidelift"
				}
			],
			"time": "2024-09-25T14:20:29+00:00"
		},
		{
			"name": "symfony/polyfill-ctype",
			"version": "v1.31.0",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/polyfill-ctype.git",
				"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
				"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
				"shasum": ""
			},
			"require": {
				"php": ">=7.2"
			},
			"provide": {
				"ext-ctype": "*"
			},
			"suggest": {
				"ext-ctype": "For best performance"
			},
			"type": "library",
			"extra": {
				"thanks": {
					"name": "symfony/polyfill",
					"url": "https://github.com/symfony/polyfill"
				}
			},
			"autoload": {
				"files": [
					"bootstrap.php"
				],
				"psr-4": {
					"Symfony\\Polyfill\\Ctype\\": ""
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Gert de Pagter",
					"email": "BackEndTea@gmail.com"
				},
				{
					"name": "Symfony Community",
					"homepage": "https://symfony.com/contributors"
				}
			],
			"description": "Symfony polyfill for ctype functions",
			"homepage": "https://symfony.com",
			"keywords": [
				"compatibility",
				"ctype",
				"polyfill",
				"portable"
			],
			"support": {
				"source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
			},
			"funding": [
				{
					"url": "https://symfony.com/sponsor",
					"type": "custom"
				},
				{
					"url": "https://github.com/fabpot",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
					"type": "tidelift"
				}
			],
			"time": "2024-09-09T11:45:10+00:00"
		},
		{
			"name": "symfony/polyfill-intl-grapheme",
			"version": "v1.31.0",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
				"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
				"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
				"shasum": ""
			},
			"require": {
				"php": ">=7.2"
			},
			"suggest": {
				"ext-intl": "For best performance"
			},
			"type": "library",
			"extra": {
				"thanks": {
					"name": "symfony/polyfill",
					"url": "https://github.com/symfony/polyfill"
				}
			},
			"autoload": {
				"files": [
					"bootstrap.php"
				],
				"psr-4": {
					"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Nicolas Grekas",
					"email": "p@tchwork.com"
				},
				{
					"name": "Symfony Community",
					"homepage": "https://symfony.com/contributors"
				}
			],
			"description": "Symfony polyfill for intl's grapheme_* functions",
			"homepage": "https://symfony.com",
			"keywords": [
				"compatibility",
				"grapheme",
				"intl",
				"polyfill",
				"portable",
				"shim"
			],
			"support": {
				"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
			},
			"funding": [
				{
					"url": "https://symfony.com/sponsor",
					"type": "custom"
				},
				{
					"url": "https://github.com/fabpot",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
					"type": "tidelift"
				}
			],
			"time": "2024-09-09T11:45:10+00:00"
		},
		{
			"name": "symfony/polyfill-intl-normalizer",
			"version": "v1.31.0",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
				"reference": "3833d7255cc303546435cb650316bff708a1c75c"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
				"reference": "3833d7255cc303546435cb650316bff708a1c75c",
				"shasum": ""
			},
			"require": {
				"php": ">=7.2"
			},
			"suggest": {
				"ext-intl": "For best performance"
			},
			"type": "library",
			"extra": {
				"thanks": {
					"name": "symfony/polyfill",
					"url": "https://github.com/symfony/polyfill"
				}
			},
			"autoload": {
				"files": [
					"bootstrap.php"
				],
				"psr-4": {
					"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
				},
				"classmap": [
					"Resources/stubs"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Nicolas Grekas",
					"email": "p@tchwork.com"
				},
				{
					"name": "Symfony Community",
					"homepage": "https://symfony.com/contributors"
				}
			],
			"description": "Symfony polyfill for intl's Normalizer class and related functions",
			"homepage": "https://symfony.com",
			"keywords": [
				"compatibility",
				"intl",
				"normalizer",
				"polyfill",
				"portable",
				"shim"
			],
			"support": {
				"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
			},
			"funding": [
				{
					"url": "https://symfony.com/sponsor",
					"type": "custom"
				},
				{
					"url": "https://github.com/fabpot",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
					"type": "tidelift"
				}
			],
			"time": "2024-09-09T11:45:10+00:00"
		},
		{
			"name": "symfony/polyfill-mbstring",
			"version": "v1.31.0",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/polyfill-mbstring.git",
				"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
				"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
				"shasum": ""
			},
			"require": {
				"php": ">=7.2"
			},
			"provide": {
				"ext-mbstring": "*"
			},
			"suggest": {
				"ext-mbstring": "For best performance"
			},
			"type": "library",
			"extra": {
				"thanks": {
					"name": "symfony/polyfill",
					"url": "https://github.com/symfony/polyfill"
				}
			},
			"autoload": {
				"files": [
					"bootstrap.php"
				],
				"psr-4": {
					"Symfony\\Polyfill\\Mbstring\\": ""
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Nicolas Grekas",
					"email": "p@tchwork.com"
				},
				{
					"name": "Symfony Community",
					"homepage": "https://symfony.com/contributors"
				}
			],
			"description": "Symfony polyfill for the Mbstring extension",
			"homepage": "https://symfony.com",
			"keywords": [
				"compatibility",
				"mbstring",
				"polyfill",
				"portable",
				"shim"
			],
			"support": {
				"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
			},
			"funding": [
				{
					"url": "https://symfony.com/sponsor",
					"type": "custom"
				},
				{
					"url": "https://github.com/fabpot",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
					"type": "tidelift"
				}
			],
			"time": "2024-09-09T11:45:10+00:00"
		},
		{
			"name": "symfony/process",
			"version": "v7.1.6",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/process.git",
				"reference": "6aaa189ddb4ff6b5de8fa3210f2fb42c87b4d12e"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/process/zipball/6aaa189ddb4ff6b5de8fa3210f2fb42c87b4d12e",
				"reference": "6aaa189ddb4ff6b5de8fa3210f2fb42c87b4d12e",
				"shasum": ""
			},
			"require": {
				"php": ">=8.2"
			},
			"type": "library",
			"autoload": {
				"psr-4": {
					"Symfony\\Component\\Process\\": ""
				},
				"exclude-from-classmap": [
					"/Tests/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Fabien Potencier",
					"email": "fabien@symfony.com"
				},
				{
					"name": "Symfony Community",
					"homepage": "https://symfony.com/contributors"
				}
			],
			"description": "Executes commands in sub-processes",
			"homepage": "https://symfony.com",
			"support": {
				"source": "https://github.com/symfony/process/tree/v7.1.6"
			},
			"funding": [
				{
					"url": "https://symfony.com/sponsor",
					"type": "custom"
				},
				{
					"url": "https://github.com/fabpot",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
					"type": "tidelift"
				}
			],
			"time": "2024-09-25T14:20:29+00:00"
		},
		{
			"name": "symfony/service-contracts",
			"version": "v3.5.0",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/service-contracts.git",
				"reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
				"reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
				"shasum": ""
			},
			"require": {
				"php": ">=8.1",
				"psr/container": "^1.1|^2.0",
				"symfony/deprecation-contracts": "^2.5|^3"
			},
			"conflict": {
				"ext-psr": "<1.1|>=2"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-main": "3.5-dev"
				},
				"thanks": {
					"name": "symfony/contracts",
					"url": "https://github.com/symfony/contracts"
				}
			},
			"autoload": {
				"psr-4": {
					"Symfony\\Contracts\\Service\\": ""
				},
				"exclude-from-classmap": [
					"/Test/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Nicolas Grekas",
					"email": "p@tchwork.com"
				},
				{
					"name": "Symfony Community",
					"homepage": "https://symfony.com/contributors"
				}
			],
			"description": "Generic abstractions related to writing services",
			"homepage": "https://symfony.com",
			"keywords": [
				"abstractions",
				"contracts",
				"decoupling",
				"interfaces",
				"interoperability",
				"standards"
			],
			"support": {
				"source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
			},
			"funding": [
				{
					"url": "https://symfony.com/sponsor",
					"type": "custom"
				},
				{
					"url": "https://github.com/fabpot",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
					"type": "tidelift"
				}
			],
			"time": "2024-04-18T09:32:20+00:00"
		},
		{
			"name": "symfony/string",
			"version": "v7.1.6",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/string.git",
				"reference": "61b72d66bf96c360a727ae6232df5ac83c71f626"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/string/zipball/61b72d66bf96c360a727ae6232df5ac83c71f626",
				"reference": "61b72d66bf96c360a727ae6232df5ac83c71f626",
				"shasum": ""
			},
			"require": {
				"php": ">=8.2",
				"symfony/polyfill-ctype": "~1.8",
				"symfony/polyfill-intl-grapheme": "~1.0",
				"symfony/polyfill-intl-normalizer": "~1.0",
				"symfony/polyfill-mbstring": "~1.0"
			},
			"conflict": {
				"symfony/translation-contracts": "<2.5"
			},
			"require-dev": {
				"symfony/emoji": "^7.1",
				"symfony/error-handler": "^6.4|^7.0",
				"symfony/http-client": "^6.4|^7.0",
				"symfony/intl": "^6.4|^7.0",
				"symfony/translation-contracts": "^2.5|^3.0",
				"symfony/var-exporter": "^6.4|^7.0"
			},
			"type": "library",
			"autoload": {
				"files": [
					"Resources/functions.php"
				],
				"psr-4": {
					"Symfony\\Component\\String\\": ""
				},
				"exclude-from-classmap": [
					"/Tests/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Nicolas Grekas",
					"email": "p@tchwork.com"
				},
				{
					"name": "Symfony Community",
					"homepage": "https://symfony.com/contributors"
				}
			],
			"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
			"homepage": "https://symfony.com",
			"keywords": [
				"grapheme",
				"i18n",
				"string",
				"unicode",
				"utf-8",
				"utf8"
			],
			"support": {
				"source": "https://github.com/symfony/string/tree/v7.1.6"
			},
			"funding": [
				{
					"url": "https://symfony.com/sponsor",
					"type": "custom"
				},
				{
					"url": "https://github.com/fabpot",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
					"type": "tidelift"
				}
			],
			"time": "2024-09-25T14:20:29+00:00"
		},
		{
			"name": "symfony/var-exporter",
			"version": "v7.1.6",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/var-exporter.git",
				"reference": "90173ef89c40e7c8c616653241048705f84130ef"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/var-exporter/zipball/90173ef89c40e7c8c616653241048705f84130ef",
				"reference": "90173ef89c40e7c8c616653241048705f84130ef",
				"shasum": ""
			},
			"require": {
				"php": ">=8.2"
			},
			"require-dev": {
				"symfony/property-access": "^6.4|^7.0",
				"symfony/serializer": "^6.4|^7.0",
				"symfony/var-dumper": "^6.4|^7.0"
			},
			"type": "library",
			"autoload": {
				"psr-4": {
					"Symfony\\Component\\VarExporter\\": ""
				},
				"exclude-from-classmap": [
					"/Tests/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Nicolas Grekas",
					"email": "p@tchwork.com"
				},
				{
					"name": "Symfony Community",
					"homepage": "https://symfony.com/contributors"
				}
			],
			"description": "Allows exporting any serializable PHP data structure to plain PHP code",
			"homepage": "https://symfony.com",
			"keywords": [
				"clone",
				"construct",
				"export",
				"hydrate",
				"instantiate",
				"lazy-loading",
				"proxy",
				"serialize"
			],
			"support": {
				"source": "https://github.com/symfony/var-exporter/tree/v7.1.6"
			},
			"funding": [
				{
					"url": "https://symfony.com/sponsor",
					"type": "custom"
				},
				{
					"url": "https://github.com/fabpot",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
					"type": "tidelift"
				}
			],
			"time": "2024-09-25T14:20:29+00:00"
		},
		{
			"name": "symfony/yaml",
			"version": "v7.1.6",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/yaml.git",
				"reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/yaml/zipball/3ced3f29e4f0d6bce2170ff26719f1fe9aacc671",
				"reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671",
				"shasum": ""
			},
			"require": {
				"php": ">=8.2",
				"symfony/polyfill-ctype": "^1.8"
			},
			"conflict": {
				"symfony/console": "<6.4"
			},
			"require-dev": {
				"symfony/console": "^6.4|^7.0"
			},
			"bin": [
				"Resources/bin/yaml-lint"
			],
			"type": "library",
			"autoload": {
				"psr-4": {
					"Symfony\\Component\\Yaml\\": ""
				},
				"exclude-from-classmap": [
					"/Tests/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Fabien Potencier",
					"email": "fabien@symfony.com"
				},
				{
					"name": "Symfony Community",
					"homepage": "https://symfony.com/contributors"
				}
			],
			"description": "Loads and dumps YAML files",
			"homepage": "https://symfony.com",
			"support": {
				"source": "https://github.com/symfony/yaml/tree/v7.1.6"
			},
			"funding": [
				{
					"url": "https://symfony.com/sponsor",
					"type": "custom"
				},
				{
					"url": "https://github.com/fabpot",
					"type": "github"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
					"type": "tidelift"
				}
			],
			"time": "2024-09-25T14:20:29+00:00"
		},
		{
			"name": "vimeo/psalm",
			"version": "5.26.1",
			"source": {
				"type": "git",
				"url": "https://github.com/vimeo/psalm.git",
				"reference": "d747f6500b38ac4f7dfc5edbcae6e4b637d7add0"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/vimeo/psalm/zipball/d747f6500b38ac4f7dfc5edbcae6e4b637d7add0",
				"reference": "d747f6500b38ac4f7dfc5edbcae6e4b637d7add0",
				"shasum": ""
			},
			"require": {
				"amphp/amp": "^2.4.2",
				"amphp/byte-stream": "^1.5",
				"composer-runtime-api": "^2",
				"composer/semver": "^1.4 || ^2.0 || ^3.0",
				"composer/xdebug-handler": "^2.0 || ^3.0",
				"dnoegel/php-xdg-base-dir": "^0.1.1",
				"ext-ctype": "*",
				"ext-dom": "*",
				"ext-json": "*",
				"ext-libxml": "*",
				"ext-mbstring": "*",
				"ext-simplexml": "*",
				"ext-tokenizer": "*",
				"felixfbecker/advanced-json-rpc": "^3.1",
				"felixfbecker/language-server-protocol": "^1.5.2",
				"fidry/cpu-core-counter": "^0.4.1 || ^0.5.1 || ^1.0.0",
				"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
				"nikic/php-parser": "^4.17",
				"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
				"sebastian/diff": "^4.0 || ^5.0 || ^6.0",
				"spatie/array-to-xml": "^2.17.0 || ^3.0",
				"symfony/console": "^4.1.6 || ^5.0 || ^6.0 || ^7.0",
				"symfony/filesystem": "^5.4 || ^6.0 || ^7.0"
			},
			"conflict": {
				"nikic/php-parser": "4.17.0"
			},
			"provide": {
				"psalm/psalm": "self.version"
			},
			"require-dev": {
				"amphp/phpunit-util": "^2.0",
				"bamarni/composer-bin-plugin": "^1.4",
				"brianium/paratest": "^6.9",
				"ext-curl": "*",
				"mockery/mockery": "^1.5",
				"nunomaduro/mock-final-classes": "^1.1",
				"php-parallel-lint/php-parallel-lint": "^1.2",
				"phpstan/phpdoc-parser": "^1.6",
				"phpunit/phpunit": "^9.6",
				"psalm/plugin-mockery": "^1.1",
				"psalm/plugin-phpunit": "^0.18",
				"slevomat/coding-standard": "^8.4",
				"squizlabs/php_codesniffer": "^3.6",
				"symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0"
			},
			"suggest": {
				"ext-curl": "In order to send data to shepherd",
				"ext-igbinary": "^2.0.5 is required, used to serialize caching data"
			},
			"bin": [
				"psalm",
				"psalm-language-server",
				"psalm-plugin",
				"psalm-refactor",
				"psalter"
			],
			"type": "project",
			"extra": {
				"branch-alias": {
					"dev-master": "5.x-dev",
					"dev-4.x": "4.x-dev",
					"dev-3.x": "3.x-dev",
					"dev-2.x": "2.x-dev",
					"dev-1.x": "1.x-dev"
				}
			},
			"autoload": {
				"psr-4": {
					"Psalm\\": "src/Psalm/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Matthew Brown"
				}
			],
			"description": "A static analysis tool for finding errors in PHP applications",
			"keywords": [
				"code",
				"inspection",
				"php",
				"static analysis"
			],
			"support": {
				"docs": "https://psalm.dev/docs",
				"issues": "https://github.com/vimeo/psalm/issues",
				"source": "https://github.com/vimeo/psalm"
			},
			"time": "2024-09-08T18:53:08+00:00"
		},
		{
			"name": "webmozart/assert",
			"version": "1.11.0",
			"source": {
				"type": "git",
				"url": "https://github.com/webmozarts/assert.git",
				"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
				"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
				"shasum": ""
			},
			"require": {
				"ext-ctype": "*",
				"php": "^7.2 || ^8.0"
			},
			"conflict": {
				"phpstan/phpstan": "<0.12.20",
				"vimeo/psalm": "<4.6.1 || 4.6.2"
			},
			"require-dev": {
				"phpunit/phpunit": "^8.5.13"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "1.10-dev"
				}
			},
			"autoload": {
				"psr-4": {
					"Webmozart\\Assert\\": "src/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Bernhard Schussek",
					"email": "bschussek@gmail.com"
				}
			],
			"description": "Assertions to validate method input/output with nice error messages.",
			"keywords": [
				"assert",
				"check",
				"validate"
			],
			"support": {
				"issues": "https://github.com/webmozarts/assert/issues",
				"source": "https://github.com/webmozarts/assert/tree/1.11.0"
			},
			"time": "2022-06-03T18:03:27+00:00"
		},
		{
			"name": "wp-coding-standards/wpcs",
			"version": "3.1.0",
			"source": {
				"type": "git",
				"url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
				"reference": "9333efcbff231f10dfd9c56bb7b65818b4733ca7"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/9333efcbff231f10dfd9c56bb7b65818b4733ca7",
				"reference": "9333efcbff231f10dfd9c56bb7b65818b4733ca7",
				"shasum": ""
			},
			"require": {
				"ext-filter": "*",
				"ext-libxml": "*",
				"ext-tokenizer": "*",
				"ext-xmlreader": "*",
				"php": ">=5.4",
				"phpcsstandards/phpcsextra": "^1.2.1",
				"phpcsstandards/phpcsutils": "^1.0.10",
				"squizlabs/php_codesniffer": "^3.9.0"
			},
			"require-dev": {
				"php-parallel-lint/php-console-highlighter": "^1.0.0",
				"php-parallel-lint/php-parallel-lint": "^1.3.2",
				"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": "2024-03-25T16:39:00+00:00"
		},
		{
			"name": "wp-hooks/wordpress-core",
			"version": "1.8.0",
			"source": {
				"type": "git",
				"url": "https://github.com/wp-hooks/wordpress-core-hooks.git",
				"reference": "ed230267b3b506e645a6bc227ba4d5c6c326862a"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/wp-hooks/wordpress-core-hooks/zipball/ed230267b3b506e645a6bc227ba4d5c6c326862a",
				"reference": "ed230267b3b506e645a6bc227ba4d5c6c326862a",
				"shasum": ""
			},
			"replace": {
				"johnbillion/wp-hooks": "*"
			},
			"require-dev": {
				"erusev/parsedown": "1.8.0-beta-7",
				"oomphinc/composer-installers-extender": "^2",
				"roots/wordpress-core-installer": "^1.0.0",
				"roots/wordpress-full": "6.6-RC4",
				"wp-hooks/generator": "0.9.0"
			},
			"type": "library",
			"extra": {
				"wordpress-install-dir": "vendor/wordpress/wordpress",
				"wp-hooks": {
					"ignore-files": [
						"wp-admin/includes/deprecated.php",
						"wp-admin/includes/ms-deprecated.php",
						"wp-content/",
						"wp-includes/deprecated.php",
						"wp-includes/ID3/",
						"wp-includes/ms-deprecated.php",
						"wp-includes/pomo/",
						"wp-includes/random_compat/",
						"wp-includes/Requests/",
						"wp-includes/SimplePie/",
						"wp-includes/sodium_compat/",
						"wp-includes/Text/"
					],
					"ignore-hooks": [
						"load-categories.php",
						"load-edit-link-categories.php",
						"load-edit-tags.php",
						"load-page-new.php",
						"load-page.php",
						"option_enable_xmlrpc",
						"edit_post_{$field}",
						"pre_post_{$field}",
						"post_{$field}",
						"pre_option_enable_xmlrpc",
						"{$hook}",
						"{$hook_name}"
					]
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"GPL-3.0-or-later"
			],
			"authors": [
				{
					"name": "John Blackbourn",
					"homepage": "https://johnblackbourn.com/"
				}
			],
			"description": "All the actions and filters from WordPress core in machine-readable JSON format.",
			"support": {
				"issues": "https://github.com/wp-hooks/wordpress-core-hooks/issues",
				"source": "https://github.com/wp-hooks/wordpress-core-hooks/tree/1.8.0"
			},
			"funding": [
				{
					"url": "https://github.com/sponsors/johnbillion",
					"type": "github"
				}
			],
			"time": "2024-07-15T16:47:35+00:00"
		}
	],
	"aliases": [],
	"minimum-stability": "stable",
	"stability-flags": [],
	"prefer-stable": false,
	"prefer-lowest": false,
	"platform": {
		"php": ">=8.2"
	},
	"platform-dev": [],
	"plugin-api-version": "2.6.0"
}
