Skip to content

Instantly share code, notes, and snippets.

@ademers
Created September 28, 2021 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ademers/53f463c672ac6601deb3ace6ee0a9c26 to your computer and use it in GitHub Desktop.
Save ademers/53f463c672ac6601deb3ace6ee0a9c26 to your computer and use it in GitHub Desktop.
{
"name": "craftcms/craft",
"description": "Craft CMS",
"keywords": [
"craft",
"cms",
"craftcms",
"project"
],
"license": "MIT",
"homepage": "https://craftcms.com/",
"type": "project",
"support": {
"email": "support@craftcms.com",
"issues": "https://github.com/craftcms/cms/issues",
"forum": "https://craftcms.stackexchange.com/",
"source": "https://github.com/craftcms/cms",
"docs": "https://craftcms.com/docs",
"rss": "https://craftcms.com/changelog.rss"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"craftcms/cms": "3.7.13",
"vlucas/phpdotenv": "^2.6.1",
"mmikkel/retcon": "2.2.3",
"craftcms/redactor": "2.8.8",
"aelvan/mailchimp-subscribe": "3.0.3",
"barrelstrength/sprout-encode-email": "2.0.7",
"topshelfcraft/wordsmith": "3.3.0.1",
"craftcms/contact-form": "2.2.7",
"mmikkel/cp-field-inspect": "1.2.5",
"craftcms/mailgun": "1.4.3",
"carlcs/craft-redactorcustomstyles": "3.0.4",
"nystudio107/craft-scripts": "1.2.10",
"craftcms/feed-me": "4.4.0",
"verbb/field-manager": "2.2.4",
"verbb/super-table": "2.6.8",
"ether/simplemap": "3.9.2",
"solspace/craft3-calendar": "3.3.3",
"verbb/expanded-singles": "1.1.4",
"nystudio107/craft-connect": "1.0.0",
"nystudio107/craft-typogrify": "1.1.18",
"nystudio107/craft-seomatic": "3.4.8",
"aelvan/imager": "v2.4.0",
"nystudio107/craft-minify": "1.2.10",
"verbb/cp-nav": "3.0.17",
"nystudio107/craft-retour": "3.1.61",
"carlcs/craft-assetmetadata": "3.0.0",
"misterbk/mix": "v1.5.2",
"superbig/craft3-beam": "2.1.5",
"marionnewlevant/twig-perversion": "2.2.0",
"verbb/cloner": "1.2.2",
"jdsdev/craft-embedder": "2.0.0",
"verbb/comments": "1.8.7",
"olivierbon/craft-squeeze": "1.1.2",
"topshelfcraft/supersort": "3.1.0",
"wbrowar/guide": "3.1.0",
"trendyminds/isolate": "1.4.3",
"craftcms/webhooks": "2.4.0.1",
"venveo/craft-compress": "1.0.3",
"yiisoft/yii2-redis": "~2.0.0",
"ostark/craft-async-queue": "2.3.0",
"mmikkel/cache-flag": "1.2.4",
"hybridinteractive/craft-contact-form-extensions": "1.2.5",
"besteadfast/craft-preparse-field": "1.2.5",
"percipioglobal/craft-notifications": "1.1.4",
"venveo/craft-oauthclient": "2.1.9",
"putyourlightson/craft-snaptcha": "3.0.9",
"putyourlightson/craft-sprig": "1.8.1",
"putyourlightson/craft-elements-panel": "1.1.1",
"putyourlightson/craft-blitz-recommendations": "1.2.0"
},
"autoload": {
"psr-4": {
"modules\\": "modules/",
"app\\notifications\\": "./notifications",
"modules\\pendingusermodule\\": "modules/pendingusermodule/src/",
"modules\\emailremindersmodule\\": "modules/emailremindersmodule/src/",
"modules\\gsuitemodule\\": "modules/gsuitemodule/src/",
"modules\\usermanagementmodule\\": "modules/usermanagementmodule/src/",
"modules\\challengesmodule\\": "modules/challengesmodule/src/",
"modules\\resaveentriesmodule\\": "modules/resaveentriesmodule/src/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"php": "7.2.34"
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@composer dump-autoload -o",
"@php craft setup/welcome"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment