We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d0145 commit 8c8ce45Copy full SHA for 8c8ce45
pubspec.yaml
@@ -5,11 +5,11 @@ homepage: https://github.com/dart-lang/glob
5
description: Bash-style filename globbing.
6
dependencies:
7
async: "^1.2.0"
8
- collection: ">=1.1.0 <2.0.0"
9
- path: ">=1.3.0 <2.0.0"
+ collection: "^1.1.0"
+ path: "^1.3.0"
10
string_scanner: ">=0.1.0 <2.0.0"
11
dev_dependencies:
12
- test: ">=0.12.0 <0.13.0"
+ test: "^0.12.0"
13
test_descriptor: "^1.0.0"
14
environment:
15
sdk: ">=1.23.0 <2.0.0"
0 commit comments