From c2c4ae6d6bb0afa83c57c1365266557a68880d33 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sat, 3 Nov 2018 20:43:56 -0400 Subject: [PATCH] Expand http constraint --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index dbab4f54..5e8aa7b1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: angel_client -version: 2.0.0-alpha.1 +version: 2.0.0-alpha.2 description: Client library for the Angel framework. author: Tobe O homepage: https://github.com/angel-dart/angel_client @@ -8,7 +8,7 @@ environment: dependencies: angel_http_exception: ^1.0.0 collection: ^1.0.0 - http: ^0.11.3 + http: ">=0.11.0 <2.0.0" json_god: ">=2.0.0-beta <3.0.0" merge_map: ^1.0.0 dev_dependencies: