refractor to stoppable

This commit is contained in:
2026-05-31 17:35:15 -04:00
parent 62588c55f4
commit d62f7c9935
4 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "potter/startable",
"description": "Potter Framework Startable Interface",
"name": "potter/stoppable",
"description": "Potter Framework Stoppable Interface",
"type": "library",
"require": {
"php": "^8.5"
@@ -8,7 +8,7 @@
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\Startable\\": "src/Potter/Startable/"
"Potter\\Startable\\": "src/Potter/Stoppable/"
}
},
"authors": [