{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "a3814b8dc8509004bf641ff97612d9d5", "packages": [ { "name": "twig/twig", "version": "v1.16.3", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "6dc11a1e8ecfc30e2c68aaeb218148409d8e68af" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/6dc11a1e8ecfc30e2c68aaeb218148409d8e68af", "reference": "6dc11a1e8ecfc30e2c68aaeb218148409d8e68af", "shasum": "" }, "require": { "php": ">=5.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.16-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com", "role": "Project Founder" }, { "name": "Twig Team", "homepage": "http://twig.sensiolabs.org/contributors", "role": "Contributors" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "http://twig.sensiolabs.org", "keywords": [ "templating" ], "time": "2014-12-25 19:58:19" } ], "packages-dev": [ { "name": "10up/wp_mock", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/10up/wp_mock.git", "reference": "3529a7bcc79d196b2850d15b92b94153b0b871a4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/10up/wp_mock/zipball/3529a7bcc79d196b2850d15b92b94153b0b871a4", "reference": "3529a7bcc79d196b2850d15b92b94153b0b871a4", "shasum": "" }, "require": { "antecedent/patchwork": "~1.2", "mockery/mockery": "~0.8", "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "~3.7" }, "type": "library", "autoload": { "psr-0": { "WP_Mock\\": "./" }, "classmap": [ "WP_Mock.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "description": "A mocking library to take the pain out of unit testing for WordPress", "time": "2014-12-09 18:30:15" }, { "name": "antecedent/patchwork", "version": "1.3.2", "source": { "type": "git", "url": "https://github.com/antecedent/patchwork.git", "reference": "df2b07726c48bcee247faa9053b5e46f4c3ee729" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/antecedent/patchwork/zipball/df2b07726c48bcee247faa9053b5e46f4c3ee729", "reference": "df2b07726c48bcee247faa9053b5e46f4c3ee729", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ignas Rudaitis", "email": "ignas.rudaitis@gmail.com" } ], "description": "A pure PHP library that lets you redefine user-defined functions at runtime.", "homepage": "http://antecedent.github.io/patchwork/", "keywords": [ "aop", "aspect", "interception", "monkeypatching", "redefinition", "runkit", "testing" ], "time": "2014-08-07 17:48:26" }, { "name": "mockery/mockery", "version": "0.9.3", "source": { "type": "git", "url": "https://github.com/padraic/mockery.git", "reference": "686f85fa5b3b079cc0157d7cd3e9adb97f0b41e1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/padraic/mockery/zipball/686f85fa5b3b079cc0157d7cd3e9adb97f0b41e1", "reference": "686f85fa5b3b079cc0157d7cd3e9adb97f0b41e1", "shasum": "" }, "require": { "lib-pcre": ">=7.0", "php": ">=5.3.2" }, "require-dev": { "hamcrest/hamcrest-php": "~1.1", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "~0.7@dev" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.9.x-dev" } }, "autoload": { "psr-0": { "Mockery": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Pádraic Brady", "email": "padraic.brady@gmail.com", "homepage": "http://blog.astrumfutura.com" }, { "name": "Dave Marshall", "email": "dave.marshall@atstsolutions.co.uk", "homepage": "http://davedevelopment.co.uk" } ], "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succint API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", "homepage": "http://github.com/padraic/mockery", "keywords": [ "BDD", "TDD", "library", "mock", "mock objects", "mockery", "stub", "test", "test double", "testing" ], "time": "2014-12-22 10:06:19" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "10up/wp_mock": 20 }, "prefer-stable": false, "platform": [], "platform-dev": [] }