mirror of
https://gh.wpcy.net/https://github.com/BracketSpace/WP-Admin-Reference.git
synced 2026-07-14 11:06:55 +08:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "bracketspace/wpadmin",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"description": "BracketSpace wp-admin reference",
|
|
"homepage": "https://wpadmin.bracketspace.com",
|
|
"authors": [
|
|
{
|
|
"name": "Jakub Mikita",
|
|
"email": "jakub@bracketspace.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"bedrock", "composer", "roots", "wordpress", "wp", "wp-config"
|
|
],
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "composer",
|
|
"url": "https://wpackagist.org"
|
|
},
|
|
{
|
|
"type": "composer",
|
|
"url": "https://composer.deliciousbrains.com"
|
|
},
|
|
{
|
|
"type": "composer",
|
|
"url": "https://packages.bracketspace.com/satispress/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"composer/installers": "^1.4",
|
|
"vlucas/phpdotenv": "^3.0.0",
|
|
"oscarotero/env": "^1.1.0",
|
|
"roots/wordpress": "*",
|
|
"roots/wp-config": "1.0.0",
|
|
"roots/wp-password-bcrypt": "1.0.0",
|
|
"wpackagist-plugin/super-progressive-web-apps": "*",
|
|
"wpackagist-plugin/spinupwp": "*"
|
|
},
|
|
"extra": {
|
|
"installer-paths": {
|
|
"web/app/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
|
|
"web/app/plugins/{$name}/": ["type:wordpress-plugin"],
|
|
"web/app/themes/{$name}/": ["type:wordpress-theme"]
|
|
},
|
|
"wordpress-install-dir": "web/wp"
|
|
}
|
|
}
|