123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- {
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
- "This file is @generated automatically"
- ],
- "content-hash": "23c96ff7007b72dfd2bbe9cbf35a2843",
- "packages": [
- {
- "name": "adhocore/cli",
- "version": "v1.7.1",
- "source": {
- "type": "git",
- "url": "https://github.com/adhocore/php-cli.git",
- "reference": "3fde60a838912e71c82ed0f48048685dc32dbc77"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/adhocore/php-cli/zipball/3fde60a838912e71c82ed0f48048685dc32dbc77",
- "reference": "3fde60a838912e71c82ed0f48048685dc32dbc77",
- "shasum": ""
- },
- "require": {
- "php": ">=8.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^9.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Ahc\\Cli\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jitendra Adhikari",
- "email": "jiten.adhikary@gmail.com"
- }
- ],
- "description": "Command line interface library for PHP",
- "keywords": [
- "argument-parser",
- "argv-parser",
- "cli",
- "cli-action",
- "cli-app",
- "cli-color",
- "cli-option",
- "cli-writer",
- "command",
- "console",
- "console-app",
- "php-cli",
- "php8",
- "stream-input",
- "stream-output"
- ],
- "support": {
- "issues": "https://github.com/adhocore/php-cli/issues",
- "source": "https://github.com/adhocore/php-cli/tree/v1.7.1"
- },
- "funding": [
- {
- "url": "https://paypal.me/ji10",
- "type": "custom"
- },
- {
- "url": "https://github.com/adhocore",
- "type": "github"
- }
- ],
- "time": "2024-03-28T08:30:12+00:00"
- },
- {
- "name": "nextcloud/openapi-extractor",
- "version": "v1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/nextcloud-releases/openapi-extractor.git",
- "reference": "88e347097db28b6e3f8f3c221502b80a4f455b1f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/88e347097db28b6e3f8f3c221502b80a4f455b1f",
- "reference": "88e347097db28b6e3f8f3c221502b80a4f455b1f",
- "shasum": ""
- },
- "require": {
- "adhocore/cli": "^1.7",
- "ext-simplexml": "*",
- "nikic/php-parser": "^5.0",
- "php": "^8.1",
- "phpstan/phpdoc-parser": "^1.28"
- },
- "require-dev": {
- "nextcloud/coding-standard": "^1.2",
- "nextcloud/ocp": "dev-master"
- },
- "bin": [
- "generate-spec",
- "merge-specs"
- ],
- "type": "library",
- "autoload": {
- "psr-4": {
- "OpenAPIExtractor\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "AGPL-3.0-or-later"
- ],
- "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.0.0"
- },
- "time": "2024-08-20T16:46:27+00:00"
- },
- {
- "name": "nikic/php-parser",
- "version": "v5.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/683130c2ff8c2739f4822ff7ac5c873ec529abd1",
- "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1",
- "shasum": ""
- },
- "require": {
- "ext-ctype": "*",
- "ext-json": "*",
- "ext-tokenizer": "*",
- "php": ">=7.4"
- },
- "require-dev": {
- "ircmaxell/php-yacc": "^0.0.7",
- "phpunit/phpunit": "^9.0"
- },
- "bin": [
- "bin/php-parse"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "PhpParser\\": "lib/PhpParser"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Nikita Popov"
- }
- ],
- "description": "A PHP parser written in PHP",
- "keywords": [
- "parser",
- "php"
- ],
- "support": {
- "issues": "https://github.com/nikic/PHP-Parser/issues",
- "source": "https://github.com/nikic/PHP-Parser/tree/v5.1.0"
- },
- "time": "2024-07-01T20:03:41+00:00"
- },
- {
- "name": "phpstan/phpdoc-parser",
- "version": "1.29.1",
- "source": {
- "type": "git",
- "url": "https://github.com/phpstan/phpdoc-parser.git",
- "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4",
- "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4",
- "shasum": ""
- },
- "require": {
- "php": "^7.2 || ^8.0"
- },
- "require-dev": {
- "doctrine/annotations": "^2.0",
- "nikic/php-parser": "^4.15",
- "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",
- "symfony/process": "^5.2"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "PHPStan\\PhpDocParser\\": [
- "src/"
- ]
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "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.29.1"
- },
- "time": "2024-05-31T08:52:43+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": [],
- "platform-overrides": {
- "php": "8.1"
- },
- "plugin-api-version": "2.6.0"
- }
|