From 7ad9f272a482802da2d43fe83841adbe9bcd8cb4 Mon Sep 17 00:00:00 2001 From: derchris Date: Sat, 2 Feb 2019 15:35:30 +0100 Subject: update less.php to PHP 7.x compatible fork --- lib/less.php/Version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/less.php/Version.php') diff --git a/lib/less.php/Version.php b/lib/less.php/Version.php index 704ec6e..dceefe5 100644 --- a/lib/less.php/Version.php +++ b/lib/less.php/Version.php @@ -8,8 +8,8 @@ */ class Less_Version{ - const version = '1.7.0.9'; // The current build number of less.php - const less_version = '1.7'; // The less.js version that this build should be compatible with - const cache_version = '170'; // The parser cache version + const version = '1.7.0.13'; // The current build number of less.php + const less_version = '2.5.3'; // The less.js version that this build should be compatible with + const cache_version = '253'; // The parser cache version } -- cgit v1.2.3