MehrAlsNix/Notifier

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "mehr-als-nix/notifier",
  "description": "Desktop Notifier Library.",
  "homepage": "http://mehralsnix.github.io/Notifier",
  "license": "MIT",
  "type": "library",
  "authors": [
    {
      "name": "Siad Ardroumli",
      "email": "siad.ardroumli@gmail.com",
      "role": "Lead"
    }
  ],
  "support": {
    "source": "https://github.com/MehrAlsNix/Notifier",
    "issues": "https://github.com/MehrAlsNix/Notifier/issues",
    "wiki": "https://github.com/MehrAlsNix/Notifier/wiki"
  },
  "minimum-stability": "stable",
  "config": {
    "preferred-install": "dist"
  },
  "require": {
    "php": ">=5.6"
  },
  "require-dev": {
    "codeclimate/php-test-reporter": "0.*",
    "phpunit/phpunit": "^5.0"
  },
  "autoload": {
    "psr-4": {
      "MehrAlsNix\\Notifier\\": "src",
      "MehrAlsNix\\Notifier\\Tests\\": "tests"
    }
  }
}