Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-05-27 19:25:09 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-05-27 19:25:09 +0300
commit808b351c35908527fd4c9095e6642d1a33d90d01 (patch)
treea81372b071a52c40ce6229cae7df60737fd5ce0a /composer.lock
parentd7558bb22d9280d4f9f1cfccb7fadb8980a67a20 (diff)
Update to lessphp 0.5.0 to get the fix for leafo/lessphp#302
See https://github.com/leafo/lessphp/issues/302 and http://stackoverflow.com/questions/15426256/override-less-variables
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/composer.lock b/composer.lock
index b707a56364..fe0d67d1ed 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "38059fad1036bf805aa3fd11b0788731",
+ "hash": "c0dde90f5435a41a37e93c69b0518cd6",
"packages": [
{
"name": "container-interop/container-interop",
@@ -227,22 +227,22 @@
},
{
"name": "leafo/lessphp",
- "version": "v0.4.0",
+ "version": "v0.5.0",
"source": {
"type": "git",
"url": "https://github.com/leafo/lessphp.git",
- "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de"
+ "reference": "0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/leafo/lessphp/zipball/51f3f06f0fe78a722dabfd14578444bdd078d9de",
- "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de",
+ "url": "https://api.github.com/repos/leafo/lessphp/zipball/0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283",
+ "reference": "0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283",
"shasum": ""
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "0.3-dev"
+ "dev-master": "0.4.x-dev"
}
},
"autoload": {
@@ -264,7 +264,7 @@
],
"description": "lessphp is a compiler for LESS written in PHP.",
"homepage": "http://leafo.net/lessphp/",
- "time": "2013-08-09 17:09:19"
+ "time": "2014-11-24 18:39:20"
},
{
"name": "mnapoli/php-di",