View file vendor/composer/installed.json

File size: 1.88Kb
[
    {
        "name": "oyejorge/less.php",
        "version": "v1.7.0.14",
        "version_normalized": "1.7.0.14",
        "source": {
            "type": "git",
            "url": "https://github.com/oyejorge/less.php.git",
            "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/oyejorge/less.php/zipball/42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
            "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8.24"
        },
        "time": "2017-03-28T22:19:25+00:00",
        "bin": [
            "bin/lessc"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Less": "lib/"
            },
            "classmap": [
                "lessc.inc.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Matt Agar",
                "homepage": "https://github.com/agar"
            },
            {
                "name": "Martin Jantošovič",
                "homepage": "https://github.com/Mordred"
            },
            {
                "name": "Josh Schmidt",
                "homepage": "https://github.com/oyejorge"
            }
        ],
        "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)",
        "homepage": "http://lessphp.gpeasy.com",
        "keywords": [
            "css",
            "less",
            "less.js",
            "lesscss",
            "php",
            "stylesheet"
        ]
    }
]