diff options
author | Aaron Parecki <aaron@parecki.com> | 2017-02-03 14:51:11 -0800 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2017-02-03 14:51:11 -0800 |
commit | 1894da9452edaf1f2b3de5a6a969d60844645a23 (patch) | |
tree | 6aa2059218ce871c2f2583bb99df8a4ff76f0103 /composer.lock | |
parent | d00c336a55d1dd047cdb778cb44ae441ea6b842e (diff) |
indent the HTML sent from the editor
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 47 |
1 files changed, 46 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock index 4cdfe08..891f3ed 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "1eb78fb0a7afe487cc3c9dd58d35532e", + "content-hash": "05f646a93f2c1204dddd80c4670dcf15", "packages": [ { "name": "abraham/twitteroauth", @@ -232,6 +232,51 @@ "time": "2015-06-22T23:26:39+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": "indieauth/client", "version": "0.1.13", "source": { |