{ "version": "dev-main", "name": "nest/model", "description": "Nest model service.", "type": "library", "authors": [ { "name": "Madeorsk", "email": "madeorsk@protonmail.com" } ], "autoload": { "psr-4": { "Nest\\Model\\": "src/" } }, "repositories": [ { "type": "vcs", "url": "https://code.zeptotech.net/Nest/Core" }, { "type": "vcs", "url": "https://code.zeptotech.net/Nest/Events" }, { "type": "vcs", "url": "https://code.zeptotech.net/Nest/Types" }, { "type": "vcs", "url": "https://code.zeptotech.net/Nest/Database" }, { "type": "vcs", "url": "https://code.zeptotech.net/Nest/Cli" } ], "minimum-stability": "dev", "require": { "php": "^8.3", "nest/core": "dev-main", "nest/events": "dev-main", "nest/types": "dev-main", "nest/database": "dev-main" } }