installed devel_kint_extras

This commit is contained in:
Bachir Soussi Chiadmi 2021-04-19 12:42:33 +02:00
parent d2eef58c02
commit b178377b1d

128
composer.lock generated
View File

@ -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": "cd80019c1a4f0d70365c167ce1cc3bd6", "content-hash": "c1db04280abee0e3ea01839a23e7afb5",
"packages": [ "packages": [
{ {
"name": "alchemy/zippy", "name": "alchemy/zippy",
@ -4268,6 +4268,58 @@
"slack": "https://drupal.slack.com/archives/C012WAW1MH6" "slack": "https://drupal.slack.com/archives/C012WAW1MH6"
} }
}, },
{
"name": "drupal/devel_kint_extras",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/devel_kint_extras.git",
"reference": "1.0.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/devel_kint_extras-1.0.0.zip",
"reference": "1.0.0",
"shasum": "286b5183552cc673fb96de7e3d943a3cfd82ec00"
},
"require": {
"drupal/core": "^8 || ^9",
"drupal/devel": "^4.0",
"kint-php/kint": "^3.3"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.0.0",
"datestamp": "1597133801",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Jan Chojnacki",
"homepage": "https://www.drupal.org/u/janchojnacki"
},
{
"name": "Other contributors",
"homepage": "https://www.drupal.org/node/3164492/committers"
}
],
"description": "Shows methods and statics available for an object when using Kint with Devel",
"homepage": "https://www.drupal.org/project/devel_kint_extras",
"support": {
"source": "http://git.drupal.org/project/devel_kint_extras.git",
"issues": "https://www.drupal.org/project/issues/devel_kint_extras",
"chat": "irc://irc.freenode.org/drupal-contribute"
}
},
{ {
"name": "drupal/domain", "name": "drupal/domain",
"version": "dev-1.x", "version": "dev-1.x",
@ -8693,6 +8745,80 @@
}, },
"time": "2020-09-30T07:37:11+00:00" "time": "2020-09-30T07:37:11+00:00"
}, },
{
"name": "kint-php/kint",
"version": "3.3",
"source": {
"type": "git",
"url": "https://github.com/kint-php/kint.git",
"reference": "335ac1bcaf04d87df70d8aa51e8887ba2c6d203b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kint-php/kint/zipball/335ac1bcaf04d87df70d8aa51e8887ba2c6d203b",
"reference": "335ac1bcaf04d87df70d8aa51e8887ba2c6d203b",
"shasum": ""
},
"require": {
"php": ">=5.3.6"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"phpunit/phpunit": "^4.0",
"seld/phar-utils": "^1.0",
"symfony/finder": "^2.0 || ^3.0 || ^4.0",
"vimeo/psalm": "^3.0"
},
"suggest": {
"ext-ctype": "Simple data type tests",
"ext-iconv": "Provides fallback detection for ambiguous legacy string encodings such as the Windows and ISO 8859 code pages",
"ext-mbstring": "Provides string encoding detection",
"kint-php/kint-js": "Provides a simplified dump to console.log()",
"kint-php/kint-twig": "Provides d() and s() functions in twig templates",
"symfony/polyfill-ctype": "Replacement for ext-ctype if missing",
"symfony/polyfill-iconv": "Replacement for ext-iconv if missing",
"symfony/polyfill-mbstring": "Replacement for ext-mbstring if missing"
},
"type": "library",
"autoload": {
"files": [
"init.php"
],
"psr-4": {
"Kint\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Vollebregt",
"homepage": "https://github.com/jnvsor"
},
{
"name": "Rokas Šleinius",
"homepage": "https://github.com/raveren"
},
{
"name": "Contributors",
"homepage": "https://github.com/kint-php/kint/graphs/contributors"
}
],
"description": "Kint - debugging tool for PHP developers",
"homepage": "https://kint-php.github.io/kint/",
"keywords": [
"debug",
"kint",
"php"
],
"support": {
"issues": "https://github.com/kint-php/kint/issues",
"source": "https://github.com/kint-php/kint/tree/master"
},
"time": "2019-10-17T18:05:24+00:00"
},
{ {
"name": "laminas/laminas-diactoros", "name": "laminas/laminas-diactoros",
"version": "2.5.0", "version": "2.5.0",