platform/packages/orm/angel_migration/pubspec.yaml

15 lines
431 B
YAML
Raw Normal View History

2021-05-17 15:34:19 +00:00
name: angel3_migration
2022-02-22 11:41:06 +00:00
version: 6.0.0
2021-07-19 04:32:45 +00:00
description: Database migration runtime for Angel3 ORM. Use this package to define schemas.
homepage: https://angel3-framework.web.app/
2021-12-20 04:25:43 +00:00
repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_migration
2019-02-14 17:15:34 +00:00
environment:
2022-02-22 11:41:06 +00:00
sdk: '>=2.15.0 <3.0.0'
2019-02-14 17:15:34 +00:00
dependencies:
2022-02-22 11:41:06 +00:00
angel3_orm: ^6.0.0
2021-05-17 15:34:19 +00:00
dev_dependencies:
2021-12-20 04:25:43 +00:00
lints: ^1.0.0
2022-02-07 12:42:32 +00:00
dependency_overrides:
angel3_orm:
2022-02-24 00:34:51 +00:00
path: ../angel_orm