composer.json 362 B

1234567891011121314151617
  1. {
  2. "name": "alexlcdee/registry-container",
  3. "description": "container for storing objects and searching it",
  4. "minimum-stability": "stable",
  5. "license": "proprietary",
  6. "authors": [
  7. {
  8. "name": "Alexander Larkin",
  9. "email": "info@alexlcdee.ru"
  10. }
  11. ],
  12. "autoload": {
  13. "psr-4": {
  14. "AlexLcDee\\RegistryContainer\\": "src/"
  15. }
  16. }
  17. }