venta/framework

View on GitHub
src/Routing/composer.json

Summary

Maintainability
Test Coverage
{
    "name": "venta/routing",
    "description": "The Venta Routing package.",
    "keywords": ["venta", "routing", "adr"],
    "license": "MIT",
    "authors": [
        {
            "name": "Venta Core Team",
            "email": "team@venta.io"
        },
        {
            "name": "Venta Community",
            "homepage": "https://github.com/venta/routing/contributors"
        }
    ],
    "support": {
        "issues": "https://github.com/venta/framework/issues"
    },
    "require": {
        "php": "^7.0",
        "venta/contracts": "dev-master",
        "nikic/fast-route": "^1.0"
    },
    "require-dev": {
        "phpspec/phpspec": "^3.1"
    },
    "autoload": {
        "psr-4": {
            "Venta\\Routing\\": "src/"
        }
    },
    "minimum-stability": "dev"
}