extend \Stringable

This commit is contained in:
2026-03-20 19:02:19 -04:00
parent b4e7bee066
commit cce61914e3
8 changed files with 32 additions and 38 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "potter/template",
"description": "Potter Framework Component Template",
"name": "potter/stringable",
"description": "Potter Framework Stringable Interface",
"version": "1.0.0",
"type": "library",
"homepage": "https://gitpotter.com/Potter/Template",
"homepage": "https://gitpotter.com/Potter/Stringable",
"license": "MIT",
"authors": [
{
@@ -14,7 +14,7 @@
],
"autoload": {
"psr-4": {
"Potter\\Template\\": "src/Potter/Template/"
"Potter\\Stringable\\": "src/Potter/Stringable/"
}
},
"minimum-stability": "stable",