{
	"_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": "7e6584720365ea3eee5513f4cc25c1dc",
	"packages": [],
	"packages-dev": [
		{
			"name": "antecedent/patchwork",
			"version": "2.2.3",
			"source": {
				"type": "git",
				"url": "https://github.com/antecedent/patchwork.git",
				"reference": "8b6b235f405af175259c8f56aea5fc23ab9f03ce"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/antecedent/patchwork/zipball/8b6b235f405af175259c8f56aea5fc23ab9f03ce",
				"reference": "8b6b235f405af175259c8f56aea5fc23ab9f03ce",
				"shasum": ""
			},
			"require": {
				"php": ">=7.1.0"
			},
			"require-dev": {
				"phpunit/phpunit": ">=4"
			},
			"type": "library",
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Ignas Rudaitis",
					"email": "ignas.rudaitis@gmail.com"
				}
			],
			"description": "Method redefinition (monkey-patching) functionality for PHP.",
			"homepage": "https://antecedent.github.io/patchwork/",
			"keywords": [
				"aop",
				"aspect",
				"interception",
				"monkeypatching",
				"redefinition",
				"runkit",
				"testing"
			],
			"support": {
				"issues": "https://github.com/antecedent/patchwork/issues",
				"source": "https://github.com/antecedent/patchwork/tree/2.2.3"
			},
			"time": "2025-09-17T09:00:56+00:00"
		},
		{
			"name": "brain/monkey",
			"version": "2.6.2",
			"source": {
				"type": "git",
				"url": "https://github.com/Brain-WP/BrainMonkey.git",
				"reference": "d95a9d895352c30f47604ad1b825ab8fa9d1a373"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/Brain-WP/BrainMonkey/zipball/d95a9d895352c30f47604ad1b825ab8fa9d1a373",
				"reference": "d95a9d895352c30f47604ad1b825ab8fa9d1a373",
				"shasum": ""
			},
			"require": {
				"antecedent/patchwork": "^2.1.17",
				"mockery/mockery": "^1.3.5 || ^1.4.4",
				"php": ">=5.6.0"
			},
			"require-dev": {
				"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
				"phpcompatibility/php-compatibility": "^9.3.0",
				"phpunit/phpunit": "^5.7.26 || ^6.0 || ^7.0 || >=8.0 <8.5.12 || ^8.5.14 || ^9.0"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "2.x-dev",
					"dev-version/1": "1.x-dev"
				}
			},
			"autoload": {
				"files": [
					"inc/api.php"
				],
				"psr-4": {
					"Brain\\Monkey\\": "src/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Giuseppe Mazzapica",
					"email": "giuseppe.mazzapica@gmail.com",
					"homepage": "https://gmazzap.me",
					"role": "Developer"
				}
			],
			"description": "Mocking utility for PHP functions and WordPress plugin API",
			"keywords": [
				"Monkey Patching",
				"interception",
				"mock",
				"mock functions",
				"mockery",
				"patchwork",
				"redefinition",
				"runkit",
				"test",
				"testing"
			],
			"support": {
				"issues": "https://github.com/Brain-WP/BrainMonkey/issues",
				"source": "https://github.com/Brain-WP/BrainMonkey"
			},
			"time": "2024-08-29T20:15:04+00:00"
		},
		{
			"name": "dealerdirect/phpcodesniffer-composer-installer",
			"version": "v1.2.0",
			"source": {
				"type": "git",
				"url": "https://github.com/PHPCSStandards/composer-installer.git",
				"reference": "845eb62303d2ca9b289ef216356568ccc075ffd1"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/845eb62303d2ca9b289ef216356568ccc075ffd1",
				"reference": "845eb62303d2ca9b289ef216356568ccc075ffd1",
				"shasum": ""
			},
			"require": {
				"composer-plugin-api": "^2.2",
				"php": ">=5.4",
				"squizlabs/php_codesniffer": "^3.1.0 || ^4.0"
			},
			"require-dev": {
				"composer/composer": "^2.2",
				"ext-json": "*",
				"ext-zip": "*",
				"php-parallel-lint/php-parallel-lint": "^1.4.0",
				"phpcompatibility/php-compatibility": "^9.0 || ^10.0.0@dev",
				"yoast/phpunit-polyfills": "^1.0"
			},
			"type": "composer-plugin",
			"extra": {
				"class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
			},
			"autoload": {
				"psr-4": {
					"PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Franck Nijhof",
					"email": "opensource@frenck.dev",
					"homepage": "https://frenck.dev",
					"role": "Open source developer"
				},
				{
					"name": "Contributors",
					"homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
				}
			],
			"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
			"keywords": [
				"PHPCodeSniffer",
				"PHP_CodeSniffer",
				"code quality",
				"codesniffer",
				"composer",
				"installer",
				"phpcbf",
				"phpcs",
				"plugin",
				"qa",
				"quality",
				"standard",
				"standards",
				"style guide",
				"stylecheck",
				"tests"
			],
			"support": {
				"issues": "https://github.com/PHPCSStandards/composer-installer/issues",
				"security": "https://github.com/PHPCSStandards/composer-installer/security/policy",
				"source": "https://github.com/PHPCSStandards/composer-installer"
			},
			"funding": [
				{
					"url": "https://github.com/PHPCSStandards",
					"type": "github"
				},
				{
					"url": "https://github.com/jrfnl",
					"type": "github"
				},
				{
					"url": "https://opencollective.com/php_codesniffer",
					"type": "open_collective"
				},
				{
					"url": "https://thanks.dev/u/gh/phpcsstandards",
					"type": "thanks_dev"
				}
			],
			"time": "2025-11-11T04:32:07+00:00"
		},
		{
			"name": "doctrine/instantiator",
			"version": "1.5.0",
			"source": {
				"type": "git",
				"url": "https://github.com/doctrine/instantiator.git",
				"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
				"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
				"shasum": ""
			},
			"require": {
				"php": "^7.1 || ^8.0"
			},
			"require-dev": {
				"doctrine/coding-standard": "^9 || ^11",
				"ext-pdo": "*",
				"ext-phar": "*",
				"phpbench/phpbench": "^0.16 || ^1",
				"phpstan/phpstan": "^1.4",
				"phpstan/phpstan-phpunit": "^1",
				"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
				"vimeo/psalm": "^4.30 || ^5.4"
			},
			"type": "library",
			"autoload": {
				"psr-4": {
					"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Marco Pivetta",
					"email": "ocramius@gmail.com",
					"homepage": "https://ocramius.github.io/"
				}
			],
			"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
			"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
			"keywords": [
				"constructor",
				"instantiate"
			],
			"support": {
				"issues": "https://github.com/doctrine/instantiator/issues",
				"source": "https://github.com/doctrine/instantiator/tree/1.5.0"
			},
			"funding": [
				{
					"url": "https://www.doctrine-project.org/sponsorship.html",
					"type": "custom"
				},
				{
					"url": "https://www.patreon.com/phpdoctrine",
					"type": "patreon"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
					"type": "tidelift"
				}
			],
			"time": "2022-12-30T00:15:36+00:00"
		},
		{
			"name": "hamcrest/hamcrest-php",
			"version": "v2.0.1",
			"source": {
				"type": "git",
				"url": "https://github.com/hamcrest/hamcrest-php.git",
				"reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
				"reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
				"shasum": ""
			},
			"require": {
				"php": "^5.3|^7.0|^8.0"
			},
			"replace": {
				"cordoval/hamcrest-php": "*",
				"davedevelopment/hamcrest-php": "*",
				"kodova/hamcrest-php": "*"
			},
			"require-dev": {
				"phpunit/php-file-iterator": "^1.4 || ^2.0",
				"phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "2.1-dev"
				}
			},
			"autoload": {
				"classmap": [
					"hamcrest"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"description": "This is the PHP port of Hamcrest Matchers",
			"keywords": [
				"test"
			],
			"support": {
				"issues": "https://github.com/hamcrest/hamcrest-php/issues",
				"source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
			},
			"time": "2020-07-09T08:09:16+00:00"
		},
		{
			"name": "mockery/mockery",
			"version": "1.3.6",
			"source": {
				"type": "git",
				"url": "https://github.com/mockery/mockery.git",
				"reference": "dc206df4fa314a50bbb81cf72239a305c5bbd5c0"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/mockery/mockery/zipball/dc206df4fa314a50bbb81cf72239a305c5bbd5c0",
				"reference": "dc206df4fa314a50bbb81cf72239a305c5bbd5c0",
				"shasum": ""
			},
			"require": {
				"hamcrest/hamcrest-php": "^2.0.1",
				"lib-pcre": ">=7.0",
				"php": ">=5.6.0"
			},
			"require-dev": {
				"phpunit/phpunit": "^5.7.10|^6.5|^7.5|^8.5|^9.3"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "1.3.x-dev"
				}
			},
			"autoload": {
				"psr-0": {
					"Mockery": "library/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Pádraic Brady",
					"email": "padraic.brady@gmail.com",
					"homepage": "http://blog.astrumfutura.com"
				},
				{
					"name": "Dave Marshall",
					"email": "dave.marshall@atstsolutions.co.uk",
					"homepage": "http://davedevelopment.co.uk"
				}
			],
			"description": "Mockery is a simple yet flexible PHP mock object framework",
			"homepage": "https://github.com/mockery/mockery",
			"keywords": [
				"BDD",
				"TDD",
				"library",
				"mock",
				"mock objects",
				"mockery",
				"stub",
				"test",
				"test double",
				"testing"
			],
			"support": {
				"issues": "https://github.com/mockery/mockery/issues",
				"source": "https://github.com/mockery/mockery/tree/1.3.6"
			},
			"time": "2022-09-07T15:05:49+00:00"
		},
		{
			"name": "myclabs/deep-copy",
			"version": "1.13.4",
			"source": {
				"type": "git",
				"url": "https://github.com/myclabs/DeepCopy.git",
				"reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
				"reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
				"shasum": ""
			},
			"require": {
				"php": "^7.1 || ^8.0"
			},
			"conflict": {
				"doctrine/collections": "<1.6.8",
				"doctrine/common": "<2.13.3 || >=3 <3.2.2"
			},
			"require-dev": {
				"doctrine/collections": "^1.6.8",
				"doctrine/common": "^2.13.3 || ^3.2.2",
				"phpspec/prophecy": "^1.10",
				"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
			},
			"type": "library",
			"autoload": {
				"files": [
					"src/DeepCopy/deep_copy.php"
				],
				"psr-4": {
					"DeepCopy\\": "src/DeepCopy/"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"description": "Create deep copies (clones) of your objects",
			"keywords": [
				"clone",
				"copy",
				"duplicate",
				"object",
				"object graph"
			],
			"support": {
				"issues": "https://github.com/myclabs/DeepCopy/issues",
				"source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
			},
			"funding": [
				{
					"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
					"type": "tidelift"
				}
			],
			"time": "2025-08-01T08:46:24+00:00"
		},
		{
			"name": "phar-io/manifest",
			"version": "2.0.4",
			"source": {
				"type": "git",
				"url": "https://github.com/phar-io/manifest.git",
				"reference": "54750ef60c58e43759730615a392c31c80e23176"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
				"reference": "54750ef60c58e43759730615a392c31c80e23176",
				"shasum": ""
			},
			"require": {
				"ext-dom": "*",
				"ext-libxml": "*",
				"ext-phar": "*",
				"ext-xmlwriter": "*",
				"phar-io/version": "^3.0.1",
				"php": "^7.2 || ^8.0"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "2.0.x-dev"
				}
			},
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Arne Blankerts",
					"email": "arne@blankerts.de",
					"role": "Developer"
				},
				{
					"name": "Sebastian Heuer",
					"email": "sebastian@phpeople.de",
					"role": "Developer"
				},
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de",
					"role": "Developer"
				}
			],
			"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
			"support": {
				"issues": "https://github.com/phar-io/manifest/issues",
				"source": "https://github.com/phar-io/manifest/tree/2.0.4"
			},
			"funding": [
				{
					"url": "https://github.com/theseer",
					"type": "github"
				}
			],
			"time": "2024-03-03T12:33:53+00:00"
		},
		{
			"name": "phar-io/version",
			"version": "3.2.1",
			"source": {
				"type": "git",
				"url": "https://github.com/phar-io/version.git",
				"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
				"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
				"shasum": ""
			},
			"require": {
				"php": "^7.2 || ^8.0"
			},
			"type": "library",
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Arne Blankerts",
					"email": "arne@blankerts.de",
					"role": "Developer"
				},
				{
					"name": "Sebastian Heuer",
					"email": "sebastian@phpeople.de",
					"role": "Developer"
				},
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de",
					"role": "Developer"
				}
			],
			"description": "Library for handling version information and constraints",
			"support": {
				"issues": "https://github.com/phar-io/version/issues",
				"source": "https://github.com/phar-io/version/tree/3.2.1"
			},
			"time": "2022-02-21T01:04:05+00:00"
		},
		{
			"name": "php-stubs/woocommerce-stubs",
			"version": "v10.5.2",
			"source": {
				"type": "git",
				"url": "https://github.com/php-stubs/woocommerce-stubs.git",
				"reference": "4b01d69e3bd0e22e125973e3049b1cd7249a86f3"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/php-stubs/woocommerce-stubs/zipball/4b01d69e3bd0e22e125973e3049b1cd7249a86f3",
				"reference": "4b01d69e3bd0e22e125973e3049b1cd7249a86f3",
				"shasum": ""
			},
			"require": {
				"php-stubs/wordpress-stubs": "^5.3 || ^6.0"
			},
			"require-dev": {
				"php": "~7.1 || ~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": "WooCommerce function and class declaration stubs for static analysis.",
			"homepage": "https://github.com/php-stubs/woocommerce-stubs",
			"keywords": [
				"PHPStan",
				"static analysis",
				"woocommerce",
				"wordpress"
			],
			"support": {
				"issues": "https://github.com/php-stubs/woocommerce-stubs/issues",
				"source": "https://github.com/php-stubs/woocommerce-stubs/tree/v10.5.2"
			},
			"time": "2026-02-16T20:45:34+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.9.1",
			"source": {
				"type": "git",
				"url": "https://github.com/php-stubs/wordpress-stubs.git",
				"reference": "f12220f303e0d7c0844c0e5e957b0c3cee48d2f7"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/f12220f303e0d7c0844c0e5e957b0c3cee48d2f7",
				"reference": "f12220f303e0d7c0844c0e5e957b0c3cee48d2f7",
				"shasum": ""
			},
			"conflict": {
				"phpdocumentor/reflection-docblock": "5.6.1"
			},
			"require-dev": {
				"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
				"nikic/php-parser": "^5.5",
				"php": "^7.4 || ^8.0",
				"php-stubs/generator": "^0.8.3",
				"phpdocumentor/reflection-docblock": "^6.0",
				"phpstan/phpstan": "^2.1",
				"phpunit/phpunit": "^9.5",
				"symfony/polyfill-php80": "*",
				"szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^1.1.1",
				"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.9.1"
			},
			"time": "2026-02-03T19:29:21+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.4",
			"source": {
				"type": "git",
				"url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",
				"reference": "244d7b04fc4bc2117c15f5abe23eb933b5f02bbf"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/244d7b04fc4bc2117c15f5abe23eb933b5f02bbf",
				"reference": "244d7b04fc4bc2117c15f5abe23eb933b5f02bbf",
				"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"
				},
				{
					"url": "https://thanks.dev/u/gh/phpcompatibility",
					"type": "thanks_dev"
				}
			],
			"time": "2025-09-19T17:43:28+00:00"
		},
		{
			"name": "phpcompatibility/phpcompatibility-wp",
			"version": "2.1.8",
			"source": {
				"type": "git",
				"url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",
				"reference": "7c8d18b4d90dac9e86b0869a608fa09158e168fa"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/7c8d18b4d90dac9e86b0869a608fa09158e168fa",
				"reference": "7c8d18b4d90dac9e86b0869a608fa09158e168fa",
				"shasum": ""
			},
			"require": {
				"phpcompatibility/php-compatibility": "^9.0",
				"phpcompatibility/phpcompatibility-paragonie": "^1.0",
				"squizlabs/php_codesniffer": "^3.3"
			},
			"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"
				},
				{
					"url": "https://thanks.dev/u/gh/phpcompatibility",
					"type": "thanks_dev"
				}
			],
			"time": "2025-10-18T00:05:59+00:00"
		},
		{
			"name": "phpcsstandards/phpcsextra",
			"version": "1.5.0",
			"source": {
				"type": "git",
				"url": "https://github.com/PHPCSStandards/PHPCSExtra.git",
				"reference": "b598aa890815b8df16363271b659d73280129101"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/b598aa890815b8df16363271b659d73280129101",
				"reference": "b598aa890815b8df16363271b659d73280129101",
				"shasum": ""
			},
			"require": {
				"php": ">=5.4",
				"phpcsstandards/phpcsutils": "^1.2.0",
				"squizlabs/php_codesniffer": "^3.13.5 || ^4.0.1"
			},
			"require-dev": {
				"php-parallel-lint/php-console-highlighter": "^1.0",
				"php-parallel-lint/php-parallel-lint": "^1.4.0",
				"phpcsstandards/phpcsdevcs": "^1.2.0",
				"phpcsstandards/phpcsdevtools": "^1.2.1",
				"phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
			},
			"type": "phpcodesniffer-standard",
			"extra": {
				"branch-alias": {
					"dev-stable": "1.x-dev",
					"dev-develop": "1.x-dev"
				}
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"LGPL-3.0-or-later"
			],
			"authors": [
				{
					"name": "Juliette Reinders Folmer",
					"homepage": "https://github.com/jrfnl",
					"role": "lead"
				},
				{
					"name": "Contributors",
					"homepage": "https://github.com/PHPCSStandards/PHPCSExtra/graphs/contributors"
				}
			],
			"description": "A collection of sniffs and standards for use with PHP_CodeSniffer.",
			"keywords": [
				"PHP_CodeSniffer",
				"phpcbf",
				"phpcodesniffer-standard",
				"phpcs",
				"standards",
				"static analysis"
			],
			"support": {
				"issues": "https://github.com/PHPCSStandards/PHPCSExtra/issues",
				"security": "https://github.com/PHPCSStandards/PHPCSExtra/security/policy",
				"source": "https://github.com/PHPCSStandards/PHPCSExtra"
			},
			"funding": [
				{
					"url": "https://github.com/PHPCSStandards",
					"type": "github"
				},
				{
					"url": "https://github.com/jrfnl",
					"type": "github"
				},
				{
					"url": "https://opencollective.com/php_codesniffer",
					"type": "open_collective"
				},
				{
					"url": "https://thanks.dev/u/gh/phpcsstandards",
					"type": "thanks_dev"
				}
			],
			"time": "2025-11-12T23:06:57+00:00"
		},
		{
			"name": "phpcsstandards/phpcsutils",
			"version": "1.2.2",
			"source": {
				"type": "git",
				"url": "https://github.com/PHPCSStandards/PHPCSUtils.git",
				"reference": "c216317e96c8b3f5932808f9b0f1f7a14e3bbf55"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/c216317e96c8b3f5932808f9b0f1f7a14e3bbf55",
				"reference": "c216317e96c8b3f5932808f9b0f1f7a14e3bbf55",
				"shasum": ""
			},
			"require": {
				"dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0",
				"php": ">=5.4",
				"squizlabs/php_codesniffer": "^3.13.5 || ^4.0.1"
			},
			"require-dev": {
				"ext-filter": "*",
				"php-parallel-lint/php-console-highlighter": "^1.0",
				"php-parallel-lint/php-parallel-lint": "^1.4.0",
				"phpcsstandards/phpcsdevcs": "^1.2.0",
				"yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0 || ^3.0.0"
			},
			"type": "phpcodesniffer-standard",
			"extra": {
				"branch-alias": {
					"dev-stable": "1.x-dev",
					"dev-develop": "1.x-dev"
				}
			},
			"autoload": {
				"classmap": [
					"PHPCSUtils/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"LGPL-3.0-or-later"
			],
			"authors": [
				{
					"name": "Juliette Reinders Folmer",
					"homepage": "https://github.com/jrfnl",
					"role": "lead"
				},
				{
					"name": "Contributors",
					"homepage": "https://github.com/PHPCSStandards/PHPCSUtils/graphs/contributors"
				}
			],
			"description": "A suite of utility functions for use with PHP_CodeSniffer",
			"homepage": "https://phpcsutils.com/",
			"keywords": [
				"PHP_CodeSniffer",
				"phpcbf",
				"phpcodesniffer-standard",
				"phpcs",
				"phpcs3",
				"phpcs4",
				"standards",
				"static analysis",
				"tokens",
				"utility"
			],
			"support": {
				"docs": "https://phpcsutils.com/",
				"issues": "https://github.com/PHPCSStandards/PHPCSUtils/issues",
				"security": "https://github.com/PHPCSStandards/PHPCSUtils/security/policy",
				"source": "https://github.com/PHPCSStandards/PHPCSUtils"
			},
			"funding": [
				{
					"url": "https://github.com/PHPCSStandards",
					"type": "github"
				},
				{
					"url": "https://github.com/jrfnl",
					"type": "github"
				},
				{
					"url": "https://opencollective.com/php_codesniffer",
					"type": "open_collective"
				},
				{
					"url": "https://thanks.dev/u/gh/phpcsstandards",
					"type": "thanks_dev"
				}
			],
			"time": "2025-12-08T14:27:58+00:00"
		},
		{
			"name": "phpunit/php-code-coverage",
			"version": "7.0.17",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
				"reference": "40a4ed114a4aea5afd6df8d0f0c9cd3033097f66"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/40a4ed114a4aea5afd6df8d0f0c9cd3033097f66",
				"reference": "40a4ed114a4aea5afd6df8d0f0c9cd3033097f66",
				"shasum": ""
			},
			"require": {
				"ext-dom": "*",
				"ext-xmlwriter": "*",
				"php": ">=7.2",
				"phpunit/php-file-iterator": "^2.0.2",
				"phpunit/php-text-template": "^1.2.1",
				"phpunit/php-token-stream": "^3.1.3 || ^4.0",
				"sebastian/code-unit-reverse-lookup": "^1.0.1",
				"sebastian/environment": "^4.2.2",
				"sebastian/version": "^2.0.1",
				"theseer/tokenizer": "^1.1.3"
			},
			"require-dev": {
				"phpunit/phpunit": "^8.2.2"
			},
			"suggest": {
				"ext-xdebug": "^2.7.2"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "7.0-dev"
				}
			},
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de",
					"role": "lead"
				}
			],
			"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
			"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
			"keywords": [
				"coverage",
				"testing",
				"xunit"
			],
			"support": {
				"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
				"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.17"
			},
			"funding": [
				{
					"url": "https://github.com/sebastianbergmann",
					"type": "github"
				}
			],
			"time": "2024-03-02T06:09:37+00:00"
		},
		{
			"name": "phpunit/php-file-iterator",
			"version": "2.0.6",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
				"reference": "69deeb8664f611f156a924154985fbd4911eb36b"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/69deeb8664f611f156a924154985fbd4911eb36b",
				"reference": "69deeb8664f611f156a924154985fbd4911eb36b",
				"shasum": ""
			},
			"require": {
				"php": ">=7.1"
			},
			"require-dev": {
				"phpunit/phpunit": "^8.5"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "2.0.x-dev"
				}
			},
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de",
					"role": "lead"
				}
			],
			"description": "FilterIterator implementation that filters files based on a list of suffixes.",
			"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
			"keywords": [
				"filesystem",
				"iterator"
			],
			"support": {
				"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
				"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.6"
			},
			"funding": [
				{
					"url": "https://github.com/sebastianbergmann",
					"type": "github"
				}
			],
			"time": "2024-03-01T13:39:50+00:00"
		},
		{
			"name": "phpunit/php-text-template",
			"version": "1.2.1",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/php-text-template.git",
				"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
				"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
				"shasum": ""
			},
			"require": {
				"php": ">=5.3.3"
			},
			"type": "library",
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de",
					"role": "lead"
				}
			],
			"description": "Simple template engine.",
			"homepage": "https://github.com/sebastianbergmann/php-text-template/",
			"keywords": [
				"template"
			],
			"support": {
				"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
				"source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
			},
			"time": "2015-06-21T13:50:34+00:00"
		},
		{
			"name": "phpunit/php-timer",
			"version": "2.1.4",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/php-timer.git",
				"reference": "a691211e94ff39a34811abd521c31bd5b305b0bb"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/a691211e94ff39a34811abd521c31bd5b305b0bb",
				"reference": "a691211e94ff39a34811abd521c31bd5b305b0bb",
				"shasum": ""
			},
			"require": {
				"php": ">=7.1"
			},
			"require-dev": {
				"phpunit/phpunit": "^8.5"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "2.1-dev"
				}
			},
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de",
					"role": "lead"
				}
			],
			"description": "Utility class for timing",
			"homepage": "https://github.com/sebastianbergmann/php-timer/",
			"keywords": [
				"timer"
			],
			"support": {
				"issues": "https://github.com/sebastianbergmann/php-timer/issues",
				"source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.4"
			},
			"funding": [
				{
					"url": "https://github.com/sebastianbergmann",
					"type": "github"
				}
			],
			"time": "2024-03-01T13:42:41+00:00"
		},
		{
			"name": "phpunit/php-token-stream",
			"version": "3.1.3",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/php-token-stream.git",
				"reference": "9c1da83261628cb24b6a6df371b6e312b3954768"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768",
				"reference": "9c1da83261628cb24b6a6df371b6e312b3954768",
				"shasum": ""
			},
			"require": {
				"ext-tokenizer": "*",
				"php": ">=7.1"
			},
			"require-dev": {
				"phpunit/phpunit": "^7.0"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "3.1-dev"
				}
			},
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de"
				}
			],
			"description": "Wrapper around PHP's tokenizer extension.",
			"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
			"keywords": [
				"tokenizer"
			],
			"support": {
				"issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
				"source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3"
			},
			"funding": [
				{
					"url": "https://github.com/sebastianbergmann",
					"type": "github"
				}
			],
			"abandoned": true,
			"time": "2021-07-26T12:15:06+00:00"
		},
		{
			"name": "phpunit/phpunit",
			"version": "8.5.50",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/phpunit.git",
				"reference": "b0a92d13eaf276a963c3307744a266d8c907179c"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b0a92d13eaf276a963c3307744a266d8c907179c",
				"reference": "b0a92d13eaf276a963c3307744a266d8c907179c",
				"shasum": ""
			},
			"require": {
				"doctrine/instantiator": "^1.5.0",
				"ext-dom": "*",
				"ext-json": "*",
				"ext-libxml": "*",
				"ext-mbstring": "*",
				"ext-xml": "*",
				"ext-xmlwriter": "*",
				"myclabs/deep-copy": "^1.13.4",
				"phar-io/manifest": "^2.0.4",
				"phar-io/version": "^3.2.1",
				"php": ">=7.2",
				"phpunit/php-code-coverage": "^7.0.17",
				"phpunit/php-file-iterator": "^2.0.6",
				"phpunit/php-text-template": "^1.2.1",
				"phpunit/php-timer": "^2.1.4",
				"sebastian/comparator": "^3.0.6",
				"sebastian/diff": "^3.0.6",
				"sebastian/environment": "^4.2.5",
				"sebastian/exporter": "^3.1.8",
				"sebastian/global-state": "^3.0.6",
				"sebastian/object-enumerator": "^3.0.5",
				"sebastian/resource-operations": "^2.0.3",
				"sebastian/type": "^1.1.5",
				"sebastian/version": "^2.0.1"
			},
			"suggest": {
				"ext-soap": "To be able to generate mocks based on WSDL files",
				"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage",
				"phpunit/php-invoker": "To allow enforcing time limits"
			},
			"bin": [
				"phpunit"
			],
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "8.5-dev"
				}
			},
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de",
					"role": "lead"
				}
			],
			"description": "The PHP Unit Testing framework.",
			"homepage": "https://phpunit.de/",
			"keywords": [
				"phpunit",
				"testing",
				"xunit"
			],
			"support": {
				"issues": "https://github.com/sebastianbergmann/phpunit/issues",
				"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
				"source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.50"
			},
			"funding": [
				{
					"url": "https://phpunit.de/sponsors.html",
					"type": "custom"
				},
				{
					"url": "https://github.com/sebastianbergmann",
					"type": "github"
				},
				{
					"url": "https://liberapay.com/sebastianbergmann",
					"type": "liberapay"
				},
				{
					"url": "https://thanks.dev/u/gh/sebastianbergmann",
					"type": "thanks_dev"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
					"type": "tidelift"
				}
			],
			"time": "2025-12-06T07:39:47+00:00"
		},
		{
			"name": "sebastian/code-unit-reverse-lookup",
			"version": "1.0.3",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
				"reference": "92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54",
				"reference": "92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54",
				"shasum": ""
			},
			"require": {
				"php": ">=5.6"
			},
			"require-dev": {
				"phpunit/phpunit": "^8.5"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "1.0.x-dev"
				}
			},
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de"
				}
			],
			"description": "Looks up which function or method a line of code belongs to",
			"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
			"support": {
				"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
				"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.3"
			},
			"funding": [
				{
					"url": "https://github.com/sebastianbergmann",
					"type": "github"
				}
			],
			"time": "2024-03-01T13:45:45+00:00"
		},
		{
			"name": "sebastian/comparator",
			"version": "3.0.6",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/comparator.git",
				"reference": "4b3c947888c81708b20fb081bb653a2ba68f989a"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/4b3c947888c81708b20fb081bb653a2ba68f989a",
				"reference": "4b3c947888c81708b20fb081bb653a2ba68f989a",
				"shasum": ""
			},
			"require": {
				"php": ">=7.1",
				"sebastian/diff": "^3.0",
				"sebastian/exporter": "^3.1"
			},
			"require-dev": {
				"phpunit/phpunit": "^8.5"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "3.0-dev"
				}
			},
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de"
				},
				{
					"name": "Jeff Welch",
					"email": "whatthejeff@gmail.com"
				},
				{
					"name": "Volker Dusch",
					"email": "github@wallbash.com"
				},
				{
					"name": "Bernhard Schussek",
					"email": "bschussek@2bepublished.at"
				}
			],
			"description": "Provides the functionality to compare PHP values for equality",
			"homepage": "https://github.com/sebastianbergmann/comparator",
			"keywords": [
				"comparator",
				"compare",
				"equality"
			],
			"support": {
				"issues": "https://github.com/sebastianbergmann/comparator/issues",
				"source": "https://github.com/sebastianbergmann/comparator/tree/3.0.6"
			},
			"funding": [
				{
					"url": "https://github.com/sebastianbergmann",
					"type": "github"
				},
				{
					"url": "https://liberapay.com/sebastianbergmann",
					"type": "liberapay"
				},
				{
					"url": "https://thanks.dev/u/gh/sebastianbergmann",
					"type": "thanks_dev"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
					"type": "tidelift"
				}
			],
			"time": "2025-08-10T05:29:24+00:00"
		},
		{
			"name": "sebastian/diff",
			"version": "3.0.6",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/diff.git",
				"reference": "98ff311ca519c3aa73ccd3de053bdb377171d7b6"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/98ff311ca519c3aa73ccd3de053bdb377171d7b6",
				"reference": "98ff311ca519c3aa73ccd3de053bdb377171d7b6",
				"shasum": ""
			},
			"require": {
				"php": ">=7.1"
			},
			"require-dev": {
				"phpunit/phpunit": "^7.5 || ^8.0",
				"symfony/process": "^2 || ^3.3 || ^4"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "3.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/3.0.6"
			},
			"funding": [
				{
					"url": "https://github.com/sebastianbergmann",
					"type": "github"
				}
			],
			"time": "2024-03-02T06:16:36+00:00"
		},
		{
			"name": "sebastian/environment",
			"version": "4.2.5",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/environment.git",
				"reference": "56932f6049a0482853056ffd617c91ffcc754205"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/56932f6049a0482853056ffd617c91ffcc754205",
				"reference": "56932f6049a0482853056ffd617c91ffcc754205",
				"shasum": ""
			},
			"require": {
				"php": ">=7.1"
			},
			"require-dev": {
				"phpunit/phpunit": "^7.5"
			},
			"suggest": {
				"ext-posix": "*"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "4.2-dev"
				}
			},
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de"
				}
			],
			"description": "Provides functionality to handle HHVM/PHP environments",
			"homepage": "http://www.github.com/sebastianbergmann/environment",
			"keywords": [
				"Xdebug",
				"environment",
				"hhvm"
			],
			"support": {
				"issues": "https://github.com/sebastianbergmann/environment/issues",
				"source": "https://github.com/sebastianbergmann/environment/tree/4.2.5"
			},
			"funding": [
				{
					"url": "https://github.com/sebastianbergmann",
					"type": "github"
				}
			],
			"time": "2024-03-01T13:49:59+00:00"
		},
		{
			"name": "sebastian/exporter",
			"version": "3.1.8",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/exporter.git",
				"reference": "64cfeaa341951ceb2019d7b98232399d57bb2296"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/64cfeaa341951ceb2019d7b98232399d57bb2296",
				"reference": "64cfeaa341951ceb2019d7b98232399d57bb2296",
				"shasum": ""
			},
			"require": {
				"php": ">=7.2",
				"sebastian/recursion-context": "^3.0"
			},
			"require-dev": {
				"ext-mbstring": "*",
				"phpunit/phpunit": "^8.5"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "3.1.x-dev"
				}
			},
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de"
				},
				{
					"name": "Jeff Welch",
					"email": "whatthejeff@gmail.com"
				},
				{
					"name": "Volker Dusch",
					"email": "github@wallbash.com"
				},
				{
					"name": "Adam Harvey",
					"email": "aharvey@php.net"
				},
				{
					"name": "Bernhard Schussek",
					"email": "bschussek@gmail.com"
				}
			],
			"description": "Provides the functionality to export PHP variables for visualization",
			"homepage": "http://www.github.com/sebastianbergmann/exporter",
			"keywords": [
				"export",
				"exporter"
			],
			"support": {
				"issues": "https://github.com/sebastianbergmann/exporter/issues",
				"source": "https://github.com/sebastianbergmann/exporter/tree/3.1.8"
			},
			"funding": [
				{
					"url": "https://github.com/sebastianbergmann",
					"type": "github"
				},
				{
					"url": "https://liberapay.com/sebastianbergmann",
					"type": "liberapay"
				},
				{
					"url": "https://thanks.dev/u/gh/sebastianbergmann",
					"type": "thanks_dev"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/sebastian/exporter",
					"type": "tidelift"
				}
			],
			"time": "2025-09-24T05:55:14+00:00"
		},
		{
			"name": "sebastian/global-state",
			"version": "3.0.6",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/global-state.git",
				"reference": "800689427e3e8cf57a8fe38fcd1d4344c9b2f046"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/800689427e3e8cf57a8fe38fcd1d4344c9b2f046",
				"reference": "800689427e3e8cf57a8fe38fcd1d4344c9b2f046",
				"shasum": ""
			},
			"require": {
				"php": ">=7.2",
				"sebastian/object-reflector": "^1.1.1",
				"sebastian/recursion-context": "^3.0"
			},
			"require-dev": {
				"ext-dom": "*",
				"phpunit/phpunit": "^8.0"
			},
			"suggest": {
				"ext-uopz": "*"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "3.0-dev"
				}
			},
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de"
				}
			],
			"description": "Snapshotting of global state",
			"homepage": "http://www.github.com/sebastianbergmann/global-state",
			"keywords": [
				"global state"
			],
			"support": {
				"issues": "https://github.com/sebastianbergmann/global-state/issues",
				"source": "https://github.com/sebastianbergmann/global-state/tree/3.0.6"
			},
			"funding": [
				{
					"url": "https://github.com/sebastianbergmann",
					"type": "github"
				},
				{
					"url": "https://liberapay.com/sebastianbergmann",
					"type": "liberapay"
				},
				{
					"url": "https://thanks.dev/u/gh/sebastianbergmann",
					"type": "thanks_dev"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/sebastian/global-state",
					"type": "tidelift"
				}
			],
			"time": "2025-08-10T05:40:12+00:00"
		},
		{
			"name": "sebastian/object-enumerator",
			"version": "3.0.5",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/object-enumerator.git",
				"reference": "ac5b293dba925751b808e02923399fb44ff0d541"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/ac5b293dba925751b808e02923399fb44ff0d541",
				"reference": "ac5b293dba925751b808e02923399fb44ff0d541",
				"shasum": ""
			},
			"require": {
				"php": ">=7.0",
				"sebastian/object-reflector": "^1.1.1",
				"sebastian/recursion-context": "^3.0"
			},
			"require-dev": {
				"phpunit/phpunit": "^6.0"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "3.0.x-dev"
				}
			},
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de"
				}
			],
			"description": "Traverses array structures and object graphs to enumerate all referenced objects",
			"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
			"support": {
				"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
				"source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.5"
			},
			"funding": [
				{
					"url": "https://github.com/sebastianbergmann",
					"type": "github"
				}
			],
			"time": "2024-03-01T13:54:02+00:00"
		},
		{
			"name": "sebastian/object-reflector",
			"version": "1.1.3",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/object-reflector.git",
				"reference": "1d439c229e61f244ff1f211e5c99737f90c67def"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/1d439c229e61f244ff1f211e5c99737f90c67def",
				"reference": "1d439c229e61f244ff1f211e5c99737f90c67def",
				"shasum": ""
			},
			"require": {
				"php": ">=7.0"
			},
			"require-dev": {
				"phpunit/phpunit": "^6.0"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "1.1-dev"
				}
			},
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de"
				}
			],
			"description": "Allows reflection of object attributes, including inherited and non-public ones",
			"homepage": "https://github.com/sebastianbergmann/object-reflector/",
			"support": {
				"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
				"source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.3"
			},
			"funding": [
				{
					"url": "https://github.com/sebastianbergmann",
					"type": "github"
				}
			],
			"time": "2024-03-01T13:56:04+00:00"
		},
		{
			"name": "sebastian/recursion-context",
			"version": "3.0.3",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/recursion-context.git",
				"reference": "8fe7e75986a9d24b4cceae847314035df7703a5a"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/8fe7e75986a9d24b4cceae847314035df7703a5a",
				"reference": "8fe7e75986a9d24b4cceae847314035df7703a5a",
				"shasum": ""
			},
			"require": {
				"php": ">=7.0"
			},
			"require-dev": {
				"phpunit/phpunit": "^6.0"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "3.0.x-dev"
				}
			},
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de"
				},
				{
					"name": "Jeff Welch",
					"email": "whatthejeff@gmail.com"
				},
				{
					"name": "Adam Harvey",
					"email": "aharvey@php.net"
				}
			],
			"description": "Provides functionality to recursively process PHP variables",
			"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
			"support": {
				"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
				"source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.3"
			},
			"funding": [
				{
					"url": "https://github.com/sebastianbergmann",
					"type": "github"
				},
				{
					"url": "https://liberapay.com/sebastianbergmann",
					"type": "liberapay"
				},
				{
					"url": "https://thanks.dev/u/gh/sebastianbergmann",
					"type": "thanks_dev"
				},
				{
					"url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
					"type": "tidelift"
				}
			],
			"time": "2025-08-10T05:25:53+00:00"
		},
		{
			"name": "sebastian/resource-operations",
			"version": "2.0.3",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/resource-operations.git",
				"reference": "72a7f7674d053d548003b16ff5a106e7e0e06eee"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/72a7f7674d053d548003b16ff5a106e7e0e06eee",
				"reference": "72a7f7674d053d548003b16ff5a106e7e0e06eee",
				"shasum": ""
			},
			"require": {
				"php": ">=7.1"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "2.0-dev"
				}
			},
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de"
				}
			],
			"description": "Provides a list of PHP built-in functions that operate on resources",
			"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
			"support": {
				"source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.3"
			},
			"funding": [
				{
					"url": "https://github.com/sebastianbergmann",
					"type": "github"
				}
			],
			"time": "2024-03-01T13:59:09+00:00"
		},
		{
			"name": "sebastian/type",
			"version": "1.1.5",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/type.git",
				"reference": "18f071c3a29892b037d35e6b20ddf3ea39b42874"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/18f071c3a29892b037d35e6b20ddf3ea39b42874",
				"reference": "18f071c3a29892b037d35e6b20ddf3ea39b42874",
				"shasum": ""
			},
			"require": {
				"php": ">=7.2"
			},
			"require-dev": {
				"phpunit/phpunit": "^8.2"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "1.1-dev"
				}
			},
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de",
					"role": "lead"
				}
			],
			"description": "Collection of value objects that represent the types of the PHP type system",
			"homepage": "https://github.com/sebastianbergmann/type",
			"support": {
				"issues": "https://github.com/sebastianbergmann/type/issues",
				"source": "https://github.com/sebastianbergmann/type/tree/1.1.5"
			},
			"funding": [
				{
					"url": "https://github.com/sebastianbergmann",
					"type": "github"
				}
			],
			"time": "2024-03-01T14:04:07+00:00"
		},
		{
			"name": "sebastian/version",
			"version": "2.0.1",
			"source": {
				"type": "git",
				"url": "https://github.com/sebastianbergmann/version.git",
				"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
				"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
				"shasum": ""
			},
			"require": {
				"php": ">=5.6"
			},
			"type": "library",
			"extra": {
				"branch-alias": {
					"dev-master": "2.0.x-dev"
				}
			},
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Sebastian Bergmann",
					"email": "sebastian@phpunit.de",
					"role": "lead"
				}
			],
			"description": "Library that helps with managing the version number of Git-hosted PHP projects",
			"homepage": "https://github.com/sebastianbergmann/version",
			"support": {
				"issues": "https://github.com/sebastianbergmann/version/issues",
				"source": "https://github.com/sebastianbergmann/version/tree/master"
			},
			"time": "2016-10-03T07:35:21+00:00"
		},
		{
			"name": "squizlabs/php_codesniffer",
			"version": "3.13.5",
			"source": {
				"type": "git",
				"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
				"reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
				"reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
				"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",
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Greg Sherwood",
					"role": "Former lead"
				},
				{
					"name": "Juliette Reinders Folmer",
					"role": "Current lead"
				},
				{
					"name": "Contributors",
					"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
				}
			],
			"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
			"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
			"keywords": [
				"phpcs",
				"standards",
				"static analysis"
			],
			"support": {
				"issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
				"security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
				"source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
				"wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
			},
			"funding": [
				{
					"url": "https://github.com/PHPCSStandards",
					"type": "github"
				},
				{
					"url": "https://github.com/jrfnl",
					"type": "github"
				},
				{
					"url": "https://opencollective.com/php_codesniffer",
					"type": "open_collective"
				},
				{
					"url": "https://thanks.dev/u/gh/phpcsstandards",
					"type": "thanks_dev"
				}
			],
			"time": "2025-11-04T16:30:35+00:00"
		},
		{
			"name": "theseer/tokenizer",
			"version": "1.3.1",
			"source": {
				"type": "git",
				"url": "https://github.com/theseer/tokenizer.git",
				"reference": "b7489ce515e168639d17feec34b8847c326b0b3c"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c",
				"reference": "b7489ce515e168639d17feec34b8847c326b0b3c",
				"shasum": ""
			},
			"require": {
				"ext-dom": "*",
				"ext-tokenizer": "*",
				"ext-xmlwriter": "*",
				"php": "^7.2 || ^8.0"
			},
			"type": "library",
			"autoload": {
				"classmap": [
					"src/"
				]
			},
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"BSD-3-Clause"
			],
			"authors": [
				{
					"name": "Arne Blankerts",
					"email": "arne@blankerts.de",
					"role": "Developer"
				}
			],
			"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
			"support": {
				"issues": "https://github.com/theseer/tokenizer/issues",
				"source": "https://github.com/theseer/tokenizer/tree/1.3.1"
			},
			"funding": [
				{
					"url": "https://github.com/theseer",
					"type": "github"
				}
			],
			"time": "2025-11-17T20:03:58+00:00"
		},
		{
			"name": "wp-coding-standards/wpcs",
			"version": "3.3.0",
			"source": {
				"type": "git",
				"url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
				"reference": "7795ec6fa05663d716a549d0b44e47ffc8b0d4a6"
			},
			"dist": {
				"type": "zip",
				"url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7795ec6fa05663d716a549d0b44e47ffc8b0d4a6",
				"reference": "7795ec6fa05663d716a549d0b44e47ffc8b0d4a6",
				"shasum": ""
			},
			"require": {
				"ext-filter": "*",
				"ext-libxml": "*",
				"ext-tokenizer": "*",
				"ext-xmlreader": "*",
				"php": ">=7.2",
				"phpcsstandards/phpcsextra": "^1.5.0",
				"phpcsstandards/phpcsutils": "^1.1.0",
				"squizlabs/php_codesniffer": "^3.13.4"
			},
			"require-dev": {
				"php-parallel-lint/php-console-highlighter": "^1.0.0",
				"php-parallel-lint/php-parallel-lint": "^1.4.0",
				"phpcompatibility/php-compatibility": "^10.0.0@dev",
				"phpcsstandards/phpcsdevtools": "^1.2.0",
				"phpunit/phpunit": "^8.0 || ^9.0"
			},
			"suggest": {
				"ext-iconv": "For improved results",
				"ext-mbstring": "For improved results"
			},
			"type": "phpcodesniffer-standard",
			"notification-url": "https://packagist.org/downloads/",
			"license": [
				"MIT"
			],
			"authors": [
				{
					"name": "Contributors",
					"homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
				}
			],
			"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
			"keywords": [
				"phpcs",
				"standards",
				"static analysis",
				"wordpress"
			],
			"support": {
				"issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues",
				"source": "https://github.com/WordPress/WordPress-Coding-Standards",
				"wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"
			},
			"funding": [
				{
					"url": "https://opencollective.com/php_codesniffer",
					"type": "custom"
				}
			],
			"time": "2025-11-25T12:08:04+00:00"
		}
	],
	"aliases": [],
	"minimum-stability": "stable",
	"stability-flags": {},
	"prefer-stable": false,
	"prefer-lowest": false,
	"platform": {
		"ext-json": "*",
		"ext-curl": "*"
	},
	"platform-dev": {},
	"platform-overrides": {
		"php": "7.4"
	},
	"plugin-api-version": "2.9.0"
}
