ci(openapi): Bump extractor

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2025-06-06 11:15:43 +02:00
parent 7919b07fdc
commit 15335964b3
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0
3 changed files with 13 additions and 13 deletions

View file

@ -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)",

View file

@ -5,6 +5,6 @@
}
},
"require-dev": {
"nextcloud/openapi-extractor": "^1.7.0"
"nextcloud/openapi-extractor": "^1.8"
}
}

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": "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"
}