{
  "name": "letsdrink/ouzo-goodies",
  "description": "Utility classes, test assertions and mocking framework extracted from Ouzo framework.",
  "homepage": "http://ouzoframework.org/",
  "minimum-stability": "stable",
  "license": "MIT",
  "keywords": [
    "php",
    "test",
    "asserts",
    "mock",
    "tdd",
    "utils",
    "utilities"
  ],
  "authors": [
    {
      "name": "Ouzo developers",
      "email": "ouzo-framework@googlegroups.com"
    }
  ],
  "autoload": {
    "psr-4": {
      "Ouzo\\": ""
    }
  }
}