composer init

This commit is contained in:
2026-06-27 10:40:44 -04:00
parent acef60df76
commit d38ab4c765
+20
View File
@@ -0,0 +1,20 @@
{
"name": "potter/application",
"type": "library",
"require": {
"php": "^8.5"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\Application\\": "src/Potter/Application/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable"
}