generated from Potter/Template
initialize
This commit is contained in:
+5
-4
@@ -1,14 +1,15 @@
|
||||
{
|
||||
"name": "potter/template",
|
||||
"description": "Potter Framework Component Template",
|
||||
"name": "potter/request",
|
||||
"description": "Potter Framework Request Interface",
|
||||
"type": "library",
|
||||
"require": {
|
||||
"php": "^8.5"
|
||||
"php": "^8.5",
|
||||
"psr/http-message": "^2.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Potter\\": "src/Potter/"
|
||||
"Potter\\Request\\": "src/Potter/Request/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
|
||||
Reference in New Issue
Block a user