roydejong/Enlighten

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "enlighten/framework",
    "description": "A lightweight PHP micro framework that helps you get shit done.",
    "keywords": ["framework", "micro", "http", "routing"],
    "license": "MIT",
    "authors": [
        {
            "name": "Roy de Jong",
            "email": "hello@roydejong.net"
        }
    ],
    "require": {
      "php": ">=5.5"
    },
    "require-dev": {
      "phpunit/phpunit": "~4.0",
      "codeclimate/php-test-reporter": "^0.1.2"
    },
    "autoload": {
      "psr-4": {
        "Enlighten\\": "lib/",
        "Enlighten\\Tests\\": "tests/"
      }
    }
}