mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-09 23:56:14 +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:
Oliver Klee 2019-08-08 12:45:07 +02:00 committed by GitHub
parent b855b77191
commit 995b1bde8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -16,6 +16,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Deprecated
### Removed
- Drop the dependency of roave/security-advisories (#41)
### Fixed
- Explicitly require MySQL on Travis CI (#38)

View file

@ -36,8 +36,7 @@
"helhum/typo3-composer-setup": "^0.5.3",
"helmich/typo3-typoscript-lint": "^1.4.7",
"nimut/testing-framework": "^4.1.3",
"codeception/codeception": "^2.5",
"roave/security-advisories": "dev-master"
"codeception/codeception": "^2.5"
},
"replace": {
"tea": "self.version",