diff --git a/artprima.prometheus-metrics-bundle.1.0.json b/artprima.prometheus-metrics-bundle.1.0.json
index af8e34cf..302812f8 100644
--- a/artprima.prometheus-metrics-bundle.1.0.json
+++ b/artprima.prometheus-metrics-bundle.1.0.json
@@ -20,14 +20,6 @@
],
"executable": false
},
- "config/packages/test/prometheus_metrics.yaml": {
- "contents": [
- "artprima_prometheus_metrics:",
- " type: in_memory",
- ""
- ],
- "executable": false
- },
"config/packages/prometheus_metrics.yaml": {
"contents": [
"artprima_prometheus_metrics:",
@@ -39,6 +31,14 @@
""
],
"executable": false
+ },
+ "config/packages/test/prometheus_metrics.yaml": {
+ "contents": [
+ "artprima_prometheus_metrics:",
+ " type: in_memory",
+ ""
+ ],
+ "executable": false
}
},
"ref": "a07f1cab0b63419f2153b744a254d9d6c3d732e9"
diff --git a/beelab.tag-bundle.1.3.json b/beelab.tag-bundle.1.3.json
index 0acaa97c..98dad88b 100644
--- a/beelab.tag-bundle.1.3.json
+++ b/beelab.tag-bundle.1.3.json
@@ -17,6 +17,14 @@
]
},
"files": {
+ "config/packages/beelab_tag.yaml": {
+ "contents": [
+ "beelab_tag:",
+ " tag_class: App\\Entity\\Tag",
+ ""
+ ],
+ "executable": false
+ },
"src/Entity/Tag.php": {
"contents": [
"id = $id;",
- " }",
- "",
- " public function getId(): AttributeValueId",
- " {",
- " return $this->id;",
- " }",
- "}",
+ "msgphp_eav:",
+ " class_mapping:",
+ " MsgPhp\\Eav\\Attribute: App\\Entity\\Attribute",
+ " MsgPhp\\Eav\\AttributeValue: App\\Entity\\AttributeValue",
""
],
"executable": false
@@ -79,12 +55,36 @@
],
"executable": false
},
- "config/packages/msgphp_eav.yaml": {
+ "src/Entity/AttributeValue.php": {
"contents": [
- "msgphp_eav:",
- " class_mapping:",
- " MsgPhp\\Eav\\Attribute: App\\Entity\\Attribute",
- " MsgPhp\\Eav\\AttributeValue: App\\Entity\\AttributeValue",
+ "id = $id;",
+ " }",
+ "",
+ " public function getId(): AttributeValueId",
+ " {",
+ " return $this->id;",
+ " }",
+ "}",
""
],
"executable": false
diff --git a/msgphp.user-bundle.0.10.json b/msgphp.user-bundle.0.10.json
index 0c5a9f3e..a65c9891 100644
--- a/msgphp.user-bundle.0.10.json
+++ b/msgphp.user-bundle.0.10.json
@@ -19,6 +19,15 @@
]
},
"files": {
+ "config/packages/msgphp_user.yaml": {
+ "contents": [
+ "msgphp_user:",
+ " class_mapping:",
+ " MsgPhp\\User\\User: App\\Entity\\User",
+ ""
+ ],
+ "executable": false
+ },
"src/Entity/User.php": {
"contents": [
"",
- " RewriteEngine On",
+ "",
+ "$table_prefix = env('WP_PREFIX', 'wp_');",
"",
- "",
- " ",
- " RedirectMatch 302 ^/$ /index.php/",
- " ",
- "",
+ "/* That's all, stop editing! Happy blogging. */",
+ "$config->apply();",
+ "/** Sets up WordPress vars and included files. */",
+ "require_once(ABSPATH . 'wp-settings.php');",
""
],
"executable": false
@@ -128,25 +123,30 @@
],
"executable": false
},
- "wp-config.php": {
+ "public/.htaccess": {
"contents": [
- "",
+ " RewriteEngine On",
"",
- "require_once __DIR__.'/vendor/autoload.php';",
+ " RewriteCond %{REQUEST_URI}::$1 ^(/.+)/(.*)::\\2$",
+ " RewriteRule ^(.*) - [E=BASE:%1]",
"",
- "$config = new \\Mukadi\\WordpressBundle\\Config(",
- " sprintf('%s/%s',realpath(__DIR__),env('WP_DIR', 'public'))",
- ");",
+ " RewriteCond %{ENV:REDIRECT_STATUS} ^$",
+ " RewriteRule ^index\\.php(/(.*)|$) %{ENV:BASE}/$2 [R=301,L]",
"",
- "// define('WP_ALLOW_MULTISITE', env('WP_ALLOW_MULTISITE', true));",
+ " RewriteCond %{REQUEST_FILENAME} -f [OR]",
+ " RewriteCond %{REQUEST_FILENAME} -d",
+ " RewriteRule .? - [L]",
"",
- "$table_prefix = env('WP_PREFIX', 'wp_');",
+ " # Rewrite all other queries to the front controller.",
+ " RewriteRule .? %{ENV:BASE}/index.php [L]",
+ "",
"",
- "/* That's all, stop editing! Happy blogging. */",
- "$config->apply();",
- "/** Sets up WordPress vars and included files. */",
- "require_once(ABSPATH . 'wp-settings.php');",
+ "",
+ " ",
+ " RedirectMatch 302 ^/$ /index.php/",
+ " ",
+ "",
""
],
"executable": false
@@ -215,18 +215,24 @@
],
"executable": false
},
- "wp/plugins/index.php": {
+ "wp/themes/wp-blank/style.css": {
"contents": [
- "",
+ "