mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:56:12 +01:00
[BUGFIX] Explicitly require Prophecy (#511)
PHPUnit has dropped its dependency on Prophecy. In order to keep using Prophecy in our tests, we need to add it as an explicit (development) dependency. Also, relying on transitive dependencies is bad practice anyway.
This commit is contained in:
parent
e05063da63
commit
dda805b37d
2 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- Explicitly require Prophecy (#511)
|
||||||
|
|
||||||
## 2.0.0
|
## 2.0.0
|
||||||
|
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
"helmich/typo3-typoscript-lint": "^2.5.2",
|
"helmich/typo3-typoscript-lint": "^2.5.2",
|
||||||
"jangregor/phpstan-prophecy": "^1.0.0",
|
"jangregor/phpstan-prophecy": "^1.0.0",
|
||||||
"php-coveralls/php-coveralls": "^2.5.2",
|
"php-coveralls/php-coveralls": "^2.5.2",
|
||||||
|
"phpspec/prophecy": "^1.15.0",
|
||||||
"phpstan/extension-installer": "^1.1.0",
|
"phpstan/extension-installer": "^1.1.0",
|
||||||
"phpstan/phpstan": "^1.8.2",
|
"phpstan/phpstan": "^1.8.2",
|
||||||
"phpstan/phpstan-phpunit": "^1.1.1",
|
"phpstan/phpstan-phpunit": "^1.1.1",
|
||||||
|
|
Loading…
Reference in a new issue