Files
Aware/composer.json
2026-03-21 10:11:35 -04:00

27 lines
631 B
JSON

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