composer init

This commit is contained in:
2026-08-12 15:05:43 -04:00
parent 232ad6b0d0
commit a882152935
+18
View File
@@ -0,0 +1,18 @@
{
"name": "potter/environment",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\Environment\\": "src/Potter/Environment/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable",
"require": {}
}