From ab8beda8052cf363634de64833cd6791a4228078 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 19 Nov 2014 23:39:09 +0000 Subject: [PATCH] resourceloader: Update cssjanus to v1.1.1 Bug: 61440 Change-Id: Id0221e9f68786758e10b2f222f5e9170898e320d --- RELEASE-NOTES-1.25 | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES-1.25 b/RELEASE-NOTES-1.25 index ae1c23ef18..f96044e5a3 100644 --- a/RELEASE-NOTES-1.25 +++ b/RELEASE-NOTES-1.25 @@ -51,6 +51,7 @@ production. User::matchEditToken will reject any older tokens. * The debug logging internals have been overhauled, and are now using the PSR-3 interfaces. +* Update CSSJanus to v1.1.1. === Bug fixes in 1.25 === * (bug 71003) No additional code will be generated to try to load CSS-embedded diff --git a/composer.json b/composer.json index 834e14fd35..38f7f622a8 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": ">=5.3.3", "psr/log": "1.0.0", - "cssjanus/cssjanus": "1.1.0", + "cssjanus/cssjanus": "1.1.1", "cdb/cdb": "1.0.0" }, "require-dev": { -- 2.20.1