{ "name": "maartenvr98/framework", "type": "project", "description": "Another Cool Framework.", "keywords": [ "framework" ], "license": "MIT", "require": { "php": "^7.2", "ext-json": "*", "php-di/php-di": "^6.0", "twig/twig": "^3.0" }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true }, "autoload": { "psr-4": { "Runtime\\": "src/Runtime/", "Cli\\": "src/Cli/", "App\\": "app/" }, "files": [ "src/Runtime/Helpers/helpers.php" ] }, "minimum-stability": "dev", "prefer-stable": true }