added symfony/var-dumper

This commit is contained in:
Your Name
2024-10-18 19:43:15 +03:00
parent 1fbc211eed
commit 7744d22039
2 changed files with 85 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
"phpyh/coding-standard": "^2.6",
"psalm/plugin-phpunit": "^0.18.4",
"rector/rector": "^1.1",
"symfony/var-dumper": "^7.1",
"vimeo/psalm": "^5.24"
},
"autoload": {

85
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "25675a571ea77b61ed1f1ee655e96c03",
"content-hash": "34cbd3aad9663220890584ed4737e917",
"packages": [],
"packages-dev": [
{
@@ -7221,6 +7221,89 @@
],
"time": "2024-09-20T08:28:38+00:00"
},
{
"name": "symfony/var-dumper",
"version": "v7.1.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "e20e03889539fd4e4211e14d2179226c513c010d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/e20e03889539fd4e4211e14d2179226c513c010d",
"reference": "e20e03889539fd4e4211e14d2179226c513c010d",
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/console": "<6.4"
},
"require-dev": {
"ext-iconv": "*",
"symfony/console": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0",
"symfony/uid": "^6.4|^7.0",
"twig/twig": "^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/v7.1.5"
},
"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-16T10:07:02+00:00"
},
{
"name": "symfony/var-exporter",
"version": "v7.1.2",