{ "_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": "c0eaf727b648d416b5931425de2dc279", "packages": [ { "name": "dvdoug/boxpacker", "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/dvdoug/BoxPacker.git", "reference": "aafbef34927ea249e65c8d014e329a34bbe28038" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dvdoug/BoxPacker/zipball/aafbef34927ea249e65c8d014e329a34bbe28038", "reference": "aafbef34927ea249e65c8d014e329a34bbe28038", "shasum": "" }, "require": { "ext-json": "*", "php": ">=5.4.0", "psr/log": "^1.0" }, "require-dev": { "behat/behat": "^3.5", "dvdoug/behat-code-coverage": "^3.0||^4.0", "monolog/monolog": "^1.25||^2.0", "phpunit/phpunit": "^4.8.36||^5.7.27||^6.5.14||^7.5.20||^8.5.2||^9.0" }, "type": "library", "autoload": { "psr-4": { "DVDoug\\BoxPacker\\": "src/", "DVDoug\\BoxPacker\\Test\\": "tests/Test" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Doug Wright", "role": "Developer" } ], "description": "An implementation of the 3D (actually 4D) bin packing/knapsack problem (aka creating parcels by putting items into boxes)", "homepage": "http://boxpacker.io/", "keywords": [ "bin packing", "binpacking", "box", "boxes", "boxpacking", "container", "knapsack", "packaging", "packing", "parcel", "parcelpacking", "shipping" ], "support": { "issues": "https://github.com/dvdoug/BoxPacker/issues", "source": "https://github.com/dvdoug/BoxPacker/tree/2.x" }, "funding": [ { "url": "https://github.com/dvdoug", "type": "github" } ], "time": "2020-06-11T21:02:04+00:00" }, { "name": "psr/log", "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "support": { "source": "https://github.com/php-fig/log/tree/1.1.4" }, "time": "2021-05-03T11:20:27+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.0.0" }