generated from Potter/Template
0.0.1
This commit is contained in:
+6
-4
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user