forked from LiveCarta/LiveCartaWP
wordpress config + law-/live- carta themes
This commit is contained in:
29
composer.json
Normal file
29
composer.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "lawcarta/wordpress",
|
||||
"description": "LawCarta WordPress Site",
|
||||
"require": {
|
||||
"wpackagist-plugin/svg-support": "~2.3.15",
|
||||
"wpackagist-plugin/toggle-wpautop": "~1.2.5",
|
||||
"wpackagist-plugin/tinymce-advanced": "~4.8.0",
|
||||
"wpackagist-plugin/contact-form-7": "~5.0.3",
|
||||
"wpackagist-plugin/flamingo": "~1.9",
|
||||
"wpackagist-plugin/really-simple-captcha": "~2.0.1",
|
||||
"wpackagist-plugin/enhanced-media-library": "~2.6.4"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://wpackagist.org"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"installer-paths": {
|
||||
"htdocs/wp-content/plugins/{$name}/": [
|
||||
"type:wordpress-plugin"
|
||||
],
|
||||
"htdocs/wp-content/themes/{$name}/": [
|
||||
"type:wordpress-theme"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user