mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Updated dependencies
This commit is contained in:
parent
04310aa2f8
commit
03a2a10efd
2 changed files with 80 additions and 78 deletions
36
composer.lock
generated
36
composer.lock
generated
|
@ -15871,16 +15871,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan.git",
|
||||
"reference": "2392d360fdf54ea253aa6c68cad1d4ba2e54e927"
|
||||
"reference": "cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/2392d360fdf54ea253aa6c68cad1d4ba2e54e927",
|
||||
"reference": "2392d360fdf54ea253aa6c68cad1d4ba2e54e927",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7",
|
||||
"reference": "cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -15925,7 +15925,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-12-31T07:30:03+00:00"
|
||||
"time": "2025-01-05T16:43:48+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-doctrine",
|
||||
|
@ -16541,21 +16541,21 @@
|
|||
},
|
||||
{
|
||||
"name": "rector/rector",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/rectorphp/rector.git",
|
||||
"reference": "f3354fbbdbeb090a53f5260fa5841d373540a831"
|
||||
"reference": "fa0cb009dc3df084bf549032ae4080a0481a2036"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/rectorphp/rector/zipball/f3354fbbdbeb090a53f5260fa5841d373540a831",
|
||||
"reference": "f3354fbbdbeb090a53f5260fa5841d373540a831",
|
||||
"url": "https://api.github.com/repos/rectorphp/rector/zipball/fa0cb009dc3df084bf549032ae4080a0481a2036",
|
||||
"reference": "fa0cb009dc3df084bf549032ae4080a0481a2036",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.4|^8.0",
|
||||
"phpstan/phpstan": "^2.1.0"
|
||||
"phpstan/phpstan": "^2.1.1"
|
||||
},
|
||||
"conflict": {
|
||||
"rector/rector-doctrine": "*",
|
||||
|
@ -16588,7 +16588,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/rectorphp/rector/issues",
|
||||
"source": "https://github.com/rectorphp/rector/tree/2.0.5"
|
||||
"source": "https://github.com/rectorphp/rector/tree/2.0.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -16596,7 +16596,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-12-31T13:11:55+00:00"
|
||||
"time": "2025-01-06T10:38:36+00:00"
|
||||
},
|
||||
{
|
||||
"name": "roave/security-advisories",
|
||||
|
@ -16604,12 +16604,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||
"reference": "0739463889fe714daa685817789aef000c6774cc"
|
||||
"reference": "6ec01b072baedc0e230b90c70e521007851c8f7c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/0739463889fe714daa685817789aef000c6774cc",
|
||||
"reference": "0739463889fe714daa685817789aef000c6774cc",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/6ec01b072baedc0e230b90c70e521007851c8f7c",
|
||||
"reference": "6ec01b072baedc0e230b90c70e521007851c8f7c",
|
||||
"shasum": ""
|
||||
},
|
||||
"conflict": {
|
||||
|
@ -16853,6 +16853,7 @@
|
|||
"grumpydictator/firefly-iii": "<6.1.17",
|
||||
"gugoan/economizzer": "<=0.9.0.0-beta1",
|
||||
"guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5",
|
||||
"guzzlehttp/oauth-subscriber": "<0.8.1",
|
||||
"guzzlehttp/psr7": "<1.9.1|>=2,<2.4.5",
|
||||
"haffner/jh_captcha": "<=2.1.3|>=3,<=3.0.2",
|
||||
"harvesthq/chosen": "<1.8.7",
|
||||
|
@ -17206,6 +17207,7 @@
|
|||
"squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
|
||||
"ssddanbrown/bookstack": "<24.05.1",
|
||||
"starcitizentools/citizen-skin": ">=2.6.3,<2.31",
|
||||
"starcitizentools/tabber-neue": ">=1.9.1,<2.7.2",
|
||||
"statamic/cms": "<=5.16",
|
||||
"stormpath/sdk": "<9.9.99",
|
||||
"studio-42/elfinder": "<=2.1.64",
|
||||
|
@ -17361,7 +17363,7 @@
|
|||
"xpressengine/xpressengine": "<3.0.15",
|
||||
"yab/quarx": "<2.4.5",
|
||||
"yeswiki/yeswiki": "<=4.4.4",
|
||||
"yetiforce/yetiforce-crm": "<=6.4",
|
||||
"yetiforce/yetiforce-crm": "<6.5",
|
||||
"yidashi/yii2cmf": "<=2",
|
||||
"yii2mod/yii2-cms": "<1.9.2",
|
||||
"yiisoft/yii": "<1.1.29",
|
||||
|
@ -17451,7 +17453,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2025-01-03T17:04:48+00:00"
|
||||
"time": "2025-01-06T20:04:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/cli-parser",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue