Initial commit
This commit is contained in:
96
composer.json
Normal file
96
composer.json
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"name": "typo3/cms-base-distribution",
|
||||
"description": "TYPO3 CMS Base Distribution",
|
||||
"license": "GPL-2.0+",
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"typo3/class-alias-loader": true,
|
||||
"typo3/cms-composer-installers": true,
|
||||
"helhum/dotenv-connector": true,
|
||||
"cweagans/composer-patches": true
|
||||
},
|
||||
"platform": {
|
||||
"php": "8.3"
|
||||
},
|
||||
"vendor-dir": "vendor",
|
||||
"bin-dir": "bin",
|
||||
"sort-packages": true
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "packages/*"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"typo3/minimal": "^12.4",
|
||||
"typo3/cms-adminpanel": "^12.4",
|
||||
"typo3/cms-backend": "^12.4",
|
||||
"typo3/cms-belog": "^12.4",
|
||||
"typo3/cms-beuser": "^12.4",
|
||||
"typo3/cms-core": "^12.4",
|
||||
"typo3/cms-dashboard": "^12.4",
|
||||
"typo3/cms-extbase": "^12.4",
|
||||
"typo3/cms-extensionmanager": "^12.4",
|
||||
"typo3/cms-felogin": "^12.4",
|
||||
"typo3/cms-filelist": "^12.4",
|
||||
"typo3/cms-filemetadata": "^12.4",
|
||||
"typo3/cms-fluid": "^12.4",
|
||||
"typo3/cms-fluid-styled-content": "^12.4",
|
||||
"typo3/cms-form": "^12.4",
|
||||
"typo3/cms-frontend": "^12.4",
|
||||
"typo3/cms-indexed-search": "^12.4",
|
||||
"typo3/cms-info": "^12.4",
|
||||
"typo3/cms-install": "^12.4",
|
||||
"typo3/cms-lowlevel": "^12.4",
|
||||
"typo3/cms-opendocs": "^12.4",
|
||||
"typo3/cms-recordlist": "^12.4",
|
||||
"typo3/cms-recycler": "^12.4",
|
||||
"typo3/cms-redirects": "^12.4",
|
||||
"typo3/cms-reports": "^12.4",
|
||||
"typo3/cms-rte-ckeditor": "^12.4",
|
||||
"typo3/cms-scheduler": "^12.4",
|
||||
"typo3/cms-seo": "^12.4",
|
||||
"typo3/cms-setup": "^12.4",
|
||||
"typo3/cms-sys-note": "^12.4",
|
||||
"typo3/cms-tstemplate": "^12.4",
|
||||
"typo3/cms-viewpage": "^12.4",
|
||||
|
||||
"ichhabrecht/filefill": "^4.3",
|
||||
"helhum/dotenv-connector": "^3.1",
|
||||
"helhum/typo3-console": "^8.2",
|
||||
"bk2k/bootstrap-package": "^15.0",
|
||||
"georgringer/news": "^12.2",
|
||||
"georgringer/numbered-pagination": "^2.1",
|
||||
"tpwd/ke_search": "^6.1",
|
||||
"cloonar-typo3/base-design": "@dev"
|
||||
},
|
||||
"require-dev": {
|
||||
"deployer/deployer": "^7.4",
|
||||
"friendsoftypo3/phpstan-typo3": "^0.9",
|
||||
"phpmd/phpmd": "^2.10",
|
||||
"phpstan/phpstan": "^1.8",
|
||||
"rector/rector": "0.13.4",
|
||||
"squizlabs/php_codesniffer": "^3.6",
|
||||
"vimeo/psalm": "^4.7"
|
||||
},
|
||||
"scripts":{
|
||||
"pre-autoload-dump": [
|
||||
"@php -r \"file_exists('.env') || copy('.env.local', '.env');\""
|
||||
],
|
||||
"typo3-cms-scripts": [
|
||||
"typo3 install:fixfolderstructure"
|
||||
],
|
||||
"post-autoload-dump": [
|
||||
"@typo3-cms-scripts"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"typo3/cms": {
|
||||
"web-dir": "public"
|
||||
},
|
||||
"helhum/typo3-console": {
|
||||
"install-extension-dummy": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user