{
  "name": "lucatume/di52",
  "description": "A PHP 5.2 compatible dependency injection container.",
  "license": "GPL 2.0",
  "authors": [
    {
      "name": "Luca Tumedei",
      "email": "luca@theaveragedev.com"
    }
  ],
  "minimum-stability": "stable",
  "autoload": {
    "psr-0": {
      "tad_DI52_": [
        "src/"
      ]
    }
  },
  "require": {
    "xrstf/composer-php52": "1.*"
  },
  "require-dev": {
    "phpunit/phpunit": "~4.4",
    "humbug/humbug": "~1.0@dev"
  },
  "scripts": {
    "post-install-cmd": [
      "xrstf\\Composer52\\Generator::onPostInstallCmd"
    ],
    "post-update-cmd": [
      "xrstf\\Composer52\\Generator::onPostInstallCmd"
    ],
    "post-autoload-dump": [
      "xrstf\\Composer52\\Generator::onPostInstallCmd"
    ]
  }
}
