mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 23:56:12 +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
|
### Deprecated
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
- Drop the TYPO3 package repository from composer.json (#43)
|
||||||
- Drop the dependency of roave/security-advisories (#41)
|
- Drop the dependency of roave/security-advisories (#41)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -55,12 +55,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"repositories": [
|
|
||||||
{
|
|
||||||
"type": "composer",
|
|
||||||
"url": "https://composer.typo3.org/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"config": {
|
"config": {
|
||||||
"preferred-install": {
|
"preferred-install": {
|
||||||
"*": "dist"
|
"*": "dist"
|
||||||
|
|
Loading…
Reference in a new issue