summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock47
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": {