This commit is contained in:
parent
2793c36fa9
commit
e40beaa2d1
2 changed files with 19 additions and 16 deletions
|
@ -9,9 +9,9 @@
|
|||
},
|
||||
"require": {
|
||||
"php": "^8.3",
|
||||
"slevomat/coding-standard": "^8.15.0",
|
||||
"symplify/easy-coding-standard": "^12.1.14",
|
||||
"rector/rector": "^1.0.4"
|
||||
"slevomat/coding-standard": "^8.15",
|
||||
"symplify/easy-coding-standard": "^12.3.5",
|
||||
"rector/rector": "^1.0.5"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
29
composer.lock
generated
29
composer.lock
generated
|
@ -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": "43ac5346cfac27bedc2e1990eccc6e6e",
|
||||
"content-hash": "6eb7806e6594ecc073d158d2f9b483f0",
|
||||
"packages": [
|
||||
{
|
||||
"name": "dealerdirect/phpcodesniffer-composer-installer",
|
||||
|
@ -191,16 +191,16 @@
|
|||
},
|
||||
{
|
||||
"name": "rector/rector",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/rectorphp/rector.git",
|
||||
"reference": "6e04d0eb087aef707fa0c5686d33d6ff61f4a555"
|
||||
"reference": "73eb63e4f9011dba6b7c66c3262543014e352f34"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/rectorphp/rector/zipball/6e04d0eb087aef707fa0c5686d33d6ff61f4a555",
|
||||
"reference": "6e04d0eb087aef707fa0c5686d33d6ff61f4a555",
|
||||
"url": "https://api.github.com/repos/rectorphp/rector/zipball/73eb63e4f9011dba6b7c66c3262543014e352f34",
|
||||
"reference": "73eb63e4f9011dba6b7c66c3262543014e352f34",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -238,7 +238,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/rectorphp/rector/issues",
|
||||
"source": "https://github.com/rectorphp/rector/tree/1.0.4"
|
||||
"source": "https://github.com/rectorphp/rector/tree/1.0.5"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -246,7 +246,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-04-05T09:01:07+00:00"
|
||||
"time": "2024-05-10T05:31:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "slevomat/coding-standard",
|
||||
|
@ -395,16 +395,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symplify/easy-coding-standard",
|
||||
"version": "12.1.14",
|
||||
"version": "12.3.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/easy-coding-standard/easy-coding-standard.git",
|
||||
"reference": "e3c4a241ee36704f7cf920d5931f39693e64afd5"
|
||||
"reference": "0d7c2cfee3debdf11c12135e90d69d1d9f4eef03"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/e3c4a241ee36704f7cf920d5931f39693e64afd5",
|
||||
"reference": "e3c4a241ee36704f7cf920d5931f39693e64afd5",
|
||||
"url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/0d7c2cfee3debdf11c12135e90d69d1d9f4eef03",
|
||||
"reference": "0d7c2cfee3debdf11c12135e90d69d1d9f4eef03",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -415,6 +415,9 @@
|
|||
"phpcsstandards/php_codesniffer": "<3.8",
|
||||
"symplify/coding-standard": "<12.1"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-dom": "Needed to support checkstyle output format in class CheckstyleOutputFormatter"
|
||||
},
|
||||
"bin": [
|
||||
"bin/ecs"
|
||||
],
|
||||
|
@ -437,7 +440,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/easy-coding-standard/easy-coding-standard/issues",
|
||||
"source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/12.1.14"
|
||||
"source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/12.3.5"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -449,7 +452,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-02-23T13:10:40+00:00"
|
||||
"time": "2024-08-08T08:43:50+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
|
|
Loading…
Reference in a new issue