{ "manifests": { "mukadi/wordpress-bundle": { "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.", " * Configure doctrine/dbal to ignore custom wordpress tables (such as tables generated by plugins)", " * Add the WordpressBundle routing file in your `config/routes.yaml`, after your custom routes to catch all Wordpress routes.", "", " * Read the documentation at https://github.com/mbo2olivier/mukadi-wordpress-bundle" ] }, "files": [], "ref": "f77e08be7b66762338d69afdf6cab4cebdd356b4" } } }