internetpixels/logging-library

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "internetpixels/logging-library",
  "description": "Log applications notices, warnings and errors with this PHP library",
  "type": "library",
  "authors": [
    {
      "name": "Peter van Wilderen",
      "email": "peter@vanwilderen.nl"
    }
  ],
  "autoload": {
    "psr-4": {
      "InternetPixels\\LoggingLibrary\\": "src",
      "InternetPixels\\LoggingLibrary\\Tests\\": "tests"
    }
  },
  "require": {
    "php": ">=7.1"
  },
  "require-dev": {
    "phpunit/phpunit": "^6.5"
  }
}