Skip to content

Instantly share code, notes, and snippets.

@alesanchezr
Created September 29, 2017 15:29
Show Gist options
  • Save alesanchezr/e86fea91ccb1a12e62fa4c8c0db6ef28 to your computer and use it in GitHub Desktop.
Save alesanchezr/e86fea91ccb1a12e62fa4c8c0db6ef28 to your computer and use it in GitHub Desktop.
Composer.json template for WordPress Developments
{
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"require": {
"wpackagist-plugin/akismet": "3.1.1",
"wpackagist-plugin/w3-total-cache": "*",
"wpackagist-plugin/wordpress-seo": "*",
"wpackagist-plugin/amp": "*",
"wpackagist-plugin/redirection": "*",
"wpackagist-plugin/polylang": "*",
"wpackagist-plugin/duplicator": "*",
"wpackagist-plugin/fb-instant-articles": "^4.0",
"wpackagist-plugin/simple-custom-post-order": "*",
"wpackagist-plugin/duplicate-post": "*",
"alesanchezr/wpas-wordpress-dash": "*",
"wpackagist-plugin/advanced-custom-fields": "^4.4",
"jjgrainger/posttypes": "^1.1",
"wpackagist-plugin/tiny-compress-images": "^2.2",
"guzzlehttp/guzzle": "~6.0",
"wpackagist-plugin/ninja-forms": "*"
},
"require-dev": {
"wpackagist-plugin/transients-manager": "*",
"wpackagist-plugin/query-monitor": "2.7.*",
"wpackagist-plugin/debug-bar": "*",
"rarst/laps": "~1.2"
},
"autoload":{
"psr-0":{
"TF": "./wp-content/themes/the-fastest/src/php"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment