[
    {
        "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"
        ]
    },
    {
        "name": "league/csv",
        "version": "8.1.0",
        "version_normalized": "8.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/csv.git",
            "reference": "63f2fc3598a4dbbc906c9db9d6f04bc7f72b0645"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/csv/zipball/63f2fc3598a4dbbc906c9db9d6f04bc7f72b0645",
            "reference": "63f2fc3598a4dbbc906c9db9d6f04bc7f72b0645",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "^1.9",
            "phpunit/phpunit": "^4.0"
        },
        "time": "2016-05-30 09:35:50",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "8.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Csv\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://github.com/nyamsprod/",
                "role": "Developer"
            }
        ],
        "description": "Csv data manipulation made easy in PHP",
        "homepage": "http://csv.thephpleague.com",
        "keywords": [
            "csv",
            "export",
            "filter",
            "import",
            "read",
            "write"
        ]
    }
]
