2021-07-05 13:51:52 -04:00
{
"_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"
],
2026-06-30 07:36:19 -07:00
"content-hash" : "52c0e5c7327026f3726997264931cab3" ,
2021-07-05 13:51:52 -04:00
"packages" : [
{
"name" : "firebase/php-jwt" ,
2026-06-30 10:16:21 -04:00
"version" : "v7.1.0" ,
2021-07-05 13:51:52 -04:00
"source" : {
"type" : "git" ,
2026-06-30 10:16:21 -04:00
"url" : "https://github.com/googleapis/php-jwt.git" ,
"reference" : "b374a5d1a4f1f67fadc2165cdb284645945e2fc0"
2021-07-05 13:51:52 -04:00
},
"dist" : {
"type" : "zip" ,
2026-06-30 10:16:21 -04:00
"url" : "https://api.github.com/repos/googleapis/php-jwt/zipball/b374a5d1a4f1f67fadc2165cdb284645945e2fc0" ,
"reference" : "b374a5d1a4f1f67fadc2165cdb284645945e2fc0" ,
2021-07-05 13:51:52 -04:00
"shasum" : ""
},
"require" : {
2024-05-21 00:48:16 -04:00
"php" : "^8.0"
2021-07-05 13:51:52 -04:00
},
"require-dev" : {
2024-05-21 00:48:16 -04:00
"guzzlehttp/guzzle" : "^7.4" ,
2026-03-30 21:42:00 -04:00
"phpfastcache/phpfastcache" : "^9.2" ,
2026-06-30 10:16:21 -04:00
"phpseclib/phpseclib" : "~3.0" ,
2023-08-02 23:54:46 +03:00
"phpspec/prophecy-phpunit" : "^2.0" ,
"phpunit/phpunit" : "^9.5" ,
2024-05-21 00:48:16 -04:00
"psr/cache" : "^2.0||^3.0" ,
2023-01-24 17:21:16 -05:00
"psr/http-client" : "^1.0" ,
"psr/http-factory" : "^1.0"
2021-07-05 13:51:52 -04:00
},
"suggest" : {
2023-04-04 12:02:25 -04:00
"ext-sodium" : "Support EdDSA (Ed25519) signatures" ,
2026-06-30 10:16:21 -04:00
"paragonie/sodium_compat" : "Support EdDSA (Ed25519) signatures when libsodium is not present" ,
"phpseclib/phpseclib" : "Support PS256 (RSASSA-PSS) signatures"
2021-07-05 13:51:52 -04:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Firebase\\JWT\\" : "src"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Neuman Vong" ,
"email" : "neuman+pear@twilio.com" ,
"role" : "Developer"
},
{
"name" : "Anant Narayanan" ,
"email" : "anant@php.net" ,
"role" : "Developer"
}
],
"description" : "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec." ,
2026-06-30 10:16:21 -04:00
"homepage" : "https://github.com/googleapis/php-jwt" ,
2021-07-05 13:51:52 -04:00
"keywords" : [
"jwt" ,
"php"
],
"support" : {
2026-06-30 10:16:21 -04:00
"issues" : "https://github.com/googleapis/php-jwt/issues" ,
"source" : "https://github.com/googleapis/php-jwt/tree/v7.1.0"
2021-07-05 13:51:52 -04:00
},
2026-06-30 10:16:21 -04:00
"time" : "2026-06-11T17:54:14+00:00"
2021-07-05 13:51:52 -04:00
}
],
"packages-dev" : [
{
2023-05-22 13:43:10 -04:00
"name" : "automattic/vipwpcs" ,
2024-05-21 00:48:16 -04:00
"version" : "3.0.1" ,
2021-07-05 13:51:52 -04:00
"source" : {
"type" : "git" ,
2023-05-22 13:43:10 -04:00
"url" : "https://github.com/Automattic/VIP-Coding-Standards.git" ,
2024-05-21 00:48:16 -04:00
"reference" : "2b1d206d81b74ed999023cffd924f862ff2753c8"
2021-07-05 13:51:52 -04:00
},
"dist" : {
"type" : "zip" ,
2024-05-21 00:48:16 -04:00
"url" : "https://api.github.com/repos/Automattic/VIP-Coding-Standards/zipball/2b1d206d81b74ed999023cffd924f862ff2753c8" ,
"reference" : "2b1d206d81b74ed999023cffd924f862ff2753c8" ,
2023-05-22 13:43:10 -04:00
"shasum" : ""
},
"require" : {
"php" : ">=5.4" ,
2024-05-21 00:48:16 -04:00
"phpcsstandards/phpcsextra" : "^1.2.1" ,
"phpcsstandards/phpcsutils" : "^1.0.11" ,
"sirbrillig/phpcs-variable-analysis" : "^2.11.18" ,
"squizlabs/php_codesniffer" : "^3.9.2" ,
"wp-coding-standards/wpcs" : "^3.1.0"
2023-05-22 13:43:10 -04:00
},
"require-dev" : {
2023-10-16 18:55:16 -04:00
"php-parallel-lint/php-console-highlighter" : "^1.0.0" ,
"php-parallel-lint/php-parallel-lint" : "^1.3.2" ,
2023-05-22 13:43:10 -04:00
"phpcompatibility/php-compatibility" : "^9" ,
"phpcsstandards/phpcsdevtools" : "^1.0" ,
2024-05-21 00:48:16 -04:00
"phpunit/phpunit" : "^4 || ^5 || ^6 || ^7 || ^8 || ^9"
2023-05-22 13:43:10 -04:00
},
"type" : "phpcodesniffer-standard" ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Contributors" ,
"homepage" : "https://github.com/Automattic/VIP-Coding-Standards/graphs/contributors"
}
],
"description" : "PHP_CodeSniffer rules (sniffs) to enforce WordPress VIP minimum coding conventions" ,
"keywords" : [
"phpcs" ,
"standards" ,
2023-10-16 18:55:16 -04:00
"static analysis" ,
2023-05-22 13:43:10 -04:00
"wordpress"
],
"support" : {
"issues" : "https://github.com/Automattic/VIP-Coding-Standards/issues" ,
"source" : "https://github.com/Automattic/VIP-Coding-Standards" ,
"wiki" : "https://github.com/Automattic/VIP-Coding-Standards/wiki"
},
2024-05-21 00:48:16 -04:00
"time" : "2024-05-10T20:31:09+00:00"
2023-05-22 13:43:10 -04:00
},
2023-07-20 00:11:25 +03:00
{
"name" : "axepress/wp-graphql-cs" ,
2026-03-17 23:49:48 -04:00
"version" : "2.1.0" ,
2023-07-20 00:11:25 +03:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/AxeWP/WPGraphQL-Coding-Standards.git" ,
2026-03-17 23:49:48 -04:00
"reference" : "25ad34bc19a672d1028ec9635f75b47f424b9aad"
2023-07-20 00:11:25 +03:00
},
"dist" : {
"type" : "zip" ,
2026-03-17 23:49:48 -04:00
"url" : "https://api.github.com/repos/AxeWP/WPGraphQL-Coding-Standards/zipball/25ad34bc19a672d1028ec9635f75b47f424b9aad" ,
"reference" : "25ad34bc19a672d1028ec9635f75b47f424b9aad" ,
2023-07-20 00:11:25 +03:00
"shasum" : ""
},
"require" : {
2023-11-30 15:41:32 +02:00
"automattic/vipwpcs" : "^3.0" ,
2026-03-17 23:49:48 -04:00
"php" : ">=7.4" ,
"phpcompatibility/phpcompatibility-wp" : "^2.1 | ^3.0.0-alpha" ,
2023-11-30 15:41:32 +02:00
"slevomat/coding-standard" : "^8.12"
2023-07-20 00:11:25 +03:00
},
"require-dev" : {
"php-parallel-lint/php-console-highlighter" : "^1.0.0" ,
"php-parallel-lint/php-parallel-lint" : "^1.3.2" ,
2025-11-14 14:30:01 -05:00
"phpcsstandards/phpcsdevtools" : "^1.0"
2023-07-20 00:11:25 +03:00
},
"type" : "phpcodesniffer-standard" ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "AxePress Development" ,
"email" : "support@axepress.dev" ,
"homepage" : "https://axepress.dev"
},
{
"name" : "David Levine" ,
2026-03-17 23:49:48 -04:00
"role" : "Maintainer"
2023-07-20 00:11:25 +03:00
}
],
"description" : "PHP_CodeSniffer rules (sniffs) for the WPGraphQL ecosystem." ,
"keywords" : [
"phpcs" ,
"standards" ,
"static analysis" ,
"wordpress" ,
"wpcs" ,
"wpgraphql"
],
"support" : {
"issues" : "https://github.com/AxeWP/WPGraphQL-Coding-Standards/issues" ,
"source" : "https://github.com/AxeWP/WPGraphQL-Coding-Standards"
},
2026-03-17 23:49:48 -04:00
"time" : "2026-01-18T11:21:21+00:00"
2023-07-20 00:11:25 +03:00
},
2023-06-13 23:17:02 +03:00
{
"name" : "axepress/wp-graphql-stubs" ,
2025-11-14 14:30:01 -05:00
"version" : "v1.31.1" ,
2023-06-13 23:17:02 +03:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/AxeWP/wp-graphql-stubs.git" ,
2025-11-14 14:30:01 -05:00
"reference" : "55296773a7537e0dbc008010959718c7c796e170"
2023-06-13 23:17:02 +03:00
},
"dist" : {
"type" : "zip" ,
2025-11-14 14:30:01 -05:00
"url" : "https://api.github.com/repos/AxeWP/wp-graphql-stubs/zipball/55296773a7537e0dbc008010959718c7c796e170" ,
"reference" : "55296773a7537e0dbc008010959718c7c796e170" ,
2023-06-13 23:17:02 +03:00
"shasum" : ""
},
"require" : {
"php-stubs/wordpress-stubs" : "^5.4 || ^6.0"
},
"require-dev" : {
2023-10-16 18:55:16 -04:00
"php" : ">=7.3" ,
2023-06-13 23:17:02 +03:00
"php-stubs/generator" : "^0.8.0" ,
"phpstan/phpstan" : "^1.8"
},
"suggest" : {
"szepeviktor/phpstan-wordpress" : "WordPress extensions for PHPStan"
},
"type" : "library" ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"description" : "WPGraphQL function and class declaration stubs for static analysis." ,
"homepage" : "https://github.com/axewp/wp-graphql-stubs" ,
"keywords" : [
"PHPStan" ,
"graphql" ,
"static analysis" ,
"wordpress" ,
"wp-graphql" ,
"wpgraphql"
],
"support" : {
"issues" : "https://github.com/AxeWP/wp-graphql-stubs/issues" ,
2025-11-14 14:30:01 -05:00
"source" : "https://github.com/AxeWP/wp-graphql-stubs/tree/v1.31.1"
2023-06-13 23:17:02 +03:00
},
"funding" : [
{
"url" : "https://github.com/AxeWp" ,
"type" : "github"
}
],
2025-11-14 14:30:01 -05:00
"time" : "2025-01-29T12:41:14+00:00"
2023-06-13 23:17:02 +03:00
},
2024-11-06 11:34:09 -05:00
{
"name" : "brainmaestro/composer-git-hooks" ,
2024-11-06 19:23:36 -05:00
"version" : "v2.8.5" ,
2024-11-06 11:34:09 -05:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/BrainMaestro/composer-git-hooks.git" ,
2024-11-06 19:23:36 -05:00
"reference" : "ffed8803690ac12214082120eee3441b00aa390e"
2024-11-06 11:34:09 -05:00
},
"dist" : {
"type" : "zip" ,
2024-11-06 19:23:36 -05:00
"url" : "https://api.github.com/repos/BrainMaestro/composer-git-hooks/zipball/ffed8803690ac12214082120eee3441b00aa390e" ,
"reference" : "ffed8803690ac12214082120eee3441b00aa390e" ,
2024-11-06 11:34:09 -05:00
"shasum" : ""
},
"require" : {
2024-11-06 19:23:36 -05:00
"php" : "^5.6 || >=7.0" ,
"symfony/console" : "^3.2 || ^4.0 || ^5.0"
2024-11-06 11:34:09 -05:00
},
"require-dev" : {
"ext-json" : "*" ,
2024-11-06 19:23:36 -05:00
"friendsofphp/php-cs-fixer" : "^2.9" ,
"phpunit/phpunit" : "^5.7 || ^7.0"
2024-11-06 11:34:09 -05:00
},
"bin" : [
"cghooks"
],
"type" : "library" ,
"extra" : {
"hooks" : {
"pre-push" : [
"composer test" ,
2024-11-06 19:23:36 -05:00
"appver=$(grep -o -E '\\d.\\d.\\d' cghooks)" ,
"tag=$(git describe --tags --abbrev=0)" ,
"if [ \"$tag\" != \"v$appver\" ]; then" ,
2024-11-06 11:34:09 -05:00
"echo \"The most recent tag $tag does not match the application version $appver\\n\"" ,
2024-11-06 19:23:36 -05:00
"tag=${tag#v}" ,
2024-11-06 11:34:09 -05:00
"sed -i -E \"s/$appver/$tag/\" cghooks" ,
"exit 1" ,
"fi"
2025-11-14 14:30:01 -05:00
],
"pre-commit" : "composer check-style"
2024-11-06 11:34:09 -05:00
}
},
"autoload" : {
"files" : [
"src/helpers.php"
],
"psr-4" : {
"BrainMaestro\\GitHooks\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Ezinwa Okpoechi" ,
"email" : "brainmaestro@outlook.com"
}
],
"description" : "Easily manage git hooks in your composer config" ,
"keywords" : [
"HOOK" ,
"composer" ,
"git"
],
"support" : {
"issues" : "https://github.com/BrainMaestro/composer-git-hooks/issues" ,
2024-11-06 19:23:36 -05:00
"source" : "https://github.com/BrainMaestro/composer-git-hooks/tree/v2.8.5"
2024-11-06 11:34:09 -05:00
},
2024-11-06 19:23:36 -05:00
"time" : "2021-02-08T15:59:11+00:00"
2024-11-06 11:34:09 -05:00
},
2023-05-22 13:43:10 -04:00
{
"name" : "dealerdirect/phpcodesniffer-composer-installer" ,
2026-06-30 10:16:21 -04:00
"version" : "v1.2.1" ,
2023-05-22 13:43:10 -04:00
"source" : {
"type" : "git" ,
2023-10-16 18:55:16 -04:00
"url" : "https://github.com/PHPCSStandards/composer-installer.git" ,
2026-06-30 10:16:21 -04:00
"reference" : "963f0c67bffde0eac41b56be71ac0e8ba132f0bd"
2023-05-22 13:43:10 -04:00
},
"dist" : {
"type" : "zip" ,
2026-06-30 10:16:21 -04:00
"url" : "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/963f0c67bffde0eac41b56be71ac0e8ba132f0bd" ,
"reference" : "963f0c67bffde0eac41b56be71ac0e8ba132f0bd" ,
2023-05-22 13:43:10 -04:00
"shasum" : ""
},
"require" : {
2025-11-14 14:30:01 -05:00
"composer-plugin-api" : "^2.2" ,
2023-10-16 18:55:16 -04:00
"php" : ">=5.4" ,
2026-03-17 23:49:48 -04:00
"squizlabs/php_codesniffer" : "^3.1.0 || ^4.0"
2023-05-22 13:43:10 -04:00
},
"require-dev" : {
2025-11-14 14:30:01 -05:00
"composer/composer" : "^2.2" ,
2023-10-16 18:55:16 -04:00
"ext-json" : "*" ,
"ext-zip" : "*" ,
2025-11-14 14:30:01 -05:00
"php-parallel-lint/php-parallel-lint" : "^1.4.0" ,
2026-03-17 23:49:48 -04:00
"phpcompatibility/php-compatibility" : "^9.0 || ^10.0.0@dev" ,
2023-10-16 18:55:16 -04:00
"yoast/phpunit-polyfills" : "^1.0"
2023-05-22 13:43:10 -04:00
},
"type" : "composer-plugin" ,
"extra" : {
2023-10-16 18:55:16 -04:00
"class" : "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
2023-05-22 13:43:10 -04:00
},
"autoload" : {
"psr-4" : {
2023-10-16 18:55:16 -04:00
"PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\" : "src/"
2023-05-22 13:43:10 -04:00
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Franck Nijhof" ,
2025-11-14 14:30:01 -05:00
"email" : "opensource@frenck.dev" ,
"homepage" : "https://frenck.dev" ,
"role" : "Open source developer"
2023-05-22 13:43:10 -04:00
},
{
"name" : "Contributors" ,
2023-10-16 18:55:16 -04:00
"homepage" : "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
2023-05-22 13:43:10 -04:00
}
],
"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" : {
2023-10-16 18:55:16 -04:00
"issues" : "https://github.com/PHPCSStandards/composer-installer/issues" ,
2025-11-14 14:30:01 -05:00
"security" : "https://github.com/PHPCSStandards/composer-installer/security/policy" ,
2023-10-16 18:55:16 -04:00
"source" : "https://github.com/PHPCSStandards/composer-installer"
2023-05-22 13:43:10 -04:00
},
2025-11-14 14:30:01 -05:00
"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"
}
],
2026-06-30 10:16:21 -04:00
"time" : "2026-05-06T08:26:05+00:00"
2023-05-22 13:43:10 -04:00
},
2023-06-13 23:17:02 +03:00
{
"name" : "php-stubs/woocommerce-stubs" ,
2024-08-06 18:07:37 -04:00
"version" : "v9.1.0" ,
2023-06-13 23:17:02 +03:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-stubs/woocommerce-stubs.git" ,
2024-08-06 18:07:37 -04:00
"reference" : "2c95c633362d1f4f531f69e5db63bb19399d8b58"
2023-06-13 23:17:02 +03:00
},
"dist" : {
"type" : "zip" ,
2024-08-06 18:07:37 -04:00
"url" : "https://api.github.com/repos/php-stubs/woocommerce-stubs/zipball/2c95c633362d1f4f531f69e5db63bb19399d8b58" ,
"reference" : "2c95c633362d1f4f531f69e5db63bb19399d8b58" ,
2023-06-13 23:17:02 +03:00
"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" ,
2024-08-06 18:07:37 -04:00
"source" : "https://github.com/php-stubs/woocommerce-stubs/tree/v9.1.0"
2023-06-13 23:17:02 +03:00
},
2024-08-06 18:07:37 -04:00
"time" : "2024-07-11T10:55:02+00:00"
2023-06-13 23:17:02 +03:00
},
{
"name" : "php-stubs/wordpress-stubs" ,
2026-06-30 10:16:21 -04:00
"version" : "v6.9.4" ,
2023-06-13 23:17:02 +03:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-stubs/wordpress-stubs.git" ,
2026-06-30 10:16:21 -04:00
"reference" : "90a9412826b9944f93b10bf41d795b5fe68abcd5"
2023-06-13 23:17:02 +03:00
},
"dist" : {
"type" : "zip" ,
2026-06-30 10:16:21 -04:00
"url" : "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/90a9412826b9944f93b10bf41d795b5fe68abcd5" ,
"reference" : "90a9412826b9944f93b10bf41d795b5fe68abcd5" ,
2023-06-13 23:17:02 +03:00
"shasum" : ""
},
2025-11-14 14:30:01 -05:00
"conflict" : {
"phpdocumentor/reflection-docblock" : "5.6.1"
},
2023-06-13 23:17:02 +03:00
"require-dev" : {
2024-05-16 21:27:54 -04:00
"dealerdirect/phpcodesniffer-composer-installer" : "^1.0" ,
2025-11-14 14:30:01 -05:00
"nikic/php-parser" : "^5.5" ,
2024-08-06 18:07:37 -04:00
"php" : "^7.4 || ^8.0" ,
2026-06-30 10:16:21 -04:00
"php-stubs/generator" : "^0.8.6" ,
2026-03-17 23:49:48 -04:00
"phpdocumentor/reflection-docblock" : "^6.0" ,
2025-11-14 14:30:01 -05:00
"phpstan/phpstan" : "^2.1" ,
2024-05-16 21:27:54 -04:00
"phpunit/phpunit" : "^9.5" ,
2026-03-17 23:49:48 -04:00
"symfony/polyfill-php80" : "*" ,
2025-11-14 14:30:01 -05:00
"szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset" : "^1.1.1" ,
2024-08-06 18:07:37 -04:00
"wp-coding-standards/wpcs" : "3.1.0 as 2.3.0"
2023-06-13 23:17:02 +03:00
},
"suggest" : {
"paragonie/sodium_compat" : "Pure PHP implementation of libsodium" ,
2023-10-16 18:55:16 -04:00
"symfony/polyfill-php80" : "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions" ,
2023-06-13 23:17:02 +03:00
"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" ,
2026-06-30 10:16:21 -04:00
"source" : "https://github.com/php-stubs/wordpress-stubs/tree/v6.9.4"
2023-06-13 23:17:02 +03:00
},
2026-06-30 10:16:21 -04:00
"time" : "2026-05-01T20:36:01+00:00"
2023-06-13 23:17:02 +03:00
},
2023-07-20 00:11:25 +03: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" ,
2025-11-14 14:30:01 -05:00
"version" : "1.3.4" ,
2023-07-20 00:11:25 +03:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git" ,
2025-11-14 14:30:01 -05:00
"reference" : "244d7b04fc4bc2117c15f5abe23eb933b5f02bbf"
2023-07-20 00:11:25 +03:00
},
"dist" : {
"type" : "zip" ,
2025-11-14 14:30:01 -05:00
"url" : "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/244d7b04fc4bc2117c15f5abe23eb933b5f02bbf" ,
"reference" : "244d7b04fc4bc2117c15f5abe23eb933b5f02bbf" ,
2023-07-20 00:11:25 +03:00
"shasum" : ""
},
"require" : {
"phpcompatibility/php-compatibility" : "^9.0"
},
"require-dev" : {
2024-05-16 21:27:54 -04:00
"dealerdirect/phpcodesniffer-composer-installer" : "^1.0" ,
2023-07-20 00:11:25 +03:00
"paragonie/random_compat" : "dev-master" ,
"paragonie/sodium_compat" : "dev-master"
},
"suggest" : {
2024-05-16 21:27:54 -04:00
"dealerdirect/phpcodesniffer-composer-installer" : "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically." ,
2023-07-20 00:11:25 +03:00
"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" ,
2024-05-16 21:27:54 -04:00
"security" : "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/security/policy" ,
2023-07-20 00:11:25 +03:00
"source" : "https://github.com/PHPCompatibility/PHPCompatibilityParagonie"
},
2024-05-16 21:27:54 -04:00
"funding" : [
{
"url" : "https://github.com/PHPCompatibility" ,
"type" : "github"
},
{
"url" : "https://github.com/jrfnl" ,
"type" : "github"
},
{
"url" : "https://opencollective.com/php_codesniffer" ,
"type" : "open_collective"
2025-11-14 14:30:01 -05:00
},
{
"url" : "https://thanks.dev/u/gh/phpcompatibility" ,
"type" : "thanks_dev"
2024-05-16 21:27:54 -04:00
}
],
2025-11-14 14:30:01 -05:00
"time" : "2025-09-19T17:43:28+00:00"
2023-07-20 00:11:25 +03:00
},
{
"name" : "phpcompatibility/phpcompatibility-wp" ,
2026-03-17 23:49:48 -04:00
"version" : "2.1.8" ,
2023-07-20 00:11:25 +03:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/PHPCompatibility/PHPCompatibilityWP.git" ,
2026-03-17 23:49:48 -04:00
"reference" : "7c8d18b4d90dac9e86b0869a608fa09158e168fa"
2023-07-20 00:11:25 +03:00
},
"dist" : {
"type" : "zip" ,
2026-03-17 23:49:48 -04:00
"url" : "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/7c8d18b4d90dac9e86b0869a608fa09158e168fa" ,
"reference" : "7c8d18b4d90dac9e86b0869a608fa09158e168fa" ,
2023-07-20 00:11:25 +03:00
"shasum" : ""
},
"require" : {
"phpcompatibility/php-compatibility" : "^9.0" ,
2025-11-14 14:30:01 -05:00
"phpcompatibility/phpcompatibility-paragonie" : "^1.0" ,
"squizlabs/php_codesniffer" : "^3.3"
2023-07-20 00:11:25 +03:00
},
"require-dev" : {
2024-05-16 21:27:54 -04:00
"dealerdirect/phpcodesniffer-composer-installer" : "^1.0"
2023-07-20 00:11:25 +03:00
},
"suggest" : {
2024-05-16 21:27:54 -04:00
"dealerdirect/phpcodesniffer-composer-installer" : "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically." ,
2023-07-20 00:11:25 +03:00
"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" ,
2024-05-16 21:27:54 -04:00
"security" : "https://github.com/PHPCompatibility/PHPCompatibilityWP/security/policy" ,
2023-07-20 00:11:25 +03:00
"source" : "https://github.com/PHPCompatibility/PHPCompatibilityWP"
},
2024-05-16 21:27:54 -04:00
"funding" : [
{
"url" : "https://github.com/PHPCompatibility" ,
"type" : "github"
},
{
"url" : "https://github.com/jrfnl" ,
"type" : "github"
},
{
"url" : "https://opencollective.com/php_codesniffer" ,
"type" : "open_collective"
2025-11-14 14:30:01 -05:00
},
{
"url" : "https://thanks.dev/u/gh/phpcompatibility" ,
"type" : "thanks_dev"
2024-05-16 21:27:54 -04:00
}
],
2026-03-17 23:49:48 -04:00
"time" : "2025-10-18T00:05:59+00:00"
2023-07-20 00:11:25 +03:00
},
2023-11-30 15:41:32 +02:00
{
"name" : "phpcsstandards/phpcsextra" ,
2026-03-17 23:49:48 -04:00
"version" : "1.5.0" ,
2023-11-30 15:41:32 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/PHPCSStandards/PHPCSExtra.git" ,
2026-03-17 23:49:48 -04:00
"reference" : "b598aa890815b8df16363271b659d73280129101"
2023-11-30 15:41:32 +02:00
},
"dist" : {
"type" : "zip" ,
2026-03-17 23:49:48 -04:00
"url" : "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/b598aa890815b8df16363271b659d73280129101" ,
"reference" : "b598aa890815b8df16363271b659d73280129101" ,
2023-11-30 15:41:32 +02:00
"shasum" : ""
},
"require" : {
"php" : ">=5.4" ,
2026-03-17 23:49:48 -04:00
"phpcsstandards/phpcsutils" : "^1.2.0" ,
"squizlabs/php_codesniffer" : "^3.13.5 || ^4.0.1"
2023-11-30 15:41:32 +02:00
},
"require-dev" : {
"php-parallel-lint/php-console-highlighter" : "^1.0" ,
2025-11-14 14:30:01 -05:00
"php-parallel-lint/php-parallel-lint" : "^1.4.0" ,
2026-03-17 23:49:48 -04:00
"phpcsstandards/phpcsdevcs" : "^1.2.0" ,
2023-11-30 15:41:32 +02:00
"phpcsstandards/phpcsdevtools" : "^1.2.1" ,
2025-11-14 14:30:01 -05:00
"phpunit/phpunit" : "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
2023-11-30 15:41:32 +02:00
},
"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" ,
2024-05-16 21:27:54 -04:00
"security" : "https://github.com/PHPCSStandards/PHPCSExtra/security/policy" ,
2023-11-30 15:41:32 +02:00
"source" : "https://github.com/PHPCSStandards/PHPCSExtra"
},
2024-05-16 21:27:54 -04:00
"funding" : [
{
"url" : "https://github.com/PHPCSStandards" ,
"type" : "github"
},
{
"url" : "https://github.com/jrfnl" ,
"type" : "github"
},
{
"url" : "https://opencollective.com/php_codesniffer" ,
"type" : "open_collective"
2025-11-14 14:30:01 -05:00
},
{
"url" : "https://thanks.dev/u/gh/phpcsstandards" ,
"type" : "thanks_dev"
2024-05-16 21:27:54 -04:00
}
],
2026-03-17 23:49:48 -04:00
"time" : "2025-11-12T23:06:57+00:00"
2023-11-30 15:41:32 +02:00
},
{
"name" : "phpcsstandards/phpcsutils" ,
2026-03-17 23:49:48 -04:00
"version" : "1.2.2" ,
2023-11-30 15:41:32 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/PHPCSStandards/PHPCSUtils.git" ,
2026-03-17 23:49:48 -04:00
"reference" : "c216317e96c8b3f5932808f9b0f1f7a14e3bbf55"
2023-11-30 15:41:32 +02:00
},
"dist" : {
"type" : "zip" ,
2026-03-17 23:49:48 -04:00
"url" : "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/c216317e96c8b3f5932808f9b0f1f7a14e3bbf55" ,
"reference" : "c216317e96c8b3f5932808f9b0f1f7a14e3bbf55" ,
2023-11-30 15:41:32 +02:00
"shasum" : ""
},
"require" : {
"dealerdirect/phpcodesniffer-composer-installer" : "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0" ,
"php" : ">=5.4" ,
2026-03-17 23:49:48 -04:00
"squizlabs/php_codesniffer" : "^3.13.5 || ^4.0.1"
2023-11-30 15:41:32 +02:00
},
"require-dev" : {
"ext-filter" : "*" ,
"php-parallel-lint/php-console-highlighter" : "^1.0" ,
2025-11-14 14:30:01 -05:00
"php-parallel-lint/php-parallel-lint" : "^1.4.0" ,
2026-03-17 23:49:48 -04:00
"phpcsstandards/phpcsdevcs" : "^1.2.0" ,
2025-11-14 14:30:01 -05:00
"yoast/phpunit-polyfills" : "^1.1.0 || ^2.0.0 || ^3.0.0"
2023-11-30 15:41:32 +02:00
},
"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" ,
2025-11-14 14:30:01 -05:00
"phpcs4" ,
2023-11-30 15:41:32 +02:00
"standards" ,
"static analysis" ,
"tokens" ,
"utility"
],
"support" : {
"docs" : "https://phpcsutils.com/" ,
"issues" : "https://github.com/PHPCSStandards/PHPCSUtils/issues" ,
2024-05-16 21:27:54 -04:00
"security" : "https://github.com/PHPCSStandards/PHPCSUtils/security/policy" ,
2023-11-30 15:41:32 +02:00
"source" : "https://github.com/PHPCSStandards/PHPCSUtils"
},
2024-05-16 21:27:54 -04:00
"funding" : [
{
"url" : "https://github.com/PHPCSStandards" ,
"type" : "github"
},
{
"url" : "https://github.com/jrfnl" ,
"type" : "github"
},
{
"url" : "https://opencollective.com/php_codesniffer" ,
"type" : "open_collective"
2025-11-14 14:30:01 -05:00
},
{
"url" : "https://thanks.dev/u/gh/phpcsstandards" ,
"type" : "thanks_dev"
2024-05-16 21:27:54 -04:00
}
],
2026-03-17 23:49:48 -04:00
"time" : "2025-12-08T14:27:58+00:00"
2023-11-30 15:41:32 +02:00
},
2023-06-13 23:17:02 +03:00
{
"name" : "phpstan/extension-installer" ,
2024-11-06 11:35:14 -05:00
"version" : "1.4.3" ,
2023-06-13 23:17:02 +03:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/phpstan/extension-installer.git" ,
2024-11-06 11:35:14 -05:00
"reference" : "85e90b3942d06b2326fba0403ec24fe912372936"
2023-06-13 23:17:02 +03:00
},
"dist" : {
"type" : "zip" ,
2024-11-06 11:35:14 -05:00
"url" : "https://api.github.com/repos/phpstan/extension-installer/zipball/85e90b3942d06b2326fba0403ec24fe912372936" ,
"reference" : "85e90b3942d06b2326fba0403ec24fe912372936" ,
2023-06-13 23:17:02 +03:00
"shasum" : ""
},
"require" : {
"composer-plugin-api" : "^2.0" ,
"php" : "^7.2 || ^8.0" ,
2024-11-06 11:35:14 -05:00
"phpstan/phpstan" : "^1.9.0 || ^2.0"
2023-06-13 23:17:02 +03:00
},
"require-dev" : {
"composer/composer" : "^2.0" ,
"php-parallel-lint/php-parallel-lint" : "^1.2.0" ,
"phpstan/phpstan-strict-rules" : "^0.11 || ^0.12 || ^1.0"
},
"type" : "composer-plugin" ,
"extra" : {
"class" : "PHPStan\\ExtensionInstaller\\Plugin"
},
"autoload" : {
"psr-4" : {
"PHPStan\\ExtensionInstaller\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"description" : "Composer plugin for automatic installation of PHPStan extensions" ,
2024-11-06 11:35:14 -05:00
"keywords" : [
"dev" ,
"static analysis"
],
2023-06-13 23:17:02 +03:00
"support" : {
"issues" : "https://github.com/phpstan/extension-installer/issues" ,
2024-11-06 11:35:14 -05:00
"source" : "https://github.com/phpstan/extension-installer/tree/1.4.3"
2023-06-13 23:17:02 +03:00
},
2024-11-06 11:35:14 -05:00
"time" : "2024-09-04T20:21:43+00:00"
2023-06-13 23:17:02 +03:00
},
2023-07-20 00:11:25 +03:00
{
"name" : "phpstan/phpdoc-parser" ,
2024-11-06 11:35:14 -05:00
"version" : "1.33.0" ,
2023-07-20 00:11:25 +03:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/phpstan/phpdoc-parser.git" ,
2024-11-06 11:35:14 -05:00
"reference" : "82a311fd3690fb2bf7b64d5c98f912b3dd746140"
2023-07-20 00:11:25 +03:00
},
"dist" : {
"type" : "zip" ,
2024-11-06 11:35:14 -05:00
"url" : "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/82a311fd3690fb2bf7b64d5c98f912b3dd746140" ,
"reference" : "82a311fd3690fb2bf7b64d5c98f912b3dd746140" ,
2023-07-20 00:11:25 +03:00
"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" ,
2024-11-06 11:35:14 -05:00
"source" : "https://github.com/phpstan/phpdoc-parser/tree/1.33.0"
2023-07-20 00:11:25 +03:00
},
2024-11-06 11:35:14 -05:00
"time" : "2024-10-13T11:25:22+00:00"
2023-07-20 00:11:25 +03:00
},
2023-06-13 23:17:02 +03:00
{
"name" : "phpstan/phpstan" ,
2026-03-17 23:49:48 -04:00
"version" : "1.12.33" ,
2023-06-13 23:17:02 +03:00
"dist" : {
"type" : "zip" ,
2026-03-17 23:49:48 -04:00
"url" : "https://api.github.com/repos/phpstan/phpstan/zipball/37982d6fc7cbb746dda7773530cda557cdf119e1" ,
"reference" : "37982d6fc7cbb746dda7773530cda557cdf119e1" ,
2023-06-13 23:17:02 +03:00
"shasum" : ""
},
"require" : {
"php" : "^7.2|^8.0"
},
"conflict" : {
"phpstan/phpstan-shim" : "*"
},
"bin" : [
"phpstan" ,
"phpstan.phar"
],
"type" : "library" ,
"autoload" : {
"files" : [
"bootstrap.php"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"description" : "PHPStan - PHP Static Analysis Tool" ,
"keywords" : [
"dev" ,
"static analysis"
],
"support" : {
"docs" : "https://phpstan.org/user-guide/getting-started" ,
"forum" : "https://github.com/phpstan/phpstan/discussions" ,
"issues" : "https://github.com/phpstan/phpstan/issues" ,
"security" : "https://github.com/phpstan/phpstan/security/policy" ,
"source" : "https://github.com/phpstan/phpstan-src"
},
"funding" : [
{
"url" : "https://github.com/ondrejmirtes" ,
"type" : "github"
},
{
"url" : "https://github.com/phpstan" ,
"type" : "github"
}
],
2026-03-17 23:49:48 -04:00
"time" : "2026-02-28T20:30:03+00:00"
2023-06-13 23:17:02 +03:00
},
2024-11-06 11:34:09 -05:00
{
"name" : "psr/container" ,
"version" : "2.0.2" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/container.git" ,
"reference" : "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963" ,
"reference" : "c71ecc56dfe541dbd90c5360474fbc405f8d5963" ,
"shasum" : ""
},
"require" : {
"php" : ">=7.4.0"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.0.x-dev"
}
},
"autoload" : {
"psr-4" : {
"Psr\\Container\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "https://www.php-fig.org/"
}
],
"description" : "Common Container Interface (PHP FIG PSR-11)" ,
"homepage" : "https://github.com/php-fig/container" ,
"keywords" : [
"PSR-11" ,
"container" ,
"container-interface" ,
"container-interop" ,
"psr"
],
"support" : {
"issues" : "https://github.com/php-fig/container/issues" ,
"source" : "https://github.com/php-fig/container/tree/2.0.2"
},
"time" : "2021-11-05T16:47:00+00:00"
},
2023-05-22 13:43:10 -04:00
{
"name" : "sirbrillig/phpcs-variable-analysis" ,
2025-11-14 14:30:01 -05:00
"version" : "v2.13.0" ,
2023-05-22 13:43:10 -04:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sirbrillig/phpcs-variable-analysis.git" ,
2025-11-14 14:30:01 -05:00
"reference" : "a15e970b8a0bf64cfa5e86d941f5e6b08855f369"
2023-05-22 13:43:10 -04:00
},
"dist" : {
"type" : "zip" ,
2025-11-14 14:30:01 -05:00
"url" : "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/a15e970b8a0bf64cfa5e86d941f5e6b08855f369" ,
"reference" : "a15e970b8a0bf64cfa5e86d941f5e6b08855f369" ,
2023-05-22 13:43:10 -04:00
"shasum" : ""
},
"require" : {
"php" : ">=5.4.0" ,
2025-11-14 14:30:01 -05:00
"squizlabs/php_codesniffer" : "^3.5.7 || ^4.0.0"
2023-05-22 13:43:10 -04:00
},
"require-dev" : {
"dealerdirect/phpcodesniffer-composer-installer" : "^0.7 || ^1.0" ,
2025-11-14 14:30:01 -05:00
"phpstan/phpstan" : "^1.7 || ^2.0" ,
"phpunit/phpunit" : "^4.8.36 || ^5.7.21 || ^6.5 || ^7.0 || ^8.0 || ^9.0 || ^10.5.32 || ^11.3.3" ,
"vimeo/psalm" : "^0.2 || ^0.3 || ^1.1 || ^4.24 || ^5.0 || ^6.0 || ^7.0"
2023-05-22 13:43:10 -04:00
},
"type" : "phpcodesniffer-standard" ,
"autoload" : {
"psr-4" : {
"VariableAnalysis\\" : "VariableAnalysis/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-2-Clause"
],
"authors" : [
{
"name" : "Sam Graham" ,
"email" : "php-codesniffer-variableanalysis@illusori.co.uk"
},
{
"name" : "Payton Swick" ,
"email" : "payton@foolord.com"
}
],
"description" : "A PHPCS sniff to detect problems with variables." ,
"keywords" : [
"phpcs" ,
"static analysis"
],
"support" : {
"issues" : "https://github.com/sirbrillig/phpcs-variable-analysis/issues" ,
"source" : "https://github.com/sirbrillig/phpcs-variable-analysis" ,
"wiki" : "https://github.com/sirbrillig/phpcs-variable-analysis/wiki"
},
2025-11-14 14:30:01 -05:00
"time" : "2025-09-30T22:22:48+00:00"
2023-05-22 13:43:10 -04:00
},
2023-07-20 00:11:25 +03:00
{
"name" : "slevomat/coding-standard" ,
2024-05-16 21:27:54 -04:00
"version" : "8.15.0" ,
2023-07-20 00:11:25 +03:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/slevomat/coding-standard.git" ,
2024-05-16 21:27:54 -04:00
"reference" : "7d1d957421618a3803b593ec31ace470177d7817"
2023-07-20 00:11:25 +03:00
},
"dist" : {
"type" : "zip" ,
2024-05-16 21:27:54 -04:00
"url" : "https://api.github.com/repos/slevomat/coding-standard/zipball/7d1d957421618a3803b593ec31ace470177d7817" ,
"reference" : "7d1d957421618a3803b593ec31ace470177d7817" ,
2023-07-20 00:11:25 +03:00
"shasum" : ""
},
"require" : {
"dealerdirect/phpcodesniffer-composer-installer" : "^0.6.2 || ^0.7 || ^1.0" ,
"php" : "^7.2 || ^8.0" ,
2023-10-16 18:55:16 -04:00
"phpstan/phpdoc-parser" : "^1.23.1" ,
2024-05-16 21:27:54 -04:00
"squizlabs/php_codesniffer" : "^3.9.0"
2023-07-20 00:11:25 +03:00
},
"require-dev" : {
"phing/phing" : "2.17.4" ,
"php-parallel-lint/php-parallel-lint" : "1.3.2" ,
2024-05-16 21:27:54 -04:00
"phpstan/phpstan" : "1.10.60" ,
2023-10-16 18:55:16 -04:00
"phpstan/phpstan-deprecation-rules" : "1.1.4" ,
2024-05-16 21:27:54 -04:00
"phpstan/phpstan-phpunit" : "1.3.16" ,
"phpstan/phpstan-strict-rules" : "1.5.2" ,
"phpunit/phpunit" : "8.5.21|9.6.8|10.5.11"
2023-07-20 00:11:25 +03:00
},
"type" : "phpcodesniffer-standard" ,
"extra" : {
"branch-alias" : {
"dev-master" : "8.x-dev"
}
},
"autoload" : {
"psr-4" : {
"SlevomatCodingStandard\\" : "SlevomatCodingStandard/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"description" : "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks." ,
"keywords" : [
"dev" ,
"phpcs"
],
"support" : {
"issues" : "https://github.com/slevomat/coding-standard/issues" ,
2024-05-16 21:27:54 -04:00
"source" : "https://github.com/slevomat/coding-standard/tree/8.15.0"
2023-07-20 00:11:25 +03:00
},
"funding" : [
{
"url" : "https://github.com/kukulich" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/slevomat/coding-standard" ,
"type" : "tidelift"
}
],
2024-05-16 21:27:54 -04:00
"time" : "2024-03-09T15:20:58+00:00"
2023-07-20 00:11:25 +03:00
},
2023-05-22 13:43:10 -04:00
{
"name" : "squizlabs/php_codesniffer" ,
2026-03-17 23:49:48 -04:00
"version" : "3.13.5" ,
2023-05-22 13:43:10 -04:00
"source" : {
"type" : "git" ,
2024-05-16 21:27:54 -04:00
"url" : "https://github.com/PHPCSStandards/PHP_CodeSniffer.git" ,
2026-03-17 23:49:48 -04:00
"reference" : "0ca86845ce43291e8f5692c7356fccf3bcf02bf4"
2023-05-22 13:43:10 -04:00
},
"dist" : {
"type" : "zip" ,
2026-03-17 23:49:48 -04:00
"url" : "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0ca86845ce43291e8f5692c7356fccf3bcf02bf4" ,
"reference" : "0ca86845ce43291e8f5692c7356fccf3bcf02bf4" ,
2021-07-05 13:51:52 -04:00
"shasum" : ""
},
"require" : {
"ext-simplexml" : "*" ,
"ext-tokenizer" : "*" ,
"ext-xmlwriter" : "*" ,
"php" : ">=5.4.0"
},
"require-dev" : {
2024-05-16 21:27:54 -04:00
"phpunit/phpunit" : "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
2021-07-05 13:51:52 -04:00
},
"bin" : [
2024-05-16 21:27:54 -04:00
"bin/phpcbf" ,
"bin/phpcs"
2021-07-05 13:51:52 -04:00
],
"type" : "library" ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Greg Sherwood" ,
2024-05-16 21:27:54 -04:00
"role" : "Former lead"
},
{
"name" : "Juliette Reinders Folmer" ,
"role" : "Current lead"
},
{
"name" : "Contributors" ,
"homepage" : "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
2021-07-05 13:51:52 -04:00
}
],
"description" : "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards." ,
2024-05-16 21:27:54 -04:00
"homepage" : "https://github.com/PHPCSStandards/PHP_CodeSniffer" ,
2021-07-05 13:51:52 -04:00
"keywords" : [
"phpcs" ,
2023-05-22 13:43:10 -04:00
"standards" ,
"static analysis"
2021-07-05 13:51:52 -04:00
],
"support" : {
2024-05-16 21:27:54 -04:00
"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"
2021-07-05 13:51:52 -04:00
},
2024-05-16 21:27:54 -04:00
"funding" : [
{
"url" : "https://github.com/PHPCSStandards" ,
"type" : "github"
},
{
"url" : "https://github.com/jrfnl" ,
"type" : "github"
},
{
"url" : "https://opencollective.com/php_codesniffer" ,
"type" : "open_collective"
2025-11-14 14:30:01 -05:00
},
{
"url" : "https://thanks.dev/u/gh/phpcsstandards" ,
"type" : "thanks_dev"
2024-05-16 21:27:54 -04:00
}
],
2026-03-17 23:49:48 -04:00
"time" : "2025-11-04T16:30:35+00:00"
2021-07-05 13:51:52 -04:00
},
2024-11-06 11:34:09 -05:00
{
"name" : "symfony/console" ,
2025-02-27 10:21:27 -05:00
"version" : "v5.4.47" ,
2024-11-06 11:34:09 -05:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/console.git" ,
2025-02-27 10:21:27 -05:00
"reference" : "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed"
2024-11-06 11:34:09 -05:00
},
"dist" : {
"type" : "zip" ,
2025-02-27 10:21:27 -05:00
"url" : "https://api.github.com/repos/symfony/console/zipball/c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed" ,
"reference" : "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed" ,
2024-11-06 11:34:09 -05:00
"shasum" : ""
},
"require" : {
2024-11-06 19:23:36 -05:00
"php" : ">=7.2.5" ,
"symfony/deprecation-contracts" : "^2.1|^3" ,
2024-11-06 11:34:09 -05:00
"symfony/polyfill-mbstring" : "~1.0" ,
2024-11-06 19:23:36 -05:00
"symfony/polyfill-php73" : "^1.9" ,
"symfony/polyfill-php80" : "^1.16" ,
"symfony/service-contracts" : "^1.1|^2|^3" ,
"symfony/string" : "^5.1|^6.0"
2024-11-06 11:34:09 -05:00
},
"conflict" : {
2024-11-06 19:23:36 -05:00
"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"
2024-11-06 11:34:09 -05:00
},
"provide" : {
2024-11-06 19:23:36 -05:00
"psr/log-implementation" : "1.0|2.0"
2024-11-06 11:34:09 -05:00
},
"require-dev" : {
2024-11-06 19:23:36 -05:00
"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" : ""
2024-11-06 11:34:09 -05:00
},
"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" : {
2025-02-27 10:21:27 -05:00
"source" : "https://github.com/symfony/console/tree/v5.4.47"
2024-11-06 11:34:09 -05:00
},
"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"
}
],
2025-02-27 10:21:27 -05:00
"time" : "2024-11-06T11:30:55+00:00"
2024-11-06 11:34:09 -05:00
},
{
"name" : "symfony/deprecation-contracts" ,
2026-06-30 07:36:19 -07:00
"version" : "v3.7.1" ,
2024-11-06 11:34:09 -05:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/deprecation-contracts.git" ,
2026-06-30 07:36:19 -07:00
"reference" : "f3202fa1b5097b0af062dc978b32ecf63404e31d"
2024-11-06 11:34:09 -05:00
},
"dist" : {
"type" : "zip" ,
2026-06-30 07:36:19 -07:00
"url" : "https://api.github.com/repos/symfony/deprecation-contracts/zipball/f3202fa1b5097b0af062dc978b32ecf63404e31d" ,
"reference" : "f3202fa1b5097b0af062dc978b32ecf63404e31d" ,
2024-11-06 11:34:09 -05:00
"shasum" : ""
},
"require" : {
"php" : ">=8.1"
},
"type" : "library" ,
"extra" : {
2025-02-27 10:21:27 -05:00
"thanks" : {
"url" : "https://github.com/symfony/contracts" ,
"name" : "symfony/contracts"
},
2024-11-06 11:34:09 -05:00
"branch-alias" : {
2026-06-30 10:16:21 -04:00
"dev-main" : "3.7-dev"
2024-11-06 11:34:09 -05:00
}
},
"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" : {
2026-06-30 07:36:19 -07:00
"source" : "https://github.com/symfony/deprecation-contracts/tree/v3.7.1"
2024-11-06 11:34:09 -05:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2026-06-30 10:16:21 -04:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2024-11-06 11:34:09 -05:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-06-30 07:36:19 -07:00
"time" : "2026-06-05T06:23:12+00:00"
2024-11-06 11:34:09 -05:00
},
{
"name" : "symfony/polyfill-ctype" ,
2026-06-30 10:16:21 -04:00
"version" : "v1.37.0" ,
2024-11-06 11:34:09 -05:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-ctype.git" ,
2026-06-30 10:16:21 -04:00
"reference" : "141046a8f9477948ff284fa65be2095baafb94f2"
2024-11-06 11:34:09 -05:00
},
"dist" : {
"type" : "zip" ,
2026-06-30 10:16:21 -04:00
"url" : "https://api.github.com/repos/symfony/polyfill-ctype/zipball/141046a8f9477948ff284fa65be2095baafb94f2" ,
"reference" : "141046a8f9477948ff284fa65be2095baafb94f2" ,
2024-11-06 11:34:09 -05:00
"shasum" : ""
},
"require" : {
"php" : ">=7.2"
},
"provide" : {
"ext-ctype" : "*"
},
"suggest" : {
"ext-ctype" : "For best performance"
},
"type" : "library" ,
"extra" : {
"thanks" : {
2025-02-27 10:21:27 -05:00
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
2024-11-06 11:34:09 -05:00
}
},
"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" : {
2026-06-30 10:16:21 -04:00
"source" : "https://github.com/symfony/polyfill-ctype/tree/v1.37.0"
2024-11-06 11:34:09 -05:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2025-10-11 16:29:36 -04:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2024-11-06 11:34:09 -05:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-06-30 10:16:21 -04:00
"time" : "2026-04-10T16:19:22+00:00"
2024-11-06 11:34:09 -05:00
},
{
"name" : "symfony/polyfill-intl-grapheme" ,
2026-06-30 10:16:21 -04:00
"version" : "v1.38.1" ,
2024-11-06 11:34:09 -05:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-intl-grapheme.git" ,
2026-06-30 10:16:21 -04:00
"reference" : "e9247d281d694a5120554d9afaf54e070e88a603"
2024-11-06 11:34:09 -05:00
},
"dist" : {
"type" : "zip" ,
2026-06-30 10:16:21 -04:00
"url" : "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/e9247d281d694a5120554d9afaf54e070e88a603" ,
"reference" : "e9247d281d694a5120554d9afaf54e070e88a603" ,
2024-11-06 11:34:09 -05:00
"shasum" : ""
},
"require" : {
"php" : ">=7.2"
},
"suggest" : {
"ext-intl" : "For best performance"
},
"type" : "library" ,
"extra" : {
"thanks" : {
2025-02-27 10:21:27 -05:00
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
2024-11-06 11:34:09 -05:00
}
},
"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" : {
2026-06-30 10:16:21 -04:00
"source" : "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.38.1"
2024-11-06 11:34:09 -05:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2025-10-11 16:29:36 -04:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2024-11-06 11:34:09 -05:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-06-30 10:16:21 -04:00
"time" : "2026-05-26T05:58:03+00:00"
2024-11-06 11:34:09 -05:00
},
{
"name" : "symfony/polyfill-intl-normalizer" ,
2026-06-30 10:16:21 -04:00
"version" : "v1.38.0" ,
2024-11-06 11:34:09 -05:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-intl-normalizer.git" ,
2026-06-30 10:16:21 -04:00
"reference" : "2d446c214bdbe5b71bde5011b060a05fece3ae6b"
2024-11-06 11:34:09 -05:00
},
"dist" : {
"type" : "zip" ,
2026-06-30 10:16:21 -04:00
"url" : "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/2d446c214bdbe5b71bde5011b060a05fece3ae6b" ,
"reference" : "2d446c214bdbe5b71bde5011b060a05fece3ae6b" ,
2024-11-06 11:34:09 -05:00
"shasum" : ""
},
"require" : {
"php" : ">=7.2"
},
"suggest" : {
"ext-intl" : "For best performance"
},
"type" : "library" ,
"extra" : {
"thanks" : {
2025-02-27 10:21:27 -05:00
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
2024-11-06 11:34:09 -05:00
}
},
"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" : {
2026-06-30 10:16:21 -04:00
"source" : "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.38.0"
2024-11-06 11:34:09 -05:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2025-10-11 16:29:36 -04:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2024-11-06 11:34:09 -05:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-06-30 10:16:21 -04:00
"time" : "2026-05-25T13:48:31+00:00"
2024-11-06 11:34:09 -05:00
},
{
"name" : "symfony/polyfill-mbstring" ,
2026-06-30 10:16:21 -04:00
"version" : "v1.38.2" ,
2024-11-06 11:34:09 -05:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-mbstring.git" ,
2026-06-30 10:16:21 -04:00
"reference" : "d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6"
2024-11-06 11:34:09 -05:00
},
"dist" : {
"type" : "zip" ,
2026-06-30 10:16:21 -04:00
"url" : "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6" ,
"reference" : "d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6" ,
2024-11-06 11:34:09 -05:00
"shasum" : ""
},
"require" : {
2025-10-11 16:29:36 -04:00
"ext-iconv" : "*" ,
2024-11-06 11:34:09 -05:00
"php" : ">=7.2"
},
"provide" : {
"ext-mbstring" : "*"
},
"suggest" : {
"ext-mbstring" : "For best performance"
},
"type" : "library" ,
"extra" : {
"thanks" : {
2025-02-27 10:21:27 -05:00
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
2024-11-06 11:34:09 -05:00
}
},
"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" : {
2026-06-30 10:16:21 -04:00
"source" : "https://github.com/symfony/polyfill-mbstring/tree/v1.38.2"
2024-11-06 11:34:09 -05:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2025-10-11 16:29:36 -04:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2024-11-06 11:34:09 -05:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-06-30 10:16:21 -04:00
"time" : "2026-05-27T06:59:30+00:00"
2024-11-06 11:34:09 -05:00
},
2023-06-13 23:17:02 +03:00
{
"name" : "symfony/polyfill-php73" ,
2026-06-30 10:16:21 -04:00
"version" : "v1.37.0" ,
2023-06-13 23:17:02 +03:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php73.git" ,
2024-10-29 11:54:06 -04:00
"reference" : "0f68c03565dcaaf25a890667542e8bd75fe7e5bb"
2023-06-13 23:17:02 +03:00
},
"dist" : {
"type" : "zip" ,
2024-10-29 11:54:06 -04:00
"url" : "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb" ,
"reference" : "0f68c03565dcaaf25a890667542e8bd75fe7e5bb" ,
2023-06-13 23:17:02 +03:00
"shasum" : ""
},
"require" : {
2024-10-29 11:54:06 -04:00
"php" : ">=7.2"
2023-06-13 23:17:02 +03:00
},
"type" : "library" ,
"extra" : {
"thanks" : {
2025-02-27 10:21:27 -05:00
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
2023-06-13 23:17:02 +03:00
}
},
"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" : {
2026-06-30 10:16:21 -04:00
"source" : "https://github.com/symfony/polyfill-php73/tree/v1.37.0"
2023-06-13 23:17:02 +03:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2025-10-11 16:29:36 -04:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2023-06-13 23:17:02 +03:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2024-10-29 11:54:06 -04:00
"time" : "2024-09-09T11:45:10+00:00"
2023-06-13 23:17:02 +03:00
},
2024-11-06 19:23:36 -05:00
{
"name" : "symfony/polyfill-php80" ,
2026-06-30 10:16:21 -04:00
"version" : "v1.37.0" ,
2024-11-06 19:23:36 -05:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php80.git" ,
2026-06-30 10:16:21 -04:00
"reference" : "dfb55726c3a76ea3b6459fcfda1ec2d80a682411"
2024-11-06 19:23:36 -05:00
},
"dist" : {
"type" : "zip" ,
2026-06-30 10:16:21 -04:00
"url" : "https://api.github.com/repos/symfony/polyfill-php80/zipball/dfb55726c3a76ea3b6459fcfda1ec2d80a682411" ,
"reference" : "dfb55726c3a76ea3b6459fcfda1ec2d80a682411" ,
2024-11-06 19:23:36 -05:00
"shasum" : ""
},
"require" : {
"php" : ">=7.2"
},
"type" : "library" ,
"extra" : {
"thanks" : {
2025-02-27 10:21:27 -05:00
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
2024-11-06 19:23:36 -05:00
}
},
"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" : {
2026-06-30 10:16:21 -04:00
"source" : "https://github.com/symfony/polyfill-php80/tree/v1.37.0"
2024-11-06 19:23:36 -05:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2025-10-11 16:29:36 -04:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2024-11-06 19:23:36 -05:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-06-30 10:16:21 -04:00
"time" : "2026-04-10T16:19:22+00:00"
2024-11-06 19:23:36 -05:00
},
2024-11-06 11:34:09 -05:00
{
"name" : "symfony/service-contracts" ,
2026-06-30 07:36:19 -07:00
"version" : "v3.7.1" ,
2024-11-06 11:34:09 -05:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/service-contracts.git" ,
2026-06-30 07:36:19 -07:00
"reference" : "c0a284bab1ed8aa0417e3d69250ab437739563a0"
2024-11-06 11:34:09 -05:00
},
"dist" : {
"type" : "zip" ,
2026-06-30 07:36:19 -07:00
"url" : "https://api.github.com/repos/symfony/service-contracts/zipball/c0a284bab1ed8aa0417e3d69250ab437739563a0" ,
"reference" : "c0a284bab1ed8aa0417e3d69250ab437739563a0" ,
2024-11-06 11:34:09 -05:00
"shasum" : ""
},
"require" : {
"php" : ">=8.1" ,
"psr/container" : "^1.1|^2.0" ,
"symfony/deprecation-contracts" : "^2.5|^3"
},
"conflict" : {
"ext-psr" : "<1.1|>=2"
},
"type" : "library" ,
"extra" : {
2025-02-27 10:21:27 -05:00
"thanks" : {
"url" : "https://github.com/symfony/contracts" ,
"name" : "symfony/contracts"
},
2024-11-06 11:34:09 -05:00
"branch-alias" : {
2026-06-30 10:16:21 -04:00
"dev-main" : "3.7-dev"
2024-11-06 11:34:09 -05:00
}
},
"autoload" : {
"psr-4" : {
"Symfony\\Contracts\\Service\\" : ""
},
"exclude-from-classmap" : [
"/Test/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Generic abstractions related to writing services" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"abstractions" ,
"contracts" ,
"decoupling" ,
"interfaces" ,
"interoperability" ,
"standards"
],
"support" : {
2026-06-30 07:36:19 -07:00
"source" : "https://github.com/symfony/service-contracts/tree/v3.7.1"
2024-11-06 11:34:09 -05:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2025-11-14 14:30:01 -05:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2024-11-06 11:34:09 -05:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-06-30 07:36:19 -07:00
"time" : "2026-06-16T09:55:08+00:00"
2024-11-06 11:34:09 -05:00
},
{
"name" : "symfony/string" ,
2026-06-30 10:16:21 -04:00
"version" : "v6.4.39" ,
2024-11-06 11:34:09 -05:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/string.git" ,
2026-06-30 10:16:21 -04:00
"reference" : "62e3c927de664edadb5bef260987eb047a17a113"
2024-11-06 11:34:09 -05:00
},
"dist" : {
"type" : "zip" ,
2026-06-30 10:16:21 -04:00
"url" : "https://api.github.com/repos/symfony/string/zipball/62e3c927de664edadb5bef260987eb047a17a113" ,
"reference" : "62e3c927de664edadb5bef260987eb047a17a113" ,
2024-11-06 11:34:09 -05:00
"shasum" : ""
},
"require" : {
"php" : ">=8.1" ,
"symfony/polyfill-ctype" : "~1.8" ,
"symfony/polyfill-intl-grapheme" : "~1.0" ,
"symfony/polyfill-intl-normalizer" : "~1.0" ,
"symfony/polyfill-mbstring" : "~1.0"
},
"conflict" : {
"symfony/translation-contracts" : "<2.5"
},
"require-dev" : {
"symfony/http-client" : "^5.4|^6.0|^7.0" ,
"symfony/intl" : "^6.2|^7.0" ,
"symfony/translation-contracts" : "^2.5|^3.0" ,
"symfony/var-exporter" : "^5.4|^6.0|^7.0"
},
"type" : "library" ,
"autoload" : {
"files" : [
"Resources/functions.php"
],
"psr-4" : {
"Symfony\\Component\\String\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"grapheme" ,
"i18n" ,
"string" ,
"unicode" ,
"utf-8" ,
"utf8"
],
"support" : {
2026-06-30 10:16:21 -04:00
"source" : "https://github.com/symfony/string/tree/v6.4.39"
2024-11-06 11:34:09 -05:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2025-10-11 16:29:36 -04:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2024-11-06 11:34:09 -05:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-06-30 10:16:21 -04:00
"time" : "2026-05-12T11:44:19+00:00"
2024-11-06 11:34:09 -05:00
},
2023-06-13 23:17:02 +03:00
{
"name" : "szepeviktor/phpstan-wordpress" ,
2024-08-06 18:07:37 -04:00
"version" : "v1.3.5" ,
2023-06-13 23:17:02 +03:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/szepeviktor/phpstan-wordpress.git" ,
2024-08-06 18:07:37 -04:00
"reference" : "7f8cfe992faa96b6a33bbd75c7bace98864161e7"
2023-06-13 23:17:02 +03:00
},
"dist" : {
"type" : "zip" ,
2024-08-06 18:07:37 -04:00
"url" : "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/7f8cfe992faa96b6a33bbd75c7bace98864161e7" ,
"reference" : "7f8cfe992faa96b6a33bbd75c7bace98864161e7" ,
2023-06-13 23:17:02 +03:00
"shasum" : ""
},
"require" : {
"php" : "^7.2 || ^8.0" ,
"php-stubs/wordpress-stubs" : "^4.7 || ^5.0 || ^6.0" ,
2024-05-16 21:27:54 -04:00
"phpstan/phpstan" : "^1.10.31" ,
2023-06-13 23:17:02 +03:00
"symfony/polyfill-php73" : "^1.12.0"
},
"require-dev" : {
"composer/composer" : "^2.1.14" ,
"dealerdirect/phpcodesniffer-composer-installer" : "^1.0" ,
"php-parallel-lint/php-parallel-lint" : "^1.1" ,
"phpstan/phpstan-strict-rules" : "^1.2" ,
"phpunit/phpunit" : "^8.0 || ^9.0" ,
2024-08-06 18:07:37 -04:00
"szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset" : "^1.0" ,
"wp-coding-standards/wpcs" : "3.1.0 as 2.3.0"
2023-06-13 23:17:02 +03:00
},
2023-10-16 18:55:16 -04:00
"suggest" : {
"swissspidy/phpstan-no-private" : "Detect usage of internal core functions, classes and methods"
},
2023-06-13 23:17:02 +03:00
"type" : "phpstan-extension" ,
"extra" : {
"phpstan" : {
"includes" : [
"extension.neon"
]
}
},
"autoload" : {
"psr-4" : {
"SzepeViktor\\PHPStan\\WordPress\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"description" : "WordPress extensions for PHPStan" ,
"keywords" : [
"PHPStan" ,
"code analyse" ,
"code analysis" ,
"static analysis" ,
"wordpress"
],
"support" : {
"issues" : "https://github.com/szepeviktor/phpstan-wordpress/issues" ,
2024-08-06 18:07:37 -04:00
"source" : "https://github.com/szepeviktor/phpstan-wordpress/tree/v1.3.5"
2023-06-13 23:17:02 +03:00
},
2024-08-06 18:07:37 -04:00
"time" : "2024-06-28T22:27:19+00:00"
2023-06-13 23:17:02 +03:00
},
2021-07-05 13:51:52 -04:00
{
"name" : "wp-coding-standards/wpcs" ,
2026-03-17 23:49:48 -04:00
"version" : "3.3.0" ,
2021-07-05 13:51:52 -04:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/WordPress/WordPress-Coding-Standards.git" ,
2026-03-17 23:49:48 -04:00
"reference" : "7795ec6fa05663d716a549d0b44e47ffc8b0d4a6"
2021-07-05 13:51:52 -04:00
},
"dist" : {
"type" : "zip" ,
2026-03-17 23:49:48 -04:00
"url" : "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7795ec6fa05663d716a549d0b44e47ffc8b0d4a6" ,
"reference" : "7795ec6fa05663d716a549d0b44e47ffc8b0d4a6" ,
2021-07-05 13:51:52 -04:00
"shasum" : ""
},
"require" : {
2023-11-30 15:41:32 +02:00
"ext-filter" : "*" ,
"ext-libxml" : "*" ,
"ext-tokenizer" : "*" ,
"ext-xmlreader" : "*" ,
2026-03-17 23:49:48 -04:00
"php" : ">=7.2" ,
"phpcsstandards/phpcsextra" : "^1.5.0" ,
2025-11-14 14:30:01 -05:00
"phpcsstandards/phpcsutils" : "^1.1.0" ,
2026-03-17 23:49:48 -04:00
"squizlabs/php_codesniffer" : "^3.13.4"
2021-07-05 13:51:52 -04:00
},
"require-dev" : {
2023-11-30 15:41:32 +02:00
"php-parallel-lint/php-console-highlighter" : "^1.0.0" ,
2025-11-14 14:30:01 -05:00
"php-parallel-lint/php-parallel-lint" : "^1.4.0" ,
2026-03-17 23:49:48 -04:00
"phpcompatibility/php-compatibility" : "^10.0.0@dev" ,
2023-11-30 15:41:32 +02:00
"phpcsstandards/phpcsdevtools" : "^1.2.0" ,
2026-03-17 23:49:48 -04:00
"phpunit/phpunit" : "^8.0 || ^9.0"
2021-07-05 13:51:52 -04:00
},
"suggest" : {
2023-11-30 15:41:32 +02:00
"ext-iconv" : "For improved results" ,
"ext-mbstring" : "For improved results"
2021-07-05 13:51:52 -04:00
},
"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" ,
2023-11-30 15:41:32 +02:00
"static analysis" ,
2021-07-05 13:51:52 -04:00
"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"
},
2023-11-30 15:41:32 +02:00
"funding" : [
{
2024-05-16 21:27:54 -04:00
"url" : "https://opencollective.com/php_codesniffer" ,
2023-11-30 15:41:32 +02:00
"type" : "custom"
}
],
2026-03-17 23:49:48 -04:00
"time" : "2025-11-25T12:08:04+00:00"
2021-07-05 13:51:52 -04:00
}
],
"aliases" : [],
"minimum-stability" : "stable" ,
2023-07-20 00:11:25 +03:00
"stability-flags" : {
"axepress/wp-graphql-cs" : 10
},
2021-07-05 13:51:52 -04:00
"prefer-stable" : false ,
"prefer-lowest" : false ,
"platform" : {
2023-11-30 15:41:32 +02:00
"php" : ">=7.3"
2021-07-05 13:51:52 -04:00
},
2024-11-12 13:52:07 -05:00
"platform-dev" : {},
"plugin-api-version" : "2.6.0"
2021-07-05 13:51:52 -04:00
}