{ "name": "potter/bootstrap", "type": "library", "license": "MIT", "autoload": { "psr-4": { "Potter\\": "src/Potter/" } }, "authors": [ { "name": "Jay Potter", "email": "j@ypotter.ca" } ], "minimum-stability": "stable", "require": { "potter/container": ">=0.0.1", "potter/controller": ">=0.0.1", "potter/router": ">=0.0.1" } }