diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..24c9e58 --- /dev/null +++ b/composer.json @@ -0,0 +1,23 @@ +{ + "name": "potter/template", + "description": "Potter Framework Component Template", + "type": "library", + "homepage": "https://gitpotter.com/Potter/Template", + "license": "MIT", + "authors": [ + { + "name": "Jay Potter", + "email": "j@ypotter.ca", + "homepage": "https://gitpotter.com/" + } + ], + "autoload": { + "psr-4": { + "Potter\\": "src/Potter/" + } + }, + "minimum-stability": "stable", + "require": { + "php": "^8.3" + } +}