File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
## Unreleased
8
8
* ...
9
9
10
+ ## 1.1.1 [ 2023-04-03]
11
+ * Drop ` phpspec/prophecy-phpunit ` as a dependency, move it to ` require-dev `
12
+
10
13
## 1.1.0 [ 2021-03-04]
11
14
* Bump minimum PHP required version to 7.3 (#1 )
12
15
* Add PHP 8 support (#6 )
Original file line number Diff line number Diff line change 28
28
"require" : {
29
29
"php" : " ^7.3 | ^8.0" ,
30
30
"ext-pcntl" : " *" ,
31
- "phpspec/prophecy-phpunit" : " ^2.0" ,
32
31
"symfony/console" : " ^3.4 | ^4.0 | ^5.0"
33
32
},
34
33
"require-dev" : {
38
37
"phpstan/phpstan" : " ^0.12.55" ,
39
38
"phpstan/phpstan-phpunit" : " ^0.12.16" ,
40
39
"phpunit/phpunit" : " ^8.5.14 | ^9.5.2" ,
40
+ "phpspec/prophecy-phpunit" : " ^2.0" ,
41
41
"symfony/phpunit-bridge" : " ^5.2" ,
42
42
"vimeo/psalm" : " ^4.6"
43
43
}
You can’t perform that action at this time.
0 commit comments