2019-02-13 12:57:06 +00:00
|
|
|
name: angel_orm_test
|
|
|
|
publish_to: none
|
2019-08-17 22:47:42 +00:00
|
|
|
description: Common tests for Angel ORM backends.
|
2019-02-14 18:36:53 +00:00
|
|
|
environment:
|
2021-02-14 05:22:25 +00:00
|
|
|
sdk: '>=2.10.0 <2.12.0'
|
2019-02-13 12:57:06 +00:00
|
|
|
dependencies:
|
2019-08-17 22:47:42 +00:00
|
|
|
angel_migration:
|
|
|
|
path: ../angel_migration
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_model: #^1.0.0
|
|
|
|
path: ../../model
|
|
|
|
angel_orm: #^2.0.0
|
|
|
|
path: ../angel_orm
|
|
|
|
angel_serialize: #^2.0.0
|
|
|
|
path: ../../serialize/angel_serialize
|
|
|
|
test: ^1.15.7
|
2019-02-13 13:07:16 +00:00
|
|
|
dev_dependencies:
|
|
|
|
angel_orm_generator:
|
|
|
|
path: ../angel_orm_generator
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_framework: #^2.0.0
|
|
|
|
path: ../../framework
|
2019-08-17 22:47:42 +00:00
|
|
|
build_runner: ^1.0.0
|
2021-02-14 05:22:25 +00:00
|
|
|
#dependency_overrides:
|
|
|
|
# angel_orm:
|
|
|
|
# path: ../angel_orm
|