Merge pull request #80 from nextcloud/chore/deps/openapi-extractor

This commit is contained in:
Kate 2024-12-22 11:14:04 +01:00 committed by GitHub
commit 134fbd0fd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 46 additions and 59 deletions

View File

@ -118,4 +118,4 @@
} }
}, },
"tags": [] "tags": []
} }

View File

@ -1,12 +1,6 @@
{ {
"repositories": [
{
"type": "vcs",
"url": "https://github.com/nextcloud/openapi-extractor"
}
],
"require-dev": { "require-dev": {
"nextcloud/openapi-extractor": "dev-main" "nextcloud/openapi-extractor": "v1.3.0"
}, },
"config": { "config": {
"platform": { "platform": {

View File

@ -4,21 +4,21 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "cc4604e4c3d0f17f3feec0fe94971ff6", "content-hash": "de9b8f9a8abbf168f4e8905a9745479b",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "adhocore/cli", "name": "adhocore/cli",
"version": "v1.7.1", "version": "v1.9.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/adhocore/php-cli.git", "url": "https://github.com/adhocore/php-cli.git",
"reference": "3fde60a838912e71c82ed0f48048685dc32dbc77" "reference": "86be16e3c3b42d76fcdb32529bcded0fedb925d3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/adhocore/php-cli/zipball/3fde60a838912e71c82ed0f48048685dc32dbc77", "url": "https://api.github.com/repos/adhocore/php-cli/zipball/86be16e3c3b42d76fcdb32529bcded0fedb925d3",
"reference": "3fde60a838912e71c82ed0f48048685dc32dbc77", "reference": "86be16e3c3b42d76fcdb32529bcded0fedb925d3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -29,6 +29,9 @@
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"files": [
"src/functions.php"
],
"psr-4": { "psr-4": {
"Ahc\\Cli\\": "src/" "Ahc\\Cli\\": "src/"
} }
@ -63,7 +66,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/adhocore/php-cli/issues", "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.3"
}, },
"funding": [ "funding": [
{ {
@ -75,20 +78,20 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-03-28T08:30:12+00:00" "time": "2024-12-04T03:40:29+00:00"
}, },
{ {
"name": "nextcloud/openapi-extractor", "name": "nextcloud/openapi-extractor",
"version": "dev-main", "version": "v1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nextcloud/openapi-extractor.git", "url": "https://github.com/nextcloud-releases/openapi-extractor.git",
"reference": "50acc06715d9ac182e40d31d19aa3e4de517e1da" "reference": "c0761cb7a3a0cd29c85ede9f27883d7f9f477bd0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/50acc06715d9ac182e40d31d19aa3e4de517e1da", "url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/c0761cb7a3a0cd29c85ede9f27883d7f9f477bd0",
"reference": "50acc06715d9ac182e40d31d19aa3e4de517e1da", "reference": "c0761cb7a3a0cd29c85ede9f27883d7f9f477bd0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -99,12 +102,13 @@
"phpstan/phpdoc-parser": "^1.28" "phpstan/phpdoc-parser": "^1.28"
}, },
"require-dev": { "require-dev": {
"nextcloud/coding-standard": "^1.2" "nextcloud/coding-standard": "^1.2",
"nextcloud/ocp": "dev-master",
"rector/rector": "^2.0"
}, },
"default-branch": true,
"bin": [ "bin": [
"generate-spec", "bin/generate-spec",
"merge-specs" "bin/merge-specs"
], ],
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -112,38 +116,29 @@
"OpenAPIExtractor\\": "src" "OpenAPIExtractor\\": "src"
} }
}, },
"scripts": { "notification-url": "https://packagist.org/downloads/",
"lint": [ "license": [
"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" "AGPL-3.0-or-later"
], ],
"cs:check": [ "description": "A tool for extracting OpenAPI specifications from Nextcloud source code",
"php-cs-fixer fix --dry-run --diff"
],
"cs:fix": [
"php-cs-fixer fix"
],
"test:unit": [
"cd tests && ../generate-spec"
]
},
"support": { "support": {
"source": "https://github.com/nextcloud/openapi-extractor/tree/main", "issues": "https://github.com/nextcloud-releases/openapi-extractor/issues",
"issues": "https://github.com/nextcloud/openapi-extractor/issues" "source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.3.0"
}, },
"time": "2024-04-15T07:08:14+00:00" "time": "2024-12-17T16:34:26+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v5.0.2", "version": "v5.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13" "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b",
"reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13", "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -154,7 +149,7 @@
}, },
"require-dev": { "require-dev": {
"ircmaxell/php-yacc": "^0.0.7", "ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" "phpunit/phpunit": "^9.0"
}, },
"bin": [ "bin": [
"bin/php-parse" "bin/php-parse"
@ -186,22 +181,22 @@
], ],
"support": { "support": {
"issues": "https://github.com/nikic/PHP-Parser/issues", "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.3.1"
}, },
"time": "2024-03-05T20:51:40+00:00" "time": "2024-10-08T18:51:32+00:00"
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",
"version": "1.28.0", "version": "1.33.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git", "url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb" "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/82a311fd3690fb2bf7b64d5c98f912b3dd746140",
"reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb", "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -233,20 +228,18 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types", "description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": { "support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues", "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/1.33.0"
}, },
"time": "2024-04-03T18:51:33+00:00" "time": "2024-10-13T11:25:22+00:00"
} }
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {},
"nextcloud/openapi-extractor": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": {},
"platform-dev": [], "platform-dev": {},
"platform-overrides": { "platform-overrides": {
"php": "8.1" "php": "8.1"
}, },