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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-07-09 20:27:28 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-07-09 20:27:28 +0400
commit623cfbab4eb801a94fb170bc9fa7616e5bd577a9 (patch)
treed9cf69bc5ef87bcd061dd975790943935a5aff87 /composer.lock
parent572220f0a3bb65069105787e1aa12e34694300b4 (diff)
Add Less composer dependency
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock43
1 files changed, 42 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index 13a998f2a2..956f407d39 100644
--- a/composer.lock
+++ b/composer.lock
@@ -3,9 +3,50 @@
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
],
- "hash": "419f4bde8d9eb2bfcc9ea89ed3db5b4c",
+ "hash": "4dc75e9d8e28b0f2f3b1f5cb36402142",
"packages": [
{
+ "name": "leafo/lessphp",
+ "version": "v0.3.9",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/leafo/lessphp.git",
+ "reference": "v0.3.9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/leafo/lessphp/zipball/v0.3.9",
+ "reference": "v0.3.9",
+ "shasum": ""
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.3-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "lessc.inc.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT",
+ "GPL-3.0"
+ ],
+ "authors": [
+ {
+ "name": "Leaf Corcoran",
+ "email": "leafot@gmail.com",
+ "homepage": "http://leafo.net"
+ }
+ ],
+ "description": "lessphp is a compiler for LESS written in PHP.",
+ "homepage": "http://leafo.net/lessphp/",
+ "time": "2013-03-02 16:13:31"
+ },
+ {
"name": "twig/twig",
"version": "v1.13.1",
"source": {