{
  "_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": "bda504347f9a0aca415e6da9eae3c658",
  "packages": [
    {
      "name": "dvdoug/boxpacker",
      "version": "2.6.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"
      },
      "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-dev"
      },
      "time": "2019-07-14T18:41:00+00:00"
    },
    {
      "name": "psr/log",
      "version": "1.1.3",
      "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"
      },
      "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": "http://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.3"
      },
      "time": "2020-03-23T09:12:05+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"
}
