[
    {
        "name": "loumray/wpcore",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/loumray/wpcore.git",
            "reference": "ed3531700baa3a035313de99268a775ce0c7a4af"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/loumray/wpcore/zipball/ed3531700baa3a035313de99268a775ce0c7a4af",
            "reference": "ed3531700baa3a035313de99268a775ce0c7a4af",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "replace": {
            "wpcore/forms": "self.version"
        },
        "time": "2016-11-17 21:55:10",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "WPCore\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Louis-Michel Raynauld",
                "email": "louismichel@pweb.ca"
            }
        ],
        "description": "Object Oriented core to simplify plugins and themes development for wordpress",
        "homepage": "https://github.com/loumray/wpcore",
        "keywords": [
            "plugins",
            "theme",
            "wordpress"
        ]
    },
    {
        "name": "loumray/wpforms",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/loumray/wpforms.git",
            "reference": "51e0fb7799fa936a71d4ab9569361cc10162c4bd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/loumray/wpforms/zipball/51e0fb7799fa936a71d4ab9569361cc10162c4bd",
            "reference": "51e0fb7799fa936a71d4ab9569361cc10162c4bd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "wpcore/forms": "dev-master"
        },
        "time": "2015-11-02 20:57:55",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "WPForms\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Louis-Michel Raynauld",
                "email": "louismichel@pweb.ca"
            }
        ],
        "description": "Advanced forms library for development in wordpress using a real object oriented approach",
        "homepage": "https://github.com/loumray/wpforms",
        "keywords": [
            "Forms",
            "plugins",
            "theme",
            "wordpress"
        ]
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "b366aa1e03bcfd4b8494087ca44f0afab3624c8d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b366aa1e03bcfd4b8494087ca44f0afab3624c8d",
            "reference": "b366aa1e03bcfd4b8494087ca44f0afab3624c8d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.3"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.8|~3.0",
            "symfony/dependency-injection": "~3.3",
            "symfony/expression-language": "~2.8|~3.0",
            "symfony/stopwatch": "~2.8|~3.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2017-02-28 02:18:26",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\EventDispatcher\\": ""
            },
            "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 EventDispatcher Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "guzzle/guzzle",
        "version": "v3.8.1",
        "version_normalized": "3.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
            "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.3.3",
            "symfony/event-dispatcher": ">=2.1"
        },
        "replace": {
            "guzzle/batch": "self.version",
            "guzzle/cache": "self.version",
            "guzzle/common": "self.version",
            "guzzle/http": "self.version",
            "guzzle/inflection": "self.version",
            "guzzle/iterator": "self.version",
            "guzzle/log": "self.version",
            "guzzle/parser": "self.version",
            "guzzle/plugin": "self.version",
            "guzzle/plugin-async": "self.version",
            "guzzle/plugin-backoff": "self.version",
            "guzzle/plugin-cache": "self.version",
            "guzzle/plugin-cookie": "self.version",
            "guzzle/plugin-curlauth": "self.version",
            "guzzle/plugin-error-response": "self.version",
            "guzzle/plugin-history": "self.version",
            "guzzle/plugin-log": "self.version",
            "guzzle/plugin-md5": "self.version",
            "guzzle/plugin-mock": "self.version",
            "guzzle/plugin-oauth": "self.version",
            "guzzle/service": "self.version",
            "guzzle/stream": "self.version"
        },
        "require-dev": {
            "doctrine/cache": "*",
            "monolog/monolog": "1.*",
            "phpunit/phpunit": "3.7.*",
            "psr/log": "1.0.*",
            "symfony/class-loader": "*",
            "zendframework/zend-cache": "<2.3",
            "zendframework/zend-log": "<2.3"
        },
        "time": "2014-01-28 22:29:15",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Guzzle": "src/",
                "Guzzle\\Tests": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Guzzle Community",
                "homepage": "https://github.com/guzzle/guzzle/contributors"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ],
        "abandoned": "guzzlehttp/guzzle"
    }
]
