{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "hash": "d402c7aef75398a05d72c820d0e96f2c",
    "content-hash": "1dc951ba28ad9551505eab492b766a40",
    "packages": [
        {
            "name": "danielstjules/stringy",
            "version": "1.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/danielstjules/Stringy.git",
                "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
                "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Stringy\\": "src/"
                },
                "files": [
                    "src/Create.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel St. Jules",
                    "email": "danielst.jules@gmail.com",
                    "homepage": "http://www.danielstjules.com"
                }
            ],
            "description": "A string manipulation library with multibyte support",
            "homepage": "https://github.com/danielstjules/Stringy",
            "keywords": [
                "UTF",
                "helpers",
                "manipulation",
                "methods",
                "multibyte",
                "string",
                "utf-8",
                "utility",
                "utils"
            ],
            "time": "2015-07-23 00:54:12"
        },
        {
            "name": "doctrine/inflector",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Inflector\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "inflection",
                "pluralize",
                "singularize",
                "string"
            ],
            "time": "2015-11-06 14:35:42"
        },
        {
            "name": "illuminate/container",
            "version": "v5.0.33",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/container.git",
                "reference": "aa85c752eb7c6ccc2c6ffc5bfffb3ba8dd9719d6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/container/zipball/aa85c752eb7c6ccc2c6ffc5bfffb3ba8dd9719d6",
                "reference": "aa85c752eb7c6ccc2c6ffc5bfffb3ba8dd9719d6",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.0.*",
                "php": ">=5.4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Container\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylorotwell@gmail.com"
                }
            ],
            "description": "The Illuminate Container package.",
            "homepage": "http://laravel.com",
            "time": "2015-05-29 20:16:27"
        },
        {
            "name": "illuminate/contracts",
            "version": "v5.0.33",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/contracts.git",
                "reference": "b8b11d78724a6f8a62be3b1dfa20fa372f861398"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/b8b11d78724a6f8a62be3b1dfa20fa372f861398",
                "reference": "b8b11d78724a6f8a62be3b1dfa20fa372f861398",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Contracts\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylorotwell@gmail.com"
                }
            ],
            "description": "The Illuminate Contracts package.",
            "homepage": "http://laravel.com",
            "time": "2015-05-15 07:22:28"
        },
        {
            "name": "illuminate/database",
            "version": "v5.0.33",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/database.git",
                "reference": "6d79bb678a91123a15418863af901d2145b50349"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/database/zipball/6d79bb678a91123a15418863af901d2145b50349",
                "reference": "6d79bb678a91123a15418863af901d2145b50349",
                "shasum": ""
            },
            "require": {
                "illuminate/container": "5.0.*",
                "illuminate/contracts": "5.0.*",
                "illuminate/support": "5.0.*",
                "nesbot/carbon": "~1.0",
                "php": ">=5.4.0"
            },
            "suggest": {
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
                "illuminate/console": "Required to use the database commands (5.0.*).",
                "illuminate/events": "Required to use the observers with Eloquent (5.0.*).",
                "illuminate/filesystem": "Required to use the migrations (5.0.*)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Database\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylorotwell@gmail.com"
                }
            ],
            "description": "The Illuminate Database package.",
            "homepage": "http://laravel.com",
            "keywords": [
                "database",
                "laravel",
                "orm",
                "sql"
            ],
            "time": "2015-06-02 13:39:10"
        },
        {
            "name": "illuminate/pagination",
            "version": "v5.0.33",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/pagination.git",
                "reference": "cb0a9730ae986c4b343eaa59ab3f179447c6b308"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/pagination/zipball/cb0a9730ae986c4b343eaa59ab3f179447c6b308",
                "reference": "cb0a9730ae986c4b343eaa59ab3f179447c6b308",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.0.*",
                "illuminate/support": "5.0.*",
                "php": ">=5.4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Pagination\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylorotwell@gmail.com"
                }
            ],
            "description": "The Illuminate Pagination package.",
            "homepage": "http://laravel.com",
            "time": "2015-03-26 17:28:59"
        },
        {
            "name": "illuminate/support",
            "version": "v5.0.33",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/support.git",
                "reference": "32a12f97029b624fc0f9454e7ca69eaafef49c5d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/support/zipball/32a12f97029b624fc0f9454e7ca69eaafef49c5d",
                "reference": "32a12f97029b624fc0f9454e7ca69eaafef49c5d",
                "shasum": ""
            },
            "require": {
                "danielstjules/stringy": "~1.8",
                "doctrine/inflector": "~1.0",
                "ext-mbstring": "*",
                "illuminate/contracts": "5.0.*",
                "php": ">=5.4.0"
            },
            "suggest": {
                "jeremeamia/superclosure": "Required to be able to serialize closures (~2.0).",
                "symfony/var-dumper": "Required to use the dd function (2.6.*)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Support\\": ""
                },
                "files": [
                    "helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylorotwell@gmail.com"
                }
            ],
            "description": "The Illuminate Support package.",
            "homepage": "http://laravel.com",
            "time": "2015-06-04 12:15:51"
        },
        {
            "name": "mailchimp/mailchimp",
            "version": "2.0.6",
            "source": {
                "type": "git",
                "url": "https://bitbucket.org/mailchimp/mailchimp-api-php.git",
                "reference": "7ac99b5ac746d5875c5c350ad7e3b83674c83ec1"
            },
            "dist": {
                "type": "zip",
                "url": "https://bitbucket.org/mailchimp/mailchimp-api-php/get/7ac99b5ac746d5875c5c350ad7e3b83674c83ec1.zip",
                "reference": "7ac99b5ac746d5875c5c350ad7e3b83674c83ec1",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "apigen/apigen": "dev-master"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Mailchimp": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "MailChimp Devs",
                    "email": "api@mailchimp.com",
                    "homepage": "http://mailchimp.com",
                    "role": "Developer"
                }
            ],
            "description": "API client library for the MailChimp bulk email as a service platform",
            "homepage": "https://bitbucket.org/mailchimp/mailchimp-api-php",
            "keywords": [
                "api",
                "email"
            ],
            "time": "2014-10-30 20:38:12"
        },
        {
            "name": "nesbot/carbon",
            "version": "1.21.0",
            "source": {
                "type": "git",
                "url": "https://github.com/briannesbitt/Carbon.git",
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "symfony/translation": "~2.6|~3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0|~5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Carbon\\": "src/Carbon/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Brian Nesbitt",
                    "email": "brian@nesbot.com",
                    "homepage": "http://nesbot.com"
                }
            ],
            "description": "A simple API extension for DateTime.",
            "homepage": "http://carbon.nesbot.com",
            "keywords": [
                "date",
                "datetime",
                "time"
            ],
            "time": "2015-11-04 20:07:17"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-11-14 01:06:16"
        },
        {
            "name": "symfony/translation",
            "version": "v3.1.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation.git",
                "reference": "2f4b6114b75c506dd1ee7eb485b35facbcb2d873"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation/zipball/2f4b6114b75c506dd1ee7eb485b35facbcb2d873",
                "reference": "2f4b6114b75c506dd1ee7eb485b35facbcb2d873",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "conflict": {
                "symfony/config": "<2.8"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "~2.8|~3.0",
                "symfony/intl": "~2.8|~3.0",
                "symfony/yaml": "~2.8|~3.0"
            },
            "suggest": {
                "psr/log": "To use logging capability in translator",
                "symfony/config": "",
                "symfony/yaml": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Translation\\": ""
                },
                "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 Translation Component",
            "homepage": "https://symfony.com",
            "time": "2016-11-18 21:15:08"
        },
        {
            "name": "tareq1988/wp-eloquent",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/tareq1988/wp-eloquent.git",
                "reference": "c4d466e4ecfa410a0cc22a087da104163532b7ba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tareq1988/wp-eloquent/zipball/c4d466e4ecfa410a0cc22a087da104163532b7ba",
                "reference": "c4d466e4ecfa410a0cc22a087da104163532b7ba",
                "shasum": ""
            },
            "require": {
                "illuminate/database": "5.0.*",
                "illuminate/pagination": "5.0.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "WeDevs\\ORM\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL"
            ],
            "authors": [
                {
                    "name": "Tareq Hasan",
                    "email": "tareq@wedevs.com"
                }
            ],
            "description": "Eloquent ORM for WordPress",
            "homepage": "https://github.com/tareq1988/wp-eloquent",
            "keywords": [
                "eloquent",
                "orm",
                "plugin",
                "sql",
                "wordpress"
            ],
            "time": "2016-11-11 14:20:59"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "tareq1988/wp-eloquent": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=5.3"
    },
    "platform-dev": []
}
