[
    {
        "name": "loumray/wpcore",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/loumray/wpcore.git",
            "reference": "9a1d042c3a020dc8c465484de1144f133d40251d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/loumray/wpcore/zipball/9a1d042c3a020dc8c465484de1144f133d40251d",
            "reference": "9a1d042c3a020dc8c465484de1144f133d40251d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "replace": {
            "wpcore/forms": "self.version"
        },
        "time": "2016-05-26 00:31:05",
        "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"
        ]
    }
]
