2018-07-10 18:18:10 +00:00
|
|
|
name: angel_container
|
2021-03-18 00:21:42 +00:00
|
|
|
version: 3.0.0
|
2018-08-11 19:07:35 +00:00
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
2019-10-12 13:48:06 +00:00
|
|
|
description: A hierarchical DI container, and pluggable backends for reflection.
|
2018-08-11 19:07:35 +00:00
|
|
|
homepage: https://github.com/angel-dart/container.git
|
|
|
|
environment:
|
2021-03-18 00:21:42 +00:00
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
2018-07-10 18:18:10 +00:00
|
|
|
dependencies:
|
2021-03-06 14:10:24 +00:00
|
|
|
collection: ^1.15.0
|
2021-03-18 00:21:42 +00:00
|
|
|
quiver: ^3.0.0
|
2018-08-11 19:07:35 +00:00
|
|
|
dev_dependencies:
|
2021-03-06 14:10:24 +00:00
|
|
|
pedantic: ^1.11.0
|
2021-03-18 00:21:42 +00:00
|
|
|
test: ^1.16.8
|