platform/packages/orm/angel_migration/pubspec.yaml

11 lines
345 B
YAML
Raw Normal View History

2021-05-17 15:34:19 +00:00
name: angel3_migration
2021-05-18 00:20:08 +00:00
version: 4.0.0-beta.2
2019-02-14 17:15:34 +00:00
description: Database migration runtime for Angel's ORM. Use this package to define schemas.
2021-05-17 15:34:19 +00:00
homepage: 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