bump dependencies

This commit is contained in:
lubiana 2022-11-04 11:15:47 +01:00
parent 428b640a5b
commit 529210349a
No known key found for this signature in database
2 changed files with 42 additions and 39 deletions

View file

@ -7,9 +7,9 @@
} }
}, },
"require": { "require": {
"slevomat/coding-standard": "^8.5.2", "slevomat/coding-standard": "^8.6.2",
"symplify/easy-coding-standard": "^11.1.10", "symplify/easy-coding-standard": "^11.1.16",
"rector/rector": "^0.14.5" "rector/rector": "^0.14.7"
}, },
"config": { "config": {
"allow-plugins": { "allow-plugins": {

75
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "fa3b794832ff085199627c2c7f8e2453", "content-hash": "8c32cd8c2b35ff1452742d3cd7d4ef77",
"packages": [ "packages": [
{ {
"name": "dealerdirect/phpcodesniffer-composer-installer", "name": "dealerdirect/phpcodesniffer-composer-installer",
@ -83,16 +83,16 @@
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",
"version": "1.8.0", "version": "1.13.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git", "url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "8dd908dd6156e974b9a0f8bb4cd5ad0707830f04" "reference": "33aefcdab42900e36366d0feab6206e2dd68f947"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8dd908dd6156e974b9a0f8bb4cd5ad0707830f04", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/33aefcdab42900e36366d0feab6206e2dd68f947",
"reference": "8dd908dd6156e974b9a0f8bb4cd5ad0707830f04", "reference": "33aefcdab42900e36366d0feab6206e2dd68f947",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -122,22 +122,22 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types", "description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": { "support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues", "issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.8.0" "source": "https://github.com/phpstan/phpdoc-parser/tree/1.13.0"
}, },
"time": "2022-09-04T18:59:06+00:00" "time": "2022-10-21T09:57:39+00:00"
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.8.8", "version": "1.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "08310ce271984587e2a4cda94e1ac66510a6ea07" "reference": "e08de53a5eec983de78a787a88e72518cf8fe43a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/08310ce271984587e2a4cda94e1ac66510a6ea07", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e08de53a5eec983de78a787a88e72518cf8fe43a",
"reference": "08310ce271984587e2a4cda94e1ac66510a6ea07", "reference": "e08de53a5eec983de78a787a88e72518cf8fe43a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -167,7 +167,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.8.8" "source": "https://github.com/phpstan/phpstan/tree/1.9.0"
}, },
"funding": [ "funding": [
{ {
@ -183,30 +183,29 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-10-06T12:51:57+00:00" "time": "2022-11-03T07:26:48+00:00"
}, },
{ {
"name": "rector/rector", "name": "rector/rector",
"version": "0.14.5", "version": "0.14.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rectorphp/rector.git", "url": "https://github.com/rectorphp/rector.git",
"reference": "f7fd87b2435835f481e6a94ee28e09af412bd3cc" "reference": "3553aaba0e820083fc6d7f0dc78d8d789226a398"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/f7fd87b2435835f481e6a94ee28e09af412bd3cc", "url": "https://api.github.com/repos/rectorphp/rector/zipball/3553aaba0e820083fc6d7f0dc78d8d789226a398",
"reference": "f7fd87b2435835f481e6a94ee28e09af412bd3cc", "reference": "3553aaba0e820083fc6d7f0dc78d8d789226a398",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2|^8.0", "php": "^7.2|^8.0",
"phpstan/phpstan": "^1.8.6" "phpstan/phpstan": "^1.9.0"
}, },
"conflict": { "conflict": {
"rector/rector-cakephp": "*",
"rector/rector-doctrine": "*", "rector/rector-doctrine": "*",
"rector/rector-laravel": "*", "rector/rector-downgrade-php": "*",
"rector/rector-php-parser": "*", "rector/rector-php-parser": "*",
"rector/rector-phpoffice": "*", "rector/rector-phpoffice": "*",
"rector/rector-phpunit": "*", "rector/rector-phpunit": "*",
@ -233,7 +232,7 @@
"description": "Instant Upgrade and Automated Refactoring of any PHP code", "description": "Instant Upgrade and Automated Refactoring of any PHP code",
"support": { "support": {
"issues": "https://github.com/rectorphp/rector/issues", "issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/0.14.5" "source": "https://github.com/rectorphp/rector/tree/0.14.7"
}, },
"funding": [ "funding": [
{ {
@ -241,32 +240,32 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-09-29T11:05:42+00:00" "time": "2022-11-04T08:48:40+00:00"
}, },
{ {
"name": "slevomat/coding-standard", "name": "slevomat/coding-standard",
"version": "8.5.2", "version": "8.6.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/slevomat/coding-standard.git", "url": "https://github.com/slevomat/coding-standard.git",
"reference": "f32937dc41b587f3500efed1dbca2f82aa519373" "reference": "080f592b16f021a3a8e43d95ca8f57b87ddcf4e6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/f32937dc41b587f3500efed1dbca2f82aa519373", "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/080f592b16f021a3a8e43d95ca8f57b87ddcf4e6",
"reference": "f32937dc41b587f3500efed1dbca2f82aa519373", "reference": "080f592b16f021a3a8e43d95ca8f57b87ddcf4e6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7", "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
"php": "^7.2 || ^8.0", "php": "^7.2 || ^8.0",
"phpstan/phpdoc-parser": ">=1.7.0 <1.9.0", "phpstan/phpdoc-parser": ">=1.11.0 <1.14.0",
"squizlabs/php_codesniffer": "^3.7.1" "squizlabs/php_codesniffer": "^3.7.1"
}, },
"require-dev": { "require-dev": {
"phing/phing": "2.17.4", "phing/phing": "2.17.4",
"php-parallel-lint/php-parallel-lint": "1.3.2", "php-parallel-lint/php-parallel-lint": "1.3.2",
"phpstan/phpstan": "1.4.10|1.8.6", "phpstan/phpstan": "1.4.10|1.8.10",
"phpstan/phpstan-deprecation-rules": "1.0.0", "phpstan/phpstan-deprecation-rules": "1.0.0",
"phpstan/phpstan-phpunit": "1.0.0|1.1.1", "phpstan/phpstan-phpunit": "1.0.0|1.1.1",
"phpstan/phpstan-strict-rules": "1.4.4", "phpstan/phpstan-strict-rules": "1.4.4",
@ -288,9 +287,13 @@
"MIT" "MIT"
], ],
"description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.", "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
"keywords": [
"dev",
"phpcs"
],
"support": { "support": {
"issues": "https://github.com/slevomat/coding-standard/issues", "issues": "https://github.com/slevomat/coding-standard/issues",
"source": "https://github.com/slevomat/coding-standard/tree/8.5.2" "source": "https://github.com/slevomat/coding-standard/tree/8.6.2"
}, },
"funding": [ "funding": [
{ {
@ -302,7 +305,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-09-27T16:45:37+00:00" "time": "2022-10-22T15:42:49+00:00"
}, },
{ {
"name": "squizlabs/php_codesniffer", "name": "squizlabs/php_codesniffer",
@ -362,16 +365,16 @@
}, },
{ {
"name": "symplify/easy-coding-standard", "name": "symplify/easy-coding-standard",
"version": "11.1.10", "version": "11.1.16",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symplify/easy-coding-standard.git", "url": "https://github.com/symplify/easy-coding-standard.git",
"reference": "dc1c9c50059de9b0f51029a9446537f80bbf0c4e" "reference": "32ebd57f0f47713540df8ea39134adaa9d912fae"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/dc1c9c50059de9b0f51029a9446537f80bbf0c4e", "url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/32ebd57f0f47713540df8ea39134adaa9d912fae",
"reference": "dc1c9c50059de9b0f51029a9446537f80bbf0c4e", "reference": "32ebd57f0f47713540df8ea39134adaa9d912fae",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -401,7 +404,7 @@
], ],
"description": "Prefixed scoped version of ECS package", "description": "Prefixed scoped version of ECS package",
"support": { "support": {
"source": "https://github.com/symplify/easy-coding-standard/tree/11.1.10" "source": "https://github.com/symplify/easy-coding-standard/tree/11.1.16"
}, },
"funding": [ "funding": [
{ {
@ -413,7 +416,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-09-29T10:40:41+00:00" "time": "2022-10-27T10:48:13+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],