[
    {
        "name": "egeloen/google-map",
        "version": "dev-fix-loading-google-jsapi",
        "version_normalized": "dev-fix-loading-google-jsapi",
        "source": {
            "type": "git",
            "url": "https://github.com/CodyReichert/ivory-google-map.git",
            "reference": "166c5e506774e1a7f6b2662405b18485fda5e9e6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/CodyReichert/ivory-google-map/zipball/166c5e506774e1a7f6b2662405b18485fda5e9e6",
            "reference": "166c5e506774e1a7f6b2662405b18485fda5e9e6",
            "shasum": ""
        },
        "require": {
            "egeloen/json-builder": "~1.0.0",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0",
            "satooshi/php-coveralls": "~0.6",
            "widop/http-adapter": "~1.1.0",
            "willdurand/geocoder": "~2.0"
        },
        "suggest": {
            "widop/http-adapter": "Allows to use services",
            "willdurand/geocoder": "Allows to use geocoding service"
        },
        "time": "2020-06-17T17:58:06+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Ivory\\GoogleMap\\": "src/"
            }
        },
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eric GELOEN",
                "email": "geloen.eric@gmail.com"
            }
        ],
        "description": "Google Map API v3 integration for PHP 5.3+",
        "keywords": [
            "google map"
        ],
        "support": {
            "source": "https://github.com/CodyReichert/ivory-google-map/tree/fix-loading-google-jsapi"
        }
    },
    {
        "name": "egeloen/json-builder",
        "version": "1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/egeloen/ivory-json-builder.git",
            "reference": "6209142ed808e9899473e9b6091b8a4f4d8de794"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egeloen/ivory-json-builder/zipball/6209142ed808e9899473e9b6091b8a4f4d8de794",
            "reference": "6209142ed808e9899473e9b6091b8a4f4d8de794",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": ">=5.3.0",
            "symfony/property-access": "~2.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0",
            "satooshi/php-coveralls": "~0.6"
        },
        "time": "2014-11-08T10:51:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Ivory\\JsonBuilder\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eric GELOEN",
                "email": "geloen.eric@gmail.com"
            }
        ],
        "description": "JSON builder with escaping control for PHP 5.3+",
        "keywords": [
            "Escape",
            "builder",
            "json"
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.17.0",
        "version_normalized": "1.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
            "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2020-05-12T16:14:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.17-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "symfony/property-access",
        "version": "v2.8.52",
        "version_normalized": "2.8.52.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/property-access.git",
            "reference": "c8f10191183be9bb0d5a1b8364d3891f1bde07b6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/property-access/zipball/c8f10191183be9bb0d5a1b8364d3891f1bde07b6",
            "reference": "c8f10191183be9bb0d5a1b8364d3891f1bde07b6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/polyfill-ctype": "~1.8"
        },
        "time": "2018-11-11T11:18:13+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\PropertyAccess\\": ""
            },
            "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 PropertyAccess Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "access",
            "array",
            "extraction",
            "index",
            "injection",
            "object",
            "property",
            "property path",
            "reflection"
        ]
    },
    {
        "name": "widop/http-adapter",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/widop/http-adapter.git",
            "reference": "9f21040064d290cc70db4affe3191828f419f5af"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/widop/http-adapter/zipball/9f21040064d290cc70db4affe3191828f419f5af",
            "reference": "9f21040064d290cc70db4affe3191828f419f5af",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "ext-curl": "*",
            "guzzle/guzzle": "*",
            "kriswallsmith/buzz": "*",
            "phpunit/phpunit": "3.7.*",
            "zendframework/zend-http": "*"
        },
        "suggest": {
            "ext-curl": "Allows you to use cURL adapter",
            "guzzle/guzzle": "Allows you to use Guzzle adapter",
            "kriswallsmith/buzz": "Allows you to use Buzz adapter",
            "zendframework/zend-http": "Allows you to use Zend adapter"
        },
        "time": "2014-07-20T18:29:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Widop\\HttpAdapter": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eric GELOEN",
                "email": "geloen.eric@gmail.com"
            },
            {
                "name": "Widop",
                "email": "contact@widop.com"
            }
        ],
        "description": "Issue HTTP request.",
        "keywords": [
            "http",
            "request"
        ]
    }
]
