Добавлен tidy для форматирования
This commit is contained in:
51
composer.lock
generated
51
composer.lock
generated
@@ -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": "c6dbaa9f2424b9e4e8e3e4fd3d854e0d",
|
||||
"content-hash": "337638bb471e99cc8a19f050a703792d",
|
||||
"packages": [],
|
||||
"packages-dev": [
|
||||
{
|
||||
@@ -769,51 +769,6 @@
|
||||
"description": "A tool to automatically fix PHP code style",
|
||||
"time": "2019-06-01T10:32:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "gajus/dindent",
|
||||
"version": "2.0.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gajus/dindent.git",
|
||||
"reference": "d81c3a6f78fbe1ab26f5e753098bbbef6b6a9f3c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/gajus/dindent/zipball/d81c3a6f78fbe1ab26f5e753098bbbef6b6a9f3c",
|
||||
"reference": "d81c3a6f78fbe1ab26f5e753098bbbef6b6a9f3c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"satooshi/php-coveralls": "dev-master"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Gajus\\Dindent\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"BSD-3-Clause"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Gajus Kuizinas",
|
||||
"email": "gk@anuary.com"
|
||||
}
|
||||
],
|
||||
"description": "HTML indentation library for development and testing.",
|
||||
"homepage": "https://github.com/gajus/dindent",
|
||||
"keywords": [
|
||||
"format",
|
||||
"html",
|
||||
"indent"
|
||||
],
|
||||
"time": "2014-10-08T10:03:04+00:00"
|
||||
},
|
||||
{
|
||||
"name": "michelf/php-markdown",
|
||||
"version": "1.8.0",
|
||||
@@ -3411,5 +3366,7 @@
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": [],
|
||||
"platform-dev": []
|
||||
"platform-dev": {
|
||||
"ext-tidy": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user