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 a21ff4c commit 58b3b47Copy full SHA for 58b3b47
pubspec.yaml
@@ -6,7 +6,6 @@ repository: https://github.com/petitparser/dart-petitparser-examples
6
description: A collection of example parsers, applications, and benchmarks that
7
illustrate the PetitParser framework.
8
9
-publish_to: none
10
environment:
11
sdk: '>=2.19.0 <3.0.0'
12
dependencies:
@@ -20,14 +19,4 @@ dev_dependencies:
20
19
build_runner: ^2.3.0
21
build_web_compilers: ^3.2.0
22
lints: ^2.0.0
23
- test: ^1.24.0
24
-
25
-dependency_overrides:
26
- xml:
27
- git:
28
- url: https://github.com/renggli/dart-xml.git
29
- ref: main
30
- petitparser:
31
32
- url: https://github.com/petitparser/dart-petitparser.git
33
+ test: ^1.24.0
0 commit comments