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 85c2e47 commit 859e3c5Copy full SHA for 859e3c5
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 5.6.1
2
+
3
+* Allow `analyzer: >=8.1.0 <10.0.0`.
4
5
## 5.6.0
6
7
* Add dummy values for `RegExp` and `MapEntry`.
pubspec.yaml
@@ -1,5 +1,5 @@
name: mockito
-version: 5.6.0
+version: 5.6.1
description: >-
A mock framework inspired by Mockito with APIs for Fakes, Mocks,
behavior verification, and stubbing.
@@ -13,7 +13,7 @@ environment:
13
sdk: ^3.7.0
14
15
dependencies:
16
- analyzer: ^8.1.1
+ analyzer: '>=8.1.1 <10.0.0'
17
build: '>=3.0.0 <5.0.0'
18
code_builder: ^4.5.0
19
collection: ^1.19.0
0 commit comments