mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 04:16:24 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"locks": {
|
||||
"mukadi/wordpress-bundle": {
|
||||
"version": "2.0",
|
||||
"recipe": {
|
||||
"repo": "2.0",
|
||||
"branch": "master",
|
||||
"version": "2.0",
|
||||
"ref": "f77e08be7b66762338d69afdf6cab4cebdd356b4"
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifests": {
|
||||
"mukadi/wordpress-bundle": {
|
||||
"repository": "github.com/symfony/recipes-contrib",
|
||||
"package": "mukadi/wordpress-bundle",
|
||||
"version": "2.0",
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Mukadi\\WordpressBundle\\MukadiWordpressBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-package": {
|
||||
"res/wp-cli.yml": "wp-cli.yml",
|
||||
"res/config/": "%CONFIG_DIR%/",
|
||||
"res/public/": "%PUBLIC_DIR%",
|
||||
"res/sf-wp-bootstrap.php": "sf-wp-bootstrap.php"
|
||||
},
|
||||
"env": {
|
||||
"WP_PREFIX": "wp_",
|
||||
"WP_THEME": "wp-blank",
|
||||
"WP_DIR": "wp",
|
||||
"AUTH_KEY": "%generate(secret)%",
|
||||
"SECURE_AUTH_KEY": "%generate(secret)%",
|
||||
"LOGGED_IN_KEY": "%generate(secret)%",
|
||||
"NONCE_KEY": "%generate(secret)%",
|
||||
"AUTH_SALT": "%generate(secret)%",
|
||||
"SECURE_AUTH_SALT": "%generate(secret)%",
|
||||
"LOGGED_IN_SALT": "%generate(secret)%",
|
||||
"NONCE_SALT": "%generate(secret)%"
|
||||
},
|
||||
"gitignore": [
|
||||
"/public/wp/",
|
||||
"/public/upgrade/",
|
||||
"/public/uploads/",
|
||||
"/public/languages/",
|
||||
"/public/mu-plugins/",
|
||||
"/public/plugins/",
|
||||
"/public/themes/"
|
||||
]
|
||||
},
|
||||
"files": [],
|
||||
"origin": "mukadi/wordpress-bundle:2.0@github.com/symfony/recipes-contrib:master",
|
||||
"not_installable": false,
|
||||
"is_contrib": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user