generated from Potter/Template
new composer.json
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "potter/template",
|
||||
"description": "Potter Framework Component Template",
|
||||
"name": "potter/cloneable",
|
||||
"description": "Potter Framework Cloneable Interface ",
|
||||
"version": "0.0.1",
|
||||
"type": "library",
|
||||
"homepage": "https://gitpotter.com/Potter/Template",
|
||||
"homepage": "https://gitpotter.com/Potter/Cloneable",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
@@ -14,7 +14,7 @@
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Potter\\Template\\": "src/Potter/Template/"
|
||||
"Potter\\Cloneable\\": "src/Potter/Cloneable/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
|
||||
Reference in New Issue
Block a user