Files
Closeable/composer.json
T
2026-06-05 14:03:46 -04:00

22 lines
447 B
JSON

{
"name": "potter/closeable",
"description": "Potter Framework Closeable Interface",
"type": "library",
"require": {
"php": "^8.5"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\Closeable\\": "src/Potter/Closeable/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable"
}