| 1234567891011121314151617 |
- {
- "name": "alexlcdee/registry-container",
- "description": "container for storing objects and searching it",
- "minimum-stability": "stable",
- "license": "proprietary",
- "authors": [
- {
- "name": "Alexander Larkin",
- "email": "info@alexlcdee.ru"
- }
- ],
- "autoload": {
- "psr-4": {
- "AlexLcDee\\RegistryContainer\\": "src/"
- }
- }
- }
|