generated from Potter/Template
init
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Potter Framework Component Template
|
||||
# Potter Framework HTTP Router
|
||||
|
||||
Hello World
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "potter/template",
|
||||
"description": "Potter Framework Component Template",
|
||||
"name": "potter/http-router",
|
||||
"description": "Potter Framework HTTP Router",
|
||||
"version": "1.0.0",
|
||||
"type": "library",
|
||||
"homepage": "https://gitpotter.com/Potter/Template",
|
||||
"homepage": "https://gitpotter.com/Potter/Http-Router",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
@@ -14,7 +14,7 @@
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Potter\\Template\\": "src/Potter/Template/"
|
||||
"Potter\\Http\\": "src/Potter/Http/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Potter\Template;
|
||||
|
||||
interface TemplateInterface
|
||||
{ }
|
||||
@@ -1,8 +0,0 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Potter\Template;
|
||||
|
||||
trait TemplateTrait
|
||||
{ }
|
||||
Reference in New Issue
Block a user