Files
Container/composer.json
2026-03-21 09:53:59 -04:00

26 lines
612 B
JSON

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