platform/packages/orm/angel_migration_runner/pubspec.yaml

14 lines
410 B
YAML
Raw Normal View History

2021-05-18 11:32:47 +00:00
name: angel3_migration_runner
version: 4.0.0-beta.1
2019-02-14 17:15:34 +00:00
description: Command-line based database migration runner for Angel's ORM.
2021-05-18 14:36:40 +00:00
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/orm/angel_migration_runner
2019-02-14 17:15:34 +00:00
environment:
2021-05-02 11:44:38 +00:00
sdk: '>=2.12.0 <3.0.0'
2019-02-14 17:15:34 +00:00
dependencies:
2021-05-18 11:32:47 +00:00
angel3_migration: ^4.0.0-beta.1
2021-05-18 14:36:40 +00:00
angel3_orm: ^4.0.0-beta.1
2021-05-02 11:44:38 +00:00
args: ^2.1.0
2021-03-08 15:07:59 +00:00
charcode: ^1.2.0
2021-05-02 11:44:38 +00:00
postgres: ^2.3.2
2021-05-18 14:36:40 +00:00
pedantic: ^1.11.0