mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:36:12 +02: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:
Oliver Klee 2022-08-23 13:47:10 +02:00 committed by GitHub
parent e05063da63
commit dda805b37d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Removed
### Fixed
- Explicitly require Prophecy (#511)
## 2.0.0

View file

@ -41,6 +41,7 @@
"helmich/typo3-typoscript-lint": "^2.5.2",
"jangregor/phpstan-prophecy": "^1.0.0",
"php-coveralls/php-coveralls": "^2.5.2",
"phpspec/prophecy": "^1.15.0",
"phpstan/extension-installer": "^1.1.0",
"phpstan/phpstan": "^1.8.2",
"phpstan/phpstan-phpunit": "^1.1.1",