Create composer.json
This commit is contained in:
23
composer.json
Normal file
23
composer.json
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"name": "potter/template",
|
||||||
|
"description": "Potter Framework Component Template",
|
||||||
|
"type": "library",
|
||||||
|
"homepage": "https://gitpotter.com/Potter/Template",
|
||||||
|
"license": "MIT",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Jay Potter",
|
||||||
|
"email": "j@ypotter.ca",
|
||||||
|
"homepage": "https://gitpotter.com/"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Potter\\": "src/Potter/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"minimum-stability": "stable",
|
||||||
|
"require": {
|
||||||
|
"php": "^8.3"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user