update dependencies

This commit is contained in:
lubiana 2023-03-25 20:17:33 +01:00
parent 10d4f1321a
commit 7b5380e87d
No known key found for this signature in database
2 changed files with 67 additions and 49 deletions

View file

@ -1,15 +1,16 @@
{
"name": "lubiana/code-quality",
"license": ["MIT"],
"keywords": ["dev"],
"autoload": {
"psr-4": {
"Lubiana\\CodeQuality\\": "src/"
}
},
"require": {
"slevomat/coding-standard": "^8.8",
"symplify/easy-coding-standard": "^11.2.9",
"rector/rector": "^0.15.17"
"slevomat/coding-standard": "^8.9",
"symplify/easy-coding-standard": "^11.3.2",
"rector/rector": "^0.15.23"
},
"config": {
"allow-plugins": {

109
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "f46b4599e5c46e32c1220a3ce2abaf16",
"content-hash": "959b2ea13afa4a341c7d2ad2cf7c38f8",
"packages": [
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
@ -86,16 +86,16 @@
},
{
"name": "phpstan/phpdoc-parser",
"version": "1.15.3",
"version": "1.16.1",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "61800f71a5526081d1b5633766aa88341f1ade76"
"reference": "e27e92d939e2e3636f0a1f0afaba59692c0bf571"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/61800f71a5526081d1b5633766aa88341f1ade76",
"reference": "61800f71a5526081d1b5633766aa88341f1ade76",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/e27e92d939e2e3636f0a1f0afaba59692c0bf571",
"reference": "e27e92d939e2e3636f0a1f0afaba59692c0bf571",
"shasum": ""
},
"require": {
@ -125,22 +125,22 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.15.3"
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.16.1"
},
"time": "2022-12-20T20:56:55+00:00"
"time": "2023-02-07T18:11:17+00:00"
},
{
"name": "phpstan/phpstan",
"version": "1.10.0",
"version": "1.10.8",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "71b28a67f01ac231f9a8f1ce242270bf4ec1f99c"
"reference": "0166aef76e066f0dd2adc2799bdadfa1635711e9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/71b28a67f01ac231f9a8f1ce242270bf4ec1f99c",
"reference": "71b28a67f01ac231f9a8f1ce242270bf4ec1f99c",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/0166aef76e066f0dd2adc2799bdadfa1635711e9",
"reference": "0166aef76e066f0dd2adc2799bdadfa1635711e9",
"shasum": ""
},
"require": {
@ -169,8 +169,11 @@
"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",
"source": "https://github.com/phpstan/phpstan/tree/1.10.0"
"security": "https://github.com/phpstan/phpstan/security/policy",
"source": "https://github.com/phpstan/phpstan-src"
},
"funding": [
{
@ -186,25 +189,25 @@
"type": "tidelift"
}
],
"time": "2023-02-21T13:50:49+00:00"
"time": "2023-03-24T10:28:16+00:00"
},
{
"name": "rector/rector",
"version": "0.15.17",
"version": "0.15.23",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "7f6ee7974175138864d3b50c28ea73a7b0fd4e2d"
"reference": "f4984ebd62b3613002869b0ddd6868261d62819e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/7f6ee7974175138864d3b50c28ea73a7b0fd4e2d",
"reference": "7f6ee7974175138864d3b50c28ea73a7b0fd4e2d",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/f4984ebd62b3613002869b0ddd6868261d62819e",
"reference": "f4984ebd62b3613002869b0ddd6868261d62819e",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.9.14"
"phpstan/phpstan": "^1.10.1"
},
"conflict": {
"rector/rector-doctrine": "*",
@ -231,9 +234,15 @@
"MIT"
],
"description": "Instant Upgrade and Automated Refactoring of any PHP code",
"keywords": [
"automation",
"dev",
"migration",
"refactoring"
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/0.15.17"
"source": "https://github.com/rectorphp/rector/tree/0.15.23"
},
"funding": [
{
@ -241,36 +250,36 @@
"type": "github"
}
],
"time": "2023-02-17T20:34:07+00:00"
"time": "2023-03-22T15:22:45+00:00"
},
{
"name": "slevomat/coding-standard",
"version": "8.8.0",
"version": "8.9.0",
"source": {
"type": "git",
"url": "https://github.com/slevomat/coding-standard.git",
"reference": "59e25146a4ef0a7b194c5bc55b32dd414345db89"
"reference": "8f11e0f5ff984d6862bb9d83aa513dc05a1773ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/59e25146a4ef0a7b194c5bc55b32dd414345db89",
"reference": "59e25146a4ef0a7b194c5bc55b32dd414345db89",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/8f11e0f5ff984d6862bb9d83aa513dc05a1773ef",
"reference": "8f11e0f5ff984d6862bb9d83aa513dc05a1773ef",
"shasum": ""
},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0",
"php": "^7.2 || ^8.0",
"phpstan/phpdoc-parser": ">=1.15.2 <1.16.0",
"phpstan/phpdoc-parser": ">=1.16.0 <1.17.0",
"squizlabs/php_codesniffer": "^3.7.1"
},
"require-dev": {
"phing/phing": "2.17.4",
"php-parallel-lint/php-parallel-lint": "1.3.2",
"phpstan/phpstan": "1.4.10|1.9.6",
"phpstan/phpstan-deprecation-rules": "1.1.1",
"phpstan/phpstan-phpunit": "1.0.0|1.3.3",
"phpstan/phpstan-strict-rules": "1.4.4",
"phpunit/phpunit": "7.5.20|8.5.21|9.5.27"
"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"
},
"type": "phpcodesniffer-standard",
"extra": {
@ -280,7 +289,7 @@
},
"autoload": {
"psr-4": {
"SlevomatCodingStandard\\": "SlevomatCodingStandard"
"SlevomatCodingStandard\\": "SlevomatCodingStandard/"
}
},
"notification-url": "https://packagist.org/downloads/",
@ -294,7 +303,7 @@
],
"support": {
"issues": "https://github.com/slevomat/coding-standard/issues",
"source": "https://github.com/slevomat/coding-standard/tree/8.8.0"
"source": "https://github.com/slevomat/coding-standard/tree/8.9.0"
},
"funding": [
{
@ -306,20 +315,20 @@
"type": "tidelift"
}
],
"time": "2023-01-09T10:46:13+00:00"
"time": "2023-03-25T15:52:37+00:00"
},
{
"name": "squizlabs/php_codesniffer",
"version": "3.7.1",
"version": "3.7.2",
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "1359e176e9307e906dc3d890bcc9603ff6d90619"
"reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619",
"reference": "1359e176e9307e906dc3d890bcc9603ff6d90619",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879",
"reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879",
"shasum": ""
},
"require": {
@ -355,27 +364,28 @@
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
"keywords": [
"phpcs",
"standards"
"standards",
"static analysis"
],
"support": {
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
},
"time": "2022-06-18T07:21:10+00:00"
"time": "2023-02-22T23:07:41+00:00"
},
{
"name": "symplify/easy-coding-standard",
"version": "11.2.9",
"version": "11.3.2",
"source": {
"type": "git",
"url": "https://github.com/easy-coding-standard/easy-coding-standard.git",
"reference": "947267668efb055bf78c7b68416cb206285f21d4"
"reference": "d4159e06c0970e71a2a58d350160241e7cb3994b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/947267668efb055bf78c7b68416cb206285f21d4",
"reference": "947267668efb055bf78c7b68416cb206285f21d4",
"url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/d4159e06c0970e71a2a58d350160241e7cb3994b",
"reference": "d4159e06c0970e71a2a58d350160241e7cb3994b",
"shasum": ""
},
"require": {
@ -383,7 +393,8 @@
},
"conflict": {
"friendsofphp/php-cs-fixer": "<3.0",
"squizlabs/php_codesniffer": "<3.6"
"squizlabs/php_codesniffer": "<3.6",
"symplify/coding-standard": "<11.3"
},
"bin": [
"bin/ecs"
@ -399,9 +410,15 @@
"MIT"
],
"description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer",
"keywords": [
"Code style",
"automation",
"fixer",
"static analysis"
],
"support": {
"issues": "https://github.com/easy-coding-standard/easy-coding-standard/issues",
"source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/11.2.9"
"source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/11.3.2"
},
"funding": [
{
@ -413,7 +430,7 @@
"type": "github"
}
],
"time": "2023-02-21T11:31:15+00:00"
"time": "2023-03-22T15:28:51+00:00"
}
],
"packages-dev": [],