require psr/container

This commit is contained in:
2026-05-31 17:54:44 -04:00
parent d5c41c49cc
commit 1e60fc5d10
+2 -1
View File
@@ -3,7 +3,8 @@
"description": "Potter Framework Container Interface", "description": "Potter Framework Container Interface",
"type": "library", "type": "library",
"require": { "require": {
"php": "^8.5" "php": "^8.5",
"psr/container": "^2.0"
}, },
"license": "MIT", "license": "MIT",
"autoload": { "autoload": {