generated from Potter/Template
init
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "potter/template",
|
||||
"description": "Potter Framework Component Template",
|
||||
"name": "potter/event",
|
||||
"description": "Potter Framework Event Dispatcher Implementation",
|
||||
"version": "1.0.0",
|
||||
"type": "library",
|
||||
"homepage": "https://gitpotter.com/Potter/Template",
|
||||
"homepage": "https://gitpotter.com/Potter/Event",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
@@ -14,11 +14,14 @@
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Potter\\Template\\": "src/Potter/Template/"
|
||||
"Potter\\Event\\": "src/Potter/Event/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"require": {
|
||||
"php": "^8.3"
|
||||
"php": "^8.3",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"league/event": "^3.0",
|
||||
"potter/aware": "^1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user