generated from Potter/Template
initialize
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user