{ "name": "silverstripe/installer", "type": "silverstripe-recipe", "description": "The SilverStripe Framework Installer", "require": { "php": ">=7.1.0", "silverstripe/recipe-cms": "1.2.x-dev", "wilr/silverstripe-googlesitemaps": "*", "silverstripe/userforms": "*", "undefinedoffset/sortablegridfield": "*", "silverstripe/spamprotection": "*", "silverstripe/recaptcha": "*", "jonom/silverstripe-betternavigator": "*", "sheadawson/silverstripe-linkable": "*", "silverstripe/externallinks": "*", "symbiote/silverstripe-gridfieldextensions": "*", "colymba/gridfield-bulk-editing-tools": "3.0.0-beta4", "dnadesign/silverstripe-elemental-list": "*", "dnadesign/silverstripe-elemental-virtual": "*", "dnadesign/silverstripe-elemental-userforms": "*", "dynamic/silverstripe-elemental-blocks": "*", "hestec/silverstripe-cookiebar": "^1.0", "drmartingonzo/ss-tinymce-charcount": "^1.0", "axllent/silverstripe-version-truncator": "*", "firesphere/googlemapsfield": "^1.0@dev", "gorriecoe/silverstripe-dataobjecthistory": "^1.2", "mak001/silverstripe-categorization": "^1.0@dev", "axllent/silverstripe-bootstrap-forms": "^2.0", "silverstripe/redirectedurls": "dev-master", "vulcandigital/silverstripe-seo": "*", "undefinedoffset/silverstripe-nocaptcha": "*", "a2nt/silverstripe-font-awesome-field": "dev-master" }, "require-dev": { "phpunit/phpunit": "^5.7", "lekoala/silverstripe-debugbar": "dev-master" }, "repositories": [{ "type": "vcs", "url": "https://github.com/a2nt/silverstripe-font-awesome" }], "extra": { "expose": [ "app/client/dist", "app/thirdparty/client" ], "project-files-installed": [ "app/.htaccess", "app/_config.php", "app/_config/mysite.yml", "app/src/Page.php", "app/src/PageController.php" ], "public-files-installed": [ ".htaccess", "index.php", "install-frameworkmissing.html", "install.php", "web.config" ] }, "config": { "process-timeout": 600 }, "prefer-stable": true, "minimum-stability": "dev" }