[
    {
        "name": "imagine/imagine",
        "version": "v0.6.3",
        "version_normalized": "0.6.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/avalanche123/Imagine.git",
            "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d",
            "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "sami/sami": "dev-master"
        },
        "suggest": {
            "ext-gd": "to use the GD implementation",
            "ext-gmagick": "to use the Gmagick implementation",
            "ext-imagick": "to use the Imagick implementation"
        },
        "time": "2015-09-19 16:54:05",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-develop": "0.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Imagine": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bulat Shakirzyanov",
                "email": "mallluhuct@gmail.com",
                "homepage": "http://avalanche123.com"
            }
        ],
        "description": "Image processing for PHP 5.3",
        "homepage": "http://imagine.readthedocs.org/",
        "keywords": [
            "drawing",
            "graphics",
            "image manipulation",
            "image processing"
        ]
    },
    {
        "name": "mibe/feedwriter",
        "version": "v1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mibe/FeedWriter.git",
            "reference": "d8c2814916421231ddb8513db05f182f738d55d0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mibe/FeedWriter/zipball/d8c2814916421231ddb8513db05f182f738d55d0",
            "reference": "d8c2814916421231ddb8513db05f182f738d55d0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2015-11-11 22:56:18",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "ATOM.php",
                "Feed.php",
                "Item.php",
                "RSS1.php",
                "RSS2.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-3.0"
        ],
        "authors": [
            {
                "name": "Anis uddin Ahmad"
            },
            {
                "name": "Michael Bemmerl",
                "email": "mail@mx-server.de"
            },
            {
                "name": "Phil Freo"
            },
            {
                "name": "Paul Ferrett"
            },
            {
                "name": "Brennen Bearnes"
            },
            {
                "name": "Michael Robinson",
                "email": "mike@pagesofinterest.net"
            },
            {
                "name": "Baptiste Fontaine"
            },
            {
                "name": "Kristián Valentín"
            },
            {
                "name": "Brandtley McMinn"
            },
            {
                "name": "Julian Bogdani"
            }
        ],
        "description": "Generate feeds in either RSS 1.0, RSS 2.0 or ATOM formats",
        "homepage": "https://github.com/mibe/FeedWriter",
        "keywords": [
            "atom",
            "feed",
            "rss"
        ]
    },
    {
        "name": "michelf/php-markdown",
        "version": "1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/michelf/php-markdown.git",
            "reference": "156e56ee036505ec637d761ee62dc425d807183c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
            "reference": "156e56ee036505ec637d761ee62dc425d807183c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2015-12-24 01:37:31",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-lib": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Michelf": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Michel Fortin",
                "email": "michel.fortin@michelf.ca",
                "homepage": "https://michelf.ca/",
                "role": "Developer"
            },
            {
                "name": "John Gruber",
                "homepage": "https://daringfireball.net/"
            }
        ],
        "description": "PHP Markdown",
        "homepage": "https://michelf.ca/projects/php-markdown/",
        "keywords": [
            "markdown"
        ]
    },
    {
        "name": "mustache/mustache",
        "version": "v2.9.0",
        "version_normalized": "2.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bobthecow/mustache.php.git",
            "reference": "c745b01956caf27d26b55a72a90aff56bc169cd6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/c745b01956caf27d26b55a72a90aff56bc169cd6",
            "reference": "c745b01956caf27d26b55a72a90aff56bc169cd6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "~1.6",
            "phpunit/phpunit": "~3.7|~4.0"
        },
        "time": "2015-08-15 19:23:13",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Mustache": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Justin Hileman",
                "email": "justin@justinhileman.info",
                "homepage": "http://justinhileman.com"
            }
        ],
        "description": "A Mustache implementation in PHP.",
        "homepage": "https://github.com/bobthecow/mustache.php",
        "keywords": [
            "mustache",
            "templating"
        ]
    },
    {
        "name": "glenscott/url-normalizer",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/glenscott/url-normalizer.git",
            "reference": "b8e79d3360a1bd7182398c9956bd74d219ad1b3c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/glenscott/url-normalizer/zipball/b8e79d3360a1bd7182398c9956bd74d219ad1b3c",
            "reference": "b8e79d3360a1bd7182398c9956bd74d219ad1b3c",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.3.0"
        },
        "time": "2015-06-11 16:06:02",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "URL\\": "src/URL"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Glen Scott",
                "email": "glen@glenscott.co.uk"
            }
        ],
        "description": "Syntax based normalization of URL's"
    }
]
