{ "name": "mautic/recommended-project", "description": "Project template for Mautic 5 projects with composer", "type": "project", "license": "GPL-2.0-or-later", "homepage": "https://www.mautic.org/mautic-releases", "support": { "user-docs": "https://docs.mautic.org/en", "developer-docs": "https://developer.mautic.org", "chat": "https://www.mautic.org/slack" }, "funding": [ { "type": "other", "url": "https://opencollective.com/mautic" }, { "type": "other", "url": "https://github.com/sponsors/mautic" } ], "authors": [ { "name": "", "role": "" } ], "require": { "composer/installers": "^1.11", "mautic/core-composer-scaffold": "4.x-dev", "mautic/core-project-message": "4.x-dev", "mautic/core-lib": "5.1.0", "mautic/grapes-js-builder-bundle": "5.1.0", "mautic/plugin-clearbit": "5.1.0", "mautic/plugin-cloudstorage": "5.1.0", "mautic/plugin-crm": "5.1.0", "mautic/plugin-emailmarketing": "5.1.0", "mautic/plugin-focus": "5.1.0", "mautic/plugin-fullcontact": "5.1.0", "mautic/plugin-gmail": "5.1.0", "mautic/plugin-outlook": "5.1.0", "mautic/plugin-social": "5.1.0", "mautic/plugin-tagmanager": "5.1.0", "mautic/plugin-zapier": "5.1.0", "mautic/theme-aurora": "5.1.0", "mautic/theme-blank": "5.1.0", "mautic/theme-brienz": "5.1.0", "mautic/theme-cards": "5.1.0", "mautic/theme-confirmme": "5.1.0", "mautic/theme-fresh-center": "5.1.0", "mautic/theme-fresh-fixed": "5.1.0", "mautic/theme-fresh-left": "5.1.0", "mautic/theme-fresh-wide": "5.1.0", "mautic/theme-goldstar": "5.1.0", "mautic/theme-neopolitan": "5.1.0", "mautic/theme-oxygen": "5.1.0", "mautic/theme-paprika": "5.1.0", "mautic/theme-skyline": "5.1.0", "mautic/theme-sparse": "5.1.0", "mautic/theme-sunday": "5.1.0", "mautic/theme-vibrant": "5.1.0", "mautic/theme-trulypersonal": "5.1.0" }, "repositories": [ { "type": "git", "url": "https://github.com/mautic/FOSOAuthServerBundle.git" }, { "type": "git", "url": "https://github.com/mautic/SpBundle.git" }, { "type": "git", "url": "https://github.com/mautic/SymfonyBridgeBundle.git" } ], "conflict": { "mautic/mautic": "*", "mautic/core": "*" }, "minimum-stability": "dev", "prefer-stable": true, "config": { "sort-packages": true, "allow-plugins": { "composer/installers": true, "symfony/flex": true, "mautic/core-composer-scaffold": true, "mautic/core-project-message": true, "php-http/discovery": true } }, "autoload": { "psr-4": { "MauticPlugin\\": "docroot/plugins/" } }, "scripts": { "post-install-cmd": [ "@npm-ci", "@npx-patch-package", "@generate-assets" ], "post-update-cmd": [ "@npm-ci", "@npx-patch-package", "@generate-assets" ], "npm-ci": "npm ci --prefer-offline --no-audit", "npx-patch-package": "npx patch-package", "generate-assets": "php bin/console mautic:assets:generate" }, "extra": { "mautic-scaffold": { "locations": { "web-root": "docroot/" } }, "installer-paths": { "docroot/app": [ "type:mautic-core" ], "docroot/plugins/{$name}": [ "type:mautic-plugin" ], "docroot/themes/{$name}": [ "type:mautic-theme" ] }, "mautic-core-project-message": { "include-keys": [ "homepage", "support" ], "post-create-project-cmd-message": [ " ", " Congratulations, you’ve installed the Mautic codebase ", " from the mautic/recommended-project template! ", " ", "", "Next steps:", " * Install Mautic", " * Read the user guide", " * Get support: https://www.mautic.org/support", " * Get involved with the Mautic community:", " https://www.mautic.org/getting-involved", " * Remove the plugin that prints this message:", " composer remove mautic/core-project-message" ] } } }