Files
Stringable/composer.json
T
2026-06-05 13:51:32 -04:00

22 lines
451 B
JSON

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