This commit is contained in:
2026-06-05 15:46:29 -04:00
parent daa24de13f
commit c38310faf7
10 changed files with 116 additions and 6 deletions
+6 -4
View File
@@ -1,14 +1,16 @@
{
"name": "potter/template",
"description": "Potter Framework Component Template",
"name": "potter/uri",
"description": "Potter Framework Uri Template",
"type": "library",
"require": {
"php": "^8.5"
"php": "^8.5",
"psr/http-message": "^2.0",
"potter/stringable": "^0.0.1"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\": "src/Potter/"
"Potter\\Uri\\": "src/Potter/Uri/"
}
},
"authors": [