generated from Potter/Startable
Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "potter/startable",
|
||||
"description": "Potter Framework Startable Interface",
|
||||
"type": "library",
|
||||
"require": {
|
||||
"php": "^8.5"
|
||||
},
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Potter\\Startable\\": "src/Potter/Startable/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jay Potter",
|
||||
"email": "j@ypotter.ca"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "stable"
|
||||
}
|
||||
Reference in New Issue
Block a user