platform/packages/orm/angel_migration/pubspec.yaml

15 lines
471 B
YAML
Raw Normal View History

2021-05-17 15:34:19 +00:00
name: angel3_migration
2024-08-07 09:30:19 +00:00
version: 8.3.0
2024-07-18 23:43:29 +00:00
description: The abstract classes for implementing database migration in Angel3 framework. Designed to work with Angel3 ORM.
2021-07-19 04:32:45 +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
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:
2023-05-27 00:37:00 +00:00
angel3_orm: ^8.0.0
2021-05-17 15:34:19 +00:00
dev_dependencies:
2024-05-21 16:26:09 +00:00
lints: ^4.0.0
2023-06-10 04:10:21 +00:00
# dependency_overrides:
# angel3_orm:
# path: ../angel_orm