From 853ffd2f6cc55d6dd5d99a483426efcc58076f4f Mon Sep 17 00:00:00 2001
From: github-action bot <>
Date: Mon, 11 Oct 2021 06:50:17 +0000
Subject: [PATCH] Update Flex endpoint
---
artprima.prometheus-metrics-bundle.1.0.json | 16 +-
beelab.tag-bundle.1.3.json | 16 +-
codeception.codeception.2.3.json | 236 ++++++-------
datana-gmbh.datapool-api.1.0.json | 58 +++
doctrine.mongodb-odm-bundle.3.3.json | 46 +--
doctrine.phpcr-dbal-symfony-pack.1.0.json | 58 +--
enhavo.app-bundle.0.9.json | 44 +--
enigma972.user-bundle.0.4.json | 50 +--
enqueue.enqueue-bundle.0.4.json | 20 +-
enqueue.enqueue-bundle.0.9.json | 20 +-
excelwebzone.recaptcha-bundle.1.5.json | 16 +-
friends-of-behat.symfony-extension.2.0.json | 26 +-
friendsofsymfony.oauth-server-bundle.1.6.json | 62 ++--
gheb.data-migrations-bundle.1.3.json | 12 +-
hautelook.alice-bundle.2.1.json | 16 +-
hugosoltys.fitz-bundle.1.0.json | 20 +-
index.json | 3 +
jms.serializer-bundle.2.0.json | 24 +-
jms.serializer-bundle.3.0.json | 24 +-
lag.adminbundle.1.0.json | 12 +-
league.flysystem-bundle.1.0.json | 12 +-
machy8.webloader-bundle.1.1.json | 16 +-
mailxpert.apibundle.0.1.json | 42 +--
mapado.rest-client-sdk-bundle.0.24.json | 14 +-
maps_red.ticketing-bundle.0.6.json | 316 ++++++++---------
mediamonks.sonata-media-bundle.2.0.json | 40 +--
mobizel.markdown-docs-bundle.0.1.json | 22 +-
mobizel.markdown-docs-bundle.0.9.json | 22 +-
msgphp.eav-bundle.0.10.json | 68 ++--
msgphp.user-bundle.0.10.json | 18 +-
mukadi.wordpress-bundle.1.0.json | 136 +++----
mukadi.wordpress-bundle.1.1.json | 90 ++---
...sylius-minimum-order-value-plugin.1.0.json | 16 +-
networking.init-cms-bundle.4.0.json | 334 +++++++++---------
nucleos.user-bundle.1.1.json | 46 +--
orbitale.cms-bundle.3.0.json | 50 +--
orbitale.easyimpress-bundle.1.0.json | 16 +-
overblog.graphql-bundle.0.11.json | 12 +-
overblog.graphql-bundle.0.12.json | 12 +-
overblog.graphql-bundle.0.9.json | 18 +-
php-amqplib.rabbitmq-bundle.1.12.json | 12 +-
phpfastcgi.fastcgi-daemon.0.11.json | 30 +-
phpzlc.document-bundle.1.1.json | 48 +--
pierstoval.character-manager.0.5.json | 42 +--
prooph.event-store-symfony-bundle.0.4.json | 32 +-
sonata-project.admin-bundle.3.31.json | 12 +-
sonata-project.admin-bundle.3.64.json | 12 +-
sonata-project.admin-bundle.4.0.json | 12 +-
sonata-project.classification-bundle.3.7.json | 146 ++++----
sonata-project.media-odm-pack.1.0.json | 154 ++++----
sonata-project.media-orm-pack.1.0.json | 170 ++++-----
sonata-project.notification-orm-pack.1.0.json | 24 +-
sonata-project.page-bundle.3.9.json | 210 +++++------
systemsdk.easy-log-bundle.1.10.json | 4 +-
tienvx.mbt-bundle.1.15.json | 12 +-
tienvx.mbt-bundle.1.7.json | 12 +-
timiki.rpc-server-bundle.4.0.json | 12 +-
timiki.rpc-server-bundle.4.2.json | 12 +-
tsantos.serializer-bundle.1.0.json | 12 +-
vincentchalamon.nav-bundle.1.0.json | 12 +-
wouterj.eloquent-bundle.1.0.json | 12 +-
61 files changed, 1566 insertions(+), 1505 deletions(-)
create mode 100644 datana-gmbh.datapool-api.1.0.json
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": [
- "",
+ "