composer init

This commit is contained in:
2026-07-10 16:10:39 -04:00
parent 00e605ec9e
commit 16851ec519
2 changed files with 21 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
/nbproject/ /nbproject/
/vendor/
+20
View File
@@ -0,0 +1,20 @@
{
"name": "potter/resource",
"type": "library",
"require": {
"php": "^8.5"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\Resource\\": "src/Potter/Resource/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable"
}