Bump SDK constraints

This commit is contained in:
Tobe O 2018-08-10 22:10:35 -04:00
parent 6ca0d2126a
commit 20fa8e4177

View file

@ -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"