[
    {
        "name": "leafo/scssphp",
        "version": "v0.7.1",
        "version_normalized": "0.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/leafo/scssphp.git",
            "reference": "9eaf3a6db4d88ce2c265a89e3fc495fbec9bf7a6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/leafo/scssphp/zipball/9eaf3a6db4d88ce2c265a89e3fc495fbec9bf7a6",
            "reference": "9eaf3a6db4d88ce2c265a89e3fc495fbec9bf7a6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.6",
            "squizlabs/php_codesniffer": "~2.5"
        },
        "time": "2017-10-13T15:53:00+00:00",
        "bin": [
            "bin/pscss"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Leafo\\ScssPhp\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Leaf Corcoran",
                "email": "leafot@gmail.com",
                "homepage": "http://leafo.net"
            }
        ],
        "description": "scssphp is a compiler for SCSS written in PHP.",
        "homepage": "http://leafo.github.io/scssphp/",
        "keywords": [
            "css",
            "less",
            "sass",
            "scss",
            "stylesheet"
        ]
    },
    {
        "name": "twig/twig",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "f6e49636d1cef286262f85835f7d19ec3df61b4c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/f6e49636d1cef286262f85835f7d19ec3df61b4c",
            "reference": "f6e49636d1cef286262f85835f7d19ec3df61b4c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "time": "2012-01-04T13:20:58+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "http://twig.sensiolabs.org",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "meyfa/php-svg",
        "version": "v0.6.1",
        "version_normalized": "0.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/meyfa/php-svg.git",
            "reference": "2c27ab3d957ccf7b7f75998bec94b0d682018871"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/meyfa/php-svg/zipball/2c27ab3d957ccf7b7f75998bec94b0d682018871",
            "reference": "2c27ab3d957ccf7b7f75998bec94b0d682018871",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.5"
        },
        "time": "2017-10-11T10:02:16+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SVG\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabian Meyer",
                "homepage": "http://meyfa.net"
            }
        ],
        "description": "Read, edit, write, and render SVG files with PHP",
        "homepage": "https://github.com/meyfa/php-svg",
        "keywords": [
            "svg"
        ]
    },
    {
        "name": "nategood/httpful",
        "version": "0.2.20",
        "version_normalized": "0.2.20.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nategood/httpful.git",
            "reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nategood/httpful/zipball/c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
            "reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "time": "2015-10-26T16:11:30+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Httpful": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nate Good",
                "email": "me@nategood.com",
                "homepage": "http://nategood.com"
            }
        ],
        "description": "A Readable, Chainable, REST friendly, PHP HTTP Client",
        "homepage": "http://github.com/nategood/httpful",
        "keywords": [
            "api",
            "curl",
            "http",
            "requests",
            "rest",
            "restful"
        ]
    }
]
