{ "_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" ], "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-23T00:54:12+00:00" }, { "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-06T14:35:42+00:00" }, { "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-29T20:16:27+00:00" }, { "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-15T07:22:28+00:00" }, { "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-02T13:39:10+00:00" }, { "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-26T17:28:59+00:00" }, { "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-04T12:15:51+00:00" }, { "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-30T20:38:12+00:00" }, { "name": "nesbot/carbon", "version": "1.22.1", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc", "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/translation": "~2.6 || ~3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2", "phpunit/phpunit": "~4.0 || ~5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.23-dev" } }, "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": "2017-01-16T07:55:07+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803", "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.5-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": "2017-06-14T15:44:48+00:00" }, { "name": "symfony/translation", "version": "v3.3.9", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "add53753d978f635492dfe8cd6953f6a7361ef90" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/add53753d978f635492dfe8cd6953f6a7361ef90", "reference": "add53753d978f635492dfe8cd6953f6a7361ef90", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/config": "<2.8", "symfony/yaml": "<3.3" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.8|~3.0", "symfony/intl": "^2.8.18|^3.2.5", "symfony/yaml": "~3.3" }, "suggest": { "psr/log": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-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": "2017-07-29T21:54:42+00:00" }, { "name": "tareq1988/wp-eloquent", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/tareq1988/wp-eloquent.git", "reference": "3388c399bcb4dd4ed5bd06f8790d7899198a4eb4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tareq1988/wp-eloquent/zipball/3388c399bcb4dd4ed5bd06f8790d7899198a4eb4", "reference": "3388c399bcb4dd4ed5bd06f8790d7899198a4eb4", "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": "2017-05-07T05:32:57+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "tareq1988/wp-eloquent": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=5.3" }, "platform-dev": [] }