{
    "packages": [
        {
            "name": "dvdoug/boxpacker",
            "version": "2.7.1",
            "version_normalized": "2.7.1.0",
            "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"
            },
            "time": "2020-06-11T21:02:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../dvdoug/boxpacker"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "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"
            },
            "time": "2021-05-03T11:20:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../psr/log"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
