[TASK] Initial commit with composer files, gitignore and first extensions
* Adds extensions realurl and typo3_console * Uses TYPO3 core ^7.6
parents
.gitignore
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "t3o/ter", | ||
"description": "Website for TYPO3 Extension Repository", | ||
"minimum-stability": "stable", | ||
"authors": [ | ||
{ | ||
"name": "t3o team", | ||
"email": "maintenance@typo3.org" | ||
} | ||
], | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://composer.typo3.org" | ||
} | ||
], | ||
"require": { | ||
"typo3/cms": "^7.6", | ||
"helhum/typo3-console": "4.0.0", | ||
"dmitryd/typo3-realurl": "^2.1" | ||
}, | ||
"config": { | ||
"bin-dir": "bin" | ||
}, | ||
"extra": { | ||
"typo3/cms": { | ||
"web-dir": "htdocs" | ||
}, | ||
"helhum/typo3-console": { | ||
"install-binary": false, | ||
"install-extension-dummy": false | ||
} | ||
} | ||
} |
composer.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment