mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-14 17:16:12 +01:00
[CLEANUP] Drop the dependency of roave/security-advisories (#41)
This dependency should be on the site project or the distribution, not on the individual extensions.
This commit is contained in:
parent
b855b77191
commit
995b1bde8e
2 changed files with 2 additions and 2 deletions
|
@ -16,6 +16,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
- Drop the dependency of roave/security-advisories (#41)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Explicitly require MySQL on Travis CI (#38)
|
- Explicitly require MySQL on Travis CI (#38)
|
||||||
|
|
|
@ -36,8 +36,7 @@
|
||||||
"helhum/typo3-composer-setup": "^0.5.3",
|
"helhum/typo3-composer-setup": "^0.5.3",
|
||||||
"helmich/typo3-typoscript-lint": "^1.4.7",
|
"helmich/typo3-typoscript-lint": "^1.4.7",
|
||||||
"nimut/testing-framework": "^4.1.3",
|
"nimut/testing-framework": "^4.1.3",
|
||||||
"codeception/codeception": "^2.5",
|
"codeception/codeception": "^2.5"
|
||||||
"roave/security-advisories": "dev-master"
|
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"tea": "self.version",
|
"tea": "self.version",
|
||||||
|
|
Loading…
Reference in a new issue