mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
ci(openapi): Bump extractor
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
7919b07fdc
commit
15335964b3
3 changed files with 13 additions and 13 deletions
|
|
@ -20,7 +20,7 @@
|
|||
"cs:check": "php-cs-fixer fix --dry-run --diff",
|
||||
"cs:fix": "php-cs-fixer fix",
|
||||
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './vendor-bin/*' -not -path './lib/Vendor/*' -not -path './build/*' -not -path './tests/integration/vendor/*' -print0 | xargs -0 -n1 php -l",
|
||||
"openapi": "generate-spec --verbose && (npm run typescript:generate || echo 'Please manually regenerate the typescript OpenAPI models')",
|
||||
"openapi": "generate-spec && (npm run typescript:generate || echo 'Please manually regenerate the typescript OpenAPI models')",
|
||||
"rector:check": "rector --dry-run",
|
||||
"rector:fix": "rector",
|
||||
"psalm": "psalm --no-cache --threads=$(nproc)",
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@
|
|||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"nextcloud/openapi-extractor": "^1.7.0"
|
||||
"nextcloud/openapi-extractor": "^1.8"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
22
vendor-bin/openapi-extractor/composer.lock
generated
22
vendor-bin/openapi-extractor/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": "3b94d80b90be8e9bc53a683dc4be4720",
|
||||
"content-hash": "f854d667ebf53a194ba66c04cd3b409c",
|
||||
"packages": [],
|
||||
"packages-dev": [
|
||||
{
|
||||
|
|
@ -82,16 +82,16 @@
|
|||
},
|
||||
{
|
||||
"name": "nextcloud/openapi-extractor",
|
||||
"version": "v1.7.0",
|
||||
"version": "v1.8.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud-releases/openapi-extractor.git",
|
||||
"reference": "50391ff00656b88a9ca0d934c386c3e20642f24a"
|
||||
"reference": "4c7a66afce9938279473fc08cadf011de41150f8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/50391ff00656b88a9ca0d934c386c3e20642f24a",
|
||||
"reference": "50391ff00656b88a9ca0d934c386c3e20642f24a",
|
||||
"url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/4c7a66afce9938279473fc08cadf011de41150f8",
|
||||
"reference": "4c7a66afce9938279473fc08cadf011de41150f8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -123,9 +123,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.7.0"
|
||||
"source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.8.0"
|
||||
},
|
||||
"time": "2025-05-15T08:30:31+00:00"
|
||||
"time": "2025-06-03T13:01:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
|
|
@ -235,13 +235,13 @@
|
|||
],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"stability-flags": {},
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": [],
|
||||
"platform-dev": [],
|
||||
"platform": {},
|
||||
"platform-dev": {},
|
||||
"platform-overrides": {
|
||||
"php": "8.1"
|
||||
},
|
||||
"plugin-api-version": "2.3.0"
|
||||
"plugin-api-version": "2.6.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue