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",
|
"name": "potter/message",
|
||||||
"description": "Potter Framework Component Template",
|
"description": "Potter Framework Message Interface",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.5"
|
"php": "^8.5",
|
||||||
|
"psr/http-message": "^2.0"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Potter\\": "src/Potter/"
|
"Potter\\Message\\": "src/Potter/Message/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|||||||
Reference in New Issue
Block a user