octolab/Cleaner

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "octolab/cleaner",
  "type": "composer-plugin",
  "description": "Composer plugin for removing development files.",
  "homepage": "https://github.com/octolab/Cleaner",
  "license": "MIT",
  "authors": [
    {
      "role": "lead",
      "name": "Kamil Samigullin",
      "email": "kamil@samigullin.info"
    }
  ],
  "autoload": {
    "psr-4": {
      "OctoLab\\Cleaner\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "OctoLab\\Cleaner\\": "tests/"
    }
  },
  "config": {
    "platform": {
      "php": "5.3.9"
    }
  },
  "extra": {
    "class": "OctoLab\\Cleaner\\Plugin",
    "branch-alias": {
      "dev-master": "1.x-dev"
    }
  },
  "require": {
    "php": "^5.3.2 || ^7.0",
    "composer-plugin-api": "^1.0"
  },
  "require-dev": {
    "composer/composer": "^1.1",
    "phpunit/phpunit": "^4.8.35 || ^5.7",
    "phpunit/phpunit-mock-objects": "^2.3 || ^3.0",
    "symfony/yaml": "^2.5 || ^3.0"
  },
  "support": {
    "irc": "irc://irc.gitter.im/octolab/Cleaner",
    "issues": "https://github.com/octolab/Cleaner/issues"
  }
}