700 lines
25 KiB
Plaintext
700 lines
25 KiB
Plaintext
|
{
|
||
|
"_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": "44b2891546089a2026cb142eb61a6533",
|
||
|
"packages": [
|
||
|
{
|
||
|
"name": "workerman/coroutine",
|
||
|
"version": "v1.1.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/workerman-php/coroutine.git",
|
||
|
"reference": "df8fc428967d512a74a8a7d80355c1d40228c9fa"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/workerman-php/coroutine/zipball/df8fc428967d512a74a8a7d80355c1d40228c9fa",
|
||
|
"reference": "df8fc428967d512a74a8a7d80355c1d40228c9fa",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=8.1"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^11.0",
|
||
|
"psr/log": "*"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Workerman\\": "src",
|
||
|
"Workerman\\Coroutine\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"description": "Workerman coroutine",
|
||
|
"support": {
|
||
|
"issues": "https://github.com/workerman-php/coroutine/issues",
|
||
|
"source": "https://github.com/workerman-php/coroutine/tree/v1.1.3"
|
||
|
},
|
||
|
"time": "2025-02-17T03:34:21+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "workerman/workerman",
|
||
|
"version": "v5.1.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/walkor/workerman.git",
|
||
|
"reference": "c61641d9ce14a980bce287ec014b1d17a32cb8fa"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/walkor/workerman/zipball/c61641d9ce14a980bce287ec014b1d17a32cb8fa",
|
||
|
"reference": "c61641d9ce14a980bce287ec014b1d17a32cb8fa",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-json": "*",
|
||
|
"php": ">=8.1",
|
||
|
"workerman/coroutine": "^1.1 || dev-main"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"ext-swow": "<v1.0.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"guzzlehttp/guzzle": "^7.0",
|
||
|
"mockery/mockery": "^1.6",
|
||
|
"pestphp/pest": "2.x-dev",
|
||
|
"phpstan/phpstan": "1.11.x-dev"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-event": "For better performance. "
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Workerman\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "walkor",
|
||
|
"email": "walkor@workerman.net",
|
||
|
"homepage": "https://www.workerman.net",
|
||
|
"role": "Developer"
|
||
|
}
|
||
|
],
|
||
|
"description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
|
||
|
"homepage": "https://www.workerman.net",
|
||
|
"keywords": [
|
||
|
"asynchronous",
|
||
|
"event-loop",
|
||
|
"framework",
|
||
|
"http"
|
||
|
],
|
||
|
"support": {
|
||
|
"email": "walkor@workerman.net",
|
||
|
"forum": "https://www.workerman.net/questions",
|
||
|
"issues": "https://github.com/walkor/workerman/issues",
|
||
|
"source": "https://github.com/walkor/workerman",
|
||
|
"wiki": "https://www.workerman.net/doc/workerman/"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://opencollective.com/workerman",
|
||
|
"type": "open_collective"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://www.patreon.com/walkor",
|
||
|
"type": "patreon"
|
||
|
}
|
||
|
],
|
||
|
"time": "2025-06-04T01:56:48+00:00"
|
||
|
}
|
||
|
],
|
||
|
"packages-dev": [
|
||
|
{
|
||
|
"name": "nikic/php-parser",
|
||
|
"version": "v5.5.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
||
|
"reference": "ae59794362fe85e051a58ad36b289443f57be7a9"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ae59794362fe85e051a58ad36b289443f57be7a9",
|
||
|
"reference": "ae59794362fe85e051a58ad36b289443f57be7a9",
|
||
|
"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.5.0"
|
||
|
},
|
||
|
"time": "2025-05-31T08:24:38+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpunit/php-code-coverage",
|
||
|
"version": "12.3.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||
|
"reference": "9075a8efc66e11bc55c319062e147bdb06777267"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/9075a8efc66e11bc55c319062e147bdb06777267",
|
||
|
"reference": "9075a8efc66e11bc55c319062e147bdb06777267",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-dom": "*",
|
||
|
"ext-libxml": "*",
|
||
|
"ext-xmlwriter": "*",
|
||
|
"nikic/php-parser": "^5.4.0",
|
||
|
"php": ">=8.3",
|
||
|
"phpunit/php-file-iterator": "^6.0",
|
||
|
"phpunit/php-text-template": "^5.0",
|
||
|
"sebastian/complexity": "^5.0",
|
||
|
"sebastian/environment": "^8.0",
|
||
|
"sebastian/lines-of-code": "^4.0",
|
||
|
"sebastian/version": "^6.0",
|
||
|
"theseer/tokenizer": "^1.2.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^12.1"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-pcov": "PHP extension that provides line coverage",
|
||
|
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "12.3.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Sebastian Bergmann",
|
||
|
"email": "sebastian@phpunit.de",
|
||
|
"role": "lead"
|
||
|
}
|
||
|
],
|
||
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
||
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
||
|
"keywords": [
|
||
|
"coverage",
|
||
|
"testing",
|
||
|
"xunit"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
||
|
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
|
||
|
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.3.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/sebastianbergmann",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://liberapay.com/sebastianbergmann",
|
||
|
"type": "liberapay"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://thanks.dev/u/gh/sebastianbergmann",
|
||
|
"type": "thanks_dev"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/phpunit/php-code-coverage",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2025-05-23T15:49:03+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpunit/php-file-iterator",
|
||
|
"version": "6.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
||
|
"reference": "961bc913d42fe24a257bfff826a5068079ac7782"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/961bc913d42fe24a257bfff826a5068079ac7782",
|
||
|
"reference": "961bc913d42fe24a257bfff826a5068079ac7782",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=8.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^12.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "6.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Sebastian Bergmann",
|
||
|
"email": "sebastian@phpunit.de",
|
||
|
"role": "lead"
|
||
|
}
|
||
|
],
|
||
|
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
||
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
||
|
"keywords": [
|
||
|
"filesystem",
|
||
|
"iterator"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
|
||
|
"security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
|
||
|
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/6.0.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/sebastianbergmann",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"time": "2025-02-07T04:58:37+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpunit/php-text-template",
|
||
|
"version": "5.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
||
|
"reference": "e1367a453f0eda562eedb4f659e13aa900d66c53"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/e1367a453f0eda562eedb4f659e13aa900d66c53",
|
||
|
"reference": "e1367a453f0eda562eedb4f659e13aa900d66c53",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=8.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^12.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Sebastian Bergmann",
|
||
|
"email": "sebastian@phpunit.de",
|
||
|
"role": "lead"
|
||
|
}
|
||
|
],
|
||
|
"description": "Simple template engine.",
|
||
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
||
|
"keywords": [
|
||
|
"template"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
|
||
|
"security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
|
||
|
"source": "https://github.com/sebastianbergmann/php-text-template/tree/5.0.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/sebastianbergmann",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"time": "2025-02-07T04:59:16+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "sebastian/complexity",
|
||
|
"version": "5.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sebastianbergmann/complexity.git",
|
||
|
"reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/bad4316aba5303d0221f43f8cee37eb58d384bbb",
|
||
|
"reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"nikic/php-parser": "^5.0",
|
||
|
"php": ">=8.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^12.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Sebastian Bergmann",
|
||
|
"email": "sebastian@phpunit.de",
|
||
|
"role": "lead"
|
||
|
}
|
||
|
],
|
||
|
"description": "Library for calculating the complexity of PHP code units",
|
||
|
"homepage": "https://github.com/sebastianbergmann/complexity",
|
||
|
"support": {
|
||
|
"issues": "https://github.com/sebastianbergmann/complexity/issues",
|
||
|
"security": "https://github.com/sebastianbergmann/complexity/security/policy",
|
||
|
"source": "https://github.com/sebastianbergmann/complexity/tree/5.0.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/sebastianbergmann",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"time": "2025-02-07T04:55:25+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "sebastian/environment",
|
||
|
"version": "8.0.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
||
|
"reference": "d364b9e5d0d3b18a2573351a1786fbf96b7e0792"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d364b9e5d0d3b18a2573351a1786fbf96b7e0792",
|
||
|
"reference": "d364b9e5d0d3b18a2573351a1786fbf96b7e0792",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=8.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^12.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-posix": "*"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "8.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Sebastian Bergmann",
|
||
|
"email": "sebastian@phpunit.de"
|
||
|
}
|
||
|
],
|
||
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
||
|
"homepage": "https://github.com/sebastianbergmann/environment",
|
||
|
"keywords": [
|
||
|
"Xdebug",
|
||
|
"environment",
|
||
|
"hhvm"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/sebastianbergmann/environment/issues",
|
||
|
"security": "https://github.com/sebastianbergmann/environment/security/policy",
|
||
|
"source": "https://github.com/sebastianbergmann/environment/tree/8.0.2"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/sebastianbergmann",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://liberapay.com/sebastianbergmann",
|
||
|
"type": "liberapay"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://thanks.dev/u/gh/sebastianbergmann",
|
||
|
"type": "thanks_dev"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/sebastian/environment",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2025-05-21T15:05:44+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "sebastian/lines-of-code",
|
||
|
"version": "4.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
|
||
|
"reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/97ffee3bcfb5805568d6af7f0f893678fc076d2f",
|
||
|
"reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"nikic/php-parser": "^5.0",
|
||
|
"php": ">=8.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^12.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "4.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Sebastian Bergmann",
|
||
|
"email": "sebastian@phpunit.de",
|
||
|
"role": "lead"
|
||
|
}
|
||
|
],
|
||
|
"description": "Library for counting the lines of code in PHP source code",
|
||
|
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
|
||
|
"support": {
|
||
|
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
|
||
|
"security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
|
||
|
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/4.0.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/sebastianbergmann",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"time": "2025-02-07T04:57:28+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "sebastian/version",
|
||
|
"version": "6.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sebastianbergmann/version.git",
|
||
|
"reference": "3e6ccf7657d4f0a59200564b08cead899313b53c"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/3e6ccf7657d4f0a59200564b08cead899313b53c",
|
||
|
"reference": "3e6ccf7657d4f0a59200564b08cead899313b53c",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=8.3"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "6.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Sebastian Bergmann",
|
||
|
"email": "sebastian@phpunit.de",
|
||
|
"role": "lead"
|
||
|
}
|
||
|
],
|
||
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
||
|
"homepage": "https://github.com/sebastianbergmann/version",
|
||
|
"support": {
|
||
|
"issues": "https://github.com/sebastianbergmann/version/issues",
|
||
|
"security": "https://github.com/sebastianbergmann/version/security/policy",
|
||
|
"source": "https://github.com/sebastianbergmann/version/tree/6.0.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/sebastianbergmann",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"time": "2025-02-07T05:00:38+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "theseer/tokenizer",
|
||
|
"version": "1.2.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/theseer/tokenizer.git",
|
||
|
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
|
||
|
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-dom": "*",
|
||
|
"ext-tokenizer": "*",
|
||
|
"ext-xmlwriter": "*",
|
||
|
"php": "^7.2 || ^8.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"src/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Arne Blankerts",
|
||
|
"email": "arne@blankerts.de",
|
||
|
"role": "Developer"
|
||
|
}
|
||
|
],
|
||
|
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
||
|
"support": {
|
||
|
"issues": "https://github.com/theseer/tokenizer/issues",
|
||
|
"source": "https://github.com/theseer/tokenizer/tree/1.2.3"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/theseer",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"time": "2024-03-03T12:36:25+00:00"
|
||
|
}
|
||
|
],
|
||
|
"aliases": [],
|
||
|
"minimum-stability": "stable",
|
||
|
"stability-flags": {},
|
||
|
"prefer-stable": false,
|
||
|
"prefer-lowest": false,
|
||
|
"platform": {},
|
||
|
"platform-dev": {},
|
||
|
"plugin-api-version": "2.6.0"
|
||
|
}
|