[
    {
        "name": "psr/log",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
            "shasum": ""
        },
        "time": "2012-12-21 11:40:51",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Psr\\Log\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "katzgrau/klogger",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/katzgrau/KLogger.git",
            "reference": "87735262be7c3bd210740b5cd4831dee3d827c46"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/katzgrau/KLogger/zipball/87735262be7c3bd210740b5cd4831dee3d827c46",
            "reference": "87735262be7c3bd210740b5cd4831dee3d827c46",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3",
            "psr/log": "1.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.0.*"
        },
        "time": "2015-11-04 22:43:22",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Katzgrau\\KLogger\\": "src/"
            },
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kenny Katzgrau",
                "email": "katzgrau@gmail.com"
            },
            {
                "name": "Dan Horrigan",
                "email": "dan@dhorrigan.com"
            }
        ],
        "description": "A Simple Logging Class",
        "keywords": [
            "logging"
        ]
    },
    {
        "name": "amostajo/phpfastcache",
        "version": "3.0.161",
        "version_normalized": "3.0.161.0",
        "source": {
            "type": "git",
            "url": "https://github.com/amostajo/phpfastcache.git",
            "reference": "761243ad3339babf9624374c1002ce1c5f664707"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/amostajo/phpfastcache/zipball/761243ad3339babf9624374c1002ce1c5f664707",
            "reference": "761243ad3339babf9624374c1002ce1c5f664707",
            "shasum": ""
        },
        "require": {
            "php": ">=5.1.0"
        },
        "require-dev": {
            "katzgrau/klogger": "dev-master",
            "mockery/mockery": "dev-master",
            "phpunit/phpunit": "~4.1",
            "sami/sami": "dev-master"
        },
        "time": "2015-11-03 17:17:37",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/lib/functions.php"
            ],
            "psr-4": {
                "PHPFastCache\\": "src/psr4"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Khoa Bui",
                "email": "khoaofgod@gmail.com",
                "homepage": "http://www.phpfastcache.com",
                "role": "Developer"
            }
        ],
        "description": "Fork from original phpfastcache to autoload with PSR-4",
        "homepage": "http://www.phpfastcache.com",
        "keywords": [
            "cache"
        ]
    },
    {
        "name": "amostajo/wordpress-plugin-core",
        "version": "v1.0.x-dev",
        "version_normalized": "1.0.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/amostajo/wordpress-plugin-core.git",
            "reference": "d10310e54582ffb3f067b68cd17779e7b2e316eb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/amostajo/wordpress-plugin-core/zipball/d10310e54582ffb3f067b68cd17779e7b2e316eb",
            "reference": "d10310e54582ffb3f067b68cd17779e7b2e316eb",
            "shasum": ""
        },
        "require": {
            "amostajo/lightweight-mvc": "1.0.*",
            "amostajo/phpfastcache": "^3.0",
            "katzgrau/klogger": "dev-master",
            "php": ">=5.3.0"
        },
        "time": "2016-04-21 22:37:14",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "files": [
                "src/lib/functions.php"
            ],
            "psr-4": {
                "Amostajo\\WPPluginCore\\": "src/psr4"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alejandro Mostajo",
                "email": "amostajo@gmail.com"
            }
        ],
        "description": "Core functionality and libraries for Wordpress Plugin (a light weight plugin template with composer and MVC).",
        "keywords": [
            "code",
            "plugin",
            "wordpress",
            "wordpress plugin"
        ]
    },
    {
        "name": "amostajo/lightweight-mvc",
        "version": "v1.0.x-dev",
        "version_normalized": "1.0.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/amostajo/lightweight-mvc.git",
            "reference": "c0b79d43b395edfa65a9a2b0a0056f6359405d7b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/amostajo/lightweight-mvc/zipball/c0b79d43b395edfa65a9a2b0a0056f6359405d7b",
            "reference": "c0b79d43b395edfa65a9a2b0a0056f6359405d7b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2016-07-28 04:37:39",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Amostajo\\LightweightMVC\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alejandro Mostajo",
                "email": "amostajo@gmail.com"
            }
        ],
        "description": "A light weight (small) MVC framework for Wordpress plugins and themes.",
        "keywords": [
            "light",
            "lightweight",
            "mvc",
            "wordpress"
        ]
    },
    {
        "name": "phpmailer/phpmailer",
        "version": "v5.2.16",
        "version_normalized": "5.2.16.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPMailer/PHPMailer.git",
            "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
            "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.0.0"
        },
        "require-dev": {
            "phpdocumentor/phpdocumentor": "*",
            "phpunit/phpunit": "4.7.*"
        },
        "suggest": {
            "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
        },
        "time": "2016-06-06 09:09:37",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "class.phpmailer.php",
                "class.phpmaileroauth.php",
                "class.phpmaileroauthgoogle.php",
                "class.smtp.php",
                "class.pop3.php",
                "extras/EasyPeasyICS.php",
                "extras/ntlm_sasl_client.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Jim Jagielski",
                "email": "jimjag@gmail.com"
            },
            {
                "name": "Marcus Bointon",
                "email": "phpmailer@synchromedia.co.uk"
            },
            {
                "name": "Andy Prevost",
                "email": "codeworxtech@users.sourceforge.net"
            },
            {
                "name": "Brent R. Matzelle"
            }
        ],
        "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
    }
]
