mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
chore(deps): Update nextcloud/openapi-extractor to v1.8.3
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
796eec5962
commit
0221611757
9 changed files with 118 additions and 330 deletions
|
|
@ -1509,12 +1509,8 @@
|
|||
"in": "query",
|
||||
"description": "Whether to not crop the preview",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1522,12 +1518,8 @@
|
|||
"in": "query",
|
||||
"description": "Whether to fallback to the mime icon if no preview is available",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -2357,12 +2349,8 @@
|
|||
"in": "query",
|
||||
"description": "Include tags in the share",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -3525,12 +3513,8 @@
|
|||
"in": "query",
|
||||
"description": "If a global lookup should be performed too",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -97,12 +97,8 @@
|
|||
"in": "query",
|
||||
"description": "Whether to not crop the preview",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -109,12 +109,8 @@
|
|||
"in": "query",
|
||||
"description": "Whether to fallback to the mime icon if no preview is available",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -182,12 +182,8 @@
|
|||
"in": "query",
|
||||
"description": "Let the browser decide the CSS priority",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -195,12 +191,8 @@
|
|||
"in": "query",
|
||||
"description": "Include custom CSS",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -260,12 +252,8 @@
|
|||
"in": "query",
|
||||
"description": "Return image as SVG",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 1,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -204,12 +204,8 @@
|
|||
"in": "query",
|
||||
"description": "Whether to show the password",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3174,12 +3174,8 @@
|
|||
"in": "query",
|
||||
"description": "Rewrite URLs to absolute ones",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -3282,12 +3278,8 @@
|
|||
"in": "query",
|
||||
"description": "Rewrite URLs to absolute ones",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -8945,12 +8937,8 @@
|
|||
"in": "query",
|
||||
"description": "Fallback to guest avatar if not found",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -9052,12 +9040,8 @@
|
|||
"in": "query",
|
||||
"description": "Fallback to guest avatar if not found",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -9301,13 +9285,9 @@
|
|||
"in": "query",
|
||||
"description": "Return dark avatar",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"type": "boolean",
|
||||
"nullable": true,
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -9683,12 +9663,8 @@
|
|||
"in": "query",
|
||||
"description": "Preserve the aspect ratio",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -9696,12 +9672,8 @@
|
|||
"in": "query",
|
||||
"description": "Force returning an icon",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 1,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -9722,12 +9694,8 @@
|
|||
"in": "query",
|
||||
"description": "Whether to fallback to the mime icon if no preview is available",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -9849,12 +9817,8 @@
|
|||
"in": "query",
|
||||
"description": "Preserve the aspect ratio",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -9862,12 +9826,8 @@
|
|||
"in": "query",
|
||||
"description": "Force returning an icon",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 1,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -9888,12 +9848,8 @@
|
|||
"in": "query",
|
||||
"description": "Whether to fallback to the mime icon if no preview is available",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -3174,12 +3174,8 @@
|
|||
"in": "query",
|
||||
"description": "Rewrite URLs to absolute ones",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -3282,12 +3278,8 @@
|
|||
"in": "query",
|
||||
"description": "Rewrite URLs to absolute ones",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -8945,12 +8937,8 @@
|
|||
"in": "query",
|
||||
"description": "Fallback to guest avatar if not found",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -9052,12 +9040,8 @@
|
|||
"in": "query",
|
||||
"description": "Fallback to guest avatar if not found",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -9301,13 +9285,9 @@
|
|||
"in": "query",
|
||||
"description": "Return dark avatar",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"type": "boolean",
|
||||
"nullable": true,
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -9683,12 +9663,8 @@
|
|||
"in": "query",
|
||||
"description": "Preserve the aspect ratio",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -9696,12 +9672,8 @@
|
|||
"in": "query",
|
||||
"description": "Force returning an icon",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 1,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -9722,12 +9694,8 @@
|
|||
"in": "query",
|
||||
"description": "Whether to fallback to the mime icon if no preview is available",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -9849,12 +9817,8 @@
|
|||
"in": "query",
|
||||
"description": "Preserve the aspect ratio",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -9862,12 +9826,8 @@
|
|||
"in": "query",
|
||||
"description": "Force returning an icon",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 1,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -9888,12 +9848,8 @@
|
|||
"in": "query",
|
||||
"description": "Whether to fallback to the mime icon if no preview is available",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
|||
168
openapi.json
168
openapi.json
|
|
@ -6636,12 +6636,8 @@
|
|||
"in": "query",
|
||||
"description": "Rewrite URLs to absolute ones",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -6744,12 +6740,8 @@
|
|||
"in": "query",
|
||||
"description": "Rewrite URLs to absolute ones",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -12454,12 +12446,8 @@
|
|||
"in": "query",
|
||||
"description": "Fallback to guest avatar if not found",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -12561,12 +12549,8 @@
|
|||
"in": "query",
|
||||
"description": "Fallback to guest avatar if not found",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -12810,13 +12794,9 @@
|
|||
"in": "query",
|
||||
"description": "Return dark avatar",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"type": "boolean",
|
||||
"nullable": true,
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -13192,12 +13172,8 @@
|
|||
"in": "query",
|
||||
"description": "Preserve the aspect ratio",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -13205,12 +13181,8 @@
|
|||
"in": "query",
|
||||
"description": "Force returning an icon",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 1,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -13231,12 +13203,8 @@
|
|||
"in": "query",
|
||||
"description": "Whether to fallback to the mime icon if no preview is available",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -13358,12 +13326,8 @@
|
|||
"in": "query",
|
||||
"description": "Preserve the aspect ratio",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -13371,12 +13335,8 @@
|
|||
"in": "query",
|
||||
"description": "Force returning an icon",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 1,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -13397,12 +13357,8 @@
|
|||
"in": "query",
|
||||
"description": "Whether to fallback to the mime icon if no preview is available",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -22678,12 +22634,8 @@
|
|||
"in": "query",
|
||||
"description": "Whether to not crop the preview",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -22691,12 +22643,8 @@
|
|||
"in": "query",
|
||||
"description": "Whether to fallback to the mime icon if no preview is available",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -23526,12 +23474,8 @@
|
|||
"in": "query",
|
||||
"description": "Include tags in the share",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -24694,12 +24638,8 @@
|
|||
"in": "query",
|
||||
"description": "If a global lookup should be performed too",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -25788,12 +25728,8 @@
|
|||
"in": "query",
|
||||
"description": "Whether to not crop the preview",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -25905,12 +25841,8 @@
|
|||
"in": "query",
|
||||
"description": "Whether to fallback to the mime icon if no preview is available",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -32966,12 +32898,8 @@
|
|||
"in": "query",
|
||||
"description": "Let the browser decide the CSS priority",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -32979,12 +32907,8 @@
|
|||
"in": "query",
|
||||
"description": "Include custom CSS",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -33044,12 +32968,8 @@
|
|||
"in": "query",
|
||||
"description": "Return image as SVG",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 1,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -34539,12 +34459,8 @@
|
|||
"in": "query",
|
||||
"description": "Whether to show the password",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"enum": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
24
vendor-bin/openapi-extractor/composer.lock
generated
24
vendor-bin/openapi-extractor/composer.lock
generated
|
|
@ -81,16 +81,16 @@
|
|||
},
|
||||
{
|
||||
"name": "nextcloud/openapi-extractor",
|
||||
"version": "v1.8.2",
|
||||
"version": "v1.8.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud-releases/openapi-extractor.git",
|
||||
"reference": "aa4b6750b255460bec8d45406d33606863010d2e"
|
||||
"reference": "26d8a91dd0ccbfe7b212fc164df1c7285368ee9c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/aa4b6750b255460bec8d45406d33606863010d2e",
|
||||
"reference": "aa4b6750b255460bec8d45406d33606863010d2e",
|
||||
"url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/26d8a91dd0ccbfe7b212fc164df1c7285368ee9c",
|
||||
"reference": "26d8a91dd0ccbfe7b212fc164df1c7285368ee9c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -122,9 +122,9 @@
|
|||
"description": "A tool for extracting OpenAPI specifications from Nextcloud source code",
|
||||
"support": {
|
||||
"issues": "https://github.com/nextcloud-releases/openapi-extractor/issues",
|
||||
"source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.8.2"
|
||||
"source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.8.3"
|
||||
},
|
||||
"time": "2025-08-26T06:28:24+00:00"
|
||||
"time": "2025-09-01T14:01:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
|
|
@ -186,16 +186,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phpstan/phpdoc-parser",
|
||||
"version": "2.2.0",
|
||||
"version": "2.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpdoc-parser.git",
|
||||
"reference": "b9e61a61e39e02dd90944e9115241c7f7e76bfd8"
|
||||
"reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/b9e61a61e39e02dd90944e9115241c7f7e76bfd8",
|
||||
"reference": "b9e61a61e39e02dd90944e9115241c7f7e76bfd8",
|
||||
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/1e0cd5370df5dd2e556a36b9c62f62e555870495",
|
||||
"reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -227,9 +227,9 @@
|
|||
"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/2.2.0"
|
||||
"source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.0"
|
||||
},
|
||||
"time": "2025-07-13T07:04:09+00:00"
|
||||
"time": "2025-08-30T15:50:23+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue