{ "name": "n2geoff/mite", "description": "single-file php framework for rapid prototyping", "type": "framework", "license": "MIT", "authors": [ { "name": "Geoff Doty", "email": "n2geoff@gmail.com" } ], "scripts": { "test": "vendor/bin/phpunit" }, "autoload": { "classmap": [ "src/" ] }, "require": {}, "require-dev": { "phpunit/phpunit": "^7.5" } }