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.
77## Unreleased
88 * ...
99
10+ ## 1.1.1 [ 2023-04-03]
11+ * Drop ` phpspec/prophecy-phpunit ` as a dependency, move it to ` require-dev `
12+
1013## 1.1.0 [ 2021-03-04]
1114 * Bump minimum PHP required version to 7.3 (#1 )
1215 * Add PHP 8 support (#6 )
Original file line number Diff line number Diff line change 2828 "require" : {
2929 "php" : " ^7.3 | ^8.0" ,
3030 "ext-pcntl" : " *" ,
31- "phpspec/prophecy-phpunit" : " ^2.0" ,
3231 "symfony/console" : " ^3.4 | ^4.0 | ^5.0"
3332 },
3433 "require-dev" : {
3837 "phpstan/phpstan" : " ^0.12.55" ,
3938 "phpstan/phpstan-phpunit" : " ^0.12.16" ,
4039 "phpunit/phpunit" : " ^8.5.14 | ^9.5.2" ,
40+ "phpspec/prophecy-phpunit" : " ^2.0" ,
4141 "symfony/phpunit-bridge" : " ^5.2" ,
4242 "vimeo/psalm" : " ^4.6"
4343 }
You can’t perform that action at this time.
0 commit comments