generated from Potter/Template
25 lines
579 B
JSON
25 lines
579 B
JSON
{
|
|
"name": "potter/cloneable",
|
|
"description": "Potter Framework Cloneable Interface",
|
|
"version": "1.0.0",
|
|
"type": "library",
|
|
"homepage": "https://gitpotter.com/Potter/Cloneable",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jay Potter",
|
|
"email": "j@ypotter.ca",
|
|
"homepage": "https://gitpotter.com/"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Potter\\Cloneable\\": "src/Potter/Cloneable/"
|
|
}
|
|
},
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": "^8.3"
|
|
}
|
|
}
|