Files
2026-06-05 14:10:28 -04:00

22 lines
451 B
JSON

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