Просмотр файла vendor/visavi/cleanup/composer.json

Размер файла: 416B
{
  "name": "visavi/cleanup",
  "description": "Cleaning vendor directory",
  "keywords": ["composer", "vendor", "clean"],
  "homepage": "http://visavi.net",
  "license": "MIT",
  "authors": [
    {
      "name": "Alexander Grigorev",
      "email": "[email protected]",
      "homepage": "http://visavi.net"
    }
  ],
  "require": {
    "php": ">=5.4.0"
  },
  "minimum-stability": "stable",
  "bin": ["cleanup"]
}