platform/packages/orm/angel_migration_runner/pubspec.yaml

25 lines
681 B
YAML
Raw Normal View History

2021-05-18 11:32:47 +00:00
name: angel3_migration_runner
2024-08-07 09:30:19 +00:00
version: 8.3.0
2024-07-18 23:43:29 +00:00
description: The implementation of database migration for Angel3 framework. Designed to work with Angel3 ORM.
2021-07-19 04:49:31 +00:00
homepage: https://angel3-framework.web.app/
2023-12-25 03:45:10 +00:00
repository: https://github.com/dart-backend/angel/tree/master/packages/orm/angel_migration_runner
2019-02-14 17:15:34 +00:00
environment:
2024-05-21 16:26:09 +00:00
sdk: '>=3.3.0 <4.0.0'
2019-02-14 17:15:34 +00:00
dependencies:
2024-08-07 09:30:19 +00:00
angel3_migration: ^8.3.0
angel3_orm: ^8.2.0
2023-05-27 00:37:00 +00:00
args: ^2.4.0
2023-04-22 05:41:41 +00:00
charcode: ^1.3.0
2024-01-25 04:14:23 +00:00
postgres: ^3.0.0
2023-05-27 00:37:00 +00:00
mysql_client: ^0.0.27
2022-07-11 06:15:02 +00:00
mysql1: ^0.20.0
2023-05-27 00:37:00 +00:00
logging: ^1.2.0
2021-07-19 04:49:31 +00:00
dev_dependencies:
2024-05-21 16:26:09 +00:00
lints: ^4.0.0
2024-07-18 23:43:29 +00:00
test: ^1.25.0
2023-06-10 04:10:21 +00:00
# dependency_overrides:
# angel3_orm:
# path: ../angel_orm
# angel3_migration:
# path: ../angel_migration