|
|
|
@ -8,16 +8,16 @@ |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "adhocore/cli", |
|
|
|
"version": "v1.7.2", |
|
|
|
"version": "v1.9.3", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/adhocore/php-cli.git", |
|
|
|
"reference": "57834cbaa4fb68cda849417ab86577fba2b15298" |
|
|
|
"reference": "86be16e3c3b42d76fcdb32529bcded0fedb925d3" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/adhocore/php-cli/zipball/57834cbaa4fb68cda849417ab86577fba2b15298", |
|
|
|
"reference": "57834cbaa4fb68cda849417ab86577fba2b15298", |
|
|
|
"url": "https://api.github.com/repos/adhocore/php-cli/zipball/86be16e3c3b42d76fcdb32529bcded0fedb925d3", |
|
|
|
"reference": "86be16e3c3b42d76fcdb32529bcded0fedb925d3", |
|
|
|
"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.2" |
|
|
|
"source": "https://github.com/adhocore/php-cli/tree/v1.9.3" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
@ -74,20 +77,20 @@ |
|
|
|
"type": "github" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2024-09-05T00:08:47+00:00" |
|
|
|
"time": "2024-12-04T03:40:29+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "nextcloud/openapi-extractor", |
|
|
|
"version": "v1.1.0", |
|
|
|
"version": "v1.3.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/nextcloud-releases/openapi-extractor.git", |
|
|
|
"reference": "d7c135e819d2297e7e9414a3f80464d68f164c94" |
|
|
|
"reference": "c0761cb7a3a0cd29c85ede9f27883d7f9f477bd0" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/d7c135e819d2297e7e9414a3f80464d68f164c94", |
|
|
|
"reference": "d7c135e819d2297e7e9414a3f80464d68f164c94", |
|
|
|
"url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/c0761cb7a3a0cd29c85ede9f27883d7f9f477bd0", |
|
|
|
"reference": "c0761cb7a3a0cd29c85ede9f27883d7f9f477bd0", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
@ -99,11 +102,12 @@ |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"nextcloud/coding-standard": "^1.2", |
|
|
|
"nextcloud/ocp": "dev-master" |
|
|
|
"nextcloud/ocp": "dev-master", |
|
|
|
"rector/rector": "^2.0" |
|
|
|
}, |
|
|
|
"bin": [ |
|
|
|
"generate-spec", |
|
|
|
"merge-specs" |
|
|
|
"bin/generate-spec", |
|
|
|
"bin/merge-specs" |
|
|
|
], |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
@ -118,9 +122,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.1.0" |
|
|
|
"source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.3.0" |
|
|
|
}, |
|
|
|
"time": "2024-11-06T11:50:20+00:00" |
|
|
|
"time": "2024-12-17T16:34:26+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "nikic/php-parser", |
|
|
|
@ -231,11 +235,11 @@ |
|
|
|
"packages-dev": [], |
|
|
|
"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" |
|
|
|
}, |
|
|
|
|