Code:
{
"type": "project",
"require": {
"bugbuster/contao-be_user_online-bundle": "2.2.0",
"bugbuster/contao-botstatistics-bundle": "^1.0",
"bugbuster/contao-dlstats-bundle": "^1.3",
"bugbuster/contao-statistic_group-bundle": "^1.0",
"bugbuster/contao-visitors-bundle": "^1.8",
"christianbarkowsky/contao-protectedselect": "^1.2",
"codefog/contao-social_images": "^4.1",
"contao/calendar-bundle": "4.13.*",
"contao/comments-bundle": "4.13.*",
"contao/conflicts": "*@dev",
"contao/faq-bundle": "4.13.*",
"contao/listing-bundle": "4.13.*",
"contao/manager-bundle": "4.13.*",
"contao/news-bundle": "4.13.*",
"contao/newsletter-bundle": "4.13.*",
"erdmannfreunde/optimist-theme-bundle": "2.0.2",
"inspiredminds/contao-file-usage": "^1.1",
"numero2/contao-proper-filenames": "^2.1",
"oveleon/contao-cookiebar": "^1.12",
"terminal42/contao-ajaxform": "^1.3",
"terminal42/contao-folderpage": "^3.0",
"terminal42/contao-root-protection": "^1.0",
"terminal42/notification_center": "^1.7",
"contao-community-alliance/dc-general": "^2.3@dev",
"menatwork/synccto": "^4.1"
},
"repositories": {
"erdmannfreunde/optimist-theme-bundle": {
"type": "artifact",
"url": "contao-manager/packages/"
}
},
"extra": {
"contao-component-dir": "assets",
"public-dir": "web"
},
"scripts": {
"post-install-cmd": [
"@php vendor/bin/contao-setup"
],
"post-update-cmd": [
"@php vendor/bin/contao-setup"
]
}
}