{ | |
"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