Skip to content

Commit 56c6532

Browse files
committed
Drop as a dependency, move it to require-dev
1 parent 8c04261 commit 56c6532

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
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": {
@@ -38,6 +37,7 @@
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
}

0 commit comments

Comments
 (0)