platform/packages/orm/angel_orm_test/pubspec.yaml

41 lines
1 KiB
YAML
Raw Permalink Normal View History

2019-02-13 12:57:06 +00:00
name: angel_orm_test
2021-03-08 15:18:56 +00:00
version: 1.0.0
2019-02-13 12:57:06 +00:00
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-03-08 15:18:56 +00:00
sdk: '>=2.10.0 <3.0.0'
2019-02-13 12:57:06 +00:00
dependencies:
2019-08-17 22:47:42 +00:00
angel_migration:
2021-03-08 15:18:56 +00:00
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
2021-02-14 05:22:25 +00:00
test: ^1.15.7
2019-02-13 13:07:16 +00:00
dev_dependencies:
angel_orm_generator:
2021-03-08 15:18:56 +00:00
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
2019-08-17 22:47:42 +00:00
build_runner: ^1.0.0