|
|
|
@ -82,12 +82,12 @@ |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/nextcloud/openapi-extractor.git", |
|
|
|
"reference": "f4bda5419d4c76e70078ccfc3a0710548826333d" |
|
|
|
"reference": "d60f9911c30b7f3b7a5de046cf3bcaaa998376f5" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/f4bda5419d4c76e70078ccfc3a0710548826333d", |
|
|
|
"reference": "f4bda5419d4c76e70078ccfc3a0710548826333d", |
|
|
|
"url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/d60f9911c30b7f3b7a5de046cf3bcaaa998376f5", |
|
|
|
"reference": "d60f9911c30b7f3b7a5de046cf3bcaaa998376f5", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
@ -97,6 +97,9 @@ |
|
|
|
"php": "^8.1", |
|
|
|
"phpstan/phpdoc-parser": "^1.23" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"nextcloud/coding-standard": "^1.1" |
|
|
|
}, |
|
|
|
"default-branch": true, |
|
|
|
"bin": [ |
|
|
|
"generate-spec", |
|
|
|
@ -108,24 +111,38 @@ |
|
|
|
"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" |
|
|
|
] |
|
|
|
}, |
|
|
|
"support": { |
|
|
|
"source": "https://github.com/nextcloud/openapi-extractor/tree/main", |
|
|
|
"issues": "https://github.com/nextcloud/openapi-extractor/issues" |
|
|
|
}, |
|
|
|
"time": "2023-12-08T08:42:33+00:00" |
|
|
|
"time": "2024-01-08T13:18:50+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "nikic/php-parser", |
|
|
|
"version": "v4.17.1", |
|
|
|
"version": "v4.18.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/nikic/PHP-Parser.git", |
|
|
|
"reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" |
|
|
|
"reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", |
|
|
|
"reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", |
|
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999", |
|
|
|
"reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
@ -166,22 +183,22 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/nikic/PHP-Parser/issues", |
|
|
|
"source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" |
|
|
|
"source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0" |
|
|
|
}, |
|
|
|
"time": "2023-08-13T19:53:39+00:00" |
|
|
|
"time": "2023-12-10T21:03:43+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpstan/phpdoc-parser", |
|
|
|
"version": "1.24.4", |
|
|
|
"version": "1.25.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/phpstan/phpdoc-parser.git", |
|
|
|
"reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496" |
|
|
|
"reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6bd0c26f3786cd9b7c359675cb789e35a8e07496", |
|
|
|
"reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496", |
|
|
|
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bd84b629c8de41aa2ae82c067c955e06f1b00240", |
|
|
|
"reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
@ -213,9 +230,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/1.24.4" |
|
|
|
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.25.0" |
|
|
|
}, |
|
|
|
"time": "2023-11-26T18:29:22+00:00" |
|
|
|
"time": "2024-01-04T17:06:16+00:00" |
|
|
|
} |
|
|
|
], |
|
|
|
"packages-dev": [], |
|
|
|
|