mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
59 lines
2.6 KiB
JSON
59 lines
2.6 KiB
JSON
{
|
|
"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/"
|
|
],
|
|
"post-install-output": " * update your 'public/index.php' file accordingly to the 'sf-wp-bootstrap.php' file in the root directory.\n * Configure doctrine/dbal to ignore custom wordpress tables (such as tables generated by plugins)\n * Add the WordpressBundle routing file in your `config/routes.yaml`, after your custom routes to catch all Wordpress routes.\n\n * <fg=blue>Read</> the documentation at <comment>https://github.com/mbo2olivier/mukadi-wordpress-bundle</>\n"
|
|
},
|
|
"files": [],
|
|
"origin": "mukadi/wordpress-bundle:2.0@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |