-
-
Save th3architect/5bcc54d2ad250d3ffba6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name" : "rarst/install-test", | |
"description" : "Test project for WordPress stack via Composer", | |
"authors" : [ | |
{ | |
"name" : "Andrey Savchenko", | |
"email" : "[email protected]", | |
"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" : { | |
"johnpbloch/wordpress" : ">=3.9", | |
"rarst/fragment-cache" : "~1.0", | |
"wpackagist-plugin/wp-super-cache": "*" | |
}, | |
"require-dev" : { | |
"rarst/laps" : "~1.2", | |
"rarst/toolbar-theme-switcher" : "~1.2", | |
"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