platform/packages/orm/angel_migration/pubspec.yaml
thomashii@dukefirehawk.com 435fbe4e1a Updated ORM
2023-05-27 08:37:00 +08:00

14 lines
432 B
YAML
Executable file

name: angel3_migration
version: 8.0.0
description: Database migration runtime for Angel3 ORM. Use this package to define schemas.
homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_migration
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
angel3_orm: ^8.0.0
dev_dependencies:
lints: ^2.1.0
dependency_overrides:
angel3_orm:
path: ../angel_orm