code-quality/composer.lock

446 lines
16 KiB
Text
Raw Normal View History

2022-10-12 17:46:05 +00: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"
],
2023-03-25 19:17:33 +00:00
"content-hash": "959b2ea13afa4a341c7d2ad2cf7c38f8",
2022-10-12 18:01:25 +00:00
"packages": [
2022-10-12 17:46:05 +00:00
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
2023-01-25 20:55:46 +00:00
"version": "v1.0.0",
2022-10-12 17:46:05 +00:00
"source": {
"type": "git",
2023-01-25 20:55:46 +00:00
"url": "https://github.com/PHPCSStandards/composer-installer.git",
"reference": "4be43904336affa5c2f70744a348312336afd0da"
2022-10-12 17:46:05 +00:00
},
"dist": {
"type": "zip",
2023-01-25 20:55:46 +00:00
"url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da",
"reference": "4be43904336affa5c2f70744a348312336afd0da",
2022-10-12 17:46:05 +00:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
2023-01-25 20:55:46 +00:00
"php": ">=5.4",
2022-10-12 17:46:05 +00:00
"squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
},
"require-dev": {
"composer/composer": "*",
2023-01-25 20:55:46 +00:00
"ext-json": "*",
"ext-zip": "*",
2022-10-12 17:46:05 +00:00
"php-parallel-lint/php-parallel-lint": "^1.3.1",
2023-01-25 20:55:46 +00:00
"phpcompatibility/php-compatibility": "^9.0",
"yoast/phpunit-polyfills": "^1.0"
2022-10-12 17:46:05 +00:00
},
"type": "composer-plugin",
"extra": {
2023-01-25 20:55:46 +00:00
"class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
2022-10-12 17:46:05 +00:00
},
"autoload": {
"psr-4": {
2023-01-25 20:55:46 +00:00
"PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
2022-10-12 17:46:05 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Franck Nijhof",
"email": "franck.nijhof@dealerdirect.com",
"homepage": "http://www.frenck.nl",
"role": "Developer / IT Manager"
},
{
"name": "Contributors",
2023-01-25 20:55:46 +00:00
"homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
2022-10-12 17:46:05 +00:00
}
],
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
"homepage": "http://www.dealerdirect.com",
"keywords": [
"PHPCodeSniffer",
"PHP_CodeSniffer",
"code quality",
"codesniffer",
"composer",
"installer",
"phpcbf",
"phpcs",
"plugin",
"qa",
"quality",
"standard",
"standards",
"style guide",
"stylecheck",
"tests"
],
"support": {
2023-01-25 20:55:46 +00:00
"issues": "https://github.com/PHPCSStandards/composer-installer/issues",
"source": "https://github.com/PHPCSStandards/composer-installer"
2022-10-12 17:46:05 +00:00
},
2023-01-25 20:55:46 +00:00
"time": "2023-01-05T11:28:13+00:00"
2022-10-12 17:46:05 +00:00
},
{
"name": "phpstan/phpdoc-parser",
2023-03-25 19:17:33 +00:00
"version": "1.16.1",
2022-10-12 17:46:05 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
2023-03-25 19:17:33 +00:00
"reference": "e27e92d939e2e3636f0a1f0afaba59692c0bf571"
2022-10-12 17:46:05 +00:00
},
"dist": {
"type": "zip",
2023-03-25 19:17:33 +00:00
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/e27e92d939e2e3636f0a1f0afaba59692c0bf571",
"reference": "e27e92d939e2e3636f0a1f0afaba59692c0bf571",
2022-10-12 17:46:05 +00:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"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",
2023-03-25 19:17:33 +00:00
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.16.1"
2022-10-12 17:46:05 +00:00
},
2023-03-25 19:17:33 +00:00
"time": "2023-02-07T18:11:17+00:00"
2022-10-12 17:46:05 +00:00
},
{
"name": "phpstan/phpstan",
2023-03-25 19:17:33 +00:00
"version": "1.10.8",
2022-10-12 17:46:05 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2023-03-25 19:17:33 +00:00
"reference": "0166aef76e066f0dd2adc2799bdadfa1635711e9"
2022-10-12 17:46:05 +00:00
},
"dist": {
"type": "zip",
2023-03-25 19:17:33 +00:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/0166aef76e066f0dd2adc2799bdadfa1635711e9",
"reference": "0166aef76e066f0dd2adc2799bdadfa1635711e9",
2022-10-12 17:46:05 +00: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": {
2023-03-25 19:17:33 +00:00
"docs": "https://phpstan.org/user-guide/getting-started",
"forum": "https://github.com/phpstan/phpstan/discussions",
2022-10-12 17:46:05 +00:00
"issues": "https://github.com/phpstan/phpstan/issues",
2023-03-25 19:17:33 +00:00
"security": "https://github.com/phpstan/phpstan/security/policy",
"source": "https://github.com/phpstan/phpstan-src"
2022-10-12 17:46:05 +00:00
},
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://github.com/phpstan",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
2023-03-25 19:17:33 +00:00
"time": "2023-03-24T10:28:16+00:00"
2022-10-12 17:46:05 +00:00
},
{
"name": "rector/rector",
2023-03-25 19:17:33 +00:00
"version": "0.15.23",
2022-10-12 17:46:05 +00:00
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
2023-03-25 19:17:33 +00:00
"reference": "f4984ebd62b3613002869b0ddd6868261d62819e"
2022-10-12 17:46:05 +00:00
},
"dist": {
"type": "zip",
2023-03-25 19:17:33 +00:00
"url": "https://api.github.com/repos/rectorphp/rector/zipball/f4984ebd62b3613002869b0ddd6868261d62819e",
"reference": "f4984ebd62b3613002869b0ddd6868261d62819e",
2022-10-12 17:46:05 +00:00
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
2023-03-25 19:17:33 +00:00
"phpstan/phpstan": "^1.10.1"
2022-10-12 17:46:05 +00:00
},
"conflict": {
"rector/rector-doctrine": "*",
2022-11-04 10:15:47 +00:00
"rector/rector-downgrade-php": "*",
2022-10-12 17:46:05 +00:00
"rector/rector-phpunit": "*",
"rector/rector-symfony": "*"
},
"bin": [
"bin/rector"
],
"type": "library",
"extra": {
"branch-alias": {
2023-02-21 17:33:15 +00:00
"dev-main": "0.15-dev"
2022-10-12 17:46:05 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Instant Upgrade and Automated Refactoring of any PHP code",
2023-03-25 19:17:33 +00:00
"keywords": [
"automation",
"dev",
"migration",
"refactoring"
],
2022-10-12 17:46:05 +00:00
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
2023-03-25 19:17:33 +00:00
"source": "https://github.com/rectorphp/rector/tree/0.15.23"
2022-10-12 17:46:05 +00:00
},
"funding": [
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
2023-03-25 19:17:33 +00:00
"time": "2023-03-22T15:22:45+00:00"
2022-10-12 17:46:05 +00:00
},
{
"name": "slevomat/coding-standard",
2023-03-25 19:17:33 +00:00
"version": "8.9.0",
2022-10-12 17:46:05 +00:00
"source": {
"type": "git",
"url": "https://github.com/slevomat/coding-standard.git",
2023-03-25 19:17:33 +00:00
"reference": "8f11e0f5ff984d6862bb9d83aa513dc05a1773ef"
2022-10-12 17:46:05 +00:00
},
"dist": {
"type": "zip",
2023-03-25 19:17:33 +00:00
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/8f11e0f5ff984d6862bb9d83aa513dc05a1773ef",
"reference": "8f11e0f5ff984d6862bb9d83aa513dc05a1773ef",
2022-10-12 17:46:05 +00:00
"shasum": ""
},
"require": {
2023-01-25 20:55:46 +00:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0",
2022-10-12 17:46:05 +00:00
"php": "^7.2 || ^8.0",
2023-03-25 19:17:33 +00:00
"phpstan/phpdoc-parser": ">=1.16.0 <1.17.0",
2022-10-12 17:46:05 +00:00
"squizlabs/php_codesniffer": "^3.7.1"
},
"require-dev": {
"phing/phing": "2.17.4",
"php-parallel-lint/php-parallel-lint": "1.3.2",
2023-03-25 19:17:33 +00:00
"phpstan/phpstan": "1.4.10|1.10.8",
"phpstan/phpstan-deprecation-rules": "1.1.3",
"phpstan/phpstan-phpunit": "1.0.0|1.3.10",
"phpstan/phpstan-strict-rules": "1.5.0",
"phpunit/phpunit": "7.5.20|8.5.21|9.6.5"
2022-10-12 17:46:05 +00:00
},
"type": "phpcodesniffer-standard",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
}
},
"autoload": {
"psr-4": {
2023-03-25 19:17:33 +00:00
"SlevomatCodingStandard\\": "SlevomatCodingStandard/"
2022-10-12 17:46:05 +00:00
}
},
"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.",
2022-11-04 10:15:47 +00:00
"keywords": [
"dev",
"phpcs"
],
2022-10-12 17:46:05 +00:00
"support": {
"issues": "https://github.com/slevomat/coding-standard/issues",
2023-03-25 19:17:33 +00:00
"source": "https://github.com/slevomat/coding-standard/tree/8.9.0"
2022-10-12 17:46:05 +00:00
},
"funding": [
{
"url": "https://github.com/kukulich",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard",
"type": "tidelift"
}
],
2023-03-25 19:17:33 +00:00
"time": "2023-03-25T15:52:37+00:00"
2022-10-12 17:46:05 +00:00
},
{
"name": "squizlabs/php_codesniffer",
2023-03-25 19:17:33 +00:00
"version": "3.7.2",
2022-10-12 17:46:05 +00:00
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2023-03-25 19:17:33 +00:00
"reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879"
2022-10-12 17:46:05 +00:00
},
"dist": {
"type": "zip",
2023-03-25 19:17:33 +00:00
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879",
"reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879",
2022-10-12 17:46:05 +00:00
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"bin": [
"bin/phpcs",
"bin/phpcbf"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Greg Sherwood",
"role": "lead"
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
"keywords": [
"phpcs",
2023-03-25 19:17:33 +00:00
"standards",
"static analysis"
2022-10-12 17:46:05 +00:00
],
"support": {
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
},
2023-03-25 19:17:33 +00:00
"time": "2023-02-22T23:07:41+00:00"
2022-10-12 17:46:05 +00:00
},
{
"name": "symplify/easy-coding-standard",
2023-03-25 19:17:33 +00:00
"version": "11.3.2",
2022-10-12 17:46:05 +00:00
"source": {
"type": "git",
2023-02-21 17:33:15 +00:00
"url": "https://github.com/easy-coding-standard/easy-coding-standard.git",
2023-03-25 19:17:33 +00:00
"reference": "d4159e06c0970e71a2a58d350160241e7cb3994b"
2022-10-12 17:46:05 +00:00
},
"dist": {
"type": "zip",
2023-03-25 19:17:33 +00:00
"url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/d4159e06c0970e71a2a58d350160241e7cb3994b",
"reference": "d4159e06c0970e71a2a58d350160241e7cb3994b",
2022-10-12 17:46:05 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"conflict": {
"friendsofphp/php-cs-fixer": "<3.0",
2023-03-25 19:17:33 +00:00
"squizlabs/php_codesniffer": "<3.6",
"symplify/coding-standard": "<11.3"
2022-10-12 17:46:05 +00:00
},
"bin": [
"bin/ecs"
],
"type": "library",
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2023-01-25 20:55:46 +00:00
"description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer",
2023-03-25 19:17:33 +00:00
"keywords": [
"Code style",
"automation",
"fixer",
"static analysis"
],
2022-10-12 17:46:05 +00:00
"support": {
2023-02-21 17:33:15 +00:00
"issues": "https://github.com/easy-coding-standard/easy-coding-standard/issues",
2023-03-25 19:17:33 +00:00
"source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/11.3.2"
2022-10-12 17:46:05 +00:00
},
"funding": [
{
"url": "https://www.paypal.me/rectorphp",
"type": "custom"
},
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
2023-03-25 19:17:33 +00:00
"time": "2023-03-22T15:28:51+00:00"
2022-10-12 17:46:05 +00:00
}
],
2022-10-12 18:01:25 +00:00
"packages-dev": [],
2022-10-12 17:46:05 +00:00
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}