diff --git a/armin.scssphp-bundle.1.0.json b/armin.scssphp-bundle.1.0.json
index 68499cd3..b52951a2 100644
--- a/armin.scssphp-bundle.1.0.json
+++ b/armin.scssphp-bundle.1.0.json
@@ -12,15 +12,6 @@
}
},
"files": {
- "config/packages/scssphp.yaml": {
- "contents": [
- "scssphp:",
- " enabled: true",
- " autoUpdate: true",
- ""
- ],
- "executable": false
- },
"config/packages/prod/scssphp.yaml": {
"contents": [
"scssphp:",
@@ -29,6 +20,15 @@
""
],
"executable": false
+ },
+ "config/packages/scssphp.yaml": {
+ "contents": [
+ "scssphp:",
+ " enabled: true",
+ " autoUpdate: true",
+ ""
+ ],
+ "executable": false
}
},
"ref": "dfcd909f037c7f1e2535bec00c1eba240d7aa513"
diff --git a/artprima.prometheus-metrics-bundle.1.0.json b/artprima.prometheus-metrics-bundle.1.0.json
index 57274419..cec0651f 100644
--- a/artprima.prometheus-metrics-bundle.1.0.json
+++ b/artprima.prometheus-metrics-bundle.1.0.json
@@ -12,14 +12,6 @@
}
},
"files": {
- "config/packages/test/prometheus_metrics.yaml": {
- "contents": [
- "artprima_prometheus_metrics:",
- " type: in_memory",
- ""
- ],
- "executable": false
- },
"config/packages/prometheus_metrics.yaml": {
"contents": [
"artprima_prometheus_metrics:",
@@ -32,6 +24,14 @@
],
"executable": false
},
+ "config/packages/test/prometheus_metrics.yaml": {
+ "contents": [
+ "artprima_prometheus_metrics:",
+ " type: in_memory",
+ ""
+ ],
+ "executable": false
+ },
"config/routes/metrics.yaml": {
"contents": [
"app_metrics:",
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": [
" __DIR__ . '/json-schema.json',",
+ " 'root-class' => 'MyModel',",
+ " 'namespace' => 'MyApp\\Library\\Generated',",
+ " 'directory' => __DIR__ . '/../../generated',",
+ "];",
+ ""
+ ],
+ "executable": false
+ },
"config/packages/jane.yaml": {
"contents": [
"services:",
@@ -67,20 +81,6 @@
""
],
"executable": false
- },
- "config/jane/config.php": {
- "contents": [
- " __DIR__ . '/json-schema.json',",
- " 'root-class' => 'MyModel',",
- " 'namespace' => 'MyApp\\Library\\Generated',",
- " 'directory' => __DIR__ . '/../../generated',",
- "];",
- ""
- ],
- "executable": false
}
},
"ref": "3767579880e8b47f87deb6256339291e25a90378"
diff --git a/jane-php.json-schema.6.0.json b/jane-php.json-schema.6.0.json
index 383ba69e..cc785b35 100644
--- a/jane-php.json-schema.6.0.json
+++ b/jane-php.json-schema.6.0.json
@@ -42,18 +42,6 @@
],
"executable": true
},
- "config/packages/jane.yaml": {
- "contents": [
- "services:",
- " _defaults:",
- " autowire: true",
- " autoconfigure: true",
- "",
- "# MyApp\\Library\\Generated\\Normalizer\\JaneObjectNormalizer: null",
- ""
- ],
- "executable": false
- },
"config/jane/json_schema.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",
+ "",
+ " RewriteCond %{REQUEST_URI}::$1 ^(/.+)/(.*)::\\2$",
+ " RewriteRule ^(.*) - [E=BASE:%1]",
+ "",
+ " RewriteCond %{ENV:REDIRECT_STATUS} ^$",
+ " RewriteRule ^index\\.php(/(.*)|$) %{ENV:BASE}/$2 [R=301,L]",
+ "",
+ " RewriteCond %{REQUEST_FILENAME} -f [OR]",
+ " RewriteCond %{REQUEST_FILENAME} -d",
+ " RewriteRule .? - [L]",
+ "",
+ " # Rewrite all other queries to the front controller.",
+ " RewriteRule .? %{ENV:BASE}/index.php [L]",
+ "",
+ "",
+ "",
+ " ",
+ " RedirectMatch 302 ^/$ /index.php/",
+ " ",
+ "",
+ ""
+ ],
+ "executable": false
+ },
+ "public/index.php": {
+ "contents": [
+ "load(__DIR__.'/../.env');",
+ " }",
+ "",
+ " $env = $_SERVER['APP_ENV'] ?? 'dev';",
+ " $debug = (bool) ($_SERVER['APP_DEBUG'] ?? ('prod' !== $env));",
+ "",
+ " if ($debug) {",
+ " umask(0000);",
+ "",
+ " Debug::enable();",
+ " }",
+ " define('WP_DEBUG', $debug);",
+ "",
+ " if ($trustedProxies = $_SERVER['TRUSTED_PROXIES'] ?? false) {",
+ " Request::setTrustedProxies(explode(',', $trustedProxies), Request::HEADER_X_FORWARDED_ALL ^ Request::HEADER_X_FORWARDED_HOST);",
+ " }",
+ "",
+ " if ($trustedHosts = $_SERVER['TRUSTED_HOSTS'] ?? false) {",
+ " Request::setTrustedHosts(explode(',', $trustedHosts));",
+ " }",
+ "",
+ " $kernel = new Kernel($env, $debug);",
+ " # SF container in WP",
+ " $GLOBALS['sf'] = function ($id) use (&$kernel) {",
+ " return $kernel->getContainer()->get($id);",
+ " };",
+ "",
+ " $kernelRequest = Request::createFromGlobals();",
+ " $kernelResponse = $kernel->handle($kernelRequest);",
+ " $kernelResponse->send();",
+ " $kernel->terminate($kernelRequest, $kernelResponse);",
+ "}",
+ "run();",
+ ""
+ ],
+ "executable": false
+ },
"sf-wp-bootstrap.php": {
"contents": [
"load(__DIR__.'/../.env');",
- " }",
- "",
- " $env = $_SERVER['APP_ENV'] ?? 'dev';",
- " $debug = (bool) ($_SERVER['APP_DEBUG'] ?? ('prod' !== $env));",
- "",
- " if ($debug) {",
- " umask(0000);",
- "",
- " Debug::enable();",
- " }",
- " define('WP_DEBUG', $debug);",
- "",
- " if ($trustedProxies = $_SERVER['TRUSTED_PROXIES'] ?? false) {",
- " Request::setTrustedProxies(explode(',', $trustedProxies), Request::HEADER_X_FORWARDED_ALL ^ Request::HEADER_X_FORWARDED_HOST);",
- " }",
- "",
- " if ($trustedHosts = $_SERVER['TRUSTED_HOSTS'] ?? false) {",
- " Request::setTrustedHosts(explode(',', $trustedHosts));",
- " }",
- "",
- " $kernel = new Kernel($env, $debug);",
- " # SF container in WP",
- " $GLOBALS['sf'] = function ($id) use (&$kernel) {",
- " return $kernel->getContainer()->get($id);",
- " };",
- "",
- " $kernelRequest = Request::createFromGlobals();",
- " $kernelResponse = $kernel->handle($kernelRequest);",
- " $kernelResponse->send();",
- " $kernel->terminate($kernelRequest, $kernelResponse);",
- "}",
- "run();",
- ""
- ],
- "executable": false
- },
- "public/.htaccess": {
- "contents": [
- "",
- " RewriteEngine On",
- "",
- " RewriteCond %{REQUEST_URI}::$1 ^(/.+)/(.*)::\\2$",
- " RewriteRule ^(.*) - [E=BASE:%1]",
- "",
- " RewriteCond %{ENV:REDIRECT_STATUS} ^$",
- " RewriteRule ^index\\.php(/(.*)|$) %{ENV:BASE}/$2 [R=301,L]",
- "",
- " RewriteCond %{REQUEST_FILENAME} -f [OR]",
- " RewriteCond %{REQUEST_FILENAME} -d",
- " RewriteRule .? - [L]",
- "",
- " # Rewrite all other queries to the front controller.",
- " RewriteRule .? %{ENV:BASE}/index.php [L]",
- "",
- "",
- "",
- " ",
- " RedirectMatch 302 ^/$ /index.php/",
- " ",
- "",
- ""
- ],
- "executable": false
- },
"wp/mu-plugins/symfony-bridge.php": {
"contents": [
"",
- "",
- "",
- " ",
- " ",
- " ",
- "",
- " ",
- " ",
- " ",
- " ",
- " Nothing to see.
",
- " ",
- " ",
- "",
- "",
- "",
+ "