blob: 246133e1213cd471f2f82bb129079a404ef5e107 [file] [log] [blame]
name: test_api
version: 0.2.19-nullsafety.5-dev
description: A library for writing Dart tests.
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_api
environment:
# This must remain a tight constraint until nnbd is stable
sdk: '>=2.10.0-0 <2.12.0'
dependencies:
async: '>=2.5.0-nullsafety <2.5.0'
boolean_selector: ">=2.1.0-nullsafety <2.1.0"
collection: '>=1.15.0-nullsafety <1.15.0'
meta: '>=1.3.0-nullsafety <1.3.0'
path: '>=1.8.0-nullsafety <1.8.0'
source_span: '>=1.8.0-nullsafety <1.8.0'
stack_trace: '>=1.10.0-nullsafety <1.10.0'
stream_channel: '>=2.1.0-nullsafety <2.1.0'
string_scanner: '>=1.1.0-nullsafety <1.1.0'
term_glyph: '>=1.2.0-nullsafety <1.2.0'
# Use a tight version constraint to ensure that a constraint on matcher
# properly constrains all features it provides.
matcher: '>=0.12.10-nullsafety <0.12.10'
dev_dependencies:
pedantic: '>=1.10.0-nullsafety <1.10.0'
test_descriptor: ^1.0.0
test_process: ^1.0.0
test: any
test_core: any
dependency_overrides:
test:
path: ../test
test_core:
path: ../test_core