platform/packages/orm/angel_migration_runner/pubspec.yaml

24 lines
632 B
YAML
Raw Normal View History

2021-05-18 11:32:47 +00:00
name: angel3_migration_runner
2023-04-22 05:41:41 +00:00
version: 7.1.0
2021-07-19 04:49:31 +00:00
description: Command-line based database migration runner for Angel3's ORM.
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_runner
2019-02-14 17:15:34 +00:00
environment:
2022-08-13 02:14:43 +00:00
sdk: '>=2.17.0 <3.0.0'
2019-02-14 17:15:34 +00:00
dependencies:
2022-08-14 02:17:59 +00:00
angel3_migration: ^7.0.0
angel3_orm: ^7.0.0
2021-05-02 11:44:38 +00:00
args: ^2.1.0
2023-04-22 05:41:41 +00:00
charcode: ^1.3.0
postgres: ^2.6.0
mysql_client: ^0.0.26
2022-07-11 06:15:02 +00:00
mysql1: ^0.20.0
2023-04-22 05:41:41 +00:00
logging: ^1.1.0
2021-07-19 04:49:31 +00:00
dev_dependencies:
2022-08-13 02:14:43 +00:00
lints: ^2.0.0
2022-08-28 17:51:56 +00:00
# dependency_overrides:
# angel3_orm:
# path: ../angel_orm
# angel3_migration:
# path: ../angel_migration