platform/packages/orm/angel_migration/pubspec.yaml

12 lines
390 B
YAML
Raw Normal View History

2021-05-17 15:34:19 +00:00
name: angel3_migration
2021-07-19 04:32:45 +00:00
version: 4.0.0-beta.3
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/angel3/packages/orm/angel_migration
2019-02-14 17:15:34 +00:00
environment:
2021-05-02 07:36:33 +00:00
sdk: '>=2.12.0 <3.0.0'
2019-02-14 17:15:34 +00:00
dependencies:
2021-05-17 15:34:19 +00:00
angel3_orm: ^4.0.0-beta.1
dev_dependencies:
pedantic: ^1.11.0