Skip to content

Instantly share code, notes, and snippets.

@pixline
Forked from Rarst/composer.json
Created June 27, 2013 15:29
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 pixline/5877435 to your computer and use it in GitHub Desktop.
Save pixline/5877435 to your computer and use it in GitHub Desktop.
{
"name" : "rarst/install-test",
"description" : "Test project for WordPress stack via Composer",
"authors" : [
{
"name" : "Andrey Savchenko",
"email" : "contact@rarst.net",
"homepage": "http://www.Rarst.net/"
}
],
"type" : "project",
"repositories": [
{
"type": "composer",
"url" : "http://wpackagist.org"
},
{
"type": "composer",
"url" : "http://rarst.net"
}
],
"config" : {
"vendor-dir": "wp-content/vendor"
},
"require" : {
"rarst/wordpress" : "*",
"rarst/hybrid-wing" : "*@dev",
"rarst/fragment-cache" : "*",
"wpackagist/wp-super-cache": "*"
},
"require-dev" : {
"rarst/laps" : "*",
"wpackagist/a-fresher-cache" : "*",
"wpackagist/core-control" : "*",
"wpackagist/monster-widget" : "*",
"wpackagist/regenerate-thumbnails" : "*",
"wpackagist/theme-check" : "*",
"wpackagist/toolbar-theme-switcher" : "*",
"wpackagist/user-switching" : "*",
"wpackagist/wcm-user-language-switcher": "*"
},
"extra" : {
"installer-paths": {
"./wp/": ["rarst/wordpress"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment