{
    "name": "typo3/cms-base-distribution",
    "description" : "TYPO3 CMS Base Distribution",
    "license": "GPL-2.0-or-later",
    "type": "project",
    "config": {
        "allow-plugins": {
            "typo3/class-alias-loader": true,
            "typo3/cms-composer-installers": true
        },
        "platform": {
            "php": "8.3"
        },
        "sort-packages": true
    },
    "extra": {
        "typo3/cms": {
            "web-dir": "dev"
        }
    },
    "require": {
        "fluidtypo3/flux": "11.0.3",
        "fluidtypo3/vhs": "7.1.3",
        "mgo/form": "dev-main",
        "mgo/mgo": "dev-main-v13",
        "mgo/project": "^1.0",
        "typo3/cms-backend": "^13.4.18",
        "typo3/cms-belog": "^13.4.18",
        "typo3/cms-beuser": "^13.4.18",
        "typo3/cms-core": "^13.4.18",
        "typo3/cms-dashboard": "^13.4.18",
        "typo3/cms-extbase": "^13.4.18",
        "typo3/cms-extensionmanager": "^13.4.18",
        "typo3/cms-felogin": "^13.4.18",
        "typo3/cms-filelist": "^13.4.18",
        "typo3/cms-fluid": "^13.4.18",
        "typo3/cms-fluid-styled-content": "^13.4.18",
        "typo3/cms-form": "^13.4.18",
        "typo3/cms-frontend": "^13.4.18",
        "typo3/cms-impexp": "^13.4.18",
        "typo3/cms-info": "^13.4.18",
        "typo3/cms-install": "^13.4.18",
        "typo3/cms-reactions": "^13.4.18",
        "typo3/cms-rte-ckeditor": "^13.4.18",
        "typo3/cms-seo": "^13.4.18",
        "typo3/cms-setup": "^13.4.18",
        "typo3/cms-sys-note": "^13.4.18",
        "typo3/cms-t3editor": "^13.4.18",
        "typo3/cms-tstemplate": "^13.4.18",
        "typo3/cms-viewpage": "^13.4.18",
        "typo3/cms-webhooks": "^13.4.18"
    },
    "repositories": {
        "mgo/mgo": {
            "type": "vcs",
            "url": "https://git.mgo360.info/mgo/mgo.git"
        },
        "mgo/form": {
            "type": "vcs",
            "url": "https://git.mgo360.info/mgo/form.git"
        },
        "extensions": {
            "type": "path",
            "url": "extensions/*"
        },
        "composer": {
            "type": "composer",
            "url": "https://composer.typo3.org/"
        }
    }
}
