composer init

This commit is contained in:
2025-10-25 15:07:10 -04:00
parent cf39ed4a38
commit 2ef8abad55

20
composer.json Normal file
View File

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