Skip to content

Commit

Permalink
Drop as a dependency, move it to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Apr 3, 2023
1 parent 8c04261 commit 56c6532
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Unreleased
* ...

## 1.1.1 [2023-04-03]
* Drop `phpspec/prophecy-phpunit` as a dependency, move it to `require-dev`

## 1.1.0 [2021-03-04]
* Bump minimum PHP required version to 7.3 (#1)
* Add PHP 8 support (#6)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"require": {
"php": "^7.3 | ^8.0",
"ext-pcntl": "*",
"phpspec/prophecy-phpunit": "^2.0",
"symfony/console": "^3.4 | ^4.0 | ^5.0"
},
"require-dev": {
Expand All @@ -38,6 +37,7 @@
"phpstan/phpstan": "^0.12.55",
"phpstan/phpstan-phpunit": "^0.12.16",
"phpunit/phpunit": "^8.5.14 | ^9.5.2",
"phpspec/prophecy-phpunit": "^2.0",
"symfony/phpunit-bridge": "^5.2",
"vimeo/psalm": "^4.6"
}
Expand Down

0 comments on commit 56c6532

Please sign in to comment.