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