Files
Aware/composer.json
T
2026-05-31 19:14:24 -04:00

24 lines
512 B
JSON

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