| {
    "name": "primephp/framework",
    "description": "Toolkit de Componentes php para criação de aplicações MVC",
    "authors": [
        {
            "name": "Tom Sailor",
            "email": "[email protected] "
        }
    ],
    "license": "MIT",
    "support": {
        "issues": "https://github.com/primephp/framework/issues",
        "source": "https://github.com/primephp/framework"
    },
    "require": {
        "php": ">=5.6",
        "ext-mbstring": "*",
        "ext-openssl": "*",
        "symfony/http-kernel": "3.0.*",
        "symfony/http-foundation": "3.0.*",
        "symfony/event-dispatcher": "3.0.*",
        "symfony/debug": "3.0.*",
        "symfony/routing": "3.0.*",
        "symfony/filesystem": "3.0.*",
        "symfony/console": "3.0.*",
        "twig/twig": "1.*",
        "phpmailer/phpmailer": "5.*",
        "monolog/monolog": "1.*"
    },
    "require-dev": {
        "phpunit/phpunit": "*"
    },
    "prefer-stable": true,
    "autoload": {
        "psr-4": {
            "Prime\\": "src/Prime/"
        },
        "files": ["src/Prime/Core/functions.php"]
    }
}
 |