Added nixpress WP+PHP+MariaDB+NGINX+REDIS
This commit is contained in:
21
nixpress/composer.json
Normal file
21
nixpress/composer.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "project",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://wpackagist.org"
|
||||
}
|
||||
],
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"composer/installers": true
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"installer-paths": {
|
||||
"html/wp-content/mu-plugins/{$name}": ["type:wordpress-muplugin", "wpackagist-plugin/more-privacy-options"],
|
||||
"html/wp-content/plugins/{$name}": ["type:wordpress-plugin"],
|
||||
"html/wp-content/themes/{$name}": ["type:wordpress-theme"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user