Expand the pubspec to allow 3.0. (#3359)

diff --git a/pubspec.yaml b/pubspec.yaml
index b26a65e..8822e54 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -5,7 +5,7 @@
 repository: https://github.com/dart-lang/dartdoc
 
 environment:
-  sdk: '>=2.18.0 <3.0.0'
+  sdk: '>=2.18.0 <4.0.0'
 
 dependencies:
   analyzer: ^5.7.1