{ "name": "fuzeworks/core", "description": "FuzeWorks Framework Core", "homepage": "https://techfuze.net/fuzeworks", "license": ["GPL-3.0"], "authors": [ { "name": "Abel Hoogeveen", "homepage": "https://myfuze.net" }, { "name": "FuzeWorks Community", "homepage": "https://techfuze.net/fuzeworks/contributors" } ], "require": { "php": ">=7.0.0", "ext-curl": "*", "ext-json": "*" }, "suggest": { "smarty/smarty": "Allows using Smarty in templates", "latte/latte": "Allows using Latte in templates", "tracy/tracy": "Allows for extensive debugging" }, "require-dev": { "phpunit/phpunit": "6.2.*", "mikey179/vfsStream": "1.1.*", "smarty/smarty": "3.1.*", "latte/latte": "2.4.*", "tracy/tracy": "2.4.*" }, "autoload": { "psr-4": { "FuzeWorks\\": "src/FuzeWorks/" } } }