EclipseGc/Plugins

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "eclipsegc/plugins",
  "description": "This library provides a set of tools designed to ease discovery of 'like' objects, assembly of those objects into a common dictionary, and facilitate common factory patterns for objects within the dictionary.",
  "license": "GPL-2.0+",
  "authors": [
    {
      "name": "Kris Vanderwater",
      "email": "kris.vanderwater@gmail.com",
      "homepage": "http://www.krisvanderwater.com",
      "role": "Developer"
    }
  ],
  "autoload": {
    "psr-4": {
      "EclipseGc\\Plugin\\": "src/"
    }
  },
  "require": {
    "php": ">=7.0"
  },
  "require-dev": {
    "phpunit/phpunit": "~5.4",
    "codeclimate/php-test-reporter": "dev-master"
  }
}