Update the SDK constraint.

This allows us to use ^-style constraints.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1763533002 .
diff --git a/pubspec.yaml b/pubspec.yaml
index 2888da6..f7b58e5 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -5,7 +5,7 @@
 homepage: https://github.com/dart-lang/web_socket_channel
 
 environment:
-  sdk: '>=1.0.0 <2.0.0'
+  sdk: '>=1.8.0 <2.0.0'
 
 dependencies:
   async: '^1.3.0'