mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-23 00:16:12 +01:00
[BUGFIX] Drop an obsolete "replace" entry from composer.json (#42)
This commit is contained in:
parent
995b1bde8e
commit
296f8b8b8d
2 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
- Drop the dependency of roave/security-advisories (#41)
|
- Drop the dependency of roave/security-advisories (#41)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- Drop an obsolete "replace" entry from composer.json (#42)
|
||||||
- Explicitly require MySQL on Travis CI (#38)
|
- Explicitly require MySQL on Travis CI (#38)
|
||||||
- Add .php_cs.cache to the .gitignore (#33)
|
- Add .php_cs.cache to the .gitignore (#33)
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,6 @@
|
||||||
"codeception/codeception": "^2.5"
|
"codeception/codeception": "^2.5"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"tea": "self.version",
|
|
||||||
"typo3-ter/tea": "self.version"
|
"typo3-ter/tea": "self.version"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
|
|
Loading…
Reference in a new issue