platform/packages/orm/angel_orm_test/pubspec.yaml
2021-03-08 23:18:56 +08:00

40 lines
1 KiB
YAML

name: angel_orm_test
version: 1.0.0
publish_to: none
description: Common tests for Angel ORM backends.
environment:
sdk: '>=2.10.0 <3.0.0'
dependencies:
angel_migration:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/orm/angel_migration
angel_model:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/model
angel_orm:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/orm/angel_orm
angel_serialize:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/serialize/angel_serialize
test: ^1.15.7
dev_dependencies:
angel_orm_generator:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/orm/angel_orm_generator
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/framework
build_runner: ^1.0.0