composer init

This commit is contained in:
2025-10-25 12:32:49 -04:00
parent 2862a8d4e1
commit 49a634d772

20
composer.json Normal file
View File

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