update dependencies

This commit is contained in:
lubiana 2023-02-21 18:33:15 +01:00
parent 27f6d414bf
commit 10d4f1321a
No known key found for this signature in database
2 changed files with 25 additions and 26 deletions

View file

@ -8,8 +8,8 @@
},
"require": {
"slevomat/coding-standard": "^8.8",
"symplify/easy-coding-standard": "^11.2.5",
"rector/rector": "^0.15.10"
"symplify/easy-coding-standard": "^11.2.9",
"rector/rector": "^0.15.17"
},
"config": {
"allow-plugins": {

47
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": "9a4bbcbbaa8593ef4104f8810aa72bda",
"content-hash": "f46b4599e5c46e32c1220a3ce2abaf16",
"packages": [
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
@ -131,16 +131,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.9.14",
"version": "1.10.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "e5fcc96289cf737304286a9b505fbed091f02e58"
"reference": "71b28a67f01ac231f9a8f1ce242270bf4ec1f99c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e5fcc96289cf737304286a9b505fbed091f02e58",
"reference": "e5fcc96289cf737304286a9b505fbed091f02e58",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/71b28a67f01ac231f9a8f1ce242270bf4ec1f99c",
"reference": "71b28a67f01ac231f9a8f1ce242270bf4ec1f99c",
"shasum": ""
},
"require": {
@ -170,7 +170,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.9.14"
"source": "https://github.com/phpstan/phpstan/tree/1.10.0"
},
"funding": [
{
@ -186,30 +186,29 @@
"type": "tidelift"
}
],
"time": "2023-01-19T10:47:09+00:00"
"time": "2023-02-21T13:50:49+00:00"
},
{
"name": "rector/rector",
"version": "0.15.10",
"version": "0.15.17",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "000bfb6f7974449399f39e1a210458395b75c887"
"reference": "7f6ee7974175138864d3b50c28ea73a7b0fd4e2d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/000bfb6f7974449399f39e1a210458395b75c887",
"reference": "000bfb6f7974449399f39e1a210458395b75c887",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/7f6ee7974175138864d3b50c28ea73a7b0fd4e2d",
"reference": "7f6ee7974175138864d3b50c28ea73a7b0fd4e2d",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.9.7"
"phpstan/phpstan": "^1.9.14"
},
"conflict": {
"rector/rector-doctrine": "*",
"rector/rector-downgrade-php": "*",
"rector/rector-php-parser": "*",
"rector/rector-phpunit": "*",
"rector/rector-symfony": "*"
},
@ -219,7 +218,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "0.14-dev"
"dev-main": "0.15-dev"
}
},
"autoload": {
@ -234,7 +233,7 @@
"description": "Instant Upgrade and Automated Refactoring of any PHP code",
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/0.15.10"
"source": "https://github.com/rectorphp/rector/tree/0.15.17"
},
"funding": [
{
@ -242,7 +241,7 @@
"type": "github"
}
],
"time": "2023-01-21T14:30:16+00:00"
"time": "2023-02-17T20:34:07+00:00"
},
{
"name": "slevomat/coding-standard",
@ -367,16 +366,16 @@
},
{
"name": "symplify/easy-coding-standard",
"version": "11.2.5",
"version": "11.2.9",
"source": {
"type": "git",
"url": "https://github.com/symplify/easy-coding-standard.git",
"reference": "e6ac94f220604f4a3ddc99619e5b570238f3360c"
"url": "https://github.com/easy-coding-standard/easy-coding-standard.git",
"reference": "947267668efb055bf78c7b68416cb206285f21d4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/e6ac94f220604f4a3ddc99619e5b570238f3360c",
"reference": "e6ac94f220604f4a3ddc99619e5b570238f3360c",
"url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/947267668efb055bf78c7b68416cb206285f21d4",
"reference": "947267668efb055bf78c7b68416cb206285f21d4",
"shasum": ""
},
"require": {
@ -401,8 +400,8 @@
],
"description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer",
"support": {
"issues": "https://github.com/symplify/easy-coding-standard/issues",
"source": "https://github.com/symplify/easy-coding-standard/tree/11.2.5"
"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"
},
"funding": [
{
@ -414,7 +413,7 @@
"type": "github"
}
],
"time": "2023-01-25T12:39:27+00:00"
"time": "2023-02-21T11:31:15+00:00"
}
],
"packages-dev": [],