Skip to content

Instantly share code, notes, and snippets.

@Agressiva86
Created May 22, 2019 07:56
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 Agressiva86/1542f74bd584796c010047f0da872c1e to your computer and use it in GitHub Desktop.
Save Agressiva86/1542f74bd584796c010047f0da872c1e to your computer and use it in GitHub Desktop.
{
"name": "SasquatchWP/SasquatchWP_starter",
"type": "project",
"version": "1.2.5",
"license": "MIT",
"description": "Starter stack for WordPress - mix of Foundation, Bedrock and some magic ",
"homepage": "https://github.com/SasquatchWP/SasquatchWP",
"authors": [
{
"name": "Maciej Palmowski",
"email": "m.palmowski@freshpixels.pl",
"homepage": "https://pandify.pl"
}
],
"keywords": [
"bedrock",
"roots",
"wordpress",
"stack",
"composer",
"wp",
"timber"
],
"config": {
"preferred-install": "dist"
},
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "vcs",
"url": "https://github.com/palmiak/wp-sync-db-media-files"
},
{
"type": "package",
"package": {
"name": "advanced-custom-fields/advanced-custom-fields-pro",
"version": "5.7.13",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://connect.advancedcustomfields.com/index.php?p=pro&a=download"
},
"require": {
"philippbaschke/acf-pro-installer": "^1.0",
"composer/installers": "*"
}
}
},
{
"type": "vcs",
"url": "https://github.com/palmiak/wp-sync-db"
},
{
"type": "vcs",
"url": "https://github.com/palmiak/wp-sync-db-media-files"
}
],
"require": {
"php": ">=5.6",
"composer/installers": "^1.4",
"vlucas/phpdotenv": "^2.0.1",
"roots/wordpress": "5.2",
"oscarotero/env": "^1.1.0",
"roots/wp-password-bcrypt": "1.0.0",
"roots/wp-config": "1.0.0",
"soberwp/models": "dev-master",
"wpackagist-plugin/contact-form-7": "5.1.2",
"wpackagist-plugin/wordpress-seo": "11.2.1",
"wpackagist-plugin/maintenance": "3.6.1",
"wpackagist-plugin/flamingo": "*",
"spidersagency/wp-sync-db": "dev-master",
"spidersagency/wp-sync-db-media-files": "dev-master",
"wpackagist-plugin/classic-editor": "1.5",
"wpackagist-plugin/w3-total-cache": "0.9.7.4",
"advanced-custom-fields/advanced-custom-fields-pro": "5.7.13",
"wpackagist-plugin/easy-wp-smtp": "1.3.9.1"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.0.2",
"roave/security-advisories": "dev-master"
},
"extra": {
"installer-paths": {
"web/app/mu-plugins/{$name}/": [
"type:wordpress-muplugin"
],
"web/app/plugins/{$name}/": [
"type:wordpress-plugin"
],
"web/app/themes/{$name}/": [
"type:wordpress-theme"
]
},
"wordpress-install-dir": "web/wp"
},
"scripts": {
"post-root-package-install": [
"php -r \"copy('.env.example', '.env');\""
],
"test": [
"vendor/bin/phpcs"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment