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