Files
Aware/composer.json
2025-10-25 12:00:39 -04:00

22 lines
413 B
JSON

{
"name": "potter/aware",
"type": "library",
"require": {
"php": "^8.4",
"potter/cloneable": "dev-main"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\Aware\\": "src/Potter/Aware/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "dev"
}