Initial commit

This commit is contained in:
Potter Framework
2026-06-05 18:23:07 +00:00
commit 0fa913fbf9
5 changed files with 56 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "potter/startable",
"description": "Potter Framework Startable Interface",
"type": "library",
"require": {
"php": "^8.5"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\Startable\\": "src/Potter/Startable/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable"
}