Files
Container/composer.json
T
2026-05-31 18:08:48 -04:00

23 lines
485 B
JSON

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