{ "_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#installing-dependencies", "This file is @generated automatically" ], "content-hash": "5112a4988dade121d66ea3f9730fb3d9", "packages": [], "packages-dev": [ { "name": "bocharsky-bw/arrayzy", "version": "v0.1.1", "source": { "type": "git", "url": "https://github.com/bocharsky-bw/Arrayzy.git", "reference": "364cda2180574868c37ed84fb5734fcf4fb6853a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bocharsky-bw/Arrayzy/zipball/364cda2180574868c37ed84fb5734fcf4fb6853a", "reference": "364cda2180574868c37ed84fb5734fcf4fb6853a", "shasum": "" }, "require": { "ext-json": "*", "php": ">=5.4" }, "require-dev": { "phpunit/phpunit": "~4.5" }, "type": "library", "autoload": { "psr-4": { "Arrayzy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bocharsky Victor", "email": "bocharsky.bw@gmail.com" } ], "description": "A PHP array easy manipulation library in OOP way", "homepage": "https://github.com/bocharsky-bw/Arrayzy", "keywords": [ "OOP", "array", "arrayzy", "helper", "manipulation", "utility", "wrapper" ], "time": "2015-07-12T19:31:25+00:00" }, { "name": "hamcrest/hamcrest-php", "version": "1.2.x-dev", "source": { "type": "git", "url": "https://github.com/hamcrest/hamcrest-php.git", "reference": "26968e9810ff0d1aa48f6d67a862559d92a51884" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/26968e9810ff0d1aa48f6d67a862559d92a51884", "reference": "26968e9810ff0d1aa48f6d67a862559d92a51884", "shasum": "" }, "require": { "php": "^5.3|^7.0" }, "replace": { "cordoval/hamcrest-php": "*", "davedevelopment/hamcrest-php": "*", "kodova/hamcrest-php": "*" }, "require-dev": { "phpunit/php-file-iterator": "1.3.3", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "autoload": { "classmap": [ "hamcrest" ], "files": [ "hamcrest/Hamcrest.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "This is the PHP port of Hamcrest Matchers", "keywords": [ "test" ], "time": "2018-02-19T09:04:07+00:00" }, { "name": "mockery/mockery", "version": "0.9.x-dev", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", "reference": "e206aa48a851b95a91eeb61bfcce536d51b7cd96" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mockery/mockery/zipball/e206aa48a851b95a91eeb61bfcce536d51b7cd96", "reference": "e206aa48a851b95a91eeb61bfcce536d51b7cd96", "shasum": "" }, "require": { "hamcrest/hamcrest-php": "~1.1", "lib-pcre": ">=7.0", "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "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 succinct 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": "2018-02-02T16:28:49+00:00" } ], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=5.4" }, "platform-dev": [] }