initialize

This commit is contained in:
2026-03-21 09:53:59 -04:00
parent 2877529080
commit 1f685e7674
5 changed files with 43 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "potter/container",
"description": "Potter Framework PSR-11 Container Implementation",
"description": "Potter Framework Container Interface",
"version": "1.0.0",
"type": "library",
"homepage": "https://gitpotter.com/Potter/Container",
@@ -19,6 +19,7 @@
},
"minimum-stability": "stable",
"require": {
"php": "^8.3"
"php": "^8.3",
"psr/container": "^2.0"
}
}