Update sensiolabs/ansi-to-html to fix the log background.

Closed #961
This commit is contained in:
Adirelle 2015-05-05 10:33:33 +02:00 committed by Tobias van Beek
parent 5c6dd81a9a
commit b7d9af1e72

20
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "a4a95f2b83e336b9e1b285c04af26ce7", "hash": "0be92d5565a805ffe462c6061ed1dcf4",
"packages": [ "packages": [
{ {
"name": "block8/b8framework", "name": "block8/b8framework",
@ -219,12 +219,12 @@
"version": "v1.1.1", "version": "v1.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/silexphp/Pimple.git", "url": "https://github.com/fabpot/Pimple.git",
"reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d" "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d", "url": "https://api.github.com/repos/fabpot/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
"reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d", "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
"shasum": "" "shasum": ""
}, },
@ -249,7 +249,9 @@
"authors": [ "authors": [
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com" "email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
} }
], ],
"description": "Pimple is a simple Dependency Injection Container for PHP 5.3", "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
@ -362,16 +364,16 @@
}, },
{ {
"name": "sensiolabs/ansi-to-html", "name": "sensiolabs/ansi-to-html",
"version": "v1.1.0", "version": "v1.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sensiolabs/ansi-to-html.git", "url": "https://github.com/sensiolabs/ansi-to-html.git",
"reference": "92d2ef7ffba5418be060d8ba8adaf7223d741f93" "reference": "fd0aa98170e12131ab989c39252df076cff60121"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sensiolabs/ansi-to-html/zipball/92d2ef7ffba5418be060d8ba8adaf7223d741f93", "url": "https://api.github.com/repos/sensiolabs/ansi-to-html/zipball/fd0aa98170e12131ab989c39252df076cff60121",
"reference": "92d2ef7ffba5418be060d8ba8adaf7223d741f93", "reference": "fd0aa98170e12131ab989c39252df076cff60121",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -402,7 +404,7 @@
} }
], ],
"description": "A library to convert a text with ANSI codes to HTML", "description": "A library to convert a text with ANSI codes to HTML",
"time": "2014-08-01 14:02:39" "time": "2015-03-17 06:34:10"
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",