generated from Potter/Template
init repo
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
# Template
|
# Startable
|
||||||
|
|
||||||
Potter Framework Component Template
|
Potter Framework Startable Interface
|
||||||
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "potter/template",
|
"name": "potter/startable",
|
||||||
"description": "Potter Framework Component Template",
|
"description": "Potter Framework Startable Interface",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.5"
|
"php": "^8.5"
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Potter\\": "src/Potter/"
|
"Potter\\": "src/Potter/Contract/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|||||||
Reference in New Issue
Block a user