[
    {
        "name": "phayes/geophp",
        "version": "1.2",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phayes/geoPHP.git",
            "reference": "015404e85b602e0df1f91441f8db0f9e98f7e567"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phayes/geoPHP/zipball/015404e85b602e0df1f91441f8db0f9e98f7e567",
            "reference": "015404e85b602e0df1f91441f8db0f9e98f7e567",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "4.1.*"
        },
        "time": "2014-12-02T06:11:22+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "geoPHP.inc"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2 or New-BSD"
        ],
        "authors": [
            {
                "name": "Patrick Hayes"
            }
        ],
        "description": "GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.",
        "homepage": "https://github.com/phayes/geoPHP"
    },
    {
        "name": "symfony/options-resolver",
        "version": "v2.8.42",
        "version_normalized": "2.8.42.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/options-resolver.git",
            "reference": "d9077ee91fdd64695dc754dc153fc00ada7ade97"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/options-resolver/zipball/d9077ee91fdd64695dc754dc153fc00ada7ade97",
            "reference": "d9077ee91fdd64695dc754dc153fc00ada7ade97",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "time": "2018-05-30T04:18:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\OptionsResolver\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony OptionsResolver Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "config",
            "configuration",
            "options"
        ]
    },
    {
        "name": "twig/twig",
        "version": "v1.35.3",
        "version_normalized": "1.35.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
            "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/debug": "^2.7",
            "symfony/phpunit-bridge": "^3.3"
        },
        "time": "2018-03-20T04:25:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.35-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            },
            "psr-4": {
                "Twig\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            },
            {
                "name": "Twig Team",
                "homepage": "http://twig.sensiolabs.org/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "http://twig.sensiolabs.org",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "yohang/calendr",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yohang/CalendR.git",
            "reference": "33fd08498954dd98fa7cf9a7fe8df05199bde889"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yohang/CalendR/zipball/33fd08498954dd98fa7cf9a7fe8df05199bde889",
            "reference": "33fd08498954dd98fa7cf9a7fe8df05199bde889",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "symfony/options-resolver": "^2.3"
        },
        "require-dev": {
            "doctrine/cache": "^1.1",
            "doctrine/common": "^2.4",
            "doctrine/orm": "^2.4",
            "google/google-api-php-client": "^0.6.2",
            "phpunit/phpunit": "^4.0",
            "silex/silex": "^1.1",
            "twig/twig": "^1.13"
        },
        "time": "2015-12-28T11:14:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "CalendR": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Yohan Giarelli",
                "email": "yohan@giarel.li",
                "homepage": "http://yohan.giarel.li"
            }
        ],
        "description": "Object Oriented calendar management",
        "homepage": "https://github.com/yohang/CalendR",
        "keywords": [
            "calendar",
            "date",
            "events"
        ]
    }
]
