diff --git a/CHANGELOG.md b/CHANGELOG.md index a4231f3..745a509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Drop the dependency of roave/security-advisories (#41) ### Fixed +- Drop an obsolete "replace" entry from composer.json (#42) - Explicitly require MySQL on Travis CI (#38) - Add .php_cs.cache to the .gitignore (#33) diff --git a/composer.json b/composer.json index c4b5c5a..ca68c08 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,6 @@ "codeception/codeception": "^2.5" }, "replace": { - "tea": "self.version", "typo3-ter/tea": "self.version" }, "conflict": {