|
@@ -4,7 +4,7 @@
|
|
"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": "1935bfafe4523350f25d98a64e75d710",
|
|
|
|
|
|
+ "content-hash": "b6123e07a5d46021d034b563b38afc91",
|
|
"packages": [
|
|
"packages": [
|
|
{
|
|
{
|
|
"name": "carbonphp/carbon-doctrine-types",
|
|
"name": "carbonphp/carbon-doctrine-types",
|
|
@@ -832,6 +832,83 @@
|
|
],
|
|
],
|
|
"time": "2024-07-18T11:15:46+00:00"
|
|
"time": "2024-07-18T11:15:46+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "hyperf/async-queue",
|
|
|
|
+ "version": "v3.1.42",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/hyperf/async-queue.git",
|
|
|
|
+ "reference": "1cd25666ac1e1f23c9eab6be642e86802a96307b"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/hyperf/async-queue/zipball/1cd25666ac1e1f23c9eab6be642e86802a96307b",
|
|
|
|
+ "reference": "1cd25666ac1e1f23c9eab6be642e86802a96307b",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "hyperf/codec": "~3.1.0",
|
|
|
|
+ "hyperf/collection": "~3.1.0",
|
|
|
|
+ "hyperf/command": "~3.1.0",
|
|
|
|
+ "hyperf/contract": "~3.1.0",
|
|
|
|
+ "hyperf/support": "~3.1.0",
|
|
|
|
+ "hyperf/utils": "~3.1.0",
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
+ "psr/container": "^1.0 || ^2.0",
|
|
|
|
+ "psr/event-dispatcher": "^1.0"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "hyperf/di": "Required to use annotations.",
|
|
|
|
+ "hyperf/event": "Required to dispatch a event.",
|
|
|
|
+ "hyperf/logger": "Required to use QueueHandleListener.",
|
|
|
|
+ "hyperf/process": "Auto register the consumer process for server."
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "3.1-dev"
|
|
|
|
+ },
|
|
|
|
+ "hyperf": {
|
|
|
|
+ "config": "Hyperf\\AsyncQueue\\ConfigProvider"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "files": [
|
|
|
|
+ "src/Functions.php"
|
|
|
|
+ ],
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Hyperf\\AsyncQueue\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "description": "A async queue component for hyperf.",
|
|
|
|
+ "homepage": "https://hyperf.io",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "async-queue",
|
|
|
|
+ "hyperf",
|
|
|
|
+ "php"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "docs": "https://hyperf.wiki",
|
|
|
|
+ "issues": "https://github.com/hyperf/hyperf/issues",
|
|
|
|
+ "pull-request": "https://github.com/hyperf/hyperf/pulls",
|
|
|
|
+ "source": "https://github.com/hyperf/hyperf"
|
|
|
|
+ },
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://hyperf.wiki/#/zh-cn/donate",
|
|
|
|
+ "type": "custom"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://opencollective.com/hyperf",
|
|
|
|
+ "type": "open_collective"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2024-09-25T02:54:12+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "hyperf/cache",
|
|
"name": "hyperf/cache",
|
|
"version": "v3.1.43",
|
|
"version": "v3.1.43",
|
|
@@ -4215,6 +4292,161 @@
|
|
],
|
|
],
|
|
"time": "2024-09-25T02:54:12+00:00"
|
|
"time": "2024-09-25T02:54:12+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "jaeger/g-http",
|
|
|
|
+ "version": "V2.0.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/jae-jae/GHttp.git",
|
|
|
|
+ "reference": "29cb537c57f230980ca10622de190f04831e35e6"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/jae-jae/GHttp/zipball/29cb537c57f230980ca10622de190f04831e35e6",
|
|
|
|
+ "reference": "29cb537c57f230980ca10622de190f04831e35e6",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "guzzlehttp/guzzle": "^6.0 || ^7.0",
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
+ "symfony/cache": "^6.4 || ^7.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "predis/predis": "^2.2"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Jaeger\\": "src"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Jaeger",
|
|
|
|
+ "email": "JaegerCode@gmail.com"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Simple Http client base on GuzzleHttp",
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/jae-jae/GHttp/issues",
|
|
|
|
+ "source": "https://github.com/jae-jae/GHttp/tree/V2.0.1"
|
|
|
|
+ },
|
|
|
|
+ "time": "2024-06-14T08:13:32+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "jaeger/phpquery-single",
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/jae-jae/phpQuery-single.git",
|
|
|
|
+ "reference": "39a650ade692a6b480c22220dce0c198d6a946fb"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/jae-jae/phpQuery-single/zipball/39a650ade692a6b480c22220dce0c198d6a946fb",
|
|
|
|
+ "reference": "39a650ade692a6b480c22220dce0c198d6a946fb",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.3.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "classmap": [
|
|
|
|
+ "phpQuery.php"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Tobiasz Cudnik",
|
|
|
|
+ "email": "tobiasz.cudnik@gmail.com",
|
|
|
|
+ "homepage": "https://github.com/TobiaszCudnik",
|
|
|
|
+ "role": "Developer"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Jaeger",
|
|
|
|
+ "role": "Packager"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "phpQuery单文件版本,是Querylist的依赖(http://querylist.cc/),phpQuery项目主页:http://code.google.com/p/phpquery/",
|
|
|
|
+ "homepage": "http://code.google.com/p/phpquery/",
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/jae-jae/phpQuery-single/issues",
|
|
|
|
+ "source": "https://github.com/jae-jae/phpQuery-single/tree/1.1.1"
|
|
|
|
+ },
|
|
|
|
+ "time": "2022-03-26T15:01:16+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "jaeger/querylist",
|
|
|
|
+ "version": "V4.4.5",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/jae-jae/QueryList.git",
|
|
|
|
+ "reference": "87b405ecde30101ec8797c4347f05f9ee0b95eb2"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/jae-jae/QueryList/zipball/87b405ecde30101ec8797c4347f05f9ee0b95eb2",
|
|
|
|
+ "reference": "87b405ecde30101ec8797c4347f05f9ee0b95eb2",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "ext-dom": "*",
|
|
|
|
+ "jaeger/g-http": "^2.0",
|
|
|
|
+ "jaeger/phpquery-single": "^1",
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
+ "symfony/var-dumper": ">3.4"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "^8.5"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "files": [
|
|
|
|
+ "src/Collect/Support/helpers.php",
|
|
|
|
+ "src/Collect/Support/alias.php"
|
|
|
|
+ ],
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "QL\\": "src"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Jaeger",
|
|
|
|
+ "email": "JaegerCode@gmail.com"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Simple, elegant, extensible PHP Web Scraper (crawler/spider),Use the css3 dom selector,Based on phpQuery! 简洁、优雅、可扩展的PHP采集工具(爬虫),基于phpQuery。",
|
|
|
|
+ "homepage": "http://querylist.cc",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "QueryList",
|
|
|
|
+ "phpQuery",
|
|
|
|
+ "spider"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/jae-jae/QueryList/issues",
|
|
|
|
+ "source": "https://github.com/jae-jae/QueryList/tree/V4.4.5"
|
|
|
|
+ },
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://opencollective.com/querylist",
|
|
|
|
+ "type": "open_collective"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2024-07-16T07:11:08+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "jetbrains/phpstorm-attributes",
|
|
"name": "jetbrains/phpstorm-attributes",
|
|
"version": "1.1",
|
|
"version": "1.1",
|
|
@@ -5551,6 +5783,178 @@
|
|
},
|
|
},
|
|
"time": "2023-06-15T09:18:11+00:00"
|
|
"time": "2023-06-15T09:18:11+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "symfony/cache",
|
|
|
|
+ "version": "v6.4.14",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/symfony/cache.git",
|
|
|
|
+ "reference": "36fb8aa88833708e9f29014b6f15fac051a8b613"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/cache/zipball/36fb8aa88833708e9f29014b6f15fac051a8b613",
|
|
|
|
+ "reference": "36fb8aa88833708e9f29014b6f15fac051a8b613",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
+ "psr/cache": "^2.0|^3.0",
|
|
|
|
+ "psr/log": "^1.1|^2|^3",
|
|
|
|
+ "symfony/cache-contracts": "^2.5|^3",
|
|
|
|
+ "symfony/service-contracts": "^2.5|^3",
|
|
|
|
+ "symfony/var-exporter": "^6.3.6|^7.0"
|
|
|
|
+ },
|
|
|
|
+ "conflict": {
|
|
|
|
+ "doctrine/dbal": "<2.13.1",
|
|
|
|
+ "symfony/dependency-injection": "<5.4",
|
|
|
|
+ "symfony/http-kernel": "<5.4",
|
|
|
|
+ "symfony/var-dumper": "<5.4"
|
|
|
|
+ },
|
|
|
|
+ "provide": {
|
|
|
|
+ "psr/cache-implementation": "2.0|3.0",
|
|
|
|
+ "psr/simple-cache-implementation": "1.0|2.0|3.0",
|
|
|
|
+ "symfony/cache-implementation": "1.1|2.0|3.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "cache/integration-tests": "dev-master",
|
|
|
|
+ "doctrine/dbal": "^2.13.1|^3|^4",
|
|
|
|
+ "predis/predis": "^1.1|^2.0",
|
|
|
|
+ "psr/simple-cache": "^1.0|^2.0|^3.0",
|
|
|
|
+ "symfony/config": "^5.4|^6.0|^7.0",
|
|
|
|
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
|
|
|
+ "symfony/filesystem": "^5.4|^6.0|^7.0",
|
|
|
|
+ "symfony/http-kernel": "^5.4|^6.0|^7.0",
|
|
|
|
+ "symfony/messenger": "^5.4|^6.0|^7.0",
|
|
|
|
+ "symfony/var-dumper": "^5.4|^6.0|^7.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Symfony\\Component\\Cache\\": ""
|
|
|
|
+ },
|
|
|
|
+ "classmap": [
|
|
|
|
+ "Traits/ValueWrapper.php"
|
|
|
|
+ ],
|
|
|
|
+ "exclude-from-classmap": [
|
|
|
|
+ "/Tests/"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
|
+ "email": "p@tchwork.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "caching",
|
|
|
|
+ "psr6"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "source": "https://github.com/symfony/cache/tree/v6.4.14"
|
|
|
|
+ },
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
|
+ "type": "custom"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
|
+ "type": "github"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
+ "type": "tidelift"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2024-11-05T15:34:40+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "symfony/cache-contracts",
|
|
|
|
+ "version": "v3.5.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/symfony/cache-contracts.git",
|
|
|
|
+ "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/df6a1a44c890faded49a5fca33c2d5c5fd3c2197",
|
|
|
|
+ "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
+ "psr/cache": "^3.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-main": "3.5-dev"
|
|
|
|
+ },
|
|
|
|
+ "thanks": {
|
|
|
|
+ "name": "symfony/contracts",
|
|
|
|
+ "url": "https://github.com/symfony/contracts"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Symfony\\Contracts\\Cache\\": ""
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
|
+ "email": "p@tchwork.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Generic abstractions related to caching",
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "abstractions",
|
|
|
|
+ "contracts",
|
|
|
|
+ "decoupling",
|
|
|
|
+ "interfaces",
|
|
|
|
+ "interoperability",
|
|
|
|
+ "standards"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "source": "https://github.com/symfony/cache-contracts/tree/v3.5.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
|
+ "type": "custom"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
|
+ "type": "github"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
+ "type": "tidelift"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2024-04-18T09:32:20+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "symfony/console",
|
|
"name": "symfony/console",
|
|
"version": "v6.4.14",
|
|
"version": "v6.4.14",
|
|
@@ -6516,6 +6920,168 @@
|
|
],
|
|
],
|
|
"time": "2024-04-18T09:32:20+00:00"
|
|
"time": "2024-04-18T09:32:20+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "symfony/var-dumper",
|
|
|
|
+ "version": "v6.4.14",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/symfony/var-dumper.git",
|
|
|
|
+ "reference": "93c09246038178717a9c14b809ea8151ffcf7091"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/93c09246038178717a9c14b809ea8151ffcf7091",
|
|
|
|
+ "reference": "93c09246038178717a9c14b809ea8151ffcf7091",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
+ "symfony/deprecation-contracts": "^2.5|^3",
|
|
|
|
+ "symfony/polyfill-mbstring": "~1.0"
|
|
|
|
+ },
|
|
|
|
+ "conflict": {
|
|
|
|
+ "symfony/console": "<5.4"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "ext-iconv": "*",
|
|
|
|
+ "symfony/console": "^5.4|^6.0|^7.0",
|
|
|
|
+ "symfony/error-handler": "^6.3|^7.0",
|
|
|
|
+ "symfony/http-kernel": "^5.4|^6.0|^7.0",
|
|
|
|
+ "symfony/process": "^5.4|^6.0|^7.0",
|
|
|
|
+ "symfony/uid": "^5.4|^6.0|^7.0",
|
|
|
|
+ "twig/twig": "^2.13|^3.0.4"
|
|
|
|
+ },
|
|
|
|
+ "bin": [
|
|
|
|
+ "Resources/bin/var-dump-server"
|
|
|
|
+ ],
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "files": [
|
|
|
|
+ "Resources/functions/dump.php"
|
|
|
|
+ ],
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Symfony\\Component\\VarDumper\\": ""
|
|
|
|
+ },
|
|
|
|
+ "exclude-from-classmap": [
|
|
|
|
+ "/Tests/"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
|
+ "email": "p@tchwork.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Provides mechanisms for walking through any arbitrary PHP variable",
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "debug",
|
|
|
|
+ "dump"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "source": "https://github.com/symfony/var-dumper/tree/v6.4.14"
|
|
|
|
+ },
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
|
+ "type": "custom"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
|
+ "type": "github"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
+ "type": "tidelift"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2024-11-05T15:34:40+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "symfony/var-exporter",
|
|
|
|
+ "version": "v6.4.13",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/symfony/var-exporter.git",
|
|
|
|
+ "reference": "0f605f72a363f8743001038a176eeb2a11223b51"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/var-exporter/zipball/0f605f72a363f8743001038a176eeb2a11223b51",
|
|
|
|
+ "reference": "0f605f72a363f8743001038a176eeb2a11223b51",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
+ "symfony/deprecation-contracts": "^2.5|^3"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "symfony/property-access": "^6.4|^7.0",
|
|
|
|
+ "symfony/serializer": "^6.4|^7.0",
|
|
|
|
+ "symfony/var-dumper": "^5.4|^6.0|^7.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Symfony\\Component\\VarExporter\\": ""
|
|
|
|
+ },
|
|
|
|
+ "exclude-from-classmap": [
|
|
|
|
+ "/Tests/"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
|
+ "email": "p@tchwork.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Allows exporting any serializable PHP data structure to plain PHP code",
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "clone",
|
|
|
|
+ "construct",
|
|
|
|
+ "export",
|
|
|
|
+ "hydrate",
|
|
|
|
+ "instantiate",
|
|
|
|
+ "lazy-loading",
|
|
|
|
+ "proxy",
|
|
|
|
+ "serialize"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "source": "https://github.com/symfony/var-exporter/tree/v6.4.13"
|
|
|
|
+ },
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
|
+ "type": "custom"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
|
+ "type": "github"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
+ "type": "tidelift"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2024-09-25T14:18:03+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "vlucas/phpdotenv",
|
|
"name": "vlucas/phpdotenv",
|
|
"version": "v5.6.1",
|
|
"version": "v5.6.1",
|
|
@@ -10272,12 +10838,12 @@
|
|
],
|
|
],
|
|
"aliases": [],
|
|
"aliases": [],
|
|
"minimum-stability": "dev",
|
|
"minimum-stability": "dev",
|
|
- "stability-flags": {},
|
|
|
|
|
|
+ "stability-flags": [],
|
|
"prefer-stable": true,
|
|
"prefer-stable": true,
|
|
"prefer-lowest": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"platform": {
|
|
"php": ">=8.1"
|
|
"php": ">=8.1"
|
|
},
|
|
},
|
|
- "platform-dev": {},
|
|
|
|
|
|
+ "platform-dev": [],
|
|
"plugin-api-version": "2.6.0"
|
|
"plugin-api-version": "2.6.0"
|
|
}
|
|
}
|