14 lines
486 B
YAML
Executable file
14 lines
486 B
YAML
Executable file
name: protevus_migration
|
|
version: 8.3.0
|
|
description: The abstract classes for implementing database migration in Protevus framework. Designed to work with Protevus ORM.
|
|
homepage: https://protevus-framework.web.app/
|
|
repository: https://github.com/dart-backend/protevus/tree/master/packages/orm/angel_migration
|
|
environment:
|
|
sdk: '>=3.3.0 <4.0.0'
|
|
dependencies:
|
|
protevus_orm: ^8.0.0
|
|
dev_dependencies:
|
|
lints: ^4.0.0
|
|
# dependency_overrides:
|
|
# protevus_orm:
|
|
# path: ../angel_orm
|