Bump SDK constraints
This commit is contained in:
parent
6ca0d2126a
commit
20fa8e4177
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ author: Tobe O <thosakwe@gmail.com>
|
||||||
version: 1.1.1
|
version: 1.1.1
|
||||||
description: Parse request bodies and query strings in Dart. Supports JSON, URL-encoded, and multi-part bodies.
|
description: Parse request bodies and query strings in Dart. Supports JSON, URL-encoded, and multi-part bodies.
|
||||||
homepage: https://github.com/angel-dart/body_parser
|
homepage: https://github.com/angel-dart/body_parser
|
||||||
|
environment:
|
||||||
|
sdk: ">=1.8.0 <3.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
dart2_constant: ^1.0.0
|
dart2_constant: ^1.0.0
|
||||||
http_parser: ">=3.1.1 <4.0.0"
|
http_parser: ">=3.1.1 <4.0.0"
|
||||||
|
|
Loading…
Reference in a new issue