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