{
  "packages": [
    {
      "name": "dvdoug/boxpacker",
      "version": "2.6.0",
      "version_normalized": "2.6.0.0",
      "source": {
        "type": "git",
        "url": "https://github.com/dvdoug/BoxPacker.git",
        "reference": "4a1f8ce76f6a383b5e82b829831bbe16fc0fc05c"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/dvdoug/BoxPacker/zipball/4a1f8ce76f6a383b5e82b829831bbe16fc0fc05c",
        "reference": "4a1f8ce76f6a383b5e82b829831bbe16fc0fc05c",
        "shasum": ""
      },
      "require": {
        "ext-json": "*",
        "php": ">=5.4.0",
        "psr/log": "^1.0"
      },
      "require-dev": {
        "behat/behat": "^3.4",
        "leanphp/behat-code-coverage": "^3.0",
        "monolog/monolog": "^1.0",
        "phpunit/phpunit": "^4.8.35||^5.0||^6.0||^7.0"
      },
      "time": "2019-07-14T18:41:00+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"
      ],
      "install-path": "../dvdoug/boxpacker"
    },
    {
      "name": "psr/log",
      "version": "1.1.3",
      "version_normalized": "1.1.3.0",
      "source": {
        "type": "git",
        "url": "https://github.com/php-fig/log.git",
        "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
        "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
        "shasum": ""
      },
      "require": {
        "php": ">=5.3.0"
      },
      "time": "2020-03-23T09:12:05+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": "http://www.php-fig.org/"
        }
      ],
      "description": "Common interface for logging libraries",
      "homepage": "https://github.com/php-fig/log",
      "keywords": [
        "log",
        "psr",
        "psr-3"
      ],
      "install-path": "../psr/log"
    }
  ],
  "dev": true
}
