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:
parent
296f8b8b8d
commit
3cd030387f
2 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -55,12 +55,6 @@
|
|||
}
|
||||
},
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://composer.typo3.org/"
|
||||
}
|
||||
],
|
||||
"config": {
|
||||
"preferred-install": {
|
||||
"*": "dist"
|
||||
|
|
Loading…
Reference in a new issue