forked from LiveCarta/LiveCartaWP
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 45a3930e6d |
45
composer.json
Normal file
45
composer.json
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
{
|
||||||
|
"name": "lawcarta/wordpress",
|
||||||
|
"description": "LawCarta WordPress Site",
|
||||||
|
"require": {
|
||||||
|
"wpackagist-plugin/contact-form-7-mailchimp-extension": "~0.9",
|
||||||
|
"wpackagist-plugin/contact-form-7": "~6.1",
|
||||||
|
"wpackagist-plugin/duplicator": "~1.5",
|
||||||
|
"wpackagist-plugin/flamingo": "~2.2",
|
||||||
|
"wpackagist-plugin/google-sitemap-generator": "~4.1",
|
||||||
|
"wpackagist-plugin/honeypot": "~2.3",
|
||||||
|
"wpackagist-plugin/mailchimp-for-wp": "4.10.1",
|
||||||
|
"wpackagist-plugin/meta-tag-manager": "~3.3",
|
||||||
|
"wpackagist-plugin/post-smtp": "~3.8",
|
||||||
|
"wpackagist-plugin/really-simple-captcha": "~2",
|
||||||
|
"wpackagist-plugin/svg-support": "~2.5",
|
||||||
|
"wpackagist-plugin/taxonomy-terms-order": "~1.7",
|
||||||
|
"wpackagist-plugin/tinymce-advanced": "~5.9",
|
||||||
|
"wpackagist-plugin/toggle-wpautop": "~1.3",
|
||||||
|
"wpackagist-plugin/wordpress-seo": "~27.1",
|
||||||
|
"wpackagist-plugin/wps-hide-login": "~1.9",
|
||||||
|
"humanmade/s3-uploads": "~3.0"
|
||||||
|
},
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type": "composer",
|
||||||
|
"url": "https://wpackagist.org"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"extra": {
|
||||||
|
"installer-paths": {
|
||||||
|
"wordpress/wp-content/plugins/{$name}/": [
|
||||||
|
"type:wordpress-plugin"
|
||||||
|
],
|
||||||
|
"wordpress/wp-content/themes/{$name}/": [
|
||||||
|
"type:wordpress-theme"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"vendor-dir": "wordpress/wp-content/vendor",
|
||||||
|
"allow-plugins": {
|
||||||
|
"composer/installers": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
1
composer.lock
generated
1
composer.lock
generated
@@ -1 +0,0 @@
|
|||||||
555
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
555
|
|
||||||
@@ -6,8 +6,6 @@ define( 'DB_PASSWORD', getenv('DB_PASSWORD') );
|
|||||||
define( 'DB_HOST', getenv('DB_HOST') );
|
define( 'DB_HOST', getenv('DB_HOST') );
|
||||||
|
|
||||||
define('DOMAIN_CURRENT_SITE', getenv('DOMAIN_CURRENT_SITE'));
|
define('DOMAIN_CURRENT_SITE', getenv('DOMAIN_CURRENT_SITE'));
|
||||||
define('WP_HOME', getenv('WP_HOME'));
|
|
||||||
define('WP_SITEURL', getenv('WP_SITEURL'));
|
|
||||||
|
|
||||||
define('LAWCARTA_SUBDOMAIN', getenv('SUBDOMAIN'));
|
define('LAWCARTA_SUBDOMAIN', getenv('SUBDOMAIN'));
|
||||||
define('LAWCARTA_PORT', '');
|
define('LAWCARTA_PORT', '');
|
||||||
|
|||||||
Reference in New Issue
Block a user