Reedy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/277357

Change subject: Updated zordius/lightncandy from v0.23 to v0.91
......................................................................

Updated zordius/lightncandy from v0.23 to v0.91

Change-Id: I69df50403389fd40879e7d8d699cb54e6b655083
---
M RELEASE-NOTES-1.27
M composer.json
M includes/TemplateParser.php
3 files changed, 4 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/57/277357/1

diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27
index d8866ad..715605d 100644
--- a/RELEASE-NOTES-1.27
+++ b/RELEASE-NOTES-1.27
@@ -174,6 +174,7 @@
 * Updated composer/semver from v1.0.0 to v1.2.0.
 * Updated liuggio/statsd-php-client to 1.0.18.
 * Updated QUnit from v1.18.0 to v1.22.0.
+* Updated zordius/lightncandy from v0.23 to v0.91.
 
 ==== New external libraries ====
 * Added wikimedia/base-convert v1.0.1.
@@ -359,8 +360,6 @@
 ** WatchedItem::duplicateEntries was deprecated.
 ** EmailNotification::updateWatchlistTimestamp was deprecated.
 ** User::getWatchedItem was removed.
-* Unit tests don't work with external PHPUnit anymore, Composer is now the 
only supported
-  way. Run `composer install` to install it and other dev dependencies to run 
unit tests.
 
 == Compatibility ==
 
diff --git a/composer.json b/composer.json
index a21b4e8..c7a7c66 100644
--- a/composer.json
+++ b/composer.json
@@ -36,7 +36,7 @@
                "wikimedia/running-stat": "1.1.0",
                "wikimedia/utfnormal": "1.0.3",
                "wikimedia/wrappedstring": "2.0.0",
-               "zordius/lightncandy": "0.23"
+               "zordius/lightncandy": "0.91"
        },
        "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9.2",
diff --git a/includes/TemplateParser.php b/includes/TemplateParser.php
index 6420dc7..e8f4ad5 100644
--- a/includes/TemplateParser.php
+++ b/includes/TemplateParser.php
@@ -1,4 +1,6 @@
 <?php
+use LightnCandy\LightnCandy;
+
 /**
  * Handles compiling Mustache templates into PHP rendering functions
  *

-- 
To view, visit https://gerrit.wikimedia.org/r/277357
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I69df50403389fd40879e7d8d699cb54e6b655083
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to