mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:36:13 +02:00

[BUGFIX] Drop an obsolete "replace" entry from composer.json (#42)

This commit is contained in:
Oliver Klee 2019-08-08 16:12:04 +02:00 committed by GitHub
parent 995b1bde8e
commit 296f8b8b8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -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)

View file

@ -39,7 +39,6 @@
"codeception/codeception": "^2.5"
},
"replace": {
"tea": "self.version",
"typo3-ter/tea": "self.version"
},
"conflict": {