{
<<<<<<< HEAD
	"_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": "33c81c3200dd7e7a998babc6010f3105",
	"packages": [],
	"packages-dev": [
		{
			"name": "amphp/amp",
			"version": "v2.6.2",
			"source": {
				"type": "git",
				"url": "https://github.com/amphp/amp.git",
				"reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/amphp/amp/zipball/9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
				"reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
				"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",
				"psalm/phar": "^3.11@dev",
				"react/promise": "^2"
			},
			"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.2"
			},
			"funding": [
				{
					"url": "https://github.com/amphp",
					"type": "github"
				}
			],
			"time": "2022-02-20T17:52:18+00:00"
		},
		{
			"name": "amphp/byte-stream",
			"version": "v1.8.1",
			"source": {
				"type": "git",
				"url": "https://github.com/amphp/byte-stream.git",
				"reference": "acbd8002b3536485c997c4e019206b3f10ca15bd"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd",
				"reference": "acbd8002b3536485c997c4e019206b3f10ca15bd",
				"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",
			"extra": {
				"branch-alias": {
					"dev-master": "1.x-dev"
				}
			},
			"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": "http://amphp.org/byte-stream",
			"keywords": [
				"amp",
				"amphp",
				"async",
				"io",
				"non-blocking",
				"stream"
			],
			"support": {
				"irc": "irc://irc.freenode.org/amphp",
				"issues": "https://github.com/amphp/byte-stream/issues",
				"source": "https://github.com/amphp/byte-stream/tree/v1.8.1"
			},
			"funding": [
				{
					"url": "https://github.com/amphp",
					"type": "github"
				}
			],
			"time": "2021-03-30T17:13:30+00:00"
		},
		{
			"name": "composer/package-versions-deprecated",
			"version": "1.11.99.5",
			"source": {
				"type": "git",
				"url": "https://github.com/composer/package-versions-deprecated.git",
				"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
				"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
				"shasum": ""
			},
			"require": {
				"composer-plugin-api": "^1.1.0 || ^2.0",
				"php": "^7 || ^8"
			},
			"replace": {
				"ocramius/package-versions": "1.11.99"
			},
			"require-dev": {
				"composer/composer": "^1.9.3 || ^2.0@dev",
				"ext-zip": "^1.13",
				"phpunit/phpunit": "^6.5 || ^7"
			},
			"type": "composer-plugin",
			"extra": {
				"class": "PackageVersions\\Installer",
				"branch-alias": {
					"dev-master": "1.x-dev"
				}
			},
			"autoload": {
				"psr-4": {
					"PackageVersions\\": "src/PackageVersions"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [ "MIT" ],
			"authors": [
				{
					"name": "Marco Pivetta",
					"email": "ocramius@gmail.com"
				},
				{
					"name": "Jordi Boggiano",
					"email": "j.boggiano@seld.be"
				}
			],
			"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
			"support": {
				"issues": "https://github.com/composer/package-versions-deprecated/issues",
				"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.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": "2022-01-17T14:14:24+00:00"
		},
		{
			"name": "composer/pcre",
			"version": "3.0.0",
			"source": {
				"type": "git",
				"url": "https://github.com/composer/pcre.git",
				"reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/composer/pcre/zipball/e300eb6c535192decd27a85bc72a9290f0d6b3bd",
				"reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd",
				"shasum": ""
			},
			"require": {
				"php": "^7.4 || ^8.0"
			},
			"require-dev": {
				"phpstan/phpstan": "^1.3",
				"phpstan/phpstan-strict-rules": "^1.1",
				"symfony/phpunit-bridge": "^5"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-main": "3.x-dev"
				}
			},
			"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.0.0"
			},
			"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": "2022-02-25T20:21:48+00:00"
		},
		{
			"name": "composer/semver",
			"version": "3.3.2",
			"source": {
				"type": "git",
				"url": "https://github.com/composer/semver.git",
				"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
				"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
				"shasum": ""
			},
			"require": {
				"php": "^5.3.2 || ^7.0 || ^8.0"
			},
			"require-dev": {
				"phpstan/phpstan": "^1.4",
				"symfony/phpunit-bridge": "^4.2 || ^5"
			},
			"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": "irc://irc.freenode.org/composer",
				"issues": "https://github.com/composer/semver/issues",
				"source": "https://github.com/composer/semver/tree/3.3.2"
			},
			"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": "2022-04-01T19:23:25+00:00"
		},
		{
			"name": "composer/xdebug-handler",
			"version": "3.0.3",
			"source": {
				"type": "git",
				"url": "https://github.com/composer/xdebug-handler.git",
				"reference": "ced299686f41dce890debac69273b47ffe98a40c"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
				"reference": "ced299686f41dce890debac69273b47ffe98a40c",
				"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",
				"symfony/phpunit-bridge": "^6.0"
			},
			"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": "irc://irc.freenode.org/composer",
				"issues": "https://github.com/composer/xdebug-handler/issues",
				"source": "https://github.com/composer/xdebug-handler/tree/3.0.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": "2022-02-25T21:32:43+00:00"
		},
		{
			"name": "dealerdirect/phpcodesniffer-composer-installer",
			"version": "v0.7.2",
			"source": {
				"type": "git",
				"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
				"reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
				"reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
				"shasum": ""
			},
			"require": {
				"composer-plugin-api": "^1.0 || ^2.0",
				"php": ">=5.3",
				"squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
			},
			"require-dev": {
				"composer/composer": "*",
				"php-parallel-lint/php-parallel-lint": "^1.3.1",
				"phpcompatibility/php-compatibility": "^9.0"
			},
			"type": "composer-plugin",
			"extra": {
				"class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
			},
			"autoload": {
				"psr-4": {
					"Dealerdirect\\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/Dealerdirect/phpcodesniffer-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/dealerdirect/phpcodesniffer-composer-installer/issues",
				"source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
			},
			"time": "2022-02-04T12:51:07+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": "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.2",
			"source": {
				"type": "git",
				"url": "https://github.com/felixfbecker/php-language-server-protocol.git",
				"reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/6e82196ffd7c62f7794d778ca52b69feec9f2842",
				"reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842",
				"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.2"
			},
			"time": "2022-03-02T22:36:06+00:00"
		},
		{
			"name": "humanmade/psalm-plugin-wordpress",
			"version": "2.0.5",
			"source": {
				"type": "git",
				"url": "https://github.com/humanmade/psalm-plugin-wordpress.git",
				"reference": "8fe21386fb4ff63d4253322dc3b8eaa1bb71c99f"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/humanmade/psalm-plugin-wordpress/zipball/8fe21386fb4ff63d4253322dc3b8eaa1bb71c99f",
				"reference": "8fe21386fb4ff63d4253322dc3b8eaa1bb71c99f",
				"shasum": ""
			},
			"require": {
				"ext-simplexml": "*",
				"johnbillion/wp-hooks": "^0.4.4",
				"php-stubs/wordpress-stubs": "^5.5",
				"vimeo/psalm": "^4"
			},
			"require-dev": {
				"phpunit/phpunit": "^9.0",
				"psalm/plugin-phpunit": "^0.15.1"
			},
			"type": "psalm-plugin",
			"extra": {
				"psalm": {
					"pluginClass": "PsalmWordPress\\Plugin"
				}
			},
			"autoload": {
				"psr-4": {
					"PsalmWordPress\\": [ "." ]
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [ "MIT" ],
			"authors": [
				{
					"name": "Joe Hoyle",
					"email": "joehoyle@gmail.com"
				}
			],
			"description": "WordPress stubs and plugin for Psalm.",
			"support": {
				"issues": "https://github.com/humanmade/psalm-plugin-wordpress/issues",
				"source": "https://github.com/humanmade/psalm-plugin-wordpress/tree/2.0.5"
			},
			"time": "2021-05-26T08:45:53+00:00"
		},
		{
			"name": "johnbillion/wp-hooks",
			"version": "0.4.4",
			"source": {
				"type": "git",
				"url": "https://github.com/wp-hooks/wordpress-core.git",
				"reference": "eb9d32917bb5a0a10a3fc9bedbb3f509f885b769"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/wp-hooks/wordpress-core/zipball/eb9d32917bb5a0a10a3fc9bedbb3f509f885b769",
				"reference": "eb9d32917bb5a0a10a3fc9bedbb3f509f885b769",
				"shasum": ""
			},
			"require-dev": {
				"johnbillion/wp-hooks-generator": "~0.5.0",
				"oomphinc/composer-installers-extender": "^1.1",
				"roots/wordpress": "dev-nightly"
			},
			"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/IXR/",
						"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",
						"pre_option_enable_xmlrpc",
						"{$tag}"
					]
				}
			},
			"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/issues",
				"source": "https://github.com/wp-hooks/wordpress-core/tree/0.4.4"
			},
			"funding": [
				{
					"url": "https://github.com/johnbillion",
					"type": "github"
				}
			],
			"abandoned": "wp-hooks/wordpress-core",
			"time": "2020-08-29T20:58:28+00:00"
		},
		{
			"name": "n98/junit-xml",
			"version": "1.1.0",
			"source": {
				"type": "git",
				"url": "https://github.com/cmuench/junit-xml.git",
				"reference": "0017dd92ac8cb619f02e32f4cffd768cfe327c73"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/cmuench/junit-xml/zipball/0017dd92ac8cb619f02e32f4cffd768cfe327c73",
				"reference": "0017dd92ac8cb619f02e32f4cffd768cfe327c73",
				"shasum": ""
			},
			"require-dev": {
				"phpunit/phpunit": "^9.5.0"
			},
			"type": "library",
			"autoload": {
				"psr-4": {
					"N98\\JUnitXml\\": "src/N98/JUnitXml"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [ "MIT" ],
			"authors": [
				{
					"name": "Christian Münch",
					"email": "c.muench@netz98.de"
				}
			],
			"description": "JUnit XML Document generation library",
			"support": {
				"issues": "https://github.com/cmuench/junit-xml/issues",
				"source": "https://github.com/cmuench/junit-xml/tree/1.1.0"
			},
			"time": "2020-12-25T09:08:58+00:00"
		},
		{
			"name": "netresearch/jsonmapper",
			"version": "v4.0.0",
			"source": {
				"type": "git",
				"url": "https://github.com/cweiske/jsonmapper.git",
				"reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d",
				"reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d",
				"shasum": ""
			},
			"require": {
				"ext-json": "*",
				"ext-pcre": "*",
				"ext-reflection": "*",
				"ext-spl": "*",
				"php": ">=7.1"
			},
			"require-dev": {
				"phpunit/phpunit": "~7.5 || ~8.0 || ~9.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.0.0"
			},
			"time": "2020-12-01T19:48:11+00:00"
		},
		{
			"name": "nikic/php-parser",
			"version": "v4.15.1",
			"source": {
				"type": "git",
				"url": "https://github.com/nikic/PHP-Parser.git",
				"reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900",
				"reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900",
				"shasum": ""
			},
			"require": {
				"ext-tokenizer": "*",
				"php": ">=7.0"
			},
			"require-dev": {
				"ircmaxell/php-yacc": "^0.0.7",
				"phpunit/phpunit": "^6.5 || ^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.15.1"
			},
			"time": "2022-09-04T07:30:47+00:00"
		},
		{
			"name": "openlss/lib-array2xml",
			"version": "1.0.0",
			"source": {
				"type": "git",
				"url": "https://github.com/nullivex/lib-array2xml.git",
				"reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
				"reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
				"shasum": ""
			},
			"require": {
				"php": ">=5.3.2"
			},
			"type": "library",
			"autoload": {
				"psr-0": {
					"LSS": ""
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [ "Apache-2.0" ],
			"authors": [
				{
					"name": "Bryan Tong",
					"email": "bryan@nullivex.com",
					"homepage": "https://www.nullivex.com"
				},
				{
					"name": "Tony Butler",
					"email": "spudz76@gmail.com",
					"homepage": "https://www.nullivex.com"
				}
			],
			"description": "Array2XML conversion library credit to lalit.org",
			"homepage": "https://www.nullivex.com",
			"keywords": [
				"array",
				"array conversion",
				"xml",
				"xml conversion"
			],
			"support": {
				"issues": "https://github.com/nullivex/lib-array2xml/issues",
				"source": "https://github.com/nullivex/lib-array2xml/tree/master"
			},
			"time": "2019-03-29T20:06:56+00:00"
		},
		{
			"name": "overtrue/phplint",
			"version": "2.4.1",
			"source": {
				"type": "git",
				"url": "https://github.com/overtrue/phplint.git",
				"reference": "59affacd0b09a1460e39acf2c64c963ddbf734cf"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/overtrue/phplint/zipball/59affacd0b09a1460e39acf2c64c963ddbf734cf",
				"reference": "59affacd0b09a1460e39acf2c64c963ddbf734cf",
				"shasum": ""
			},
			"require": {
				"ext-json": "*",
				"n98/junit-xml": "1.1.0",
				"php": ">=5.5.9",
				"symfony/console": "^3.2|^4.0|^5.0",
				"symfony/finder": "^3.0|^4.0|^5.0",
				"symfony/process": "^3.3|^4.0|^5.0",
				"symfony/yaml": "^3.0|^4.0|^5.0"
			},
			"require-dev": {
				"brainmaestro/composer-git-hooks": "^2.7",
				"friendsofphp/php-cs-fixer": "^2.16",
				"jakub-onderka/php-console-highlighter": "^0.3.2 || ^0.4"
			},
			"bin": [ "bin/phplint" ],
			"type": "library",
			"extra": {
				"hooks": {
					"pre-commit": [ "composer fix-style" ],
					"pre-push": [ "composer check-style" ]
				}
			},
			"autoload": {
				"psr-4": {
					"Overtrue\\PHPLint\\": "src/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [ "MIT" ],
			"authors": [
				{
					"name": "overtrue",
					"email": "anzhengchao@gmail.com"
				}
			],
			"description": "`phplint` is a tool that can speed up linting of php files by running several lint processes at once.",
			"keywords": [ "check", "lint", "phplint", "syntax" ],
			"support": {
				"issues": "https://github.com/overtrue/phplint/issues",
				"source": "https://github.com/overtrue/phplint/tree/2.4.1"
			},
			"time": "2021-06-02T16:18:33+00:00"
		},
		{
			"name": "php-stubs/wordpress-stubs",
			"version": "v5.9.4",
			"source": {
				"type": "git",
				"url": "https://github.com/php-stubs/wordpress-stubs.git",
				"reference": "2c18dbfc59b69949b4a4b7dbc096a684f19aaf95"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/2c18dbfc59b69949b4a4b7dbc096a684f19aaf95",
				"reference": "2c18dbfc59b69949b4a4b7dbc096a684f19aaf95",
				"shasum": ""
			},
			"replace": {
				"giacocorsiglia/wordpress-stubs": "*"
			},
			"require-dev": {
				"nikic/php-parser": "< 4.12.0",
				"php": "~7.3 || ~8.0",
				"php-stubs/generator": "^0.8.1",
				"phpdocumentor/reflection-docblock": "^5.3",
				"phpstan/phpstan": "^1.2"
			},
			"suggest": {
				"paragonie/sodium_compat": "Pure PHP implementation of libsodium",
				"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": "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/v5.9.4"
			},
			"time": "2022-09-30T17:24:17+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.1",
			"source": {
				"type": "git",
				"url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",
				"reference": "ddabec839cc003651f2ce695c938686d1086cf43"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/ddabec839cc003651f2ce695c938686d1086cf43",
				"reference": "ddabec839cc003651f2ce695c938686d1086cf43",
				"shasum": ""
			},
			"require": {
				"phpcompatibility/php-compatibility": "^9.0"
			},
			"require-dev": {
				"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
				"paragonie/random_compat": "dev-master",
				"paragonie/sodium_compat": "dev-master"
			},
			"suggest": {
				"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || 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"
			],
			"support": {
				"issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues",
				"source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie"
			},
			"time": "2021-02-15T10:24:51+00:00"
		},
		{
			"name": "phpcompatibility/phpcompatibility-wp",
			"version": "2.1.3",
			"source": {
				"type": "git",
				"url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",
				"reference": "d55de55f88697b9cdb94bccf04f14eb3b11cf308"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/d55de55f88697b9cdb94bccf04f14eb3b11cf308",
				"reference": "d55de55f88697b9cdb94bccf04f14eb3b11cf308",
				"shasum": ""
			},
			"require": {
				"phpcompatibility/php-compatibility": "^9.0",
				"phpcompatibility/phpcompatibility-paragonie": "^1.0"
			},
			"require-dev": {
				"dealerdirect/phpcodesniffer-composer-installer": "^0.7"
			},
			"suggest": {
				"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || 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": "2021-12-30T16:37:40+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.3.0",
			"source": {
				"type": "git",
				"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
				"reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
				"reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
				"shasum": ""
			},
			"require": {
				"ext-filter": "*",
				"php": "^7.2 || ^8.0",
				"phpdocumentor/reflection-common": "^2.2",
				"phpdocumentor/type-resolver": "^1.3",
				"webmozart/assert": "^1.9.1"
			},
			"require-dev": {
				"mockery/mockery": "~1.3.2",
				"psalm/phar": "^4.8"
			},
			"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": "account@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.3.0"
			},
			"time": "2021-10-19T17:43:47+00:00"
		},
		{
			"name": "phpdocumentor/type-resolver",
			"version": "1.6.1",
			"source": {
				"type": "git",
				"url": "https://github.com/phpDocumentor/TypeResolver.git",
				"reference": "77a32518733312af16a44300404e945338981de3"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3",
				"reference": "77a32518733312af16a44300404e945338981de3",
				"shasum": ""
			},
			"require": {
				"php": "^7.2 || ^8.0",
				"phpdocumentor/reflection-common": "^2.0"
			},
			"require-dev": {
				"ext-tokenizer": "*",
				"psalm/phar": "^4.8"
			},
			"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.6.1"
			},
			"time": "2022-03-15T21:29:03+00:00"
		},
		{
			"name": "psr/container",
			"version": "1.1.2",
			"source": {
				"type": "git",
				"url": "https://github.com/php-fig/container.git",
				"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
				"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
				"shasum": ""
			},
			"require": {
				"php": ">=7.4.0"
			},
			"type": "library",
			"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/1.1.2"
			},
			"time": "2021-11-05T16:50:12+00:00"
		},
		{
			"name": "psr/log",
			"version": "1.1.4",
			"source": {
				"type": "git",
				"url": "https://github.com/php-fig/log.git",
				"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
				"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
				"shasum": ""
			},
			"require": {
				"php": ">=5.3.0"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "1.1.x-dev"
				}
			},
			"autoload": {
				"psr-4": {
					"Psr\\Log\\": "Psr/Log/"
				}
			},
			"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/1.1.4"
			},
			"time": "2021-05-03T11:20:27+00:00"
		},
		{
			"name": "sebastian/diff",
			"version": "4.0.4",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/diff.git",
				"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
				"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
				"shasum": ""
			},
			"require": {
				"php": ">=7.3"
			},
			"require-dev": {
				"phpunit/phpunit": "^9.3",
				"symfony/process": "^4.2 || ^5"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "4.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",
				"source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
			},
			"funding": [
				{
					"url": "https://github.com/sebastianbergmann",
					"type": "github"
				}
			],
			"time": "2020-10-26T13:10:38+00:00"
		},
		{
			"name": "squizlabs/php_codesniffer",
			"version": "3.7.1",
			"source": {
				"type": "git",
				"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
				"reference": "1359e176e9307e906dc3d890bcc9603ff6d90619"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619",
				"reference": "1359e176e9307e906dc3d890bcc9603ff6d90619",
				"shasum": ""
			},
			"require": {
				"ext-simplexml": "*",
				"ext-tokenizer": "*",
				"ext-xmlwriter": "*",
				"php": ">=5.4.0"
			},
			"require-dev": {
				"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
			},
			"bin": [ "bin/phpcs", "bin/phpcbf" ],
			"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": "lead"
				}
			],
			"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
			"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
			"keywords": [ "phpcs", "standards" ],
			"support": {
				"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
				"source": "https://github.com/squizlabs/PHP_CodeSniffer",
				"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
			},
			"time": "2022-06-18T07:21:10+00:00"
		},
		{
			"name": "symfony/console",
			"version": "v5.4.13",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/console.git",
				"reference": "3f97f6c7b7e26848a90c0c0cfb91eeb2bb8618be"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/console/zipball/3f97f6c7b7e26848a90c0c0cfb91eeb2bb8618be",
				"reference": "3f97f6c7b7e26848a90c0c0cfb91eeb2bb8618be",
				"shasum": ""
			},
			"require": {
				"php": ">=7.2.5",
				"symfony/deprecation-contracts": "^2.1|^3",
				"symfony/polyfill-mbstring": "~1.0",
				"symfony/polyfill-php73": "^1.9",
				"symfony/polyfill-php80": "^1.16",
				"symfony/service-contracts": "^1.1|^2|^3",
				"symfony/string": "^5.1|^6.0"
			},
			"conflict": {
				"psr/log": ">=3",
				"symfony/dependency-injection": "<4.4",
				"symfony/dotenv": "<5.1",
				"symfony/event-dispatcher": "<4.4",
				"symfony/lock": "<4.4",
				"symfony/process": "<4.4"
			},
			"provide": {
				"psr/log-implementation": "1.0|2.0"
			},
			"require-dev": {
				"psr/log": "^1|^2",
				"symfony/config": "^4.4|^5.0|^6.0",
				"symfony/dependency-injection": "^4.4|^5.0|^6.0",
				"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
				"symfony/lock": "^4.4|^5.0|^6.0",
				"symfony/process": "^4.4|^5.0|^6.0",
				"symfony/var-dumper": "^4.4|^5.0|^6.0"
			},
			"suggest": {
				"psr/log": "For using the console logger",
				"symfony/event-dispatcher": "",
				"symfony/lock": "",
				"symfony/process": ""
			},
			"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/v5.4.13"
			},
			"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": "2022-08-26T13:50:20+00:00"
		},
		{
			"name": "symfony/deprecation-contracts",
			"version": "v2.5.2",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/deprecation-contracts.git",
				"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
				"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
				"shasum": ""
			},
			"require": {
				"php": ">=7.1"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-main": "2.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/v2.5.2"
			},
			"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": "2022-01-02T09:53:40+00:00"
		},
		{
			"name": "symfony/finder",
			"version": "v5.4.11",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/finder.git",
				"reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/finder/zipball/7872a66f57caffa2916a584db1aa7f12adc76f8c",
				"reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c",
				"shasum": ""
			},
			"require": {
				"php": ">=7.2.5",
				"symfony/deprecation-contracts": "^2.1|^3",
				"symfony/polyfill-php80": "^1.16"
			},
			"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/v5.4.11"
			},
			"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": "2022-07-29T07:37:50+00:00"
		},
		{
			"name": "symfony/polyfill-ctype",
			"version": "v1.26.0",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/polyfill-ctype.git",
				"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
				"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
				"shasum": ""
			},
			"require": {
				"php": ">=7.1"
			},
			"provide": {
				"ext-ctype": "*"
			},
			"suggest": {
				"ext-ctype": "For best performance"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-main": "1.26-dev"
				},
				"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.26.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": "2022-05-24T11:49:31+00:00"
		},
		{
			"name": "symfony/polyfill-intl-grapheme",
			"version": "v1.26.0",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
				"reference": "433d05519ce6990bf3530fba6957499d327395c2"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
				"reference": "433d05519ce6990bf3530fba6957499d327395c2",
				"shasum": ""
			},
			"require": {
				"php": ">=7.1"
			},
			"suggest": {
				"ext-intl": "For best performance"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-main": "1.26-dev"
				},
				"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.26.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": "2022-05-24T11:49:31+00:00"
		},
		{
			"name": "symfony/polyfill-intl-normalizer",
			"version": "v1.26.0",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
				"reference": "219aa369ceff116e673852dce47c3a41794c14bd"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
				"reference": "219aa369ceff116e673852dce47c3a41794c14bd",
				"shasum": ""
			},
			"require": {
				"php": ">=7.1"
			},
			"suggest": {
				"ext-intl": "For best performance"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-main": "1.26-dev"
				},
				"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.26.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": "2022-05-24T11:49:31+00:00"
		},
		{
			"name": "symfony/polyfill-mbstring",
			"version": "v1.26.0",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/polyfill-mbstring.git",
				"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
				"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
				"shasum": ""
			},
			"require": {
				"php": ">=7.1"
			},
			"provide": {
				"ext-mbstring": "*"
			},
			"suggest": {
				"ext-mbstring": "For best performance"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-main": "1.26-dev"
				},
				"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.26.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": "2022-05-24T11:49:31+00:00"
		},
		{
			"name": "symfony/polyfill-php73",
			"version": "v1.26.0",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/polyfill-php73.git",
				"reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85",
				"reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85",
				"shasum": ""
			},
			"require": {
				"php": ">=7.1"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-main": "1.26-dev"
				},
				"thanks": {
					"name": "symfony/polyfill",
					"url": "https://github.com/symfony/polyfill"
				}
			},
			"autoload": {
				"files": [ "bootstrap.php" ],
				"psr-4": {
					"Symfony\\Polyfill\\Php73\\": ""
				},
				"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 backporting some PHP 7.3+ features to lower PHP versions",
			"homepage": "https://symfony.com",
			"keywords": [ "compatibility", "polyfill", "portable", "shim" ],
			"support": {
				"source": "https://github.com/symfony/polyfill-php73/tree/v1.26.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": "2022-05-24T11:49:31+00:00"
		},
		{
			"name": "symfony/polyfill-php80",
			"version": "v1.26.0",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/polyfill-php80.git",
				"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
				"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
				"shasum": ""
			},
			"require": {
				"php": ">=7.1"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-main": "1.26-dev"
				},
				"thanks": {
					"name": "symfony/polyfill",
					"url": "https://github.com/symfony/polyfill"
				}
			},
			"autoload": {
				"files": [ "bootstrap.php" ],
				"psr-4": {
					"Symfony\\Polyfill\\Php80\\": ""
				},
				"classmap": [ "Resources/stubs" ]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [ "MIT" ],
			"authors": [
				{
					"name": "Ion Bazan",
					"email": "ion.bazan@gmail.com"
				},
				{
					"name": "Nicolas Grekas",
					"email": "p@tchwork.com"
				},
				{
					"name": "Symfony Community",
					"homepage": "https://symfony.com/contributors"
				}
			],
			"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
			"homepage": "https://symfony.com",
			"keywords": [ "compatibility", "polyfill", "portable", "shim" ],
			"support": {
				"source": "https://github.com/symfony/polyfill-php80/tree/v1.26.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": "2022-05-10T07:21:04+00:00"
		},
		{
			"name": "symfony/process",
			"version": "v5.4.11",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/process.git",
				"reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1",
				"reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1",
				"shasum": ""
			},
			"require": {
				"php": ">=7.2.5",
				"symfony/polyfill-php80": "^1.16"
			},
			"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/v5.4.11"
			},
			"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": "2022-06-27T16:58:25+00:00"
		},
		{
			"name": "symfony/service-contracts",
			"version": "v2.5.2",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/service-contracts.git",
				"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
				"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
				"shasum": ""
			},
			"require": {
				"php": ">=7.2.5",
				"psr/container": "^1.1",
				"symfony/deprecation-contracts": "^2.1|^3"
			},
			"conflict": {
				"ext-psr": "<1.1|>=2"
			},
			"suggest": {
				"symfony/service-implementation": ""
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-main": "2.5-dev"
				},
				"thanks": {
					"name": "symfony/contracts",
					"url": "https://github.com/symfony/contracts"
				}
			},
			"autoload": {
				"psr-4": {
					"Symfony\\Contracts\\Service\\": ""
				}
			},
			"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/v2.5.2"
			},
			"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": "2022-05-30T19:17:29+00:00"
		},
		{
			"name": "symfony/string",
			"version": "v5.4.13",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/string.git",
				"reference": "2900c668a32138a34118740de3e4d5a701801f53"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/string/zipball/2900c668a32138a34118740de3e4d5a701801f53",
				"reference": "2900c668a32138a34118740de3e4d5a701801f53",
				"shasum": ""
			},
			"require": {
				"php": ">=7.2.5",
				"symfony/polyfill-ctype": "~1.8",
				"symfony/polyfill-intl-grapheme": "~1.0",
				"symfony/polyfill-intl-normalizer": "~1.0",
				"symfony/polyfill-mbstring": "~1.0",
				"symfony/polyfill-php80": "~1.15"
			},
			"conflict": {
				"symfony/translation-contracts": ">=3.0"
			},
			"require-dev": {
				"symfony/error-handler": "^4.4|^5.0|^6.0",
				"symfony/http-client": "^4.4|^5.0|^6.0",
				"symfony/translation-contracts": "^1.1|^2",
				"symfony/var-exporter": "^4.4|^5.0|^6.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/v5.4.13"
			},
			"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": "2022-09-01T01:52:16+00:00"
		},
		{
			"name": "symfony/yaml",
			"version": "v5.4.12",
			"source": {
				"type": "git",
				"url": "https://github.com/symfony/yaml.git",
				"reference": "7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/symfony/yaml/zipball/7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c",
				"reference": "7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c",
				"shasum": ""
			},
			"require": {
				"php": ">=7.2.5",
				"symfony/deprecation-contracts": "^2.1|^3",
				"symfony/polyfill-ctype": "^1.8"
			},
			"conflict": {
				"symfony/console": "<5.3"
			},
			"require-dev": {
				"symfony/console": "^5.3|^6.0"
			},
			"suggest": {
				"symfony/console": "For validating YAML files using the lint command"
			},
			"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/v5.4.12"
			},
			"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": "2022-08-02T15:52:22+00:00"
		},
		{
			"name": "vimeo/psalm",
			"version": "4.27.0",
			"source": {
				"type": "git",
				"url": "https://github.com/vimeo/psalm.git",
				"reference": "faf106e717c37b8c81721845dba9de3d8deed8ff"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/vimeo/psalm/zipball/faf106e717c37b8c81721845dba9de3d8deed8ff",
				"reference": "faf106e717c37b8c81721845dba9de3d8deed8ff",
				"shasum": ""
			},
			"require": {
				"amphp/amp": "^2.4.2",
				"amphp/byte-stream": "^1.5",
				"composer/package-versions-deprecated": "^1.8.0",
				"composer/semver": "^1.4 || ^2.0 || ^3.0",
				"composer/xdebug-handler": "^1.1 || ^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.0.3",
				"felixfbecker/language-server-protocol": "^1.5",
				"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
				"nikic/php-parser": "^4.13",
				"openlss/lib-array2xml": "^1.0",
				"php": "^7.1|^8",
				"sebastian/diff": "^3.0 || ^4.0",
				"symfony/console": "^3.4.17 || ^4.1.6 || ^5.0 || ^6.0",
				"symfony/polyfill-php80": "^1.25",
				"webmozart/path-util": "^2.3"
			},
			"provide": {
				"psalm/psalm": "self.version"
			},
			"require-dev": {
				"bamarni/composer-bin-plugin": "^1.2",
				"brianium/paratest": "^4.0||^6.0",
				"ext-curl": "*",
				"php-parallel-lint/php-parallel-lint": "^1.2",
				"phpdocumentor/reflection-docblock": "^5",
				"phpmyadmin/sql-parser": "5.1.0||dev-master",
				"phpspec/prophecy": ">=1.9.0",
				"phpunit/phpunit": "^9.0",
				"psalm/plugin-phpunit": "^0.16",
				"slevomat/coding-standard": "^7.0",
				"squizlabs/php_codesniffer": "^3.5",
				"symfony/process": "^4.3 || ^5.0 || ^6.0",
				"weirdan/prophecy-shim": "^1.0 || ^2.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": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "4.x-dev",
					"dev-3.x": "3.x-dev",
					"dev-2.x": "2.x-dev",
					"dev-1.x": "1.x-dev"
				}
			},
			"autoload": {
				"files": [ "src/functions.php", "src/spl_object_id.php" ],
				"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" ],
			"support": {
				"issues": "https://github.com/vimeo/psalm/issues",
				"source": "https://github.com/vimeo/psalm/tree/4.27.0"
			},
			"time": "2022-08-31T13:47:09+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": "webmozart/path-util",
			"version": "2.3.0",
			"source": {
				"type": "git",
				"url": "https://github.com/webmozart/path-util.git",
				"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
				"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
				"shasum": ""
			},
			"require": {
				"php": ">=5.3.3",
				"webmozart/assert": "~1.0"
			},
			"require-dev": {
				"phpunit/phpunit": "^4.6",
				"sebastian/version": "^1.0.1"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "2.3-dev"
				}
			},
			"autoload": {
				"psr-4": {
					"Webmozart\\PathUtil\\": "src/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [ "MIT" ],
			"authors": [
				{
					"name": "Bernhard Schussek",
					"email": "bschussek@gmail.com"
				}
			],
			"description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
			"support": {
				"issues": "https://github.com/webmozart/path-util/issues",
				"source": "https://github.com/webmozart/path-util/tree/2.3.0"
			},
			"abandoned": "symfony/filesystem",
			"time": "2015-12-17T08:42:14+00:00"
		},
		{
			"name": "wp-coding-standards/wpcs",
			"version": "2.3.0",
			"source": {
				"type": "git",
				"url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
				"reference": "7da1894633f168fe244afc6de00d141f27517b62"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
				"reference": "7da1894633f168fe244afc6de00d141f27517b62",
				"shasum": ""
			},
			"require": {
				"php": ">=5.4",
				"squizlabs/php_codesniffer": "^3.3.1"
			},
			"require-dev": {
				"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
				"phpcompatibility/php-compatibility": "^9.0",
				"phpcsstandards/phpcsdevtools": "^1.0",
				"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
			},
			"suggest": {
				"dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
			},
			"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", "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"
			},
			"time": "2020-05-13T23:57:56+00:00"
		}
	],
	"aliases": [],
	"minimum-stability": "stable",
	"stability-flags": [],
	"prefer-stable": false,
	"prefer-lowest": false,
	"platform": {
		"php": ">=5.6"
	},
	"platform-dev": [],
	"plugin-api-version": "2.3.0"
