aboutsummaryrefslogtreecommitdiffstats
path: root/vendor-bin/openapi-extractor/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'vendor-bin/openapi-extractor/composer.lock')
-rw-r--r--vendor-bin/openapi-extractor/composer.lock109
1 files changed, 51 insertions, 58 deletions
diff --git a/vendor-bin/openapi-extractor/composer.lock b/vendor-bin/openapi-extractor/composer.lock
index 154fda2e8a1..2082f38f66b 100644
--- a/vendor-bin/openapi-extractor/composer.lock
+++ b/vendor-bin/openapi-extractor/composer.lock
@@ -4,20 +4,20 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "143725e36726d6a8e8fc092c8b44a4ee",
+ "content-hash": "23c96ff7007b72dfd2bbe9cbf35a2843",
"packages": [
{
"name": "adhocore/cli",
- "version": "v1.7.1",
+ "version": "v1.9.4",
"source": {
"type": "git",
"url": "https://github.com/adhocore/php-cli.git",
- "reference": "3fde60a838912e71c82ed0f48048685dc32dbc77"
+ "reference": "474dc3d7ab139796be98b104d891476e3916b6f4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/adhocore/php-cli/zipball/3fde60a838912e71c82ed0f48048685dc32dbc77",
- "reference": "3fde60a838912e71c82ed0f48048685dc32dbc77",
+ "url": "https://api.github.com/repos/adhocore/php-cli/zipball/474dc3d7ab139796be98b104d891476e3916b6f4",
+ "reference": "474dc3d7ab139796be98b104d891476e3916b6f4",
"shasum": ""
},
"require": {
@@ -28,6 +28,9 @@
},
"type": "library",
"autoload": {
+ "files": [
+ "src/functions.php"
+ ],
"psr-4": {
"Ahc\\Cli\\": "src/"
}
@@ -62,7 +65,7 @@
],
"support": {
"issues": "https://github.com/adhocore/php-cli/issues",
- "source": "https://github.com/adhocore/php-cli/tree/v1.7.1"
+ "source": "https://github.com/adhocore/php-cli/tree/v1.9.4"
},
"funding": [
{
@@ -74,20 +77,20 @@
"type": "github"
}
],
- "time": "2024-03-28T08:30:12+00:00"
+ "time": "2025-05-11T13:23:54+00:00"
},
{
"name": "nextcloud/openapi-extractor",
- "version": "dev-main",
+ "version": "v1.8.1",
"source": {
"type": "git",
- "url": "https://github.com/nextcloud/openapi-extractor.git",
- "reference": "50acc06715d9ac182e40d31d19aa3e4de517e1da"
+ "url": "https://github.com/nextcloud-releases/openapi-extractor.git",
+ "reference": "c4afd3fe9b885ffbfd720f6140d05a99e973a8cf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/50acc06715d9ac182e40d31d19aa3e4de517e1da",
- "reference": "50acc06715d9ac182e40d31d19aa3e4de517e1da",
+ "url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/c4afd3fe9b885ffbfd720f6140d05a99e973a8cf",
+ "reference": "c4afd3fe9b885ffbfd720f6140d05a99e973a8cf",
"shasum": ""
},
"require": {
@@ -95,15 +98,16 @@
"ext-simplexml": "*",
"nikic/php-parser": "^5.0",
"php": "^8.1",
- "phpstan/phpdoc-parser": "^1.28"
+ "phpstan/phpdoc-parser": "^2.1"
},
"require-dev": {
- "nextcloud/coding-standard": "^1.2"
+ "nextcloud/coding-standard": "^1.2",
+ "nextcloud/ocp": "dev-master",
+ "rector/rector": "^2.0"
},
- "default-branch": true,
"bin": [
- "generate-spec",
- "merge-specs"
+ "bin/generate-spec",
+ "bin/merge-specs"
],
"type": "library",
"autoload": {
@@ -111,38 +115,29 @@
"OpenAPIExtractor\\": "src"
}
},
- "scripts": {
- "lint": [
- "find . -name \\*.php -not -path './tests/*' -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l && php -l generate-spec && php -l merge-specs"
- ],
- "cs:check": [
- "php-cs-fixer fix --dry-run --diff"
- ],
- "cs:fix": [
- "php-cs-fixer fix"
- ],
- "test:unit": [
- "cd tests && ../generate-spec"
- ]
- },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "AGPL-3.0-or-later"
+ ],
+ "description": "A tool for extracting OpenAPI specifications from Nextcloud source code",
"support": {
- "source": "https://github.com/nextcloud/openapi-extractor/tree/main",
- "issues": "https://github.com/nextcloud/openapi-extractor/issues"
+ "issues": "https://github.com/nextcloud-releases/openapi-extractor/issues",
+ "source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.8.1"
},
- "time": "2024-04-15T07:08:14+00:00"
+ "time": "2025-07-21T07:46:43+00:00"
},
{
"name": "nikic/php-parser",
- "version": "v5.0.2",
+ "version": "v5.5.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
+ "reference": "ae59794362fe85e051a58ad36b289443f57be7a9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
- "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ae59794362fe85e051a58ad36b289443f57be7a9",
+ "reference": "ae59794362fe85e051a58ad36b289443f57be7a9",
"shasum": ""
},
"require": {
@@ -153,7 +148,7 @@
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
+ "phpunit/phpunit": "^9.0"
},
"bin": [
"bin/php-parse"
@@ -185,36 +180,36 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
- "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
+ "source": "https://github.com/nikic/PHP-Parser/tree/v5.5.0"
},
- "time": "2024-03-05T20:51:40+00:00"
+ "time": "2025-05-31T08:24:38+00:00"
},
{
"name": "phpstan/phpdoc-parser",
- "version": "1.28.0",
+ "version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
- "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb"
+ "reference": "b9e61a61e39e02dd90944e9115241c7f7e76bfd8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb",
- "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb",
+ "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/b9e61a61e39e02dd90944e9115241c7f7e76bfd8",
+ "reference": "b9e61a61e39e02dd90944e9115241c7f7e76bfd8",
"shasum": ""
},
"require": {
- "php": "^7.2 || ^8.0"
+ "php": "^7.4 || ^8.0"
},
"require-dev": {
"doctrine/annotations": "^2.0",
- "nikic/php-parser": "^4.15",
+ "nikic/php-parser": "^5.3.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0",
- "phpstan/phpstan": "^1.5",
- "phpstan/phpstan-phpunit": "^1.1",
- "phpstan/phpstan-strict-rules": "^1.0",
- "phpunit/phpunit": "^9.5",
+ "phpstan/phpstan": "^2.0",
+ "phpstan/phpstan-phpunit": "^2.0",
+ "phpstan/phpstan-strict-rules": "^2.0",
+ "phpunit/phpunit": "^9.6",
"symfony/process": "^5.2"
},
"type": "library",
@@ -232,21 +227,19 @@
"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/1.28.0"
+ "source": "https://github.com/phpstan/phpdoc-parser/tree/2.2.0"
},
- "time": "2024-04-03T18:51:33+00:00"
+ "time": "2025-07-13T07:04:09+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
- "stability-flags": {
- "nextcloud/openapi-extractor": 20
- },
+ "stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
- "platform": [],
- "platform-dev": [],
+ "platform": {},
+ "platform-dev": {},
"platform-overrides": {
"php": "8.1"
},