{ "_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": "ff830b6e9cbe937699c148d8d53b907b", "packages": [ { "name": "php-stubs/woocommerce-stubs", "version": "v6.0.0", "source": { "type": "git", "url": "https://github.com/php-stubs/woocommerce-stubs.git", "reference": "65e6be8a1b74b7be5d0d5591262342ff116f93db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-stubs/woocommerce-stubs/zipball/65e6be8a1b74b7be5d0d5591262342ff116f93db", "reference": "65e6be8a1b74b7be5d0d5591262342ff116f93db", "shasum": "" }, "require": { "php-stubs/wordpress-stubs": "^5.3.0" }, "require-dev": { "giacocorsiglia/stubs-generator": "^0.5.0", "php": "~7.1" }, "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/v6.0.0" }, "time": "2022-01-04T22:00:24+00:00" }, { "name": "php-stubs/wordpress-stubs", "version": "v5.9.1", "source": { "type": "git", "url": "https://github.com/php-stubs/wordpress-stubs.git", "reference": "29d7ca925b7ec49d7ee05932f9e753f130d794aa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/29d7ca925b7ec49d7ee05932f9e753f130d794aa", "reference": "29d7ca925b7ec49d7ee05932f9e753f130d794aa", "shasum": "" }, "replace": { "giacocorsiglia/wordpress-stubs": "*" }, "require-dev": { "nikic/php-parser": "< 4.12.0", "php": "~7.3 || ~8.0", "php-stubs/generator": "^0.8.0", "phpdocumentor/reflection-docblock": "^5.3", "phpstan/phpstan": "^1.2" }, "suggest": { "paragonie/sodium_compat": "Pure PHP implementation of libsodium", "symfony/polyfill-php73": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", "szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan" }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "WordPress function and class declaration stubs for static analysis.", "homepage": "https://github.com/php-stubs/wordpress-stubs", "keywords": [ "PHPStan", "static analysis", "wordpress" ], "support": { "issues": "https://github.com/php-stubs/wordpress-stubs/issues", "source": "https://github.com/php-stubs/wordpress-stubs/tree/v5.9.1" }, "time": "2022-02-23T08:39:50+00:00" }, { "name": "phpstan/phpstan", "version": "1.4.10", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", "reference": "898c479c39caa727bedf4311dd294a8f4e250e72" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/898c479c39caa727bedf4311dd294a8f4e250e72", "reference": "898c479c39caa727bedf4311dd294a8f4e250e72", "shasum": "" }, "require": { "php": "^7.1|^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", "support": { "issues": "https://github.com/phpstan/phpstan/issues", "source": "https://github.com/phpstan/phpstan/tree/1.4.10" }, "funding": [ { "url": "https://github.com/ondrejmirtes", "type": "github" }, { "url": "https://github.com/phpstan", "type": "github" }, { "url": "https://www.patreon.com/phpstan", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", "type": "tidelift" } ], "time": "2022-03-14T10:25:45+00:00" }, { "name": "phpstan/phpstan-doctrine", "version": "1.2.11", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", "reference": "580737eff27e48c1924bc019fa43343626242e91" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/580737eff27e48c1924bc019fa43343626242e91", "reference": "580737eff27e48c1924bc019fa43343626242e91", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", "phpstan/phpstan": "^1.4.1" }, "conflict": { "doctrine/collections": "<1.0", "doctrine/common": "<2.7", "doctrine/mongodb-odm": "<1.2", "doctrine/orm": "<2.5", "doctrine/persistence": "<1.3" }, "require-dev": { "doctrine/annotations": "^1.11.0", "doctrine/collections": "^1.6", "doctrine/common": "^2.7 || ^3.0", "doctrine/dbal": "^2.13.7 || ^3.0", "doctrine/lexer": "^1.2.1", "doctrine/mongodb-odm": "^1.3 || ^2.1", "doctrine/orm": "^2.11.0", "doctrine/persistence": "^1.3.8 || ^2.2.1", "nesbot/carbon": "^2.49", "nikic/php-parser": "^4.13.2", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^9.5.10", "ramsey/uuid-doctrine": "^1.5.0", "symfony/cache": "^4.4.35" }, "type": "phpstan-extension", "extra": { "branch-alias": { "dev-master": "1.2-dev" }, "phpstan": { "includes": [ "extension.neon", "rules.neon" ] } }, "autoload": { "psr-4": { "PHPStan\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Doctrine extensions for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-doctrine/issues", "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.2.11" }, "time": "2022-02-23T15:14:45+00:00" }, { "name": "phpstan/phpstan-phpunit", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", "reference": "9eb88c9f689003a8a2a5ae9e010338ee94dc39b3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/9eb88c9f689003a8a2a5ae9e010338ee94dc39b3", "reference": "9eb88c9f689003a8a2a5ae9e010338ee94dc39b3", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", "phpstan/phpstan": "^1.0" }, "conflict": { "phpunit/phpunit": "<7.0" }, "require-dev": { "nikic/php-parser": "^4.13.0", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^9.5" }, "type": "phpstan-extension", "extra": { "branch-alias": { "dev-master": "1.0-dev" }, "phpstan": { "includes": [ "extension.neon", "rules.neon" ] } }, "autoload": { "psr-4": { "PHPStan\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "PHPUnit extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-phpunit/issues", "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.0.0" }, "time": "2021-10-14T08:03:54+00:00" }, { "name": "symfony/polyfill-php73", "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5", "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php73\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-06-05T21:20:04+00:00" }, { "name": "szepeviktor/phpstan-wordpress", "version": "v1.0.3", "source": { "type": "git", "url": "https://github.com/szepeviktor/phpstan-wordpress.git", "reference": "265d06b4673572fa379567d2b99df7794c0ab27a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/265d06b4673572fa379567d2b99df7794c0ab27a", "reference": "265d06b4673572fa379567d2b99df7794c0ab27a", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", "php-stubs/wordpress-stubs": "^4.7 || ^5.0", "phpstan/phpstan": "^1.0", "symfony/polyfill-php73": "^1.12.0" }, "require-dev": { "composer/composer": "^2.1.12", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "php-parallel-lint/php-parallel-lint": "^1.1", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^7 || ^9", "szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^0.6" }, "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", "source": "https://github.com/szepeviktor/phpstan-wordpress/tree/v1.0.3" }, "funding": [ { "url": "https://www.paypal.me/szepeviktor", "type": "custom" } ], "time": "2022-03-05T07:34:50+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.2.0" }