Updated package angel_orm_test
This commit is contained in:
parent
f8ee61aa02
commit
63e62c14a5
1 changed files with 30 additions and 14 deletions
|
@ -1,24 +1,40 @@
|
||||||
name: angel_orm_test
|
name: angel_orm_test
|
||||||
|
version: 1.0.0
|
||||||
publish_to: none
|
publish_to: none
|
||||||
description: Common tests for Angel ORM backends.
|
description: Common tests for Angel ORM backends.
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.10.0 <2.12.0'
|
sdk: '>=2.10.0 <3.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
angel_migration:
|
angel_migration:
|
||||||
path: ../angel_migration
|
git:
|
||||||
angel_model: #^1.0.0
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
path: ../../model
|
ref: sdk-2.12.x
|
||||||
angel_orm: #^2.0.0
|
path: packages/orm/angel_migration
|
||||||
path: ../angel_orm
|
angel_model:
|
||||||
angel_serialize: #^2.0.0
|
git:
|
||||||
path: ../../serialize/angel_serialize
|
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
|
test: ^1.15.7
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
angel_orm_generator:
|
angel_orm_generator:
|
||||||
path: ../angel_orm_generator
|
git:
|
||||||
angel_framework: #^2.0.0
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
path: ../../framework
|
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
|
build_runner: ^1.0.0
|
||||||
#dependency_overrides:
|
|
||||||
# angel_orm:
|
|
||||||
# path: ../angel_orm
|
|
Loading…
Reference in a new issue