Skip to content

Instantly share code, notes, and snippets.

@Rarst
Last active January 27, 2023 12:40
Show Gist options
  • Save Rarst/5300767 to your computer and use it in GitHub Desktop.
Save Rarst/5300767 to your computer and use it in GitHub Desktop.
Test project for WordPress stack via Composer
{
"name" : "rarst/install-test",
"description" : "Test project for WordPress stack via Composer",
"authors" : [
{
"name" : "Andrey Savchenko",
"homepage": "http://www.Rarst.net/"
}
],
"type" : "project",
"repositories": [
{
"type": "composer",
"url" : "https://wpackagist.org"
}
],
"config" : {
"vendor-dir": "wp-content/vendor"
},
"require" : {
"johnpbloch/wordpress" : ">=4.9",
"rarst/fragment-cache" : "^1.3",
"rarst/update-blocker" : "^1.1"
},
"require-dev" : {
"rarst/laps" : "^1.4.4",
"rarst/toolbar-theme-switcher" : "^1.5",
"wpackagist-plugin/a-fresher-cache" : "*",
"wpackagist-plugin/core-control" : "*",
"wpackagist-plugin/monster-widget" : "*",
"wpackagist-plugin/theme-check" : "*",
"wpackagist-plugin/user-switching" : "*",
"wpackagist-plugin/wcm-user-language-switcher": "*"
},
"extra" : {
"wordpress-install-dir": "wp"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment