{ "_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": "981e16d2f094faee050a42ac09fe7e22", "packages": [ { "name": "dusank/knapsack", "version": "10.0.0", "source": { "type": "git", "url": "https://github.com/DusanKasan/Knapsack.git", "reference": "cc29a0bbaadbfcb958b98aa4fd69a4ad7d173bba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/DusanKasan/Knapsack/zipball/cc29a0bbaadbfcb958b98aa4fd69a4ad7d173bba", "reference": "cc29a0bbaadbfcb958b98aa4fd69a4ad7d173bba", "shasum": "" }, "require": { "php": ">=5.6.0" }, "require-dev": { "ciaranmcnulty/phpspec-typehintedmethods": "^1.0", "henrikbjorn/phpspec-code-coverage": "^2.0", "phpmd/phpmd": "^2.0", "phpspec/phpspec": "^2.0", "phpunit/phpunit": "^5.0", "squizlabs/php_codesniffer": "^2.0", "symfony/console": "^2.7" }, "type": "library", "autoload": { "files": [ "src/collection_functions.php", "src/utility_functions.php" ], "psr-4": { "DusanKasan\\Knapsack\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dusan Kasan", "email": "dusan@kasan.sk", "homepage": "http://kasan.sk", "role": "Developer" } ], "description": "Collection library for PHP", "homepage": "https://github.com/DusanKasan/Knapsack", "keywords": [ "collections", "map", "reduce", "sequences" ], "time": "2017-04-24T22:52:29+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.1" }, "platform-dev": [] }