mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-10 00:36:13 +01:00

[CLEANUP] Drop the TYPO3 package repository from composer.json (#43)

This commit is contained in:
Oliver Klee 2019-08-09 19:40:03 +02:00 committed by GitHub
parent 296f8b8b8d
commit 3cd030387f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View file

@ -16,6 +16,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Deprecated
### Removed
- Drop the TYPO3 package repository from composer.json (#43)
- Drop the dependency of roave/security-advisories (#41)
### Fixed

View file

@ -55,12 +55,6 @@
}
},
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://composer.typo3.org/"
}
],
"config": {
"preferred-install": {
"*": "dist"