From: Timo Tijhof Date: Wed, 19 Nov 2014 23:39:09 +0000 (+0000) Subject: resourceloader: Update cssjanus to v1.1.1 X-Git-Tag: 1.31.0-rc.0~13235^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22config_fonctions%22%2C%20%22image_process=%24process%22%29%20.%20%22?a=commitdiff_plain;h=ab8beda8052cf363634de64833cd6791a4228078;p=lhc%2Fweb%2Fwiklou.git resourceloader: Update cssjanus to v1.1.1 Bug: 61440 Change-Id: Id0221e9f68786758e10b2f222f5e9170898e320d --- 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": {