composer init

This commit is contained in:
2025-10-25 16:20:43 -04:00
parent 0b4400588e
commit 4f6f0c3c1a

20
composer.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "potter/nameable",
"type": "library",
"require": {
"php": "^8.4"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\Nameable\\": "src/Potter/Nameable/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "dev"
}