=======
    "_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": "4e3d2f481ecad3f40b27576a2ac60867",
    "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/package-versions-deprecated",
            "version": "1.11.99.5",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/package-versions-deprecated.git",
                "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
                "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1.0 || ^2.0",
                "php": "^7 || ^8"
            },
            "replace": {
                "ocramius/package-versions": "1.11.99"
            },
            "require-dev": {
                "composer/composer": "^1.9.3 || ^2.0@dev",
                "ext-zip": "^1.13",
                "phpunit/phpunit": "^6.5 || ^7"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "PackageVersions\\Installer",
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PackageVersions\\": "src/PackageVersions"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
                }
            ],
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
            "support": {
                "issues": "https://github.com/composer/package-versions-deprecated/issues",
                "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.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": "2022-01-17T14:14:24+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": "v0.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
                "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
                "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": ">=5.3",
                "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
            },
            "require-dev": {
                "composer/composer": "*",
                "php-parallel-lint/php-parallel-lint": "^1.3.1",
                "phpcompatibility/php-compatibility": "^9.0"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
            },
            "autoload": {
                "psr-4": {
                    "Dealerdirect\\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/Dealerdirect/phpcodesniffer-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/dealerdirect/phpcodesniffer-composer-installer/issues",
                "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
            },
            "time": "2022-02-04T12:51:07+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": "humanmade/psalm-plugin-wordpress",
            "version": "2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/psalm/psalm-plugin-wordpress.git",
                "reference": "c02725c2e8dfc4f9279ab6d29a8d44e97d7af95d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/psalm/psalm-plugin-wordpress/zipball/c02725c2e8dfc4f9279ab6d29a8d44e97d7af95d",
                "reference": "c02725c2e8dfc4f9279ab6d29a8d44e97d7af95d",
                "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": "^4",
                "wp-hooks/wordpress-core": "^1.3.0"
            },
            "require-dev": {
                "humanmade/coding-standards": "^1.2",
                "phpunit/phpunit": "^9.0",
                "psalm/plugin-phpunit": "^0.15.1"
            },
            "type": "psalm-plugin",
            "extra": {
                "psalm": {
                    "pluginClass": "PsalmWordPress\\Plugin"
                }
            },
            "autoload": {
                "psr-4": {
                    "PsalmWordPress\\": [
                        "."
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Joe Hoyle",
                    "email": "joehoyle@gmail.com"
                }
            ],
            "description": "WordPress stubs and plugin for Psalm.",
            "support": {
                "issues": "https://github.com/psalm/psalm-plugin-wordpress/issues",
                "source": "https://github.com/psalm/psalm-plugin-wordpress/tree/2.2.0"
            },
            "time": "2023-08-16T02:39:08+00:00"
        },
        {
            "name": "n98/junit-xml",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/cmuench/junit-xml.git",
                "reference": "0017dd92ac8cb619f02e32f4cffd768cfe327c73"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cmuench/junit-xml/zipball/0017dd92ac8cb619f02e32f4cffd768cfe327c73",
                "reference": "0017dd92ac8cb619f02e32f4cffd768cfe327c73",
                "shasum": ""
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "N98\\JUnitXml\\": "src/N98/JUnitXml"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Münch",
                    "email": "c.muench@netz98.de"
                }
            ],
            "description": "JUnit XML Document generation library",
            "support": {
                "issues": "https://github.com/cmuench/junit-xml/issues",
                "source": "https://github.com/cmuench/junit-xml/tree/1.1.0"
            },
            "time": "2020-12-25T09:08:58+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": "openlss/lib-array2xml",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nullivex/lib-array2xml.git",
                "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
                "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "LSS": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Bryan Tong",
                    "email": "bryan@nullivex.com",
                    "homepage": "https://www.nullivex.com"
                },
                {
                    "name": "Tony Butler",
                    "email": "spudz76@gmail.com",
                    "homepage": "https://www.nullivex.com"
                }
            ],
            "description": "Array2XML conversion library credit to lalit.org",
            "homepage": "https://www.nullivex.com",
            "keywords": [
                "array",
                "array conversion",
                "xml",
                "xml conversion"
            ],
            "support": {
                "issues": "https://github.com/nullivex/lib-array2xml/issues",
                "source": "https://github.com/nullivex/lib-array2xml/tree/master"
            },
            "time": "2019-03-29T20:06:56+00:00"
        },
        {
            "name": "overtrue/phplint",
            "version": "2.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/overtrue/phplint.git",
                "reference": "59affacd0b09a1460e39acf2c64c963ddbf734cf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/overtrue/phplint/zipball/59affacd0b09a1460e39acf2c64c963ddbf734cf",
                "reference": "59affacd0b09a1460e39acf2c64c963ddbf734cf",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "n98/junit-xml": "1.1.0",
                "php": ">=5.5.9",
                "symfony/console": "^3.2|^4.0|^5.0",
                "symfony/finder": "^3.0|^4.0|^5.0",
                "symfony/process": "^3.3|^4.0|^5.0",
                "symfony/yaml": "^3.0|^4.0|^5.0"
            },
            "require-dev": {
                "brainmaestro/composer-git-hooks": "^2.7",
                "friendsofphp/php-cs-fixer": "^2.16",
                "jakub-onderka/php-console-highlighter": "^0.3.2 || ^0.4"
            },
            "bin": [
                "bin/phplint"
            ],
            "type": "library",
            "extra": {
                "hooks": {
                    "pre-commit": [
                        "composer fix-style"
                    ],
                    "pre-push": [
                        "composer check-style"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Overtrue\\PHPLint\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "overtrue",
                    "email": "anzhengchao@gmail.com"
                }
            ],
            "description": "`phplint` is a tool that can speed up linting of php files by running several lint processes at once.",
            "keywords": [
                "check",
                "lint",
                "phplint",
                "syntax"
            ],
            "support": {
                "issues": "https://github.com/overtrue/phplint/issues",
                "source": "https://github.com/overtrue/phplint/tree/2.4.1"
            },
            "time": "2021-06-02T16:18:33+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.5",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",
                "reference": "01c1ff2704a58e46f0cb1ca9d06aee07b3589082"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/01c1ff2704a58e46f0cb1ca9d06aee07b3589082",
                "reference": "01c1ff2704a58e46f0cb1ca9d06aee07b3589082",
                "shasum": ""
            },
            "require": {
                "phpcompatibility/php-compatibility": "^9.0",
                "phpcompatibility/phpcompatibility-paragonie": "^1.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0"
            },
            "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 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",
                "static analysis",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues",
                "security": "https://github.com/PHPCompatibility/PHPCompatibilityWP/security/policy",
                "source": "https://github.com/PHPCompatibility/PHPCompatibilityWP"
            },
            "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:37:59+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.32.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpdoc-parser.git",
                "reference": "6ca22b154efdd9e3c68c56f5d94670920a1c19a4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6ca22b154efdd9e3c68c56f5d94670920a1c19a4",
                "reference": "6ca22b154efdd9e3c68c56f5d94670920a1c19a4",
                "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.32.0"
            },
            "time": "2024-09-26T07:23:32+00:00"
        },
        {
            "name": "psr/container",
            "version": "1.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "type": "library",
            "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/1.1.2"
            },
            "time": "2021-11-05T16:50:12+00:00"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "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/1.1.4"
            },
            "time": "2021-05-03T11:20:27+00:00"
        },
        {
            "name": "sebastian/diff",
            "version": "4.0.6",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc",
                "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3",
                "symfony/process": "^4.2 || ^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.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",
                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2024-03-02T06:30:58+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/console",
            "version": "v5.4.44",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "5b5a0aa66e3296e303e22490f90f521551835a83"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/5b5a0aa66e3296e303e22490f90f521551835a83",
                "reference": "5b5a0aa66e3296e303e22490f90f521551835a83",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php73": "^1.9",
                "symfony/polyfill-php80": "^1.16",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/string": "^5.1|^6.0"
            },
            "conflict": {
                "psr/log": ">=3",
                "symfony/dependency-injection": "<4.4",
                "symfony/dotenv": "<5.1",
                "symfony/event-dispatcher": "<4.4",
                "symfony/lock": "<4.4",
                "symfony/process": "<4.4"
            },
            "provide": {
                "psr/log-implementation": "1.0|2.0"
            },
            "require-dev": {
                "psr/log": "^1|^2",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony/lock": "^4.4|^5.0|^6.0",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/var-dumper": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/lock": "",
                "symfony/process": ""
            },
            "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/v5.4.44"
            },
            "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-20T07:56:40+00:00"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v2.5.3",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "80d075412b557d41002320b96a096ca65aa2c98d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d",
                "reference": "80d075412b557d41002320b96a096ca65aa2c98d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.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/v2.5.3"
            },
            "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": "2023-01-24T14:02:46+00:00"
        },
        {
            "name": "symfony/finder",
            "version": "v5.4.43",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "ae25a9145a900764158d439653d5630191155ca0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/ae25a9145a900764158d439653d5630191155ca0",
                "reference": "ae25a9145a900764158d439653d5630191155ca0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php80": "^1.16"
            },
            "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/v5.4.43"
            },
            "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-08-13T14:03:51+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/polyfill-php73",
            "version": "v1.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php73.git",
                "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
                "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php73\\": ""
                },
                "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 backporting some PHP 7.3+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php73/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-php80",
            "version": "v1.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php80/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": "v5.4.44",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "1b9fa82b5c62cd49da8c9e3952dd8531ada65096"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/1b9fa82b5c62cd49da8c9e3952dd8531ada65096",
                "reference": "1b9fa82b5c62cd49da8c9e3952dd8531ada65096",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-php80": "^1.16"
            },
            "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/v5.4.44"
            },
            "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-17T12:46:43+00:00"
        },
        {
            "name": "symfony/service-contracts",
            "version": "v2.5.3",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
                "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/a2329596ddc8fd568900e3fc76cba42489ecc7f3",
                "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/container": "^1.1",
                "symfony/deprecation-contracts": "^2.1|^3"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "suggest": {
                "symfony/service-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Service\\": ""
                }
            },
            "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/v2.5.3"
            },
            "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": "2023-04-21T15:04:16+00:00"
        },
        {
            "name": "symfony/string",
            "version": "v5.4.44",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/string.git",
                "reference": "832caa16b6d9aac6bf11747315225f5aba384c24"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/string/zipball/832caa16b6d9aac6bf11747315225f5aba384c24",
                "reference": "832caa16b6d9aac6bf11747315225f5aba384c24",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-intl-grapheme": "~1.0",
                "symfony/polyfill-intl-normalizer": "~1.0",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php80": "~1.15"
            },
            "conflict": {
                "symfony/translation-contracts": ">=3.0"
            },
            "require-dev": {
                "symfony/error-handler": "^4.4|^5.0|^6.0",
                "symfony/http-client": "^4.4|^5.0|^6.0",
                "symfony/translation-contracts": "^1.1|^2",
                "symfony/var-exporter": "^4.4|^5.0|^6.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/v5.4.44"
            },
            "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-20T07:56:40+00:00"
        },
        {
            "name": "symfony/yaml",
            "version": "v5.4.44",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "7025b964f123bbf1896d7563db6ec7f1f63e918a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/7025b964f123bbf1896d7563db6ec7f1f63e918a",
                "reference": "7025b964f123bbf1896d7563db6ec7f1f63e918a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "symfony/console": "<5.3"
            },
            "require-dev": {
                "symfony/console": "^5.3|^6.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "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/v5.4.44"
            },
            "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-16T14:36:56+00:00"
        },
        {
            "name": "vimeo/psalm",
            "version": "4.30.0",
            "source": {
                "type": "git",
                "url": "https://github.com/vimeo/psalm.git",
                "reference": "d0bc6e25d89f649e4f36a534f330f8bb4643dd69"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vimeo/psalm/zipball/d0bc6e25d89f649e4f36a534f330f8bb4643dd69",
                "reference": "d0bc6e25d89f649e4f36a534f330f8bb4643dd69",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2.4.2",
                "amphp/byte-stream": "^1.5",
                "composer/package-versions-deprecated": "^1.8.0",
                "composer/semver": "^1.4 || ^2.0 || ^3.0",
                "composer/xdebug-handler": "^1.1 || ^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.0.3",
                "felixfbecker/language-server-protocol": "^1.5",
                "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
                "nikic/php-parser": "^4.13",
                "openlss/lib-array2xml": "^1.0",
                "php": "^7.1|^8",
                "sebastian/diff": "^3.0 || ^4.0",
                "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0 || ^6.0",
                "symfony/polyfill-php80": "^1.25",
                "webmozart/path-util": "^2.3"
            },
            "provide": {
                "psalm/psalm": "self.version"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.2",
                "brianium/paratest": "^4.0||^6.0",
                "ext-curl": "*",
                "php-parallel-lint/php-parallel-lint": "^1.2",
                "phpdocumentor/reflection-docblock": "^5",
                "phpmyadmin/sql-parser": "5.1.0||dev-master",
                "phpspec/prophecy": ">=1.9.0",
                "phpstan/phpdoc-parser": "1.2.* || 1.6.4",
                "phpunit/phpunit": "^9.0",
                "psalm/plugin-phpunit": "^0.16",
                "slevomat/coding-standard": "^7.0",
                "squizlabs/php_codesniffer": "^3.5",
                "symfony/process": "^4.3 || ^5.0 || ^6.0",
                "weirdan/prophecy-shim": "^1.0 || ^2.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": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.x-dev",
                    "dev-3.x": "3.x-dev",
                    "dev-2.x": "2.x-dev",
                    "dev-1.x": "1.x-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/functions.php",
                    "src/spl_object_id.php"
                ],
                "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"
            ],
            "support": {
                "issues": "https://github.com/vimeo/psalm/issues",
                "source": "https://github.com/vimeo/psalm/tree/4.30.0"
            },
            "time": "2022-11-06T20:37: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": "webmozart/path-util",
            "version": "2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozart/path-util.git",
                "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
                "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "webmozart/assert": "~1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.6",
                "sebastian/version": "^1.0.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Webmozart\\PathUtil\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
            "support": {
                "issues": "https://github.com/webmozart/path-util/issues",
                "source": "https://github.com/webmozart/path-util/tree/2.3.0"
            },
            "abandoned": "symfony/filesystem",
            "time": "2015-12-17T08:42:14+00:00"
        },
        {
            "name": "wp-coding-standards/wpcs",
            "version": "2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
                "reference": "7da1894633f168fe244afc6de00d141f27517b62"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
                "reference": "7da1894633f168fe244afc6de00d141f27517b62",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4",
                "squizlabs/php_codesniffer": "^3.3.1"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
                "phpcompatibility/php-compatibility": "^9.0",
                "phpcsstandards/phpcsdevtools": "^1.0",
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
            },
            "suggest": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
            },
            "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",
                "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"
            },
            "time": "2020-05-13T23:57:56+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": ">=7.0"
    },
    "platform-dev": [],
    "plugin-api-version": "2.6.0"
>>>>>>> 43ea9dd23124f90724bf1d23b44d4eb182e512e3
}
