diff --git a/yousign/zdd-message-bundle/0.1/config/zdd_message.php b/21torr/hosting/2.1/config/packages/hosting.php similarity index 69% rename from yousign/zdd-message-bundle/0.1/config/zdd_message.php rename to 21torr/hosting/2.1/config/packages/hosting.php index 43e50b40..47791b4f 100644 --- a/yousign/zdd-message-bundle/0.1/config/zdd_message.php +++ b/21torr/hosting/2.1/config/packages/hosting.php @@ -5,7 +5,7 @@ use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; return static function (ContainerConfigurator $containerConfigurator): void { - $containerConfigurator->extension('zdd_message', [ - 'configurator' => null, + $containerConfigurator->extension('hosting', [ + 'tier' => '%env(HOSTING_TIER)%', ]); }; diff --git a/21torr/hosting/2.1/manifest.json b/21torr/hosting/2.1/manifest.json new file mode 100644 index 00000000..050e52d6 --- /dev/null +++ b/21torr/hosting/2.1/manifest.json @@ -0,0 +1,14 @@ +{ + "bundles": { + "Torr\\Hosting\\HostingBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "HOSTING_TIER": "development" + }, + "gitignore": [ + "/.build-info.json" + ] +} diff --git a/21torr/hosting/3.2/config/packages/hosting.php b/21torr/hosting/3.2/config/packages/hosting.php new file mode 100644 index 00000000..d220839b --- /dev/null +++ b/21torr/hosting/3.2/config/packages/hosting.php @@ -0,0 +1,12 @@ +extension('hosting', [ + 'tier' => '%env(HOSTING_TIER)%', + 'installation' => '%env(HOSTING_INSTALLATION)%', + ]); +}; diff --git a/21torr/hosting/3.2/config/routes/hosting.php b/21torr/hosting/3.2/config/routes/hosting.php new file mode 100644 index 00000000..805ff964 --- /dev/null +++ b/21torr/hosting/3.2/config/routes/hosting.php @@ -0,0 +1,10 @@ +import('@HostingBundle/config/routes.yaml') + ->prefix('/hosting'); +}; diff --git a/21torr/hosting/3.2/manifest.json b/21torr/hosting/3.2/manifest.json new file mode 100644 index 00000000..71825c6a --- /dev/null +++ b/21torr/hosting/3.2/manifest.json @@ -0,0 +1,15 @@ +{ + "bundles": { + "Torr\\Hosting\\HostingBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "HOSTING_TIER": "development", + "HOSTING_INSTALLATION": "" + }, + "gitignore": [ + "/.build-info.json" + ] +} diff --git a/21torr/storyblok/3.0/config/packages/storyblok.php b/21torr/storyblok/3.0/config/packages/storyblok.php new file mode 100644 index 00000000..e9a57736 --- /dev/null +++ b/21torr/storyblok/3.0/config/packages/storyblok.php @@ -0,0 +1,13 @@ +extension('storyblok', [ + 'space_id' => '%env(int:STORYBLOK_SPACE_ID)%', + 'management_token' => '%env(STORYBLOK_MANAGEMENT_TOKEN)%', + 'content_token' => '%env(STORYBLOK_CONTENT_TOKEN)%', + ]); +}; diff --git a/21torr/storyblok/3.0/manifest.json b/21torr/storyblok/3.0/manifest.json new file mode 100644 index 00000000..5d1834a2 --- /dev/null +++ b/21torr/storyblok/3.0/manifest.json @@ -0,0 +1,13 @@ +{ + "bundles": { + "Torr\\Storyblok\\TorrStoryblokBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "STORYBLOK_SPACE_ID": "", + "STORYBLOK_MANAGEMENT_TOKEN": "", + "STORYBLOK_CONTENT_TOKEN": "" + } +} diff --git a/21torr/task-manager/2.0/config/packages/task_manager.php b/21torr/task-manager/2.0/config/packages/task_manager.php new file mode 100644 index 00000000..23272c12 --- /dev/null +++ b/21torr/task-manager/2.0/config/packages/task_manager.php @@ -0,0 +1,15 @@ +extension('task_manager', [ + 'queues' => [ + 'app_very_urgent', + 'app_urgent', + 'app', + ], + ]); +}; diff --git a/21torr/task-manager/2.0/manifest.json b/21torr/task-manager/2.0/manifest.json new file mode 100644 index 00000000..0e7f6feb --- /dev/null +++ b/21torr/task-manager/2.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Torr\\TaskManager\\TaskManagerBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/adlarge/fixtures-documentation-bundle/1.1/config/packages/dev/adlarge_fixtures_documentation.php b/adlarge/fixtures-documentation-bundle/1.1/config/packages/dev/adlarge_fixtures_documentation.php index 76776636..3309fd51 100644 --- a/adlarge/fixtures-documentation-bundle/1.1/config/packages/dev/adlarge_fixtures_documentation.php +++ b/adlarge/fixtures-documentation-bundle/1.1/config/packages/dev/adlarge_fixtures_documentation.php @@ -7,6 +7,8 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('adlarge_fixtures_documentation', [ 'title' => 'Fixtures documentation', - 'reloadCommands' => ['php bin/console doctrine:fixtures:load'], + 'reloadCommands' => [ + 'php bin/console doctrine:fixtures:load', + ], ]); }; diff --git a/agilelab-fr/captcha-bundle/1.0/config/packages/agilelab_fr_captcha.php b/agilelab-fr/captcha-bundle/1.0/config/packages/agilelab_fr_captcha.php new file mode 100644 index 00000000..39f26dab --- /dev/null +++ b/agilelab-fr/captcha-bundle/1.0/config/packages/agilelab_fr_captcha.php @@ -0,0 +1,16 @@ +extension('captcha_bundle', [ + 'width' => 120, + 'height' => 40, + 'length' => 6, + 'lines' => 8, + 'characters' => 'ABCDEFGHJKLMNPQRSTUVWXYZ23456789', + 'case_sensitive' => true, + ]); +}; diff --git a/agilelab-fr/captcha-bundle/1.0/config/routes/agilelab_fr_captcha.php b/agilelab-fr/captcha-bundle/1.0/config/routes/agilelab_fr_captcha.php new file mode 100644 index 00000000..b53bb52c --- /dev/null +++ b/agilelab-fr/captcha-bundle/1.0/config/routes/agilelab_fr_captcha.php @@ -0,0 +1,9 @@ +import('@AgilelabFrCaptchaBundle/config/routes.yaml'); +}; diff --git a/agilelab-fr/captcha-bundle/1.0/manifest.json b/agilelab-fr/captcha-bundle/1.0/manifest.json new file mode 100644 index 00000000..82f832be --- /dev/null +++ b/agilelab-fr/captcha-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "AgilelabFr\\CaptchaBundle\\AgilelabFrCaptchaBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/alexgeno/phone-verification-bundle/1.0/config/routes/alex_geno_phone_verification.php b/alexgeno/phone-verification-bundle/1.0/config/routes/alex_geno_phone_verification.php index dd3f5afd..60d849d8 100644 --- a/alexgeno/phone-verification-bundle/1.0/config/routes/alex_geno_phone_verification.php +++ b/alexgeno/phone-verification-bundle/1.0/config/routes/alex_geno_phone_verification.php @@ -7,9 +7,13 @@ return static function (RoutingConfigurator $routingConfigurator): void { $routingConfigurator->add('phone_verification_initiate', '/phone-verification/initiate/{to}') ->controller('AlexGeno\PhoneVerificationBundle\Controller\PhoneVerificationController::initiate') - ->methods(['POST']); + ->methods([ + 'POST', + ]); $routingConfigurator->add('phone_verification_complete', '/phone-verification/complete/{to}/{otp}') ->controller('AlexGeno\PhoneVerificationBundle\Controller\PhoneVerificationController::complete') - ->methods(['POST']); + ->methods([ + 'POST', + ]); }; diff --git a/alms/cycle-bundle/0.1/config/packages/cycle.php b/alms/cycle-bundle/0.1/config/packages/cycle.php new file mode 100644 index 00000000..946e9e61 --- /dev/null +++ b/alms/cycle-bundle/0.1/config/packages/cycle.php @@ -0,0 +1,53 @@ +extension('cycle', [ + 'dbal' => [ + 'databases' => [ + 'default' => [ + 'connection' => 'default_connection', + ], + ], + 'connections' => [ + 'default_connection' => [ + 'driver' => 'mysql', + 'host' => '%env(resolve:DB_HOST)%', + 'port' => '%env(int:DB_PORT)%', + 'dbname' => '%env(resolve:DB_NAME)%', + 'user' => '%env(resolve:DB_USER)%', + 'password' => '%env(resolve:DB_PASSWORD)%', + 'charset' => 'utf8', + ], + ], + ], + 'orm' => [ + 'schema' => [ + 'type' => 'attribute', + 'dir' => '%kernel.project_dir%/src/Entity', + ], + 'cache_dir' => '%kernel.cache_dir%/cycle', + 'relation' => [ + 'fk_create' => false, + 'index_create' => false, + ], + ], + 'migration' => [ + 'directory' => '%kernel.project_dir%/migrations', + ], + ]); + if ($containerConfigurator->env() === 'test') { + $containerConfigurator->extension('cycle', [ + 'dbal' => [ + 'connections' => [ + 'default_connection' => [ + 'dbname' => 'test_%env(resolve:DB_NAME)%', + ], + ], + ], + ]); + } +}; diff --git a/alms/cycle-bundle/0.1/manifest.json b/alms/cycle-bundle/0.1/manifest.json new file mode 100644 index 00000000..c935fe6c --- /dev/null +++ b/alms/cycle-bundle/0.1/manifest.json @@ -0,0 +1,23 @@ +{ + "bundles": { + "Alms\\Bundle\\CycleBundle\\CycleBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/", + "migrations/": "migrations/" + }, + "env": { + "DB_DRIVER": "mysql", + "DB_HOST": "localhost", + "DB_PORT": "3306", + "DB_NAME": "app", + "DB_USER": "root", + "DB_PASSWORD": "secret" + }, + "post-install-output": [ + " * Modify your database config in .env" + ] +} diff --git a/alms/cycle-bundle/0.1/migrations/.gitignore b/alms/cycle-bundle/0.1/migrations/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/alms/cycle-bundle/0.1/src/Entity/.gitignore b/alms/cycle-bundle/0.1/src/Entity/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/alms/cycle-bundle/0.1/src/Repository/.gitignore b/alms/cycle-bundle/0.1/src/Repository/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/geosocio/http-serializer-bundle/2.0/config/packages/geosocio_http_serializer.php b/alteis/hagreed-bundle/1.0/config/packages/alteis_hagreed.php similarity index 66% rename from geosocio/http-serializer-bundle/2.0/config/packages/geosocio_http_serializer.php rename to alteis/hagreed-bundle/1.0/config/packages/alteis_hagreed.php index a7080d07..19a82412 100644 --- a/geosocio/http-serializer-bundle/2.0/config/packages/geosocio_http_serializer.php +++ b/alteis/hagreed-bundle/1.0/config/packages/alteis_hagreed.php @@ -5,7 +5,7 @@ use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; return static function (ContainerConfigurator $containerConfigurator): void { - $containerConfigurator->extension('geosocio_http_serializer', [ - 'default_format' => 'json', + $containerConfigurator->extension('alteis_hagreed', [ + 'token' => '%env(HAGREED_TOKEN)%', ]); }; diff --git a/alteis/hagreed-bundle/1.0/manifest.json b/alteis/hagreed-bundle/1.0/manifest.json new file mode 100644 index 00000000..23988765 --- /dev/null +++ b/alteis/hagreed-bundle/1.0/manifest.json @@ -0,0 +1,13 @@ +{ + "bundles": { + "Alteis\\HagreedBundle\\AlteisHagreedBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "HAGREED_TOKEN": "" + } +} diff --git a/ambient-link/ability-sdk/1.0/config/packages/ability.php b/ambient-link/ability-sdk/1.0/config/packages/ability.php index de219839..a5558044 100644 --- a/ambient-link/ability-sdk/1.0/config/packages/ability.php +++ b/ambient-link/ability-sdk/1.0/config/packages/ability.php @@ -9,14 +9,22 @@ $services = $containerConfigurator->services(); $services->set('AmbientLink\SDK\SmartMonkeyConnection') - ->args([service('amnient.link_connection_settings'), '%env(AMBIENT_LINK_USERNAME)%', '%env(AMBIENT_LINK_PASSWORD)%']); + ->args([ + service('amnient.link_connection_settings'), + '%env(AMBIENT_LINK_USERNAME)%', + '%env(AMBIENT_LINK_PASSWORD)%', + ]); $services->set('amnient.link_connection_settings', 'PhpMqtt\Client\ConnectionSettings'); $services->alias('PhpMqtt\Client\Contracts\MQTTClient', 'PhpMqtt\Client\MQTTClient'); $services->set('PhpMqtt\Client\MQTTClient') - ->args(['%env(AMBIENT_LINK_HOST)%', '%env(AMBIENT_LINK_PORT)%', '%env(AMBIENT_LINK_MONKEY_ID)%']); + ->args([ + '%env(AMBIENT_LINK_HOST)%', + '%env(AMBIENT_LINK_PORT)%', + '%env(AMBIENT_LINK_MONKEY_ID)%', + ]); $services->set('AmbientLink\SDK\Mqtt\MqttAdapter') ->arg('$username', '%env(AMBIENT_LINK_USERNAME)%') diff --git a/andchir/omnipay-bundle/1.0/config/packages/omnipay.php b/andchir/omnipay-bundle/1.0/config/packages/omnipay.php index e73ed2e3..e61d74b2 100644 --- a/andchir/omnipay-bundle/1.0/config/packages/omnipay.php +++ b/andchir/omnipay-bundle/1.0/config/packages/omnipay.php @@ -12,8 +12,12 @@ 'notify_url' => '/omnipay_notify', 'cancel_url' => '/omnipay_cancel', 'data_keys' => [ - 'paymentId' => ['orderNumber'], - 'customerEmail' => ['customerNumber'], + 'paymentId' => [ + 'orderNumber', + ], + 'customerEmail' => [ + 'customerNumber', + ], ], 'gateways' => null, ]); diff --git a/anezi/locale-extension/1.0/config/packages/anezi_locale_extension.php b/anezi/locale-extension/1.0/config/packages/anezi_locale_extension.php index 1a86bb6c..3b8e3943 100644 --- a/anezi/locale-extension/1.0/config/packages/anezi_locale_extension.php +++ b/anezi/locale-extension/1.0/config/packages/anezi_locale_extension.php @@ -9,6 +9,9 @@ $services->set('anezi_twig.locale_extension', 'Anezi\Locale\Twig\Extension\LocaleExtension') ->private() - ->arg('$locales', ['fr', 'en']) + ->arg('$locales', [ + 'fr', + 'en', + ]) ->tag('twig.extension'); }; diff --git a/anyx/login-gate-bundle/1.0/config/packages/login_gate.php b/anyx/login-gate-bundle/1.0/config/packages/login_gate.php index 49cef2b2..4df898e8 100644 --- a/anyx/login-gate-bundle/1.0/config/packages/login_gate.php +++ b/anyx/login-gate-bundle/1.0/config/packages/login_gate.php @@ -6,7 +6,9 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('login_gate', [ - 'storages' => ['session'], + 'storages' => [ + 'session', + ], 'options' => [ 'max_count_attempts' => 3, 'timeout' => 600, diff --git a/arad021/entity-already-exists-validation-constraint/1.0/config/packages/arad021_entity_already_exists_validator.php b/arad021/entity-already-exists-validation-constraint/1.0/config/packages/arad021_entity_already_exists_validator.php new file mode 100644 index 00000000..fcc1049a --- /dev/null +++ b/arad021/entity-already-exists-validation-constraint/1.0/config/packages/arad021_entity_already_exists_validator.php @@ -0,0 +1,16 @@ +services(); + + $services->set('Arad021\Validator\Constraint\EntityNotExistValidator') + ->args([ + service('doctrine.orm.entity_manager'), + ]) + ->tag('validator.constraint_validator'); +}; diff --git a/arad021/entity-already-exists-validation-constraint/1.0/manifest.json b/arad021/entity-already-exists-validation-constraint/1.0/manifest.json new file mode 100644 index 00000000..e164c6e6 --- /dev/null +++ b/arad021/entity-already-exists-validation-constraint/1.0/manifest.json @@ -0,0 +1,5 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/artack/svg-inline-bundle/1.0/config/packages/artack_svg_inline.php b/artack/svg-inline-bundle/1.0/config/packages/artack_svg_inline.php new file mode 100644 index 00000000..5e7c93f3 --- /dev/null +++ b/artack/svg-inline-bundle/1.0/config/packages/artack_svg_inline.php @@ -0,0 +1,11 @@ +extension('svg_inline', [ + 'path' => '%kernel.project_dir%/assets/svg', + ]); +}; diff --git a/artack/svg-inline-bundle/1.0/manifest.json b/artack/svg-inline-bundle/1.0/manifest.json new file mode 100644 index 00000000..dfdb1926 --- /dev/null +++ b/artack/svg-inline-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Artack\\SvgInlineBundle\\SvgInlineBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/artprima/prometheus-metrics-bundle/1.0/config/packages/prometheus_metrics.php b/artprima/prometheus-metrics-bundle/1.0/config/packages/prometheus_metrics.php index 7b4aa30b..babe243b 100644 --- a/artprima/prometheus-metrics-bundle/1.0/config/packages/prometheus_metrics.php +++ b/artprima/prometheus-metrics-bundle/1.0/config/packages/prometheus_metrics.php @@ -8,6 +8,9 @@ $containerConfigurator->extension('artprima_prometheus_metrics', [ 'namespace' => 'myapp', 'type' => 'apcu', - 'ignored_routes' => ['prometheus_bundle_prometheus', '_wdt'], + 'ignored_routes' => [ + 'prometheus_bundle_prometheus', + '_wdt', + ], ]); }; diff --git a/artprima/prometheus-metrics-bundle/1.14/config/packages/prometheus_metrics.php b/artprima/prometheus-metrics-bundle/1.14/config/packages/prometheus_metrics.php index fdc0aaaf..e811ed7a 100644 --- a/artprima/prometheus-metrics-bundle/1.14/config/packages/prometheus_metrics.php +++ b/artprima/prometheus-metrics-bundle/1.14/config/packages/prometheus_metrics.php @@ -8,7 +8,10 @@ $containerConfigurator->extension('artprima_prometheus_metrics', [ 'namespace' => 'myapp', 'storage' => '%env(PROM_METRICS_DSN)%', - 'ignored_routes' => ['prometheus_bundle_prometheus', '_wdt'], + 'ignored_routes' => [ + 'prometheus_bundle_prometheus', + '_wdt', + ], 'disable_default_promphp_metrics' => true, ]); if ($containerConfigurator->env() === 'test') { diff --git a/artyuum/request-dto-mapper-bundle/1.0/config/packages/artyum_request_dto_mapper.php b/artyuum/request-dto-mapper-bundle/1.0/config/packages/artyum_request_dto_mapper.php index efa40bcf..130a04ee 100644 --- a/artyuum/request-dto-mapper-bundle/1.0/config/packages/artyum_request_dto_mapper.php +++ b/artyuum/request-dto-mapper-bundle/1.0/config/packages/artyum_request_dto_mapper.php @@ -8,13 +8,17 @@ $containerConfigurator->extension('artyum_request_dto_mapper', [ 'default_extractor' => null, 'denormalizer' => [ - 'default_options' => [], - 'additional_options' => [], + 'default_options' => [ + ], + 'additional_options' => [ + ], ], 'validation' => [ 'enabled' => false, - 'default_groups' => [], - 'additional_groups' => [], + 'default_groups' => [ + ], + 'additional_groups' => [ + ], 'throw_on_violation' => true, ], ]); diff --git a/baldinof/roadrunner-bundle/2.0/config/packages/baldinof_road_runner.php b/baldinof/roadrunner-bundle/2.0/config/packages/baldinof_road_runner.php index 7c197cac..375a60d7 100644 --- a/baldinof/roadrunner-bundle/2.0/config/packages/baldinof_road_runner.php +++ b/baldinof/roadrunner-bundle/2.0/config/packages/baldinof_road_runner.php @@ -8,7 +8,11 @@ $containerConfigurator->extension('baldinof_road_runner', [ 'kernel_reboot' => [ 'strategy' => 'on_exception', - 'allowed_exceptions' => ['Symfony\Component\HttpKernel\Exception\HttpExceptionInterface', 'Symfony\Component\Serializer\Exception\ExceptionInterface', 'Symfony\Contracts\HttpClient\Exception\ExceptionInterface'], + 'allowed_exceptions' => [ + 'Symfony\Component\HttpKernel\Exception\HttpExceptionInterface', + 'Symfony\Component\Serializer\Exception\ExceptionInterface', + 'Symfony\Contracts\HttpClient\Exception\ExceptionInterface', + ], ], 'metrics' => [ 'enabled' => false, diff --git a/baldinof/roadrunner-bundle/3.0/config/packages/baldinof_road_runner.php b/baldinof/roadrunner-bundle/3.0/config/packages/baldinof_road_runner.php index 7c197cac..375a60d7 100644 --- a/baldinof/roadrunner-bundle/3.0/config/packages/baldinof_road_runner.php +++ b/baldinof/roadrunner-bundle/3.0/config/packages/baldinof_road_runner.php @@ -8,7 +8,11 @@ $containerConfigurator->extension('baldinof_road_runner', [ 'kernel_reboot' => [ 'strategy' => 'on_exception', - 'allowed_exceptions' => ['Symfony\Component\HttpKernel\Exception\HttpExceptionInterface', 'Symfony\Component\Serializer\Exception\ExceptionInterface', 'Symfony\Contracts\HttpClient\Exception\ExceptionInterface'], + 'allowed_exceptions' => [ + 'Symfony\Component\HttpKernel\Exception\HttpExceptionInterface', + 'Symfony\Component\Serializer\Exception\ExceptionInterface', + 'Symfony\Contracts\HttpClient\Exception\ExceptionInterface', + ], ], 'metrics' => [ 'enabled' => false, diff --git a/birkof/netopia-mobilpay-bundle/1.0/config/routes/netopia_mobilpay.php b/birkof/netopia-mobilpay-bundle/1.0/config/routes/netopia_mobilpay.php index 8fdbc733..734d2dd4 100644 --- a/birkof/netopia-mobilpay-bundle/1.0/config/routes/netopia_mobilpay.php +++ b/birkof/netopia-mobilpay-bundle/1.0/config/routes/netopia_mobilpay.php @@ -11,7 +11,9 @@ 'route' => 'default', 'permanent' => true, ]) - ->methods(['GET']); + ->methods([ + 'GET', + ]); $routingConfigurator->add('netopia_mobilpay_confirm_url', '/netopia-mobilpay/confirm') ->controller('FrameworkBundle:Redirect:redirect') @@ -19,5 +21,7 @@ 'route' => 'default', 'permanent' => true, ]) - ->methods(['POST']); + ->methods([ + 'POST', + ]); }; diff --git a/bitbag/cms-plugin/3.0/config/packages/bitbag_cms_plugin.php b/bitbag/cms-plugin/3.0/config/packages/bitbag_cms_plugin.php index b5fe5aa4..81f917a9 100644 --- a/bitbag/cms-plugin/3.0/config/packages/bitbag_cms_plugin.php +++ b/bitbag/cms-plugin/3.0/config/packages/bitbag_cms_plugin.php @@ -8,6 +8,8 @@ $containerConfigurator->import('@BitBagSyliusCmsPlugin/Resources/config/config.yml'); $containerConfigurator->extension('twig', [ - 'form_themes' => ['@BitBagSyliusCmsPlugin/Form/ckeditor_widget.html.twig'], + 'form_themes' => [ + '@BitBagSyliusCmsPlugin/Form/ckeditor_widget.html.twig', + ], ]); }; diff --git a/bitbag/product-bundle-plugin/1.2/config/routes/bitbag_product_bundle_plugin.php b/bitbag/product-bundle-plugin/1.2/config/routes/bitbag_product_bundle_plugin.php index 4a3dcb48..6475d568 100644 --- a/bitbag/product-bundle-plugin/1.2/config/routes/bitbag_product_bundle_plugin.php +++ b/bitbag/product-bundle-plugin/1.2/config/routes/bitbag_product_bundle_plugin.php @@ -5,6 +5,5 @@ use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator; return static function (RoutingConfigurator $routingConfigurator): void { - $routingConfigurator->import('@BitBagSyliusProductBundlePlugin/Resources/config/routing.yml') - ->prefix('/admin'); + $routingConfigurator->import('@BitBagSyliusProductBundlePlugin/Resources/config/routing.yml'); }; diff --git a/bitbag/wishlist-plugin/4.4/config/packages/bitbag_wishlist_plugin.php b/bitbag/wishlist-plugin/4.4/config/packages/bitbag_wishlist_plugin.php new file mode 100644 index 00000000..77f2789e --- /dev/null +++ b/bitbag/wishlist-plugin/4.4/config/packages/bitbag_wishlist_plugin.php @@ -0,0 +1,9 @@ +import('@BitBagSyliusWishlistPlugin/Resources/config/config.yml'); +}; diff --git a/bitbag/wishlist-plugin/4.4/config/routes/bitbag_wishlist_plugin.php b/bitbag/wishlist-plugin/4.4/config/routes/bitbag_wishlist_plugin.php new file mode 100644 index 00000000..72b0af02 --- /dev/null +++ b/bitbag/wishlist-plugin/4.4/config/routes/bitbag_wishlist_plugin.php @@ -0,0 +1,9 @@ +import('@BitBagSyliusWishlistPlugin/Resources/config/routing.yml'); +}; diff --git a/bitbag/wishlist-plugin/4.4/manifest.json b/bitbag/wishlist-plugin/4.4/manifest.json new file mode 100644 index 00000000..cb8f0779 --- /dev/null +++ b/bitbag/wishlist-plugin/4.4/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "BitBag\\SyliusWishlistPlugin\\BitBagSyliusWishlistPlugin": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/bitbag/wishlist-plugin/4.4/post-install.txt b/bitbag/wishlist-plugin/4.4/post-install.txt new file mode 100644 index 00000000..36d2244d --- /dev/null +++ b/bitbag/wishlist-plugin/4.4/post-install.txt @@ -0,0 +1,2 @@ + If you want to contact us, the best way is to fill the form on our website or send us an e-mail to hello@bitbag.io with your question(s). + We guarantee that we answer as soon as we can! diff --git a/bizkit/versioning-bundle/1.0/config/packages/bizkit_versioning.php b/bizkit/versioning-bundle/1.0/config/packages/bizkit_versioning.php new file mode 100644 index 00000000..79376b48 --- /dev/null +++ b/bizkit/versioning-bundle/1.0/config/packages/bizkit_versioning.php @@ -0,0 +1,15 @@ +extension('bizkit_versioning', [ + 'parameter_prefix' => 'application', + 'strategy' => 'semver', + 'vcs' => [ + 'tagging_mode' => 'ask', + ], + ]); +}; diff --git a/bizkit/versioning-bundle/1.0/manifest.json b/bizkit/versioning-bundle/1.0/manifest.json new file mode 100644 index 00000000..501f66fc --- /dev/null +++ b/bizkit/versioning-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Bizkit\\VersioningBundle\\BizkitVersioningBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/bizkit/versioning-bundle/1.0/post-install.txt b/bizkit/versioning-bundle/1.0/post-install.txt new file mode 100644 index 00000000..2a7dfad6 --- /dev/null +++ b/bizkit/versioning-bundle/1.0/post-install.txt @@ -0,0 +1,2 @@ + * Configure your versioning strategy in config/packages/bizkit_versioning.yaml. + * Read the complete documentation at https://github.com/HypeMC/versioning-bundle diff --git a/boshurik/telegram-bot-bundle/6.0/config/packages/boshurik_telegram_bot.php b/boshurik/telegram-bot-bundle/6.0/config/packages/boshurik_telegram_bot.php new file mode 100644 index 00000000..def55d10 --- /dev/null +++ b/boshurik/telegram-bot-bundle/6.0/config/packages/boshurik_telegram_bot.php @@ -0,0 +1,13 @@ +extension('boshurik_telegram_bot', [ + 'api' => [ + 'token' => '%env(TELEGRAM_BOT_TOKEN)%', + ], + ]); +}; diff --git a/boshurik/telegram-bot-bundle/6.0/config/routes/boshurik_telegram_bot.php b/boshurik/telegram-bot-bundle/6.0/config/routes/boshurik_telegram_bot.php new file mode 100644 index 00000000..33ba1e31 --- /dev/null +++ b/boshurik/telegram-bot-bundle/6.0/config/routes/boshurik_telegram_bot.php @@ -0,0 +1,10 @@ +import('@BoShurikTelegramBotBundle/Resources/config/routing.php') + ->prefix('/_telegram/%telegram_route_secret%'); +}; diff --git a/boshurik/telegram-bot-bundle/6.0/manifest.json b/boshurik/telegram-bot-bundle/6.0/manifest.json new file mode 100644 index 00000000..eb3c11fa --- /dev/null +++ b/boshurik/telegram-bot-bundle/6.0/manifest.json @@ -0,0 +1,14 @@ +{ + "bundles": { + "BoShurik\\TelegramBotBundle\\BoShurikTelegramBotBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "TELEGRAM_BOT_TOKEN": "bot-token" + }, + "container": { + "telegram_route_secret": "%env(TELEGRAM_BOT_TOKEN)%" + } +} diff --git a/boshurik/telegram-bot-bundle/6.0/post-install.txt b/boshurik/telegram-bot-bundle/6.0/post-install.txt new file mode 100644 index 00000000..7e25fc84 --- /dev/null +++ b/boshurik/telegram-bot-bundle/6.0/post-install.txt @@ -0,0 +1,2 @@ + * Set TELEGRAM_BOT_TOKEN in your environment + * Read the documentation at https://github.com/BoShurik/TelegramBotBundle diff --git a/broadway/event-store-dbal/0.2/config/packages/broadway_event_store_dbal.php b/broadway/event-store-dbal/0.2/config/packages/broadway_event_store_dbal.php index 1700a2cd..71b40807 100644 --- a/broadway/event-store-dbal/0.2/config/packages/broadway_event_store_dbal.php +++ b/broadway/event-store-dbal/0.2/config/packages/broadway_event_store_dbal.php @@ -13,5 +13,12 @@ $services = $containerConfigurator->services(); $services->set('broadway.event_store.dbal', 'Broadway\EventStore\Dbal\DBALEventStore') - ->args([service('doctrine.dbal.default_connection'), service('broadway.serializer.payload'), service('broadway.serializer.metadata'), 'events', false, service('broadway.uuid.converter')]); + ->args([ + service('doctrine.dbal.default_connection'), + service('broadway.serializer.payload'), + service('broadway.serializer.metadata'), + 'events', + false, + service('broadway.uuid.converter'), + ]); }; diff --git a/broadway/event-store-mongodb/0.2/config/packages/broadway_event_store_mongodb.php b/broadway/event-store-mongodb/0.2/config/packages/broadway_event_store_mongodb.php index 4b6cbd69..5df434df 100644 --- a/broadway/event-store-mongodb/0.2/config/packages/broadway_event_store_mongodb.php +++ b/broadway/event-store-mongodb/0.2/config/packages/broadway_event_store_mongodb.php @@ -13,12 +13,24 @@ $services = $containerConfigurator->services(); $services->set('broadway.event_store.mongodb_client', 'MongoDB\Client') - ->args(['%mongodb_uri%']); + ->args([ + '%mongodb_uri%', + ]); $services->set('broadway.event_store.mongodb_collection', 'MongoDB\Collection') - ->factory([service('broadway.event_store.mongodb_client'), 'selectCollection']) - ->args(['%mongodb_database%', 'events']); + ->factory([ + service('broadway.event_store.mongodb_client'), + 'selectCollection', + ]) + ->args([ + '%mongodb_database%', + 'events', + ]); $services->set('broadway.event_store.mongodb', 'Broadway\EventStore\MongoDB\MongoDBEventStore') - ->args([service('broadway.event_store.mongodb_collection'), service('broadway.serializer.payload'), service('broadway.serializer.metadata')]); + ->args([ + service('broadway.event_store.mongodb_collection'), + service('broadway.serializer.payload'), + service('broadway.serializer.metadata'), + ]); }; diff --git a/broadway/read-model-elasticsearch/0.3/config/packages/broadway_read_model_elasticsearch.php b/broadway/read-model-elasticsearch/0.3/config/packages/broadway_read_model_elasticsearch.php index f8801339..0d72c19a 100644 --- a/broadway/read-model-elasticsearch/0.3/config/packages/broadway_read_model_elasticsearch.php +++ b/broadway/read-model-elasticsearch/0.3/config/packages/broadway_read_model_elasticsearch.php @@ -15,9 +15,17 @@ $services->set('broadway.elasticsearch.client_factory', 'Broadway\ReadModel\ElasticSearch\ElasticSearchClientFactory'); $services->set('broadway.read_model.elasticsearch.repository_factory', 'Broadway\ReadModel\ElasticSearch\ElasticSearchRepositoryFactory') - ->args([service('broadway.elasticsearch.client'), service('broadway.serializer.readmodel')]); + ->args([ + service('broadway.elasticsearch.client'), + service('broadway.serializer.readmodel'), + ]); $services->set('broadway.elasticsearch.client', 'Elasticsearch\Client') - ->factory([service('broadway.elasticsearch.client_factory'), 'create']) - ->args(['%elasticsearch%']); + ->factory([ + service('broadway.elasticsearch.client_factory'), + 'create', + ]) + ->args([ + '%elasticsearch%', + ]); }; diff --git a/broadway/read-model-mongodb/0.2/config/packages/broadway_read_model_mongodb.php b/broadway/read-model-mongodb/0.2/config/packages/broadway_read_model_mongodb.php index b780acb8..46d8740f 100644 --- a/broadway/read-model-mongodb/0.2/config/packages/broadway_read_model_mongodb.php +++ b/broadway/read-model-mongodb/0.2/config/packages/broadway_read_model_mongodb.php @@ -13,12 +13,23 @@ $services = $containerConfigurator->services(); $services->set('broadway.read_model.mongodb_client', 'MongoDB\Client') - ->args(['%mongodb_uri%']); + ->args([ + '%mongodb_uri%', + ]); $services->set('broadway.read_model.mongodb_collection', 'MongoDB\Collection') - ->factory([service('broadway.read_model.mongodb_client'), 'selectCollection']) - ->args(['%mongodb_database%', 'read_models']); + ->factory([ + service('broadway.read_model.mongodb_client'), + 'selectCollection', + ]) + ->args([ + '%mongodb_database%', + 'read_models', + ]); $services->set('broadway.read_model.mongodb.repository_factory', 'Broadway\ReadModel\MongoDB\MongoDBRepositoryFactory') - ->args([service('broadway.read_model.mongodb_collection'), service('broadway.serializer.readmodel')]); + ->args([ + service('broadway.read_model.mongodb_collection'), + service('broadway.serializer.readmodel'), + ]); }; diff --git a/codeception/codeception/5.0/codeception.yml b/codeception/codeception/5.0/codeception.yml new file mode 100644 index 00000000..8b422dcb --- /dev/null +++ b/codeception/codeception/5.0/codeception.yml @@ -0,0 +1,19 @@ +namespace: App\Tests +support_namespace: Support +paths: + tests: tests + output: tests/_output + data: tests/Support/Data + support: tests/Support + envs: tests/_envs +actor_suffix: Tester +extensions: + enabled: + - Codeception\Extension\RunFailed +params: + - .env + - .env.test +settings: + shuffle: true + colors: true + report_useless_tests: true diff --git a/codeception/codeception/5.0/manifest.json b/codeception/codeception/5.0/manifest.json new file mode 100644 index 00000000..caa733b4 --- /dev/null +++ b/codeception/codeception/5.0/manifest.json @@ -0,0 +1,6 @@ +{ + "copy-from-recipe": { + "codeception.yml": "codeception.yml", + "tests/": "tests/" + } +} diff --git a/codeception/codeception/5.0/post-install.txt b/codeception/codeception/5.0/post-install.txt new file mode 100644 index 00000000..3bff19f4 --- /dev/null +++ b/codeception/codeception/5.0/post-install.txt @@ -0,0 +1,13 @@ +codeception.yml written <- Global configuration +tests/Unit/ created <- Unit tests +tests/Unit.suite.yml written <- Unit test suite configuration +tests/Functional/ created <- Functional tests +tests/Functional.suite.yml written <- Functional test suite configuration +tests/Acceptance/ created <- Acceptance tests +tests/Acceptance.suite.yml written <- Acceptance test suite configuration +Codeception is installed for acceptance, functional, and unit testing +Next steps: +1. Edit tests/Functional.suite.yml to enable the Doctrine module if needed +2. Create your first acceptance test using vendor/bin/codecept generate:cest Acceptance First +3. Write your first test in tests/Acceptance/FirstCest.php +4. Run tests using: vendor/bin/codecept run diff --git a/codeception/codeception/5.0/tests/Acceptance.suite.yml b/codeception/codeception/5.0/tests/Acceptance.suite.yml new file mode 100644 index 00000000..ab022c39 --- /dev/null +++ b/codeception/codeception/5.0/tests/Acceptance.suite.yml @@ -0,0 +1,15 @@ +# Codeception Acceptance Test Suite Configuration +# +# Perform tests in a browser by either emulating one using PhpBrowser, or in a real browser using WebDriver. +# If you need both WebDriver and PhpBrowser tests, create a separate suite for each. + +actor: AcceptanceTester +modules: + enabled: + - PhpBrowser: + url: https://localhost:8000 +# Add Codeception\Step\Retry trait to AcceptanceTester to enable retries +step_decorators: + - Codeception\Step\ConditionalAssertion + - Codeception\Step\TryTo + - Codeception\Step\Retry diff --git a/codeception/codeception/5.0/tests/Acceptance/.gitignore b/codeception/codeception/5.0/tests/Acceptance/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/codeception/codeception/5.0/tests/Functional.suite.yml b/codeception/codeception/5.0/tests/Functional.suite.yml new file mode 100644 index 00000000..68e8882e --- /dev/null +++ b/codeception/codeception/5.0/tests/Functional.suite.yml @@ -0,0 +1,15 @@ +# Codeception Test Suite Configuration +# +# Suite for functional tests +# Emulate web requests and make application process them + +actor: FunctionalTester +modules: + enabled: + - Asserts + - Symfony: + app_path: 'src' + environment: 'test' +# - Doctrine: +# depends: Symfony +# cleanup: true diff --git a/codeception/codeception/5.0/tests/Functional/.gitignore b/codeception/codeception/5.0/tests/Functional/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/codeception/codeception/5.0/tests/Support/AcceptanceTester.php b/codeception/codeception/5.0/tests/Support/AcceptanceTester.php new file mode 100644 index 00000000..975baabd --- /dev/null +++ b/codeception/codeception/5.0/tests/Support/AcceptanceTester.php @@ -0,0 +1,30 @@ + [ 'default' => [ 'allow_credentials' => true, - 'expose_headers' => ['Accept-Encoding'], + 'expose_headers' => [ + 'Accept-Encoding', + ], 'max_age' => 3600, ], ], diff --git a/coka/api-bundle/4.0/config/packages/oka_api.php b/coka/api-bundle/4.0/config/packages/oka_api.php index be482dcf..be86b27e 100644 --- a/coka/api-bundle/4.0/config/packages/oka_api.php +++ b/coka/api-bundle/4.0/config/packages/oka_api.php @@ -9,7 +9,9 @@ 'cors' => [ 'default' => [ 'allow_credentials' => true, - 'expose_headers' => ['Accept-Encoding'], + 'expose_headers' => [ + 'Accept-Encoding', + ], 'max_age' => 3600, ], ], diff --git a/coka/cors-bundle/1.0/config/packages/oka_cors.php b/coka/cors-bundle/1.0/config/packages/oka_cors.php index 4a365e19..901d3b2c 100644 --- a/coka/cors-bundle/1.0/config/packages/oka_cors.php +++ b/coka/cors-bundle/1.0/config/packages/oka_cors.php @@ -7,7 +7,9 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('oka_cors', [ 'default' => [ - 'expose_headers' => ['Accept-Encoding'], + 'expose_headers' => [ + 'Accept-Encoding', + ], 'max_age' => 3600, ], ]); diff --git a/coka/rate-limit-bundle/1.0/config/packages/oka_rate_limit.php b/coka/rate-limit-bundle/1.0/config/packages/oka_rate_limit.php index 1a0d4399..0a886fdf 100644 --- a/coka/rate-limit-bundle/1.0/config/packages/oka_rate_limit.php +++ b/coka/rate-limit-bundle/1.0/config/packages/oka_rate_limit.php @@ -6,8 +6,10 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('oka_rate_limit', [ - 'configs' => [[ - 'path' => '', - ]], + 'configs' => [ + [ + 'path' => '', + ], + ], ]); }; diff --git a/commerce-weavers/sylius-tpay-plugin/2.0/config/packages/commerce_weavers_tpay_plugin.php b/commerce-weavers/sylius-tpay-plugin/2.0/config/packages/commerce_weavers_tpay_plugin.php new file mode 100644 index 00000000..c83acd05 --- /dev/null +++ b/commerce-weavers/sylius-tpay-plugin/2.0/config/packages/commerce_weavers_tpay_plugin.php @@ -0,0 +1,9 @@ +import('@CommerceWeaversSyliusTpayPlugin/config/config.php'); +}; diff --git a/commerce-weavers/sylius-tpay-plugin/2.0/config/routes/commerce_weavers_tpay_plugin.php b/commerce-weavers/sylius-tpay-plugin/2.0/config/routes/commerce_weavers_tpay_plugin.php new file mode 100644 index 00000000..1f731850 --- /dev/null +++ b/commerce-weavers/sylius-tpay-plugin/2.0/config/routes/commerce_weavers_tpay_plugin.php @@ -0,0 +1,18 @@ +import('@CommerceWeaversSyliusTpayPlugin/config/routes_webhook.php'); + + $routingConfigurator->import('@CommerceWeaversSyliusTpayPlugin/config/routes_shop.php') + ->prefix('/{_locale}') + ->requirements([ + '_locale' => '^[A-Za-z]{2,4}(_([A-Za-z]{4}|[0-9]{3}))?(_([A-Za-z]{2}|[0-9]{3}))?$', + ]); + + $routingConfigurator->import('@CommerceWeaversSyliusTpayPlugin/config/routes_admin.php') + ->prefix('/admin'); +}; diff --git a/commerce-weavers/sylius-tpay-plugin/2.0/manifest.json b/commerce-weavers/sylius-tpay-plugin/2.0/manifest.json new file mode 100644 index 00000000..241507f2 --- /dev/null +++ b/commerce-weavers/sylius-tpay-plugin/2.0/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "CommerceWeavers\\SyliusTpayPlugin\\CommerceWeaversSyliusTpayPlugin": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "IMPORTANT! Replace the `` with a value generated using the `vendor/bin/generate-defuse-key` command", + "PAYUM_CYPHER_KEY": "" + } +} diff --git a/commerce-weavers/sylius-tpay-plugin/2.0/post-install.txt b/commerce-weavers/sylius-tpay-plugin/2.0/post-install.txt new file mode 100644 index 00000000..47b6b6d5 --- /dev/null +++ b/commerce-weavers/sylius-tpay-plugin/2.0/post-install.txt @@ -0,0 +1,5 @@ +@@ -0,0 +1,4 @@ + * IMPORTANT! Remember to generate Payum's cypher key with the vendor/bin/generate-defuse-key + and add it to your environment variables as PAYUM_CYPHER_KEY + + * Read the Sylius Payum Plugin documentation at https://github.com/CommerceWeavers/SyliusTpayPlugin/wiki diff --git a/composer.json b/composer.json index 7b05acd4..bef5f1bb 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "require-dev": { "php": "^8.1", - "schranz-php-recipes/symfony-recipes-yaml-to-php-converter": "dev-main as 0.1" + "schranz-php-recipes/symfony-recipes-yaml-to-php-converter": "dev-feature/simplify-upgrade as 0.1" }, "minimum-stability": "dev" } diff --git a/composer.lock b/composer.lock index 35ea6a6f..cf4b1c35 100644 --- a/composer.lock +++ b/composer.lock @@ -4,34 +4,108 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6256838a5b8de5004c1d55b8910e9aa8", + "content-hash": "cbdad8e2c04678dfaddd28ea4c536327", "packages": [], "packages-dev": [ + { + "name": "clue/ndjson-react", + "version": "1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/clue/reactphp-ndjson.git", + "reference": "8fc557eaa902e4f1de171b5b4eaa6246fbe4118e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/clue/reactphp-ndjson/zipball/8fc557eaa902e4f1de171b5b4eaa6246fbe4118e", + "reference": "8fc557eaa902e4f1de171b5b4eaa6246fbe4118e", + "shasum": "" + }, + "require": { + "php": ">=5.3", + "react/stream": "^1.2" + }, + "require-dev": { + "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", + "react/event-loop": "^1.2" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "Clue\\React\\NDJson\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christian Lück", + "email": "christian@clue.engineering" + } + ], + "description": "Streaming newline-delimited JSON (NDJSON) parser and encoder for ReactPHP.", + "homepage": "https://github.com/clue/reactphp-ndjson", + "keywords": [ + "NDJSON", + "json", + "jsonlines", + "newline", + "reactphp", + "streaming" + ], + "support": { + "issues": "https://github.com/clue/reactphp-ndjson/issues", + "source": "https://github.com/clue/reactphp-ndjson/tree/1.x" + }, + "funding": [ + { + "url": "https://clue.engineering/support", + "type": "custom" + }, + { + "url": "https://github.com/clue", + "type": "github" + } + ], + "time": "2023-11-24T09:04:50+00:00" + }, { "name": "composer/pcre", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", - "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2" + "reference": "deb3871d20d5012eb5faa5a9caa71c44f151db49" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", - "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", + "url": "https://api.github.com/repos/composer/pcre/zipball/deb3871d20d5012eb5faa5a9caa71c44f151db49", + "reference": "deb3871d20d5012eb5faa5a9caa71c44f151db49", "shasum": "" }, "require": { "php": "^7.4 || ^8.0" }, + "conflict": { + "phpstan/phpstan": "<1.11.10" + }, "require-dev": { - "phpstan/phpstan": "^1.3", - "phpstan/phpstan-strict-rules": "^1.1", - "symfony/phpunit-bridge": "^5" + "phpstan/phpstan": "^1.12 || ^2", + "phpstan/phpstan-deprecation-rules": "^1 || ^2", + "phpstan/phpstan-strict-rules": "^1 || ^2", + "phpunit/phpunit": "^8 || ^9" }, "default-branch": true, "type": "library", "extra": { + "phpstan": { + "includes": [ + "extension.neon" + ] + }, "branch-alias": { "dev-main": "3.x-dev" } @@ -61,7 +135,7 @@ ], "support": { "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/3.1.0" + "source": "https://github.com/composer/pcre/tree/main" }, "funding": [ { @@ -77,7 +151,7 @@ "type": "tidelift" } ], - "time": "2022-11-17T09:50:14+00:00" + "time": "2024-11-20T09:10:58+00:00" }, { "name": "composer/semver", @@ -85,20 +159,20 @@ "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9" + "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9", - "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9", + "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", + "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^1.4", - "symfony/phpunit-bridge": "^4.2 || ^5" + "phpstan/phpstan": "^1.11", + "symfony/phpunit-bridge": "^3 || ^7" }, "default-branch": true, "type": "library", @@ -141,9 +215,9 @@ "versioning" ], "support": { - "irc": "irc://irc.freenode.org/composer", + "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.3.2" + "source": "https://github.com/composer/semver/tree/3.4.3" }, "funding": [ { @@ -159,20 +233,20 @@ "type": "tidelift" } ], - "time": "2022-04-01T19:23:25+00:00" + "time": "2024-09-19T14:15:21+00:00" }, { "name": "composer/xdebug-handler", - "version": "3.0.3", + "version": "3.0.5", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", - "reference": "ced299686f41dce890debac69273b47ffe98a40c" + "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c", - "reference": "ced299686f41dce890debac69273b47ffe98a40c", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef", + "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef", "shasum": "" }, "require": { @@ -183,7 +257,7 @@ "require-dev": { "phpstan/phpstan": "^1.0", "phpstan/phpstan-strict-rules": "^1.1", - "symfony/phpunit-bridge": "^6.0" + "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5" }, "type": "library", "autoload": { @@ -207,9 +281,9 @@ "performance" ], "support": { - "irc": "irc://irc.freenode.org/composer", + "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/xdebug-handler/issues", - "source": "https://github.com/composer/xdebug-handler/tree/3.0.3" + "source": "https://github.com/composer/xdebug-handler/tree/3.0.5" }, "funding": [ { @@ -225,43 +299,32 @@ "type": "tidelift" } ], - "time": "2022-02-25T21:32:43+00:00" + "time": "2024-05-06T16:37:16+00:00" }, { - "name": "doctrine/annotations", - "version": "1.15.x-dev", + "name": "evenement/evenement", + "version": "v3.0.2", "source": { "type": "git", - "url": "https://github.com/doctrine/annotations.git", - "reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b" + "url": "https://github.com/igorw/evenement.git", + "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/ad785217c1e9555a7d6c6c8c9f406395a5e2882b", - "reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b", + "url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc", + "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc", "shasum": "" }, "require": { - "doctrine/lexer": "^1 || ^2", - "ext-tokenizer": "*", - "php": "^7.1 || ^8.0", - "psr/cache": "^1 || ^2 || ^3" + "php": ">=7.0" }, "require-dev": { - "doctrine/cache": "^1.11 || ^2.0", - "doctrine/coding-standard": "^9 || ^10", - "phpstan/phpstan": "~1.4.10 || ^1.8.0", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "symfony/cache": "^4.4 || ^5.4 || ^6", - "vimeo/psalm": "^4.10" - }, - "suggest": { - "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" + "phpunit/phpunit": "^9 || ^6" }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" + "Evenement\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -270,112 +333,53 @@ ], "authors": [ { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" } ], - "description": "Docblock Annotations Parser", - "homepage": "https://www.doctrine-project.org/projects/annotations.html", + "description": "Événement is a very simple event dispatching library for PHP", "keywords": [ - "annotations", - "docblock", - "parser" - ], - "support": { - "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.14.x" - }, - "time": "2022-12-15T06:48:22+00:00" - }, - { - "name": "doctrine/deprecations", - "version": "v1.0.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/deprecations.git", - "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", - "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", - "shasum": "" - }, - "require": { - "php": "^7.1|^8.0" - }, - "require-dev": { - "doctrine/coding-standard": "^9", - "phpunit/phpunit": "^7.5|^8.5|^9.5", - "psr/log": "^1|^2|^3" - }, - "suggest": { - "psr/log": "Allows logging deprecations via PSR-3 logger implementation" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" + "event-dispatcher", + "event-emitter" ], - "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", - "homepage": "https://www.doctrine-project.org/", "support": { - "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/v1.0.0" + "issues": "https://github.com/igorw/evenement/issues", + "source": "https://github.com/igorw/evenement/tree/v3.0.2" }, - "time": "2022-05-02T15:47:09+00:00" + "time": "2023-08-08T05:53:35+00:00" }, { - "name": "doctrine/lexer", - "version": "2.1.x-dev", + "name": "fidry/cpu-core-counter", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/doctrine/lexer.git", - "reference": "5a72344bf31b6772b6a49cf75b2c653a03254ac1" + "url": "https://github.com/theofidry/cpu-core-counter.git", + "reference": "8520451a140d3f46ac33042715115e290cf5785f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/5a72344bf31b6772b6a49cf75b2c653a03254ac1", - "reference": "5a72344bf31b6772b6a49cf75b2c653a03254ac1", + "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/8520451a140d3f46ac33042715115e290cf5785f", + "reference": "8520451a140d3f46ac33042715115e290cf5785f", "shasum": "" }, "require": { - "doctrine/deprecations": "^1.0", - "php": "^7.1 || ^8.0" + "php": "^7.2 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^9 || ^10", - "phpstan/phpstan": "^1.3", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "psalm/plugin-phpunit": "^0.18.3", - "vimeo/psalm": "^4.11 || ^5.0" + "fidry/makefile": "^0.2.0", + "fidry/php-cs-fixer-config": "^1.1.2", + "phpstan/extension-installer": "^1.2.0", + "phpstan/phpstan": "^1.9.2", + "phpstan/phpstan-deprecation-rules": "^1.0.0", + "phpstan/phpstan-phpunit": "^1.2.2", + "phpstan/phpstan-strict-rules": "^1.4.4", + "phpunit/phpunit": "^8.5.31 || ^9.5.26", + "webmozarts/strict-phpunit": "^7.5" }, - "default-branch": true, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Common\\Lexer\\": "src" + "Fidry\\CpuCoreCounter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -384,95 +388,81 @@ ], "authors": [ { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" + "name": "Théo FIDRY", + "email": "theo.fidry@gmail.com" } ], - "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", - "homepage": "https://www.doctrine-project.org/projects/lexer.html", + "description": "Tiny utility to get the number of CPU cores.", "keywords": [ - "annotations", - "docblock", - "lexer", - "parser", - "php" + "CPU", + "core" ], "support": { - "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/2.1.x" + "issues": "https://github.com/theofidry/cpu-core-counter/issues", + "source": "https://github.com/theofidry/cpu-core-counter/tree/1.2.0" }, "funding": [ { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", - "type": "tidelift" + "url": "https://github.com/theofidry", + "type": "github" } ], - "time": "2022-12-14T18:59:49+00:00" + "time": "2024-08-06T10:04:20+00:00" }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.13.0", + "version": "v3.73.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "a6232229a8309e8811dc751c28b91cb34b2943e1" + "reference": "ffcb8200a42045e65049af7910cfd022f631b064" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/a6232229a8309e8811dc751c28b91cb34b2943e1", - "reference": "a6232229a8309e8811dc751c28b91cb34b2943e1", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/ffcb8200a42045e65049af7910cfd022f631b064", + "reference": "ffcb8200a42045e65049af7910cfd022f631b064", "shasum": "" }, "require": { - "composer/semver": "^3.2", + "clue/ndjson-react": "^1.0", + "composer/semver": "^3.4", "composer/xdebug-handler": "^3.0.3", - "doctrine/annotations": "^1.13", + "ext-filter": "*", + "ext-hash": "*", "ext-json": "*", "ext-tokenizer": "*", + "fidry/cpu-core-counter": "^1.2", "php": "^7.4 || ^8.0", - "sebastian/diff": "^4.0", - "symfony/console": "^5.4 || ^6.0", - "symfony/event-dispatcher": "^5.4 || ^6.0", - "symfony/filesystem": "^5.4 || ^6.0", - "symfony/finder": "^5.4 || ^6.0", - "symfony/options-resolver": "^5.4 || ^6.0", - "symfony/polyfill-mbstring": "^1.23", - "symfony/polyfill-php80": "^1.25", - "symfony/polyfill-php81": "^1.25", - "symfony/process": "^5.4 || ^6.0", - "symfony/stopwatch": "^5.4 || ^6.0" + "react/child-process": "^0.6.5", + "react/event-loop": "^1.0", + "react/promise": "^2.0 || ^3.0", + "react/socket": "^1.0", + "react/stream": "^1.0", + "sebastian/diff": "^4.0 || ^5.1 || ^6.0 || ^7.0", + "symfony/console": "^5.4 || ^6.4 || ^7.0", + "symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.0", + "symfony/filesystem": "^5.4 || ^6.4 || ^7.0", + "symfony/finder": "^5.4 || ^6.4 || ^7.0", + "symfony/options-resolver": "^5.4 || ^6.4 || ^7.0", + "symfony/polyfill-mbstring": "^1.31", + "symfony/polyfill-php80": "^1.31", + "symfony/polyfill-php81": "^1.31", + "symfony/process": "^5.4 || ^6.4 || ^7.2", + "symfony/stopwatch": "^5.4 || ^6.4 || ^7.0" }, "require-dev": { - "justinrainbow/json-schema": "^5.2", - "keradus/cli-executor": "^2.0", - "mikey179/vfsstream": "^1.6.10", - "php-coveralls/php-coveralls": "^2.5.2", + "facile-it/paraunit": "^1.3.1 || ^2.6", + "infection/infection": "^0.29.14", + "justinrainbow/json-schema": "^5.3 || ^6.2", + "keradus/cli-executor": "^2.1", + "mikey179/vfsstream": "^1.6.12", + "php-coveralls/php-coveralls": "^2.7", "php-cs-fixer/accessible-object": "^1.1", - "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", - "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1", - "phpspec/prophecy": "^1.15", - "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5", - "phpunitgoodpractices/polyfill": "^1.6", - "phpunitgoodpractices/traits": "^1.9.2", - "symfony/phpunit-bridge": "^6.0", - "symfony/yaml": "^5.4 || ^6.0" + "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.6", + "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.6", + "phpunit/phpunit": "^9.6.22 || ^10.5.45 || ^11.5.12", + "symfony/var-dumper": "^5.4.48 || ^6.4.18 || ^7.2.3", + "symfony/yaml": "^5.4.45 || ^6.4.18 || ^7.2.3" }, "suggest": { "ext-dom": "For handling output formats in XML", @@ -485,7 +475,10 @@ "autoload": { "psr-4": { "PhpCsFixer\\": "src/" - } + }, + "exclude-from-classmap": [ + "src/Fixer/Internal/*" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -502,9 +495,15 @@ } ], "description": "A tool to automatically fix PHP code style", + "keywords": [ + "Static code analysis", + "fixer", + "standards", + "static analysis" + ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.13.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.73.1" }, "funding": [ { @@ -512,7 +511,7 @@ "type": "github" } ], - "time": "2022-10-31T19:28:50+00:00" + "time": "2025-03-19T23:42:16+00:00" }, { "name": "nette/utils", @@ -520,21 +519,22 @@ "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "0edab4bd2de237d9bd4af729a0de614e0297cd84" + "reference": "b433959cb129b9d4f15d26b9138c7d2b62a3d757" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/0edab4bd2de237d9bd4af729a0de614e0297cd84", - "reference": "0edab4bd2de237d9bd4af729a0de614e0297cd84", + "url": "https://api.github.com/repos/nette/utils/zipball/b433959cb129b9d4f15d26b9138c7d2b62a3d757", + "reference": "b433959cb129b9d4f15d26b9138c7d2b62a3d757", "shasum": "" }, "require": { - "php": ">=7.2 <8.3" + "php": ">=7.2 <8.4" }, "conflict": { "nette/di": "<3.0.6" }, "require-dev": { + "jetbrains/phpstorm-attributes": "dev-master", "nette/tester": "~2.0", "phpstan/phpstan": "^1.0", "tracy/tracy": "^2.3" @@ -597,37 +597,36 @@ "issues": "https://github.com/nette/utils/issues", "source": "https://github.com/nette/utils/tree/v3.2" }, - "time": "2022-12-14T17:22:28+00:00" + "time": "2024-01-17T14:37:35+00:00" }, { "name": "nunomaduro/termwind", - "version": "v1.14.2", + "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/nunomaduro/termwind.git", - "reference": "9a8218511eb1a0965629ff820dda25985440aefc" + "reference": "5369ef84d8142c1d87e4ec278711d4ece3cbf301" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/9a8218511eb1a0965629ff820dda25985440aefc", - "reference": "9a8218511eb1a0965629ff820dda25985440aefc", + "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/5369ef84d8142c1d87e4ec278711d4ece3cbf301", + "reference": "5369ef84d8142c1d87e4ec278711d4ece3cbf301", "shasum": "" }, "require": { "ext-mbstring": "*", - "php": "^8.0", - "symfony/console": "^5.3.0|^6.0.0" + "php": "^8.1", + "symfony/console": "^6.4.15" }, "require-dev": { - "ergebnis/phpstan-rules": "^1.0.", - "illuminate/console": "^8.0|^9.0", - "illuminate/support": "^8.0|^9.0", - "laravel/pint": "^1.0.0", - "pestphp/pest": "^1.21.0", - "pestphp/pest-plugin-mock": "^1.0", - "phpstan/phpstan": "^1.4.6", - "phpstan/phpstan-strict-rules": "^1.1.0", - "symfony/var-dumper": "^5.2.7|^6.0.0", + "illuminate/console": "^10.48.24", + "illuminate/support": "^10.48.24", + "laravel/pint": "^1.18.2", + "pestphp/pest": "^2.36.0", + "pestphp/pest-plugin-mock": "2.0.0", + "phpstan/phpstan": "^1.12.11", + "phpstan/phpstan-strict-rules": "^1.6.1", + "symfony/var-dumper": "^6.4.15", "thecodingmachine/phpstan-strict-rules": "^1.0.0" }, "type": "library", @@ -667,7 +666,7 @@ ], "support": { "issues": "https://github.com/nunomaduro/termwind/issues", - "source": "https://github.com/nunomaduro/termwind/tree/v1.14.2" + "source": "https://github.com/nunomaduro/termwind/tree/1.x" }, "funding": [ { @@ -683,60 +682,7 @@ "type": "github" } ], - "time": "2022-10-28T22:51:32+00:00" - }, - { - "name": "psr/cache", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/php-fig/cache.git", - "reference": "0a7c67d0d1c8167b342eb74339d6f961663826ce" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/0a7c67d0d1c8167b342eb74339d6f961663826ce", - "reference": "0a7c67d0d1c8167b342eb74339d6f961663826ce", - "shasum": "" - }, - "require": { - "php": ">=8.0.0" - }, - "suggest": { - "fig/cache-util": "Provides some useful PSR-6 utilities" - }, - "default-branch": true, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Cache\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for caching libraries", - "keywords": [ - "cache", - "psr", - "psr-6" - ], - "support": { - "source": "https://github.com/php-fig/cache/tree/master" - }, - "time": "2021-02-24T03:25:37+00:00" + "time": "2024-11-21T10:36:35+00:00" }, { "name": "psr/container", @@ -744,12 +690,12 @@ "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "90db7b9ac2a2c5b849fcb69dde58f3ae182c68f5" + "reference": "707984727bd5b2b670e59559d3ed2500240cf875" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/90db7b9ac2a2c5b849fcb69dde58f3ae182c68f5", - "reference": "90db7b9ac2a2c5b849fcb69dde58f3ae182c68f5", + "url": "https://api.github.com/repos/php-fig/container/zipball/707984727bd5b2b670e59559d3ed2500240cf875", + "reference": "707984727bd5b2b670e59559d3ed2500240cf875", "shasum": "" }, "require": { @@ -788,9 +734,9 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/master" + "source": "https://github.com/php-fig/container" }, - "time": "2022-07-19T17:36:59+00:00" + "time": "2023-09-22T11:11:30+00:00" }, { "name": "psr/event-dispatcher", @@ -798,12 +744,12 @@ "source": { "type": "git", "url": "https://github.com/php-fig/event-dispatcher.git", - "reference": "e275e2d67d53964a3f13e056886ecd769edee021" + "reference": "bbd9eacc080d33861e5b5c75b3b8c4d7e6d01874" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/e275e2d67d53964a3f13e056886ecd769edee021", - "reference": "e275e2d67d53964a3f13e056886ecd769edee021", + "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/bbd9eacc080d33861e5b5c75b3b8c4d7e6d01874", + "reference": "bbd9eacc080d33861e5b5c75b3b8c4d7e6d01874", "shasum": "" }, "require": { @@ -841,9 +787,9 @@ "psr-14" ], "support": { - "source": "https://github.com/php-fig/event-dispatcher/tree/master" + "source": "https://github.com/php-fig/event-dispatcher" }, - "time": "2022-06-29T17:22:39+00:00" + "time": "2024-03-17T21:29:03+00:00" }, { "name": "psr/log", @@ -851,12 +797,12 @@ "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", + "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "shasum": "" }, "require": { @@ -892,158 +838,188 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/3.0.0" + "source": "https://github.com/php-fig/log/tree/3.0.2" }, - "time": "2021-07-14T16:46:02+00:00" + "time": "2024-09-11T13:17:53+00:00" }, { - "name": "schranz-php-recipes/symfony-recipes-yaml-to-php-converter", - "version": "dev-main", + "name": "react/cache", + "version": "1.x-dev", "source": { "type": "git", - "url": "https://github.com/schranz-php-recipes/symfony-recipes-yaml-to-php-converter.git", - "reference": "ec12e40be3e81a68af3b72f6fb26c4156f70adb8" + "url": "https://github.com/reactphp/cache.git", + "reference": "36c51f36d5f3c23cfcc2b5dc5e443bb5ff085605" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schranz-php-recipes/symfony-recipes-yaml-to-php-converter/zipball/ec12e40be3e81a68af3b72f6fb26c4156f70adb8", - "reference": "ec12e40be3e81a68af3b72f6fb26c4156f70adb8", + "url": "https://api.github.com/repos/reactphp/cache/zipball/36c51f36d5f3c23cfcc2b5dc5e443bb5ff085605", + "reference": "36c51f36d5f3c23cfcc2b5dc5e443bb5ff085605", "shasum": "" }, "require": { - "nunomaduro/termwind": "^1.13", - "php": "^8.1", - "symfony/console": "^6.1", - "symfony/filesystem": "^6.1", - "symfony/finder": "^6.1", - "symfony/process": "^6.1", - "symplify/coding-standard": "^11.1.3@dev", - "symplify/config-transformer": "dev-main as 11.1.4", - "symplify/easy-coding-standard": "^11.1.3@dev" + "php": ">=5.3.0", + "react/promise": "^3.0 || ^2.0 || ^1.1" + }, + "require-dev": { + "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" }, "default-branch": true, - "bin": [ - "yaml-to-php" - ], "type": "library", + "autoload": { + "psr-4": { + "React\\Cache\\": "src/" + } + }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "A wrapper around symplify/config-transformer used to update recipes and using easy coding standard to fix them. ", + "authors": [ + { + "name": "Christian Lück", + "email": "christian@clue.engineering", + "homepage": "https://clue.engineering/" + }, + { + "name": "Cees-Jan Kiewiet", + "email": "reactphp@ceesjankiewiet.nl", + "homepage": "https://wyrihaximus.net/" + }, + { + "name": "Jan Sorgalla", + "email": "jsorgalla@gmail.com", + "homepage": "https://sorgalla.com/" + }, + { + "name": "Chris Boden", + "email": "cboden@gmail.com", + "homepage": "https://cboden.dev/" + } + ], + "description": "Async, Promise-based cache interface for ReactPHP", + "keywords": [ + "cache", + "caching", + "promise", + "reactphp" + ], "support": { - "issues": "https://github.com/schranz-php-recipes/symfony-recipes-yaml-to-php-converter/issues", - "source": "https://github.com/schranz-php-recipes/symfony-recipes-yaml-to-php-converter/tree/main" + "issues": "https://github.com/reactphp/cache/issues", + "source": "https://github.com/reactphp/cache/tree/1.x" }, - "time": "2022-11-22T14:00:03+00:00" + "funding": [ + { + "url": "https://opencollective.com/reactphp", + "type": "open_collective" + } + ], + "time": "2024-01-04T09:16:03+00:00" }, { - "name": "sebastian/diff", - "version": "4.0.4", + "name": "react/child-process", + "version": "0.6.x-dev", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + "url": "https://github.com/reactphp/child-process.git", + "reference": "1721e2b93d89b745664353b9cfc8f155ba8a6159" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "url": "https://api.github.com/repos/reactphp/child-process/zipball/1721e2b93d89b745664353b9cfc8f155ba8a6159", + "reference": "1721e2b93d89b745664353b9cfc8f155ba8a6159", "shasum": "" }, "require": { - "php": ">=7.3" + "evenement/evenement": "^3.0 || ^2.0 || ^1.0", + "php": ">=5.3.0", + "react/event-loop": "^1.2", + "react/stream": "^1.4" }, "require-dev": { - "phpunit/phpunit": "^9.3", - "symfony/process": "^4.2 || ^5" + "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", + "react/socket": "^1.16", + "sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "React\\ChildProcess\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Christian Lück", + "email": "christian@clue.engineering", + "homepage": "https://clue.engineering/" }, { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" + "name": "Cees-Jan Kiewiet", + "email": "reactphp@ceesjankiewiet.nl", + "homepage": "https://wyrihaximus.net/" + }, + { + "name": "Jan Sorgalla", + "email": "jsorgalla@gmail.com", + "homepage": "https://sorgalla.com/" + }, + { + "name": "Chris Boden", + "email": "cboden@gmail.com", + "homepage": "https://cboden.dev/" } ], - "description": "Diff implementation", - "homepage": "https://github.com/sebastianbergmann/diff", + "description": "Event-driven library for executing child processes with ReactPHP.", "keywords": [ - "diff", - "udiff", - "unidiff", - "unified diff" + "event-driven", + "process", + "reactphp" ], "support": { - "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + "issues": "https://github.com/reactphp/child-process/issues", + "source": "https://github.com/reactphp/child-process/tree/v0.6.6" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", - "type": "github" + "url": "https://opencollective.com/reactphp", + "type": "open_collective" } ], - "time": "2020-10-26T13:10:38+00:00" + "time": "2025-01-01T16:37:48+00:00" }, { - "name": "symfony/config", - "version": "6.3.x-dev", + "name": "react/dns", + "version": "1.x-dev", "source": { "type": "git", - "url": "https://github.com/symfony/config.git", - "reference": "ebf27792246165a2a0b6b69ec9c620cac8c5a2f0" + "url": "https://github.com/reactphp/dns.git", + "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/ebf27792246165a2a0b6b69ec9c620cac8c5a2f0", - "reference": "ebf27792246165a2a0b6b69ec9c620cac8c5a2f0", + "url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5", + "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/filesystem": "^5.4|^6.0", - "symfony/polyfill-ctype": "~1.8" - }, - "conflict": { - "symfony/finder": "<5.4" + "php": ">=5.3.0", + "react/cache": "^1.0 || ^0.6 || ^0.5", + "react/event-loop": "^1.2", + "react/promise": "^3.2 || ^2.7 || ^1.2.1" }, "require-dev": { - "symfony/event-dispatcher": "^5.4|^6.0", - "symfony/finder": "^5.4|^6.0", - "symfony/messenger": "^5.4|^6.0", - "symfony/service-contracts": "^1.1|^2|^3", - "symfony/yaml": "^5.4|^6.0" - }, - "suggest": { - "symfony/yaml": "To use the yaml reference dumper" + "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", + "react/async": "^4.3 || ^3 || ^2", + "react/promise-timer": "^1.11" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Config\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "React\\Dns\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1051,89 +1027,225 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Christian Lück", + "email": "christian@clue.engineering", + "homepage": "https://clue.engineering/" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Cees-Jan Kiewiet", + "email": "reactphp@ceesjankiewiet.nl", + "homepage": "https://wyrihaximus.net/" + }, + { + "name": "Jan Sorgalla", + "email": "jsorgalla@gmail.com", + "homepage": "https://sorgalla.com/" + }, + { + "name": "Chris Boden", + "email": "cboden@gmail.com", + "homepage": "https://cboden.dev/" } ], - "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", - "homepage": "https://symfony.com", + "description": "Async DNS resolver for ReactPHP", + "keywords": [ + "async", + "dns", + "dns-resolver", + "reactphp" + ], "support": { - "source": "https://github.com/symfony/config/tree/v6.2.0-BETA3" + "issues": "https://github.com/reactphp/dns/issues", + "source": "https://github.com/reactphp/dns/tree/v1.13.0" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" + "url": "https://opencollective.com/reactphp", + "type": "open_collective" } ], - "time": "2022-11-02T09:08:04+00:00" + "time": "2024-06-13T14:18:03+00:00" }, { - "name": "symfony/console", - "version": "6.3.x-dev", + "name": "react/event-loop", + "version": "1.x-dev", "source": { "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "3adad9c9524402d31273a9bfdde97fc3859d5082" + "url": "https://github.com/reactphp/event-loop.git", + "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/3adad9c9524402d31273a9bfdde97fc3859d5082", - "reference": "3adad9c9524402d31273a9bfdde97fc3859d5082", + "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354", + "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-mbstring": "~1.0", - "symfony/service-contracts": "^1.1|^2|^3", - "symfony/string": "^5.4|^6.0" + "php": ">=5.3.0" }, - "conflict": { - "symfony/dependency-injection": "<5.4", - "symfony/dotenv": "<5.4", - "symfony/event-dispatcher": "<5.4", - "symfony/lock": "<5.4", - "symfony/process": "<5.4" + "require-dev": { + "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" }, - "provide": { - "psr/log-implementation": "1.0|2.0|3.0" + "suggest": { + "ext-pcntl": "For signal handling support when using the StreamSelectLoop" }, - "require-dev": { - "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/event-dispatcher": "^5.4|^6.0", - "symfony/lock": "^5.4|^6.0", - "symfony/process": "^5.4|^6.0", - "symfony/var-dumper": "^5.4|^6.0" + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "React\\EventLoop\\": "src/" + } }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christian Lück", + "email": "christian@clue.engineering", + "homepage": "https://clue.engineering/" + }, + { + "name": "Cees-Jan Kiewiet", + "email": "reactphp@ceesjankiewiet.nl", + "homepage": "https://wyrihaximus.net/" + }, + { + "name": "Jan Sorgalla", + "email": "jsorgalla@gmail.com", + "homepage": "https://sorgalla.com/" + }, + { + "name": "Chris Boden", + "email": "cboden@gmail.com", + "homepage": "https://cboden.dev/" + } + ], + "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.", + "keywords": [ + "asynchronous", + "event-loop" + ], + "support": { + "issues": "https://github.com/reactphp/event-loop/issues", + "source": "https://github.com/reactphp/event-loop/tree/v1.5.0" + }, + "funding": [ + { + "url": "https://opencollective.com/reactphp", + "type": "open_collective" + } + ], + "time": "2023-11-13T13:48:05+00:00" + }, + { + "name": "react/promise", + "version": "3.x-dev", + "source": { + "type": "git", + "url": "https://github.com/reactphp/promise.git", + "reference": "5f80055cc21ba7bcd3989e4902061fc12e2bcc1d" }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/promise/zipball/5f80055cc21ba7bcd3989e4902061fc12e2bcc1d", + "reference": "5f80055cc21ba7bcd3989e4902061fc12e2bcc1d", + "shasum": "" + }, + "require": { + "php": ">=7.1.0" + }, + "require-dev": { + "phpstan/phpstan": "1.10.39 || 1.4.10", + "phpunit/phpunit": "^9.6 || ^7.5" + }, + "default-branch": true, "type": "library", "autoload": { + "files": [ + "src/functions_include.php" + ], "psr-4": { - "Symfony\\Component\\Console\\": "" + "React\\Promise\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jan Sorgalla", + "email": "jsorgalla@gmail.com", + "homepage": "https://sorgalla.com/" }, - "exclude-from-classmap": [ - "/Tests/" - ] + { + "name": "Christian Lück", + "email": "christian@clue.engineering", + "homepage": "https://clue.engineering/" + }, + { + "name": "Cees-Jan Kiewiet", + "email": "reactphp@ceesjankiewiet.nl", + "homepage": "https://wyrihaximus.net/" + }, + { + "name": "Chris Boden", + "email": "cboden@gmail.com", + "homepage": "https://cboden.dev/" + } + ], + "description": "A lightweight implementation of CommonJS Promises/A for PHP", + "keywords": [ + "promise", + "promises" + ], + "support": { + "issues": "https://github.com/reactphp/promise/issues", + "source": "https://github.com/reactphp/promise/tree/3.x" + }, + "funding": [ + { + "url": "https://opencollective.com/reactphp", + "type": "open_collective" + } + ], + "time": "2024-11-19T18:32:50+00:00" + }, + { + "name": "react/socket", + "version": "1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/reactphp/socket.git", + "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/socket/zipball/23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1", + "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1", + "shasum": "" + }, + "require": { + "evenement/evenement": "^3.0 || ^2.0 || ^1.0", + "php": ">=5.3.0", + "react/dns": "^1.13", + "react/event-loop": "^1.2", + "react/promise": "^3.2 || ^2.6 || ^1.2.1", + "react/stream": "^1.4" + }, + "require-dev": { + "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", + "react/async": "^4.3 || ^3.3 || ^2", + "react/promise-stream": "^1.4", + "react/promise-timer": "^1.11" + }, + "type": "library", + "autoload": { + "psr-4": { + "React\\Socket\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1141,88 +1253,280 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Christian Lück", + "email": "christian@clue.engineering", + "homepage": "https://clue.engineering/" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Cees-Jan Kiewiet", + "email": "reactphp@ceesjankiewiet.nl", + "homepage": "https://wyrihaximus.net/" + }, + { + "name": "Jan Sorgalla", + "email": "jsorgalla@gmail.com", + "homepage": "https://sorgalla.com/" + }, + { + "name": "Chris Boden", + "email": "cboden@gmail.com", + "homepage": "https://cboden.dev/" } ], - "description": "Eases the creation of beautiful and testable command line interfaces", - "homepage": "https://symfony.com", + "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP", "keywords": [ - "cli", - "command line", - "console", - "terminal" + "Connection", + "Socket", + "async", + "reactphp", + "stream" ], "support": { - "source": "https://github.com/symfony/console/tree/6.3" + "issues": "https://github.com/reactphp/socket/issues", + "source": "https://github.com/reactphp/socket/tree/v1.16.0" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" + "url": "https://opencollective.com/reactphp", + "type": "open_collective" + } + ], + "time": "2024-07-26T10:38:09+00:00" + }, + { + "name": "react/stream", + "version": "1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/reactphp/stream.git", + "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d", + "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d", + "shasum": "" + }, + "require": { + "evenement/evenement": "^3.0 || ^2.0 || ^1.0", + "php": ">=5.3.8", + "react/event-loop": "^1.2" + }, + "require-dev": { + "clue/stream-filter": "~1.2", + "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" + }, + "type": "library", + "autoload": { + "psr-4": { + "React\\Stream\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christian Lück", + "email": "christian@clue.engineering", + "homepage": "https://clue.engineering/" }, { - "url": "https://github.com/fabpot", - "type": "github" + "name": "Cees-Jan Kiewiet", + "email": "reactphp@ceesjankiewiet.nl", + "homepage": "https://wyrihaximus.net/" }, { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" + "name": "Jan Sorgalla", + "email": "jsorgalla@gmail.com", + "homepage": "https://sorgalla.com/" + }, + { + "name": "Chris Boden", + "email": "cboden@gmail.com", + "homepage": "https://cboden.dev/" } ], - "time": "2022-12-17T11:53:41+00:00" + "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP", + "keywords": [ + "event-driven", + "io", + "non-blocking", + "pipe", + "reactphp", + "readable", + "stream", + "writable" + ], + "support": { + "issues": "https://github.com/reactphp/stream/issues", + "source": "https://github.com/reactphp/stream/tree/v1.4.0" + }, + "funding": [ + { + "url": "https://opencollective.com/reactphp", + "type": "open_collective" + } + ], + "time": "2024-06-11T12:45:25+00:00" }, { - "name": "symfony/dependency-injection", - "version": "6.1.x-dev", + "name": "schranz-php-recipes/symfony-recipes-yaml-to-php-converter", + "version": "dev-feature/simplify-upgrade", "source": { "type": "git", - "url": "https://github.com/symfony/dependency-injection.git", - "reference": "bfa7df2bffbfce26eff2dc22ce9e6ee80a060b96" + "url": "https://github.com/schranz-php-recipes/symfony-recipes-yaml-to-php-converter.git", + "reference": "42d5d77616c03f4d3957a3faea2d227a124a9294" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/bfa7df2bffbfce26eff2dc22ce9e6ee80a060b96", - "reference": "bfa7df2bffbfce26eff2dc22ce9e6ee80a060b96", + "url": "https://api.github.com/repos/schranz-php-recipes/symfony-recipes-yaml-to-php-converter/zipball/42d5d77616c03f4d3957a3faea2d227a124a9294", + "reference": "42d5d77616c03f4d3957a3faea2d227a124a9294", + "shasum": "" + }, + "require": { + "nunomaduro/termwind": "^1.13", + "php": "^8.1", + "symfony/console": "^6.1", + "symfony/filesystem": "^6.1", + "symfony/finder": "^6.1", + "symfony/process": "^6.1", + "symplify/coding-standard": "^11.1.3@dev", + "symplify/config-transformer": "^12.4", + "symplify/easy-coding-standard": "^11.1.3@dev" + }, + "bin": [ + "yaml-to-php" + ], + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A wrapper around symplify/config-transformer used to update recipes and using easy coding standard to fix them. ", + "support": { + "issues": "https://github.com/schranz-php-recipes/symfony-recipes-yaml-to-php-converter/issues", + "source": "https://github.com/schranz-php-recipes/symfony-recipes-yaml-to-php-converter/tree/feature/simplify-upgrade" + }, + "time": "2025-03-20T15:49:49+00:00" + }, + { + "name": "sebastian/diff", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "7cfff67d62706189cd165a62b7a4b5acbd47de6f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7cfff67d62706189cd165a62b7a4b5acbd47de6f", + "reference": "7cfff67d62706189cd165a62b7a4b5acbd47de6f", + "shasum": "" + }, + "require": { + "php": ">=8.3" + }, + "require-dev": { + "phpunit/phpunit": "^12.0", + "symfony/process": "^7.2" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "7.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "security": "https://github.com/sebastianbergmann/diff/security/policy", + "source": "https://github.com/sebastianbergmann/diff/tree/main" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2025-03-16T08:54:01+00:00" + }, + { + "name": "symfony/console", + "version": "6.4.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "2e4af9c952617cc3f9559ff706aee420a8464c36" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/2e4af9c952617cc3f9559ff706aee420a8464c36", + "reference": "2e4af9c952617cc3f9559ff706aee420a8464c36", "shasum": "" }, "require": { "php": ">=8.1", - "psr/container": "^1.1|^2.0", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/service-contracts": "^1.1.6|^2.0|^3.0" + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/service-contracts": "^2.5|^3", + "symfony/string": "^5.4|^6.0|^7.0" }, "conflict": { - "ext-psr": "<1.1|>=2", - "symfony/config": "<6.1", - "symfony/finder": "<5.4", - "symfony/proxy-manager-bridge": "<5.4", - "symfony/yaml": "<5.4" + "symfony/dependency-injection": "<5.4", + "symfony/dotenv": "<5.4", + "symfony/event-dispatcher": "<5.4", + "symfony/lock": "<5.4", + "symfony/process": "<5.4" }, "provide": { - "psr/container-implementation": "1.1|2.0", - "symfony/service-implementation": "1.1|2.0|3.0" + "psr/log-implementation": "1.0|2.0|3.0" }, "require-dev": { - "symfony/config": "^6.1", - "symfony/expression-language": "^5.4|^6.0", - "symfony/yaml": "^5.4|^6.0" - }, - "suggest": { - "symfony/config": "", - "symfony/expression-language": "For using expressions in service container configuration", - "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", - "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", - "symfony/yaml": "" + "psr/log": "^1|^2|^3", + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/event-dispatcher": "^5.4|^6.0|^7.0", + "symfony/http-foundation": "^6.4|^7.0", + "symfony/http-kernel": "^6.4|^7.0", + "symfony/lock": "^5.4|^6.0|^7.0", + "symfony/messenger": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.0|^7.0", + "symfony/stopwatch": "^5.4|^6.0|^7.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\DependencyInjection\\": "" + "Symfony\\Component\\Console\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -1242,10 +1546,16 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Allows you to standardize and centralize the way objects are constructed in your application", + "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", + "keywords": [ + "cli", + "command-line", + "console", + "terminal" + ], "support": { - "source": "https://github.com/symfony/dependency-injection/tree/6.1" + "source": "https://github.com/symfony/console/tree/6.4" }, "funding": [ { @@ -1261,7 +1571,7 @@ "type": "tidelift" } ], - "time": "2022-12-15T14:29:51+00:00" + "time": "2025-03-03T17:16:38+00:00" }, { "name": "symfony/deprecation-contracts", @@ -1269,12 +1579,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3" + "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3", - "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", + "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", "shasum": "" }, "require": { @@ -1283,12 +1593,12 @@ "default-branch": true, "type": "library", "extra": { - "branch-alias": { - "dev-main": "3.3-dev" - }, "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, + "branch-alias": { + "dev-main": "3.6-dev" } }, "autoload": { @@ -1313,7 +1623,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/main" }, "funding": [ { @@ -1329,28 +1639,29 @@ "type": "tidelift" } ], - "time": "2022-11-25T10:21:52+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/event-dispatcher", - "version": "6.3.x-dev", + "version": "7.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "3a18065c45fb7333ad8b9ad167d7fe12e316ccfc" + "reference": "045a5ba703c87b7b42abb397c1ba4cbd9deffea4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3a18065c45fb7333ad8b9ad167d7fe12e316ccfc", - "reference": "3a18065c45fb7333ad8b9ad167d7fe12e316ccfc", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/045a5ba703c87b7b42abb397c1ba4cbd9deffea4", + "reference": "045a5ba703c87b7b42abb397c1ba4cbd9deffea4", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/event-dispatcher-contracts": "^2|^3" + "php": ">=8.2", + "symfony/event-dispatcher-contracts": "^2.5|^3" }, "conflict": { - "symfony/dependency-injection": "<5.4" + "symfony/dependency-injection": "<6.4", + "symfony/service-contracts": "<2.5" }, "provide": { "psr/event-dispatcher-implementation": "1.0", @@ -1358,17 +1669,13 @@ }, "require-dev": { "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/error-handler": "^5.4|^6.0", - "symfony/expression-language": "^5.4|^6.0", - "symfony/http-foundation": "^5.4|^6.0", - "symfony/service-contracts": "^1.1|^2|^3", - "symfony/stopwatch": "^5.4|^6.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" + "symfony/config": "^6.4|^7.0", + "symfony/dependency-injection": "^6.4|^7.0", + "symfony/error-handler": "^6.4|^7.0", + "symfony/expression-language": "^6.4|^7.0", + "symfony/http-foundation": "^6.4|^7.0", + "symfony/service-contracts": "^2.5|^3", + "symfony/stopwatch": "^6.4|^7.0" }, "type": "library", "autoload": { @@ -1396,7 +1703,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/6.3" + "source": "https://github.com/symfony/event-dispatcher/tree/7.3" }, "funding": [ { @@ -1412,7 +1719,7 @@ "type": "tidelift" } ], - "time": "2022-11-30T19:10:54+00:00" + "time": "2025-03-05T10:15:41+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -1420,30 +1727,27 @@ "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "0782b0b52a737a05b4383d0df35a474303cabdae" + "reference": "59eb412e93815df44f05f342958efa9f46b1e586" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0782b0b52a737a05b4383d0df35a474303cabdae", - "reference": "0782b0b52a737a05b4383d0df35a474303cabdae", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586", + "reference": "59eb412e93815df44f05f342958efa9f46b1e586", "shasum": "" }, "require": { "php": ">=8.1", "psr/event-dispatcher": "^1" }, - "suggest": { - "symfony/event-dispatcher-implementation": "" - }, "default-branch": true, "type": "library", "extra": { - "branch-alias": { - "dev-main": "3.3-dev" - }, "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, + "branch-alias": { + "dev-main": "3.6-dev" } }, "autoload": { @@ -1476,7 +1780,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.2.0" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/main" }, "funding": [ { @@ -1492,20 +1796,20 @@ "type": "tidelift" } ], - "time": "2022-11-25T10:21:52+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/filesystem", - "version": "6.3.x-dev", + "version": "6.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "50b2523c874605cf3d4acf7a9e2b30b6a440a016" + "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/50b2523c874605cf3d4acf7a9e2b30b6a440a016", - "reference": "50b2523c874605cf3d4acf7a9e2b30b6a440a016", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/4856c9cf585d5a0313d8d35afd681a526f038dd3", + "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3", "shasum": "" }, "require": { @@ -1513,6 +1817,9 @@ "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.8" }, + "require-dev": { + "symfony/process": "^5.4|^6.4|^7.0" + }, "type": "library", "autoload": { "psr-4": { @@ -1539,7 +1846,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/6.2" + "source": "https://github.com/symfony/filesystem/tree/6.4" }, "funding": [ { @@ -1555,27 +1862,27 @@ "type": "tidelift" } ], - "time": "2022-11-20T13:01:27+00:00" + "time": "2024-10-25T15:07:50+00:00" }, { "name": "symfony/finder", - "version": "6.3.x-dev", + "version": "6.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570" + "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/eb2355f69519e4ef33f1835bca4c935f5d42e570", - "reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570", + "url": "https://api.github.com/repos/symfony/finder/zipball/1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7", + "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { - "symfony/filesystem": "^6.0" + "symfony/filesystem": "^6.0|^7.0" }, "type": "library", "autoload": { @@ -1603,7 +1910,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.2.0-BETA1" + "source": "https://github.com/symfony/finder/tree/6.4" }, "funding": [ { @@ -1619,25 +1926,25 @@ "type": "tidelift" } ], - "time": "2022-10-09T08:55:40+00:00" + "time": "2024-12-29T13:51:37+00:00" }, { "name": "symfony/options-resolver", - "version": "6.3.x-dev", + "version": "7.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "d28f02acde71ff75e957082cd36e973df395f626" + "reference": "90d6605f1a349e2bf1a8c69c977a5a0063fedee7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/d28f02acde71ff75e957082cd36e973df395f626", - "reference": "d28f02acde71ff75e957082cd36e973df395f626", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/90d6605f1a349e2bf1a8c69c977a5a0063fedee7", + "reference": "90d6605f1a349e2bf1a8c69c977a5a0063fedee7", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.1|^3" + "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3" }, "type": "library", "autoload": { @@ -1670,7 +1977,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v6.2.0-BETA3" + "source": "https://github.com/symfony/options-resolver/tree/7.3" }, "funding": [ { @@ -1686,24 +1993,24 @@ "type": "tidelift" } ], - "time": "2022-11-02T09:08:04+00:00" + "time": "2025-03-05T10:15:41+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "dev-main", + "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-ctype": "*" @@ -1714,12 +2021,9 @@ "default-branch": true, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -1753,7 +2057,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0" }, "funding": [ { @@ -1769,24 +2073,24 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "dev-main", + "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "511a08c03c1960e08a883f4cffcacd219b758354" + "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", - "reference": "511a08c03c1960e08a883f4cffcacd219b758354", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", + "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" @@ -1794,12 +2098,9 @@ "default-branch": true, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -1835,7 +2136,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0" }, "funding": [ { @@ -1851,24 +2152,24 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "dev-main", + "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" + "reference": "3833d7255cc303546435cb650316bff708a1c75c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", + "reference": "3833d7255cc303546435cb650316bff708a1c75c", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" @@ -1876,12 +2177,9 @@ "default-branch": true, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -1920,7 +2218,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" }, "funding": [ { @@ -1936,24 +2234,25 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "dev-main", + "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" + "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493", + "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493", "shasum": "" }, "require": { - "php": ">=7.1" + "ext-iconv": "*", + "php": ">=7.2" }, "provide": { "ext-mbstring": "*" @@ -1964,12 +2263,9 @@ "default-branch": true, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -2004,7 +2300,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/1.x" }, "funding": [ { @@ -2020,34 +2316,31 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2024-12-23T08:48:59+00:00" }, { "name": "symfony/polyfill-php80", - "version": "dev-main", + "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" + "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608", + "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "default-branch": true, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -2088,7 +2381,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php80/tree/1.x" }, "funding": [ { @@ -2104,34 +2397,31 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2025-01-02T08:10:11+00:00" }, { "name": "symfony/polyfill-php81", - "version": "dev-main", + "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a" + "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a", - "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", + "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "default-branch": true, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -2168,7 +2458,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0" }, "funding": [ { @@ -2184,20 +2474,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/process", - "version": "6.3.x-dev", + "version": "6.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "ba6e55359f8f755fe996c58a81e00eaa67a35877" + "reference": "e2a61c16af36c9a07e5c9906498b73e091949a20" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/ba6e55359f8f755fe996c58a81e00eaa67a35877", - "reference": "ba6e55359f8f755fe996c58a81e00eaa67a35877", + "url": "https://api.github.com/repos/symfony/process/zipball/e2a61c16af36c9a07e5c9906498b73e091949a20", + "reference": "e2a61c16af36c9a07e5c9906498b73e091949a20", "shasum": "" }, "require": { @@ -2229,7 +2519,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.2.0-BETA3" + "source": "https://github.com/symfony/process/tree/6.4" }, "funding": [ { @@ -2245,7 +2535,7 @@ "type": "tidelift" } ], - "time": "2022-11-02T09:08:04+00:00" + "time": "2025-03-10T17:11:00+00:00" }, { "name": "symfony/service-contracts", @@ -2253,33 +2543,31 @@ "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75" + "reference": "5ad38698559cf88b6296629e19b15ef3239c9d7a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/aac98028c69df04ee77eb69b96b86ee51fbf4b75", - "reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/5ad38698559cf88b6296629e19b15ef3239c9d7a", + "reference": "5ad38698559cf88b6296629e19b15ef3239c9d7a", "shasum": "" }, "require": { "php": ">=8.1", - "psr/container": "^2.0" + "psr/container": "^1.1|^2.0", + "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { "ext-psr": "<1.1|>=2" }, - "suggest": { - "symfony/service-implementation": "" - }, "default-branch": true, "type": "library", "extra": { - "branch-alias": { - "dev-main": "3.3-dev" - }, "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, + "branch-alias": { + "dev-main": "3.6-dev" } }, "autoload": { @@ -2315,7 +2603,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.2.0" + "source": "https://github.com/symfony/service-contracts/tree/main" }, "funding": [ { @@ -2331,25 +2619,25 @@ "type": "tidelift" } ], - "time": "2022-11-25T10:21:52+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/stopwatch", - "version": "6.3.x-dev", + "version": "7.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "266636bb8f3fbdccc302491df7b3a1b9a8c238a7" + "reference": "5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/266636bb8f3fbdccc302491df7b3a1b9a8c238a7", - "reference": "266636bb8f3fbdccc302491df7b3a1b9a8c238a7", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd", + "reference": "5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/service-contracts": "^1|^2|^3" + "php": ">=8.2", + "symfony/service-contracts": "^2.5|^3" }, "type": "library", "autoload": { @@ -2377,7 +2665,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v6.2.0-BETA1" + "source": "https://github.com/symfony/stopwatch/tree/7.2" }, "funding": [ { @@ -2393,38 +2681,39 @@ "type": "tidelift" } ], - "time": "2022-09-28T16:00:52+00:00" + "time": "2025-02-24T10:49:57+00:00" }, { "name": "symfony/string", - "version": "6.3.x-dev", + "version": "7.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "145702685e0d12f81d755c71127bfff7582fdd36" + "reference": "3093e031b2fbdca117b919d8b5206b41a7009066" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/145702685e0d12f81d755c71127bfff7582fdd36", - "reference": "145702685e0d12f81d755c71127bfff7582fdd36", + "url": "https://api.github.com/repos/symfony/string/zipball/3093e031b2fbdca117b919d8b5206b41a7009066", + "reference": "3093e031b2fbdca117b919d8b5206b41a7009066", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=8.2", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "symfony/translation-contracts": "<2.0" + "symfony/translation-contracts": "<2.5" }, "require-dev": { - "symfony/error-handler": "^5.4|^6.0", - "symfony/http-client": "^5.4|^6.0", - "symfony/intl": "^6.2", - "symfony/translation-contracts": "^2.0|^3.0", - "symfony/var-exporter": "^5.4|^6.0" + "symfony/emoji": "^7.1", + "symfony/error-handler": "^6.4|^7.0", + "symfony/http-client": "^6.4|^7.0", + "symfony/intl": "^6.4|^7.0", + "symfony/translation-contracts": "^2.5|^3.0", + "symfony/var-exporter": "^6.4|^7.0" }, "type": "library", "autoload": { @@ -2463,7 +2752,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/6.2" + "source": "https://github.com/symfony/string/tree/7.3" }, "funding": [ { @@ -2479,144 +2768,51 @@ "type": "tidelift" } ], - "time": "2022-11-30T17:13:47+00:00" - }, - { - "name": "symplify/autowire-array-parameter", - "version": "dev-main", - "source": { - "type": "git", - "url": "https://github.com/symplify/autowire-array-parameter.git", - "reference": "fc8d47ad214116509dde254443da24337af95ace" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symplify/autowire-array-parameter/zipball/fc8d47ad214116509dde254443da24337af95ace", - "reference": "fc8d47ad214116509dde254443da24337af95ace", - "shasum": "" - }, - "require": { - "nette/utils": "^3.2", - "php": ">=8.1", - "symfony/dependency-injection": "6.1.*" - }, - "conflict": { - "symplify/coding-standard": "<11.1.18", - "symplify/composer-json-manipulator": "<11.1.18", - "symplify/config-transformer": "<11.1.18", - "symplify/easy-ci": "<11.1.18", - "symplify/easy-coding-standard": "<11.1.18", - "symplify/easy-parallel": "<11.1.18", - "symplify/easy-testing": "<11.1.18", - "symplify/monorepo-builder": "<11.1.18", - "symplify/package-builder": "<11.1.18", - "symplify/php-config-printer": "<11.1.18", - "symplify/phpstan-extensions": "<11.1.18", - "symplify/phpstan-rules": "<11.1.18", - "symplify/rule-doc-generator": "<11.1.18", - "symplify/rule-doc-generator-contracts": "<11.1.18", - "symplify/smart-file-system": "<11.1.18", - "symplify/symfony-static-dumper": "<11.1.18", - "symplify/symplify-kernel": "<11.1.18", - "symplify/vendor-patches": "<11.1.18" - }, - "require-dev": { - "phpunit/phpunit": "^9.5.26", - "symplify/package-builder": "^11.2", - "symplify/symplify-kernel": "^11.2" - }, - "default-branch": true, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "11.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symplify\\AutowireArrayParameter\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Autowire array parameters for your Symfony applications", - "support": { - "source": "https://github.com/symplify/autowire-array-parameter/tree/main" - }, - "funding": [ - { - "url": "https://www.paypal.me/rectorphp", - "type": "custom" - }, - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2022-12-16T14:06:17+00:00" + "time": "2025-03-17T19:44:19+00:00" }, { "name": "symplify/coding-standard", - "version": "dev-main", + "version": "11.4.1", "source": { "type": "git", "url": "https://github.com/symplify/coding-standard.git", - "reference": "ab018c1fb13f5a1feb02b643b6e3fe0081f3d9cc" + "reference": "119f5075df4d58264e4ac4ed90a073d69ffa3d2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/coding-standard/zipball/ab018c1fb13f5a1feb02b643b6e3fe0081f3d9cc", - "reference": "ab018c1fb13f5a1feb02b643b6e3fe0081f3d9cc", + "url": "https://api.github.com/repos/symplify/coding-standard/zipball/119f5075df4d58264e4ac4ed90a073d69ffa3d2f", + "reference": "119f5075df4d58264e4ac4ed90a073d69ffa3d2f", "shasum": "" }, "require": { - "friendsofphp/php-cs-fixer": "^3.12", + "friendsofphp/php-cs-fixer": "^3.18", "nette/utils": "^3.2", "php": ">=8.1", - "symplify/autowire-array-parameter": "^11.2", - "symplify/package-builder": "^11.2", - "symplify/rule-doc-generator-contracts": "^11.2", - "symplify/symplify-kernel": "^11.2" - }, - "conflict": { - "symplify/composer-json-manipulator": "<11.1.18", - "symplify/config-transformer": "<11.1.18", - "symplify/easy-ci": "<11.1.18", - "symplify/easy-coding-standard": "<11.1.18", - "symplify/easy-parallel": "<11.1.18", - "symplify/easy-testing": "<11.1.18", - "symplify/monorepo-builder": "<11.1.18", - "symplify/php-config-printer": "<11.1.18", - "symplify/phpstan-extensions": "<11.1.18", - "symplify/phpstan-rules": "<11.1.18", - "symplify/rule-doc-generator": "<11.1.18", - "symplify/smart-file-system": "<11.1.18", - "symplify/symfony-static-dumper": "<11.1.18", - "symplify/vendor-patches": "<11.1.18" + "symplify/rule-doc-generator-contracts": "^11.1" }, "require-dev": { "cweagans/composer-patches": "^1.7", - "phpunit/phpunit": "^9.5.26", - "symfony/framework-bundle": "6.1.*", - "symplify/easy-coding-standard": "^11.2", - "symplify/rule-doc-generator": "^11.2", - "symplify/smart-file-system": "^11.2", - "symplify/symplify-kernel": "^11.2" + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpstan/extension-installer": "^1.3", + "phpstan/phpstan": "^1.10.19", + "phpunit/phpunit": "^10.2", + "rector/rector": "^0.17.1", + "squizlabs/php_codesniffer": "^3.7.1", + "symplify/easy-ci": "^11.2", + "symplify/easy-coding-standard": "^11.4", + "symplify/phpstan-extensions": "^11.2", + "symplify/rule-doc-generator": "^11.1", + "tomasvotruba/type-coverage": "^0.2.0", + "tomasvotruba/unused-public": "^0.1.12" }, - "default-branch": true, "type": "library", "extra": { - "branch-alias": { - "dev-main": "11.2-dev" - }, - "enable-patching": true, "patches": { "symfony/dependency-injection": [ "https://raw.githubusercontent.com/symplify/vendor-patch-files/main/patches/generic-php-config-loader.patch" ] - } + }, + "enable-patching": true }, "autoload": { "psr-4": { @@ -2629,7 +2825,8 @@ ], "description": "Set of Symplify rules for PHP_CodeSniffer and PHP CS Fixer.", "support": { - "source": "https://github.com/symplify/coding-standard/tree/main" + "issues": "https://github.com/symplify/coding-standard/issues", + "source": "https://github.com/symplify/coding-standard/tree/11.4.1" }, "funding": [ { @@ -2641,26 +2838,25 @@ "type": "github" } ], - "time": "2022-12-16T14:06:11+00:00" + "time": "2023-06-19T09:27:43+00:00" }, { "name": "symplify/config-transformer", - "version": "dev-main", + "version": "12.4.0", "source": { "type": "git", "url": "https://github.com/symplify/config-transformer.git", - "reference": "495a63be0a0d980b93e62ecf2014504008c001ca" + "reference": "d9a0f2d6c6f80cb0672544ed5273d5e701a3e092" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/config-transformer/zipball/495a63be0a0d980b93e62ecf2014504008c001ca", - "reference": "495a63be0a0d980b93e62ecf2014504008c001ca", + "url": "https://api.github.com/repos/symplify/config-transformer/zipball/d9a0f2d6c6f80cb0672544ed5273d5e701a3e092", + "reference": "d9a0f2d6c6f80cb0672544ed5273d5e701a3e092", "shasum": "" }, "require": { "php": ">=7.2" }, - "default-branch": true, "bin": [ "bin/config-transformer" ], @@ -2671,7 +2867,8 @@ ], "description": "Prefixed version of Symfony YAML/XML to PHP/YAML config converter", "support": { - "source": "https://github.com/symplify/config-transformer/tree/main" + "issues": "https://github.com/symplify/config-transformer/issues", + "source": "https://github.com/symplify/config-transformer/tree/12.4.0" }, "funding": [ { @@ -2683,20 +2880,20 @@ "type": "github" } ], - "time": "2022-12-16T14:18:50+00:00" + "time": "2025-01-22T23:08:18+00:00" }, { "name": "symplify/easy-coding-standard", - "version": "11.1.18", + "version": "11.5.0", "source": { "type": "git", - "url": "https://github.com/symplify/easy-coding-standard.git", - "reference": "da216995d1db7236397dba0dc7974baf9d0703dc" + "url": "https://github.com/easy-coding-standard/easy-coding-standard.git", + "reference": "1d2400f7bfe92e3754ce71f0782f2c0521bade3d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/da216995d1db7236397dba0dc7974baf9d0703dc", - "reference": "da216995d1db7236397dba0dc7974baf9d0703dc", + "url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/1d2400f7bfe92e3754ce71f0782f2c0521bade3d", + "reference": "1d2400f7bfe92e3754ce71f0782f2c0521bade3d", "shasum": "" }, "require": { @@ -2704,17 +2901,13 @@ }, "conflict": { "friendsofphp/php-cs-fixer": "<3.0", - "squizlabs/php_codesniffer": "<3.6" + "squizlabs/php_codesniffer": "<3.6", + "symplify/coding-standard": "<11.3" }, "bin": [ "bin/ecs" ], "type": "library", - "extra": { - "branch-alias": { - "dev-main": "10.3-dev" - } - }, "autoload": { "files": [ "bootstrap.php" @@ -2724,88 +2917,16 @@ "license": [ "MIT" ], - "description": "Prefixed scoped version of ECS package", - "support": { - "source": "https://github.com/symplify/easy-coding-standard/tree/11.1.18" - }, - "funding": [ - { - "url": "https://www.paypal.me/rectorphp", - "type": "custom" - }, - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2022-12-16T14:04:13+00:00" - }, - { - "name": "symplify/package-builder", - "version": "dev-main", - "source": { - "type": "git", - "url": "https://github.com/symplify/package-builder.git", - "reference": "7b00db23629eed2d32ffffd79b609c71a7f1427e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symplify/package-builder/zipball/7b00db23629eed2d32ffffd79b609c71a7f1427e", - "reference": "7b00db23629eed2d32ffffd79b609c71a7f1427e", - "shasum": "" - }, - "require": { - "nette/utils": "^3.2", - "php": ">=8.1", - "sebastian/diff": "^4.0|^5.0", - "symfony/config": "^6.2", - "symfony/console": "^6.2", - "symfony/dependency-injection": "6.1.*", - "symfony/finder": "^6.2" - }, - "conflict": { - "symplify/autowire-array-parameter": "<11.1.18", - "symplify/coding-standard": "<11.1.18", - "symplify/composer-json-manipulator": "<11.1.18", - "symplify/config-transformer": "<11.1.18", - "symplify/easy-ci": "<11.1.18", - "symplify/easy-coding-standard": "<11.1.18", - "symplify/easy-parallel": "<11.1.18", - "symplify/easy-testing": "<11.1.18", - "symplify/monorepo-builder": "<11.1.18", - "symplify/php-config-printer": "<11.1.18", - "symplify/phpstan-extensions": "<11.1.18", - "symplify/phpstan-rules": "<11.1.18", - "symplify/rule-doc-generator": "<11.1.18", - "symplify/rule-doc-generator-contracts": "<11.1.18", - "symplify/smart-file-system": "<11.1.18", - "symplify/symfony-static-dumper": "<11.1.18", - "symplify/symplify-kernel": "<11.1.18", - "symplify/vendor-patches": "<11.1.18" - }, - "require-dev": { - "phpunit/phpunit": "^9.5.26", - "symplify/symplify-kernel": "^11.2" - }, - "default-branch": true, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "11.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symplify\\PackageBuilder\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" + "description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer", + "keywords": [ + "Code style", + "automation", + "fixer", + "static analysis" ], - "description": "Dependency Injection, Console and Kernel toolkit for Symplify packages.", "support": { - "source": "https://github.com/symplify/package-builder/tree/main" + "issues": "https://github.com/easy-coding-standard/easy-coding-standard/issues", + "source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/11.5.0" }, "funding": [ { @@ -2817,7 +2938,7 @@ "type": "github" } ], - "time": "2022-12-16T14:06:21+00:00" + "time": "2023-06-21T06:26:15+00:00" }, { "name": "symplify/rule-doc-generator-contracts", @@ -2825,37 +2946,27 @@ "source": { "type": "git", "url": "https://github.com/symplify/rule-doc-generator-contracts.git", - "reference": "1d72ded986974ff6b1f621c94a7e4a23524efb91" + "reference": "479cfcfd46047f80624aba931d9789e50475b5c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/rule-doc-generator-contracts/zipball/1d72ded986974ff6b1f621c94a7e4a23524efb91", - "reference": "1d72ded986974ff6b1f621c94a7e4a23524efb91", + "url": "https://api.github.com/repos/symplify/rule-doc-generator-contracts/zipball/479cfcfd46047f80624aba931d9789e50475b5c6", + "reference": "479cfcfd46047f80624aba931d9789e50475b5c6", "shasum": "" }, "require": { - "nette/utils": "^3.2", "php": ">=8.1" }, - "conflict": { - "symplify/autowire-array-parameter": "<11.1.18", - "symplify/coding-standard": "<11.1.18", - "symplify/composer-json-manipulator": "<11.1.18", - "symplify/config-transformer": "<11.1.18", - "symplify/easy-ci": "<11.1.18", - "symplify/easy-coding-standard": "<11.1.18", - "symplify/easy-parallel": "<11.1.18", - "symplify/easy-testing": "<11.1.18", - "symplify/monorepo-builder": "<11.1.18", - "symplify/package-builder": "<11.1.18", - "symplify/php-config-printer": "<11.1.18", - "symplify/phpstan-extensions": "<11.1.18", - "symplify/phpstan-rules": "<11.1.18", - "symplify/rule-doc-generator": "<11.1.18", - "symplify/smart-file-system": "<11.1.18", - "symplify/symfony-static-dumper": "<11.1.18", - "symplify/symplify-kernel": "<11.1.18", - "symplify/vendor-patches": "<11.1.18" + "require-dev": { + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpstan/extension-installer": "^1.2", + "rector/rector": "^0.15.10", + "symplify/easy-ci": "^11.1", + "symplify/easy-coding-standard": "^11.1", + "symplify/easy-testing": "^11.1", + "symplify/phpstan-extensions": "^11.1", + "symplify/phpstan-rules": "11.2.3.72", + "tomasvotruba/unused-public": "^0.0.34" }, "default-branch": true, "type": "library", @@ -2875,82 +2986,7 @@ ], "description": "Contracts for production code of RuleDocGenerator", "support": { - "source": "https://github.com/symplify/rule-doc-generator-contracts/tree/11.1.18" - }, - "funding": [ - { - "url": "https://www.paypal.me/rectorphp", - "type": "custom" - }, - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2022-12-16T14:04:58+00:00" - }, - { - "name": "symplify/smart-file-system", - "version": "dev-main", - "source": { - "type": "git", - "url": "https://github.com/symplify/smart-file-system.git", - "reference": "a5e689a2dc304966970aa9c7ef3f7dcb7440c0bd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symplify/smart-file-system/zipball/a5e689a2dc304966970aa9c7ef3f7dcb7440c0bd", - "reference": "a5e689a2dc304966970aa9c7ef3f7dcb7440c0bd", - "shasum": "" - }, - "require": { - "nette/utils": "^3.2", - "php": ">=8.1", - "symfony/filesystem": "^6.2", - "symfony/finder": "^6.2" - }, - "conflict": { - "symplify/autowire-array-parameter": "<11.1.18", - "symplify/coding-standard": "<11.1.18", - "symplify/composer-json-manipulator": "<11.1.18", - "symplify/config-transformer": "<11.1.18", - "symplify/easy-ci": "<11.1.18", - "symplify/easy-coding-standard": "<11.1.18", - "symplify/easy-parallel": "<11.1.18", - "symplify/easy-testing": "<11.1.18", - "symplify/monorepo-builder": "<11.1.18", - "symplify/package-builder": "<11.1.18", - "symplify/php-config-printer": "<11.1.18", - "symplify/phpstan-extensions": "<11.1.18", - "symplify/phpstan-rules": "<11.1.18", - "symplify/rule-doc-generator": "<11.1.18", - "symplify/rule-doc-generator-contracts": "<11.1.18", - "symplify/symfony-static-dumper": "<11.1.18", - "symplify/symplify-kernel": "<11.1.18", - "symplify/vendor-patches": "<11.1.18" - }, - "require-dev": { - "phpunit/phpunit": "^9.5.26" - }, - "default-branch": true, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "11.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symplify\\SmartFileSystem\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Sanitized FileInfo with safe getRealPath() and other handy methods", - "support": { - "source": "https://github.com/symplify/smart-file-system/tree/11.1.18" + "source": "https://github.com/symplify/rule-doc-generator-contracts/tree/11.2.0" }, "funding": [ { @@ -2962,136 +2998,13 @@ "type": "github" } ], - "time": "2022-12-16T14:05:03+00:00" - }, - { - "name": "symplify/symplify-kernel", - "version": "dev-main", - "source": { - "type": "git", - "url": "https://github.com/symplify/symplify-kernel.git", - "reference": "20b82292149a4fd4a9a39e9dcb200847da02e59d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symplify/symplify-kernel/zipball/20b82292149a4fd4a9a39e9dcb200847da02e59d", - "reference": "20b82292149a4fd4a9a39e9dcb200847da02e59d", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "symfony/console": "^6.2", - "symfony/dependency-injection": "6.1.*", - "symplify/autowire-array-parameter": "^11.2", - "symplify/package-builder": "^11.2", - "symplify/smart-file-system": "^11.2", - "webmozart/assert": "^1.11" - }, - "conflict": { - "symplify/coding-standard": "<11.1.18", - "symplify/composer-json-manipulator": "<11.1.18", - "symplify/config-transformer": "<11.1.18", - "symplify/easy-ci": "<11.1.18", - "symplify/easy-coding-standard": "<11.1.18", - "symplify/easy-parallel": "<11.1.18", - "symplify/easy-testing": "<11.1.18", - "symplify/monorepo-builder": "<11.1.18", - "symplify/php-config-printer": "<11.1.18", - "symplify/phpstan-extensions": "<11.1.18", - "symplify/phpstan-rules": "<11.1.18", - "symplify/rule-doc-generator": "<11.1.18", - "symplify/rule-doc-generator-contracts": "<11.1.18", - "symplify/symfony-static-dumper": "<11.1.18", - "symplify/vendor-patches": "<11.1.18" - }, - "require-dev": { - "phpunit/phpunit": "^9.5.26" - }, - "default-branch": true, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "11.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symplify\\SymplifyKernel\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Internal Kernel for Symplify packages", - "support": { - "source": "https://github.com/symplify/symplify-kernel/tree/main" - }, - "time": "2022-12-16T14:06:47+00:00" - }, - { - "name": "webmozart/assert", - "version": "1.11.0", - "source": { - "type": "git", - "url": "https://github.com/webmozarts/assert.git", - "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", - "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", - "shasum": "" - }, - "require": { - "ext-ctype": "*", - "php": "^7.2 || ^8.0" - }, - "conflict": { - "phpstan/phpstan": "<0.12.20", - "vimeo/psalm": "<4.6.1 || 4.6.2" - }, - "require-dev": { - "phpunit/phpunit": "^8.5.13" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.10-dev" - } - }, - "autoload": { - "psr-4": { - "Webmozart\\Assert\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - } - ], - "description": "Assertions to validate method input/output with nice error messages.", - "keywords": [ - "assert", - "check", - "validate" - ], - "support": { - "issues": "https://github.com/webmozarts/assert/issues", - "source": "https://github.com/webmozarts/assert/tree/1.11.0" - }, - "time": "2022-06-03T18:03:27+00:00" + "time": "2024-03-18T22:02:54+00:00" } ], "aliases": [ { "package": "schranz-php-recipes/symfony-recipes-yaml-to-php-converter", - "version": "dev-main", + "version": "dev-feature/simplify-upgrade", "alias": "0.1", "alias_normalized": "0.1.0.0" } @@ -3102,9 +3015,9 @@ }, "prefer-stable": false, "prefer-lowest": false, - "platform": [], + "platform": {}, "platform-dev": { "php": "^8.1" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } diff --git a/conejerock/idempotency-bundle/1.0/config/packages/idempotency.php b/conejerock/idempotency-bundle/1.0/config/packages/idempotency.php new file mode 100644 index 00000000..7e634642 --- /dev/null +++ b/conejerock/idempotency-bundle/1.0/config/packages/idempotency.php @@ -0,0 +1,18 @@ +extension('idempotency', [ + 'name' => 'app', + 'methods' => [ + 'POST', + 'PUT', + 'PATCH', + ], + 'location' => 'Header-Idempotency-Key', + 'scope' => 'headers', + ]); +}; diff --git a/conejerock/idempotency-bundle/1.0/manifest.json b/conejerock/idempotency-bundle/1.0/manifest.json new file mode 100644 index 00000000..7e056908 --- /dev/null +++ b/conejerock/idempotency-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Conejerock\\IdempotencyBundle\\IdempotencyBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/connectholland/cookie-consent-bundle/0.4/config/packages/ch_cookie_consent.php b/connectholland/cookie-consent-bundle/0.4/config/packages/ch_cookie_consent.php index 0be6fb42..3176a857 100644 --- a/connectholland/cookie-consent-bundle/0.4/config/packages/ch_cookie_consent.php +++ b/connectholland/cookie-consent-bundle/0.4/config/packages/ch_cookie_consent.php @@ -6,6 +6,11 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('ch_cookie_consent', [ - 'categories' => ['analytics', 'tracking', 'social_media', 'marketing'], + 'categories' => [ + 'analytics', + 'tracking', + 'social_media', + 'marketing', + ], ]); }; diff --git a/corytech/php-monitoring/1.0/manifest.json b/corytech/php-monitoring/1.0/manifest.json new file mode 100644 index 00000000..a21744be --- /dev/null +++ b/corytech/php-monitoring/1.0/manifest.json @@ -0,0 +1,22 @@ +{ + "bundles": { + "Corytech\\Monitoring\\CorytechMonitoringBundle": ["all"] + }, + "env": { + "STATSD_HOST": "statsd_exporter", + "STATSD_PORT": "9125", + "STATSD_NAMESPACE": "" + }, + "docker-compose": { + "docker-compose.yml": { + "services": [ + "statsd_exporter:", + " image: prom/statsd-exporter:v0.26.0", + " profiles:", + " - monitoring", + " ports:", + " - ${STATSD_EXPORTER_WEB_MACHINE_PORT:-9102}:9102" + ] + } + } +} diff --git a/corytech/php-openapi/1.0/config/packages/corytech_open_api.php b/corytech/php-openapi/1.0/config/packages/corytech_open_api.php new file mode 100644 index 00000000..d554e678 --- /dev/null +++ b/corytech/php-openapi/1.0/config/packages/corytech_open_api.php @@ -0,0 +1,13 @@ +extension('corytech_open_api', [ + 'handle_exceptions_on_path_prefixes' => [ + '/api/v1', + ], + ]); +}; diff --git a/corytech/php-openapi/1.0/manifest.json b/corytech/php-openapi/1.0/manifest.json new file mode 100644 index 00000000..efa9a113 --- /dev/null +++ b/corytech/php-openapi/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Corytech\\OpenApi\\CorytechOpenApiBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/dahromy/glide-symfony/1.0/config/packages/dahromy_glide.php b/dahromy/glide-symfony/1.0/config/packages/dahromy_glide.php new file mode 100644 index 00000000..9ba4c5aa --- /dev/null +++ b/dahromy/glide-symfony/1.0/config/packages/dahromy_glide.php @@ -0,0 +1,13 @@ +extension('dahromy_glide', [ + 'source' => '%kernel.project_dir%/public/uploads', + 'cache' => '%kernel.project_dir%/var/cache/glide', + 'signature_key' => '%env(GLIDE_SIGNATURE_KEY)%', + ]); +}; diff --git a/dahromy/glide-symfony/1.0/config/packages/glide.php b/dahromy/glide-symfony/1.0/config/packages/glide.php new file mode 100644 index 00000000..0da2ceba --- /dev/null +++ b/dahromy/glide-symfony/1.0/config/packages/glide.php @@ -0,0 +1,12 @@ +extension('glide', [ + 'source' => '%kernel.project_dir%/public', + 'cache' => '%kernel.project_dir%/var/cache/glide', + ]); +}; diff --git a/dahromy/glide-symfony/1.0/config/routes/glide.php b/dahromy/glide-symfony/1.0/config/routes/glide.php new file mode 100644 index 00000000..1f3f71e9 --- /dev/null +++ b/dahromy/glide-symfony/1.0/config/routes/glide.php @@ -0,0 +1,9 @@ +import('@DahRomyGlideBundle/Resources/config/routes.php', 'php'); +}; diff --git a/dahromy/glide-symfony/1.0/manifest.json b/dahromy/glide-symfony/1.0/manifest.json new file mode 100644 index 00000000..7b1f3835 --- /dev/null +++ b/dahromy/glide-symfony/1.0/manifest.json @@ -0,0 +1,14 @@ +{ + "conflict": { + "php": "<8.0" + }, + "bundles": { + "DahRomy\\Glide\\DahRomyGlideBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + }, + "env": { + "GLIDE_SIGNATURE_KEY": "%generate(secret)%" + } +} diff --git a/dahromy/mvola-bundle/1.0/config/packages/mvola.php b/dahromy/mvola-bundle/1.0/config/packages/mvola.php new file mode 100644 index 00000000..9d508371 --- /dev/null +++ b/dahromy/mvola-bundle/1.0/config/packages/mvola.php @@ -0,0 +1,19 @@ +extension('mvola', [ + 'environment' => '%env(MVOLA_ENVIRONMENT)%', + 'merchant_number' => '%env(MVOLA_MERCHANT_NUMBER)%', + 'company_name' => '%env(MVOLA_COMPANY_NAME)%', + 'consumer_key' => '%env(MVOLA_CONSUMER_KEY)%', + 'consumer_secret' => '%env(MVOLA_CONSUMER_SECRET)%', + 'auth_url' => '%env(MVOLA_AUTH_URL)%', + 'max_retries' => 3, + 'retry_delay' => 1000, + 'cache_ttl' => 3600, + ]); +}; diff --git a/dahromy/mvola-bundle/1.0/config/routes/mvola.php b/dahromy/mvola-bundle/1.0/config/routes/mvola.php new file mode 100644 index 00000000..9220a992 --- /dev/null +++ b/dahromy/mvola-bundle/1.0/config/routes/mvola.php @@ -0,0 +1,9 @@ +import('@DahRomyMVolaBundle/Resources/config/routes.yaml'); +}; diff --git a/dahromy/mvola-bundle/1.0/manifest.json b/dahromy/mvola-bundle/1.0/manifest.json new file mode 100644 index 00000000..cd7f7fd0 --- /dev/null +++ b/dahromy/mvola-bundle/1.0/manifest.json @@ -0,0 +1,16 @@ +{ + "bundles": { + "DahRomy\\MVola\\DahRomyMVolaBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + }, + "env": { + "MVOLA_ENVIRONMENT": "sandbox", + "MVOLA_CONSUMER_KEY": "your_consumer_key_here", + "MVOLA_CONSUMER_SECRET": "your_consumer_secret_here", + "MVOLA_MERCHANT_NUMBER": "your_merchant_number_here", + "MVOLA_COMPANY_NAME": "your_company_name_here", + "MVOLA_AUTH_URL": "https://sandbox.mvola.mg/token" + } +} diff --git a/dama/doctrine-test-bundle/7.2/config/packages/dama_doctrine_test_bundle.php b/dama/doctrine-test-bundle/7.2/config/packages/dama_doctrine_test_bundle.php new file mode 100644 index 00000000..c40b7067 --- /dev/null +++ b/dama/doctrine-test-bundle/7.2/config/packages/dama_doctrine_test_bundle.php @@ -0,0 +1,15 @@ +env() === 'test') { + $containerConfigurator->extension('dama_doctrine_test', [ + 'enable_static_connection' => true, + 'enable_static_meta_data_cache' => true, + 'enable_static_query_cache' => true, + ]); + } +}; diff --git a/dama/doctrine-test-bundle/7.2/manifest.json b/dama/doctrine-test-bundle/7.2/manifest.json new file mode 100644 index 00000000..be1ada88 --- /dev/null +++ b/dama/doctrine-test-bundle/7.2/manifest.json @@ -0,0 +1,17 @@ +{ + "bundles": { + "DAMA\\DoctrineTestBundle\\DAMADoctrineTestBundle": ["test"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "add-lines": [ + { + "file": "phpunit.xml.dist", + "content": " ", + "position": "after_target", + "target": "", + "warn_if_missing": true + } + ] +} diff --git a/datana-gmbh/datapool-api/1.0/config/packages/datana_datapool_api.php b/datana-gmbh/datapool-api/1.0/config/packages/datana_datapool_api.php index d60115c9..b5903f6f 100644 --- a/datana-gmbh/datapool-api/1.0/config/packages/datana_datapool_api.php +++ b/datana-gmbh/datapool-api/1.0/config/packages/datana_datapool_api.php @@ -19,7 +19,11 @@ ->autowire(); $services->set('Datana\Datapool\Api\DatapoolClient') - ->args(['%env(DATAPOOL_API_BASE_URI)%', '%env(DATAPOOL_API_USERNAME)%', '%env(DATAPOOL_API_PASSWORD)%']); + ->args([ + '%env(DATAPOOL_API_BASE_URI)%', + '%env(DATAPOOL_API_USERNAME)%', + '%env(DATAPOOL_API_PASSWORD)%', + ]); $services->set(AktenApi::class); diff --git a/datana-gmbh/datapool-api/2.3/config/packages/datana_datapool_api.php b/datana-gmbh/datapool-api/2.3/config/packages/datana_datapool_api.php index 867500c6..95007db2 100644 --- a/datana-gmbh/datapool-api/2.3/config/packages/datana_datapool_api.php +++ b/datana-gmbh/datapool-api/2.3/config/packages/datana_datapool_api.php @@ -21,7 +21,11 @@ ->autowire(); $services->set('Datana\Datapool\Api\DatapoolClient') - ->args(['%env(DATAPOOL_API_BASE_URI)%', '%env(DATAPOOL_API_USERNAME)%', '%env(DATAPOOL_API_PASSWORD)%']); + ->args([ + '%env(DATAPOOL_API_BASE_URI)%', + '%env(DATAPOOL_API_USERNAME)%', + '%env(DATAPOOL_API_PASSWORD)%', + ]); $services->set(AktenApi::class); diff --git a/datana-gmbh/datapool-api/3.16/config/packages/datana_datapool_api.php b/datana-gmbh/datapool-api/3.16/config/packages/datana_datapool_api.php index 37275ffa..3cfafc89 100644 --- a/datana-gmbh/datapool-api/3.16/config/packages/datana_datapool_api.php +++ b/datana-gmbh/datapool-api/3.16/config/packages/datana_datapool_api.php @@ -22,7 +22,11 @@ ->autowire(); $services->set('Datana\Datapool\Api\DatapoolClient') - ->args(['%env(DATAPOOL_API_BASE_URI)%', '%env(DATAPOOL_API_USERNAME)%', '%env(DATAPOOL_API_PASSWORD)%']); + ->args([ + '%env(DATAPOOL_API_BASE_URI)%', + '%env(DATAPOOL_API_USERNAME)%', + '%env(DATAPOOL_API_PASSWORD)%', + ]); $services->set(AktenApi::class); diff --git a/datana-gmbh/fake-api-client/1.0/config/packages/datana_fake_api.php b/datana-gmbh/fake-api-client/1.0/config/packages/datana_fake_api.php index c96d3140..4d6ff1c3 100644 --- a/datana-gmbh/fake-api-client/1.0/config/packages/datana_fake_api.php +++ b/datana-gmbh/fake-api-client/1.0/config/packages/datana_fake_api.php @@ -13,7 +13,12 @@ ->autowire(); $services->set('Datana\FakeApi\Api\FakeApiClient') - ->args(['%env(FAKE_API_BASE_URI)%', '%env(FAKE_API_USERNAME)%', '%env(FAKE_API_PASSWORD)%', '%env(bool:FAKE_API_DISABLE_CACHE)%']); + ->args([ + '%env(FAKE_API_BASE_URI)%', + '%env(FAKE_API_USERNAME)%', + '%env(FAKE_API_PASSWORD)%', + '%env(bool:FAKE_API_DISABLE_CACHE)%', + ]); $services->set(DateneingabenApi::class); diff --git a/datana-gmbh/fake-api-client/2.0/config/packages/datana_fake_api.php b/datana-gmbh/fake-api-client/2.0/config/packages/datana_fake_api.php index 67dbb48b..692597b9 100644 --- a/datana-gmbh/fake-api-client/2.0/config/packages/datana_fake_api.php +++ b/datana-gmbh/fake-api-client/2.0/config/packages/datana_fake_api.php @@ -13,7 +13,12 @@ ->autowire(); $services->set('Datana\FakeApi\FakeApiClient') - ->args(['%env(FAKE_API_BASE_URI)%', '%env(FAKE_API_USERNAME)%', '%env(FAKE_API_PASSWORD)%', '%env(bool:FAKE_API_DISABLE_CACHE)%']); + ->args([ + '%env(FAKE_API_BASE_URI)%', + '%env(FAKE_API_USERNAME)%', + '%env(FAKE_API_PASSWORD)%', + '%env(bool:FAKE_API_DISABLE_CACHE)%', + ]); $services->set(DateneingabenApi::class); diff --git a/datana-gmbh/formulario-api/1.0/config/packages/datana_formulario_api.php b/datana-gmbh/formulario-api/1.0/config/packages/datana_formulario_api.php index bbcaa335..d35966a5 100644 --- a/datana-gmbh/formulario-api/1.0/config/packages/datana_formulario_api.php +++ b/datana-gmbh/formulario-api/1.0/config/packages/datana_formulario_api.php @@ -13,7 +13,10 @@ ->autowire(); $services->set('Datana\Formulario\Api\FormularioClient') - ->args(['%env(FORMULARIO_API_BASE_URI)%', '%env(FORMULARIO_API_TOKEN)%']); + ->args([ + '%env(FORMULARIO_API_BASE_URI)%', + '%env(FORMULARIO_API_TOKEN)%', + ]); $services->set(DateneingabenApi::class); diff --git a/datana-gmbh/intercom-config/1.1/config/packages/datana_intercom_config.php b/datana-gmbh/intercom-config/1.1/config/packages/datana_intercom_config.php index 7b22785e..caf333d6 100644 --- a/datana-gmbh/intercom-config/1.1/config/packages/datana_intercom_config.php +++ b/datana-gmbh/intercom-config/1.1/config/packages/datana_intercom_config.php @@ -8,5 +8,8 @@ $services = $containerConfigurator->services(); $services->set('Datana\Intercom\Config\Config') - ->args(['%env(INTERCOM_WORKSPACE_APP_ID)%', '%env(INTERCOM_IDENTITY_VERIFICATION_SECRET)%']); + ->args([ + '%env(INTERCOM_WORKSPACE_APP_ID)%', + '%env(INTERCOM_IDENTITY_VERIFICATION_SECRET)%', + ]); }; diff --git a/datana-gmbh/iusta-api/1.0/config/packages/datana_iusta_api.php b/datana-gmbh/iusta-api/1.0/config/packages/datana_iusta_api.php index e0fae509..41afc878 100644 --- a/datana-gmbh/iusta-api/1.0/config/packages/datana_iusta_api.php +++ b/datana-gmbh/iusta-api/1.0/config/packages/datana_iusta_api.php @@ -12,7 +12,11 @@ ->autowire(); $services->set('Datana\Iusta\Api\IustaClient') - ->args(['%env(IUSTA_API_BASE_URI)%', '%env(IUSTA_API_USERNAME)%', '%env(IUSTA_API_PASSWORD)%']); + ->args([ + '%env(IUSTA_API_BASE_URI)%', + '%env(IUSTA_API_USERNAME)%', + '%env(IUSTA_API_PASSWORD)%', + ]); $services->set(AktenApi::class); diff --git a/datana-gmbh/iusta-api/2.0/config/packages/datana_iusta_api.php b/datana-gmbh/iusta-api/2.0/config/packages/datana_iusta_api.php new file mode 100644 index 00000000..01bf4d9e --- /dev/null +++ b/datana-gmbh/iusta-api/2.0/config/packages/datana_iusta_api.php @@ -0,0 +1,23 @@ +services(); + + $services->defaults() + ->autowire(); + + $services->set('Datana\Iusta\Api\IustaClient') + ->args([ + '%env(IUSTA_API_BASE_URI)%', + '%env(IUSTA_API_TOKEN)%', + ]); + + $services->set(AktenApi::class); + + $services->alias('Datana\Iusta\Api\AktenApiInterface', 'Datana\Iusta\Api\AktenApi'); +}; diff --git a/datana-gmbh/iusta-api/2.0/manifest.json b/datana-gmbh/iusta-api/2.0/manifest.json new file mode 100644 index 00000000..dadc6509 --- /dev/null +++ b/datana-gmbh/iusta-api/2.0/manifest.json @@ -0,0 +1,9 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "IUSTA_API_BASE_URI": "", + "IUSTA_API_TOKEN": "" + } +} diff --git a/datana-gmbh/iusta-api/3.0/config/packages/datana_iusta_api.php b/datana-gmbh/iusta-api/3.0/config/packages/datana_iusta_api.php new file mode 100644 index 00000000..1a3632e9 --- /dev/null +++ b/datana-gmbh/iusta-api/3.0/config/packages/datana_iusta_api.php @@ -0,0 +1,28 @@ +services(); + + $services->defaults() + ->autowire(); + + $services->set('Datana\Iusta\Api\IustaClient') + ->args([ + '%env(IUSTA_API_BASE_URI)%', + '%env(IUSTA_API_TOKEN)%', + ]); + + $services->set(CaseApi::class); + + $services->alias('Datana\Iusta\Api\CaseApiInterface', 'Datana\Iusta\Api\CaseApi'); + + $services->set(ImportApi::class); + + $services->alias('Datana\Iusta\Api\ImportApiInterface', 'Datana\Iusta\Api\ImportApi'); +}; diff --git a/datana-gmbh/iusta-api/3.0/manifest.json b/datana-gmbh/iusta-api/3.0/manifest.json new file mode 100644 index 00000000..dadc6509 --- /dev/null +++ b/datana-gmbh/iusta-api/3.0/manifest.json @@ -0,0 +1,9 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "IUSTA_API_BASE_URI": "", + "IUSTA_API_TOKEN": "" + } +} diff --git a/datana-gmbh/iusta-api/3.8/config/packages/datana_iusta_api.php b/datana-gmbh/iusta-api/3.8/config/packages/datana_iusta_api.php new file mode 100644 index 00000000..81ecdfc5 --- /dev/null +++ b/datana-gmbh/iusta-api/3.8/config/packages/datana_iusta_api.php @@ -0,0 +1,33 @@ +services(); + + $services->defaults() + ->autowire(); + + $services->set('Datana\Iusta\Api\IustaClient') + ->args([ + '%env(IUSTA_API_BASE_URI)%', + '%env(IUSTA_API_TOKEN)%', + ]); + + $services->set(CaseApi::class); + + $services->alias('Datana\Iusta\Api\CaseApiInterface', 'Datana\Iusta\Api\CaseApi'); + + $services->set(DatasetApi::class); + + $services->alias('Datana\Iusta\Api\DatasetApiInterface', 'Datana\Iusta\Api\DatasetApi'); + + $services->set(ImportApi::class); + + $services->alias('Datana\Iusta\Api\ImportApiInterface', 'Datana\Iusta\Api\ImportApi'); +}; diff --git a/datana-gmbh/iusta-api/3.8/manifest.json b/datana-gmbh/iusta-api/3.8/manifest.json new file mode 100644 index 00000000..dadc6509 --- /dev/null +++ b/datana-gmbh/iusta-api/3.8/manifest.json @@ -0,0 +1,9 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "IUSTA_API_BASE_URI": "", + "IUSTA_API_TOKEN": "" + } +} diff --git a/datana-gmbh/logz-io-handler/1.0/config/packages/datana_logz_io_handler.php b/datana-gmbh/logz-io-handler/1.0/config/packages/datana_logz_io_handler.php index dbb05a63..8554c682 100644 --- a/datana-gmbh/logz-io-handler/1.0/config/packages/datana_logz_io_handler.php +++ b/datana-gmbh/logz-io-handler/1.0/config/packages/datana_logz_io_handler.php @@ -15,6 +15,8 @@ ->arg('$host', 'listener-eu.logz.io'); $services->set('Datana\LogzIo\Handler\Logger\Processor\AddApplicationNameProcessor') - ->args(['%env(LOGZ_IO_APPLICATION_NAME)%']) + ->args([ + '%env(LOGZ_IO_APPLICATION_NAME)%', + ]) ->tag('monolog.processor'); }; diff --git a/datana-gmbh/logz-io-handler/1.7/config/packages/datana_logz_io_handler.yaml b/datana-gmbh/logz-io-handler/1.7/config/packages/datana_logz_io_handler.yaml new file mode 100644 index 00000000..70b84759 --- /dev/null +++ b/datana-gmbh/logz-io-handler/1.7/config/packages/datana_logz_io_handler.yaml @@ -0,0 +1,14 @@ +when@prod: + services: + _defaults: + autowire: true + + Inpsyde\LogzIoMonolog\Handler\LogzIoHandler: + arguments: + $token: '%env(LOGZ_IO_TOKEN)%' + $host: !php/enum Inpsyde\LogzIoMonolog\Enum\Host::EuCentral1 + + Datana\LogzIo\Handler\Logger\Processor\AddApplicationNameProcessor: + arguments: + - '%env(LOGZ_IO_APPLICATION_NAME)%' + tags: ['monolog.processor'] diff --git a/datana-gmbh/logz-io-handler/1.7/manifest.json b/datana-gmbh/logz-io-handler/1.7/manifest.json new file mode 100644 index 00000000..0fb80c8d --- /dev/null +++ b/datana-gmbh/logz-io-handler/1.7/manifest.json @@ -0,0 +1,9 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "LOGZ_IO_TOKEN": "", + "LOGZ_IO_APPLICATION_NAME": "" + } +} diff --git a/datana-gmbh/url-shortener-api/1.0/config/packages/datana_url_shortener_api.php b/datana-gmbh/url-shortener-api/1.0/config/packages/datana_url_shortener_api.php index 5830b874..c4063e88 100644 --- a/datana-gmbh/url-shortener-api/1.0/config/packages/datana_url_shortener_api.php +++ b/datana-gmbh/url-shortener-api/1.0/config/packages/datana_url_shortener_api.php @@ -13,7 +13,11 @@ ->autowire(); $services->set('Datana\UrlShortener\Api\UrlShortenerClient') - ->args(['%env(URL_SHORTENER_API_BASE_URI)%', '%env(URL_SHORTENER_API_USERNAME)%', '%env(URL_SHORTENER_API_PASSWORD)%']); + ->args([ + '%env(URL_SHORTENER_API_BASE_URI)%', + '%env(URL_SHORTENER_API_USERNAME)%', + '%env(URL_SHORTENER_API_PASSWORD)%', + ]); $services->set(UrlShortenerApi::class); diff --git a/datana-gmbh/zammad-api/1.0/config/packages/datana_zammad_api.php b/datana-gmbh/zammad-api/1.0/config/packages/datana_zammad_api.php index 20a592ac..5ea0972a 100644 --- a/datana-gmbh/zammad-api/1.0/config/packages/datana_zammad_api.php +++ b/datana-gmbh/zammad-api/1.0/config/packages/datana_zammad_api.php @@ -14,7 +14,10 @@ ->autowire(); $services->set('Datana\Zammad\Api\ZammadClient') - ->args(['%env(ZAMMAD_API_BASE_URI)%', '%env(ZAMMAD_API_TOKEN)%']); + ->args([ + '%env(ZAMMAD_API_BASE_URI)%', + '%env(ZAMMAD_API_TOKEN)%', + ]); $services->set(TicketsApi::class); diff --git a/datana-gmbh/zendesk-api/1.0/config/packages/datana_zendesk_api.php b/datana-gmbh/zendesk-api/1.0/config/packages/datana_zendesk_api.php new file mode 100644 index 00000000..e2670d70 --- /dev/null +++ b/datana-gmbh/zendesk-api/1.0/config/packages/datana_zendesk_api.php @@ -0,0 +1,47 @@ +services(); + + $services->defaults() + ->autowire(); + + $services->set(TicketsApi::class); + + $services->set(NullTicketsApi::class); + + $services->alias('Datana\Zendesk\Api\TicketsApiInterface', 'Datana\Zendesk\Api\TicketsApi'); + + $services->set(AttachmentsApi::class); + + $services->set(NullAttachmentsApi::class); + + $services->alias('Datana\Zendesk\Api\AttachmentsApiInterface', 'Datana\Zendesk\Api\AttachmentsApi'); + if ($containerConfigurator->env() === 'prod') { + $containerConfigurator->extension('services', [ + 'Datana\Zendesk\Api\TicketsApiInterface' => service('Datana\Zendesk\Api\TicketsApi'), + 'Datana\Zendesk\Api\AttachmentsApiInterface' => service('Datana\Zendesk\Api\AttachmentsApi'), + ]); + } + if ($containerConfigurator->env() === 'dev') { + $containerConfigurator->extension('services', [ + 'Datana\Zendesk\Api\TicketsApiInterface' => service('Datana\Zendesk\Api\NullTicketsApi'), + 'Datana\Zendesk\Api\AttachmentsApiInterface' => service('Datana\Zendesk\Api\NullAttachmentsApi'), + ]); + } + if ($containerConfigurator->env() === 'test') { + $containerConfigurator->extension('services', [ + 'Datana\Zendesk\Api\TicketsApiInterface' => service('Datana\Zendesk\Api\NullTicketsApi'), + 'Datana\Zendesk\Api\AttachmentsApiInterface' => service('Datana\Zendesk\Api\NullAttachmentsApi'), + ]); + } +}; diff --git a/datana-gmbh/zendesk-api/1.0/manifest.json b/datana-gmbh/zendesk-api/1.0/manifest.json new file mode 100644 index 00000000..e164c6e6 --- /dev/null +++ b/datana-gmbh/zendesk-api/1.0/manifest.json @@ -0,0 +1,5 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/doctrine/mongodb-odm-bundle/3.3/config/packages/doctrine_mongodb.php b/doctrine/mongodb-odm-bundle/3.3/config/packages/doctrine_mongodb.php index 63b63e7a..142c7487 100644 --- a/doctrine/mongodb-odm-bundle/3.3/config/packages/doctrine_mongodb.php +++ b/doctrine/mongodb-odm-bundle/3.3/config/packages/doctrine_mongodb.php @@ -11,7 +11,8 @@ 'connections' => [ 'default' => [ 'server' => '%env(resolve:MONGODB_URL)%', - 'options' => [], + 'options' => [ + ], ], ], 'default_database' => '%env(resolve:MONGODB_DB)%', diff --git a/doctrine/mongodb-odm-bundle/3.3/config/packages/prod/doctrine_mongodb.php b/doctrine/mongodb-odm-bundle/3.3/config/packages/prod/doctrine_mongodb.php index c0ba4050..08c7b85a 100644 --- a/doctrine/mongodb-odm-bundle/3.3/config/packages/prod/doctrine_mongodb.php +++ b/doctrine/mongodb-odm-bundle/3.3/config/packages/prod/doctrine_mongodb.php @@ -23,7 +23,9 @@ $services->set('doctrine_mongodb.system_cache_provider', 'Symfony\Component\Cache\DoctrineProvider') ->private() - ->args([service('doctrine_mongodb.system_cache_pool')]); + ->args([ + service('doctrine_mongodb.system_cache_pool'), + ]); $containerConfigurator->extension('framework', [ 'cache' => [ diff --git a/doctrine/mongodb-odm-bundle/4.1/config/packages/doctrine_mongodb.php b/doctrine/mongodb-odm-bundle/4.1/config/packages/doctrine_mongodb.php index 8c5775c5..0e66056d 100644 --- a/doctrine/mongodb-odm-bundle/4.1/config/packages/doctrine_mongodb.php +++ b/doctrine/mongodb-odm-bundle/4.1/config/packages/doctrine_mongodb.php @@ -12,7 +12,8 @@ 'connections' => [ 'default' => [ 'server' => '%env(resolve:MONGODB_URL)%', - 'options' => [], + 'options' => [ + ], ], ], 'default_database' => '%env(resolve:MONGODB_DB)%', @@ -46,10 +47,15 @@ ]); $containerConfigurator->extension('services', [ 'doctrine_mongodb.system_cache_provider' => [ - 'factory' => ['Doctrine\Common\Cache\Psr6\DoctrineProvider', 'wrap'], + 'factory' => [ + 'Doctrine\Common\Cache\Psr6\DoctrineProvider', + 'wrap', + ], 'class' => 'Doctrine\Common\Cache\Psr6\DoctrineProvider', 'public' => false, - 'arguments' => [service('doctrine_mongodb.system_cache_pool')], + 'arguments' => [ + service('doctrine_mongodb.system_cache_pool'), + ], ], ]); $containerConfigurator->extension('framework', [ diff --git a/doctrine/mongodb-odm-bundle/4.4/config/packages/doctrine_mongodb.php b/doctrine/mongodb-odm-bundle/4.4/config/packages/doctrine_mongodb.php index 448cc0a4..e76ceee1 100644 --- a/doctrine/mongodb-odm-bundle/4.4/config/packages/doctrine_mongodb.php +++ b/doctrine/mongodb-odm-bundle/4.4/config/packages/doctrine_mongodb.php @@ -11,7 +11,8 @@ 'connections' => [ 'default' => [ 'server' => '%env(resolve:MONGODB_URL)%', - 'options' => [], + 'options' => [ + ], ], ], 'default_database' => '%env(resolve:MONGODB_DB)%', diff --git a/doctrine/mongodb-odm-bundle/4.4/manifest.json b/doctrine/mongodb-odm-bundle/4.4/manifest.json index 65b64f0b..547a26fa 100644 --- a/doctrine/mongodb-odm-bundle/4.4/manifest.json +++ b/doctrine/mongodb-odm-bundle/4.4/manifest.json @@ -11,7 +11,39 @@ "env(MONGODB_DB)": "" }, "env": { + "#1": "Format described at https://www.mongodb.com/docs/php-library/current/connect/connection-options/", + "#2": "MONGODB_URL=\"mongodb://username:password@localhost:27017/?authSource=auth-db\"", + "#3": "MONGODB_URL=\"mongodb+srv://username:password@YOUR_CLUSTER_NAME.YOUR_HASH.mongodb.net/?retryWrites=true&w=majority\"", "MONGODB_URL": "mongodb://localhost:27017", "MONGODB_DB": "symfony" + }, + "dockerfile": [ + "RUN install-php-extensions mongodb" + ], + "docker-compose": { + "compose.yaml": { + "services": [ + "mongodb:", + " # In production, you may want to use a managed database service", + " image: mongodb/mongodb-community-server:latest", + " environment:", + " - MONGODB_INITDB_DATABASE=${MONGODB_DB:-app}", + " # You should definitely set a root username and password in production", + " - MONGODB_INITDB_ROOT_USERNAME=${MONGODB_USERNAME:-}", + " - MONGODB_INITDB_ROOT_PASSWORD=${MONGODB_PASSWORD:-}", + " volumes:", + " - mongodb_data:/data/db:rw", + " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", + " # - ./docker/mongodb/data:/data/db:rw" + ], + "volumes": ["mongodb_data:"] + }, + "compose.override.yaml": { + "services": [ + "mongodb:", + " ports:", + " - \"27017\"" + ] + } } } diff --git a/doctrine/mongodb-odm-bundle/5.0/config/packages/doctrine_mongodb.php b/doctrine/mongodb-odm-bundle/5.0/config/packages/doctrine_mongodb.php new file mode 100644 index 00000000..bcf5a593 --- /dev/null +++ b/doctrine/mongodb-odm-bundle/5.0/config/packages/doctrine_mongodb.php @@ -0,0 +1,54 @@ +extension('doctrine_mongodb', [ + 'auto_generate_proxy_classes' => true, + 'auto_generate_hydrator_classes' => true, + 'connections' => [ + 'default' => [ + 'server' => '%env(resolve:MONGODB_URL)%', + 'options' => [ + ], + ], + ], + 'default_database' => '%env(resolve:MONGODB_DB)%', + 'document_managers' => [ + 'default' => [ + 'auto_mapping' => true, + 'mappings' => [ + 'App' => [ + 'dir' => '%kernel.project_dir%/src/Document', + 'prefix' => 'App\Document', + ], + ], + ], + ], + ]); + if ($containerConfigurator->env() === 'prod') { + $containerConfigurator->extension('doctrine_mongodb', [ + 'auto_generate_proxy_classes' => false, + 'auto_generate_hydrator_classes' => false, + 'document_managers' => [ + 'default' => [ + 'metadata_cache_driver' => [ + 'type' => 'service', + 'id' => 'doctrine_mongodb.system_cache_pool', + ], + ], + ], + ]); + $containerConfigurator->extension('framework', [ + 'cache' => [ + 'pools' => [ + 'doctrine_mongodb.system_cache_pool' => [ + 'adapter' => 'cache.system', + ], + ], + ], + ]); + } +}; diff --git a/doctrine/mongodb-odm-bundle/5.0/manifest.json b/doctrine/mongodb-odm-bundle/5.0/manifest.json new file mode 100644 index 00000000..6e27e7c5 --- /dev/null +++ b/doctrine/mongodb-odm-bundle/5.0/manifest.json @@ -0,0 +1,49 @@ +{ + "bundles": { + "Doctrine\\Bundle\\MongoDBBundle\\DoctrineMongoDBBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + }, + "container": { + "env(MONGODB_URL)": "", + "env(MONGODB_DB)": "" + }, + "env": { + "#1": "Format described at https://www.mongodb.com/docs/php-library/current/connect/connection-options/", + "#2": "MONGODB_URL=\"mongodb://username:password@localhost:27017/?authSource=auth-db\"", + "#3": "MONGODB_URL=\"mongodb+srv://username:password@YOUR_CLUSTER_NAME.YOUR_HASH.mongodb.net/?retryWrites=true&w=majority\"", + "MONGODB_URL": "mongodb://localhost:27017", + "MONGODB_DB": "symfony" + }, + "dockerfile": [ + "RUN install-php-extensions mongodb" + ], + "docker-compose": { + "compose.yaml": { + "services": [ + "mongodb:", + " # In production, you may want to use a managed database service", + " image: mongodb/mongodb-atlas-local:latest", + " environment:", + " - MONGODB_INITDB_DATABASE=${MONGODB_DB:-app}", + " # You should definitely set a root username and password in production", + " - MONGODB_INITDB_ROOT_USERNAME=${MONGODB_USERNAME:-}", + " - MONGODB_INITDB_ROOT_PASSWORD=${MONGODB_PASSWORD:-}", + " volumes:", + " - mongodb_data:/data/db:rw", + " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", + " # - ./docker/mongodb/data:/data/db:rw" + ], + "volumes": ["mongodb_data:"] + }, + "compose.override.yaml": { + "services": [ + "mongodb:", + " ports:", + " - \"27017\"" + ] + } + } +} diff --git a/doctrine/mongodb-odm-bundle/5.0/src/Document/.gitignore b/doctrine/mongodb-odm-bundle/5.0/src/Document/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/doctrine/phpcr-dbal-symfony-pack/1.0/config/packages/prod/doctrine_phpcr_dbal.php b/doctrine/phpcr-dbal-symfony-pack/1.0/config/packages/prod/doctrine_phpcr_dbal.php index 81e347cc..e800d881 100644 --- a/doctrine/phpcr-dbal-symfony-pack/1.0/config/packages/prod/doctrine_phpcr_dbal.php +++ b/doctrine/phpcr-dbal-symfony-pack/1.0/config/packages/prod/doctrine_phpcr_dbal.php @@ -28,15 +28,21 @@ $services->set('doctrine_phpcr.meta_cache_provider', 'Symfony\Component\Cache\DoctrineProvider') ->private() - ->args([service('doctrine_phpcr.meta_cache_pool')]); + ->args([ + service('doctrine_phpcr.meta_cache_pool'), + ]); $services->set('doctrine_phpcr.nodes_cache_provider', 'Symfony\Component\Cache\DoctrineProvider') ->private() - ->args([service('doctrine_phpcr.nodes_cache_pool')]); + ->args([ + service('doctrine_phpcr.nodes_cache_pool'), + ]); $services->set('doctrine_phpcr.system_cache_provider', 'Symfony\Component\Cache\DoctrineProvider') ->private() - ->args([service('doctrine_phpcr.system_cache_pool')]); + ->args([ + service('doctrine_phpcr.system_cache_pool'), + ]); $containerConfigurator->extension('framework', [ 'cache' => [ diff --git a/dukecity/command-scheduler-bundle/3.0/config/packages/scheduler.php b/dukecity/command-scheduler-bundle/3.0/config/packages/scheduler.php index 5ef8d892..6a94849d 100644 --- a/dukecity/command-scheduler-bundle/3.0/config/packages/scheduler.php +++ b/dukecity/command-scheduler-bundle/3.0/config/packages/scheduler.php @@ -7,6 +7,17 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('dukecity_command_scheduler', [ 'log_path' => '%kernel.logs_dir%', - 'excluded_command_namespaces' => ['_global', 'scheduler', 'server', 'container', 'config', 'generate', 'init', 'router', 'doctrine', 'debug'], + 'excluded_command_namespaces' => [ + '_global', + 'scheduler', + 'server', + 'container', + 'config', + 'generate', + 'init', + 'router', + 'doctrine', + 'debug', + ], ]); }; diff --git a/ecphp/cas-bundle/3.0/config/packages/dev/cas_bundle.php b/ecphp/cas-bundle/3.0/config/packages/dev/cas_bundle.php new file mode 100644 index 00000000..fb96f2b6 --- /dev/null +++ b/ecphp/cas-bundle/3.0/config/packages/dev/cas_bundle.php @@ -0,0 +1,40 @@ +extension('cas', [ + 'base_url' => 'https://ecas.ec.europa.eu/cas', + 'protocol' => [ + 'login' => [ + 'path' => '/login', + 'default_parameters' => [ + 'service' => 'cas_bundle_homepage', + ], + ], + 'serviceValidate' => [ + 'path' => '/p3/serviceValidate', + 'default_parameters' => [ + 'format' => 'JSON', + ], + ], + 'logout' => [ + 'path' => '/logout', + 'default_parameters' => [ + 'service' => 'cas_bundle_homepage', + ], + ], + 'proxy' => [ + 'path' => '/proxy', + ], + 'proxyValidate' => [ + 'path' => '/p3/proxyValidate', + 'default_parameters' => [ + 'format' => 'JSON', + ], + ], + ], + ]); +}; diff --git a/jms/serializer-bundle/3.0/config/packages/jms_serializer.php b/ecphp/cas-bundle/3.0/config/packages/dev/cas_security.php similarity index 56% rename from jms/serializer-bundle/3.0/config/packages/jms_serializer.php rename to ecphp/cas-bundle/3.0/config/packages/dev/cas_security.php index 4cbc7283..1e5ed5d6 100644 --- a/jms/serializer-bundle/3.0/config/packages/jms_serializer.php +++ b/ecphp/cas-bundle/3.0/config/packages/dev/cas_security.php @@ -5,10 +5,10 @@ use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; return static function (ContainerConfigurator $containerConfigurator): void { - $containerConfigurator->extension('jms_serializer', [ - 'visitors' => [ - 'xml_serialization' => [ - 'format_output' => '%kernel.debug%', + $containerConfigurator->extension('security', [ + 'providers' => [ + 'cas' => [ + 'id' => 'EcPhp\CasBundle\Security\Core\User\CasUserProvider', ], ], ]); diff --git a/ecphp/cas-bundle/3.0/config/routes/cas.php b/ecphp/cas-bundle/3.0/config/routes/cas.php new file mode 100644 index 00000000..64dbbab5 --- /dev/null +++ b/ecphp/cas-bundle/3.0/config/routes/cas.php @@ -0,0 +1,10 @@ +import('@CasBundle/Resources/config/routes/routes.php') + ->prefix('/cas'); +}; diff --git a/ecphp/cas-bundle/3.0/manifest.json b/ecphp/cas-bundle/3.0/manifest.json new file mode 100644 index 00000000..33e525ce --- /dev/null +++ b/ecphp/cas-bundle/3.0/manifest.json @@ -0,0 +1,10 @@ +{ + "bundles": { + "EcPhp\\CasBundle\\CasBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/ecphp/eu-login-bundle/3.0/config/packages/dev/cas_bundle.php b/ecphp/eu-login-bundle/3.0/config/packages/dev/cas_bundle.php new file mode 100644 index 00000000..58eb49ba --- /dev/null +++ b/ecphp/eu-login-bundle/3.0/config/packages/dev/cas_bundle.php @@ -0,0 +1,46 @@ +extension('cas', [ + 'base_url' => '%env(ECAS_BASE_URL)%', + 'protocol' => [ + 'login' => [ + 'path' => '/login', + 'default_parameters' => [ + 'service' => '%env(ECAS_SERVICE)%', + 'authenticationLevel' => '%env(ECAS_AUTHENTICATION_LEVEL)%', + ], + ], + 'serviceValidate' => [ + 'path' => '%env(ECAS_ASSURANCE_LEVEL)%', + 'default_parameters' => [ + 'userDetails' => 'true', + 'groups' => '*', + 'pgtUrl' => '%env(ECAS_PGT_CALLBACK_URL)%', + 'service' => '%env(ECAS_SERVICE)%', + ], + ], + 'logout' => [ + 'path' => '/logout', + 'default_parameters' => [ + 'service' => '%env(ECAS_LOGOUT_SERVICE_URL)%', + ], + ], + 'proxy' => [ + 'path' => '/proxy', + ], + 'proxyValidate' => [ + 'path' => '%env(ECAS_PROXY_ASSURANCE_LEVEL)%', + 'default_parameters' => [ + 'userDetails' => 'true', + 'pgtUrl' => '%env(ECAS_PGT_CALLBACK_URL)%', + 'service' => '%env(ECAS_SERVICE)%', + ], + ], + ], + ]); +}; diff --git a/jms/serializer-bundle/2.0/config/packages/prod/jms_serializer.php b/ecphp/eu-login-bundle/3.0/config/packages/dev/eulogin_cas_security.php similarity index 54% rename from jms/serializer-bundle/2.0/config/packages/prod/jms_serializer.php rename to ecphp/eu-login-bundle/3.0/config/packages/dev/eulogin_cas_security.php index fc0d6adc..e831d796 100644 --- a/jms/serializer-bundle/2.0/config/packages/prod/jms_serializer.php +++ b/ecphp/eu-login-bundle/3.0/config/packages/dev/eulogin_cas_security.php @@ -5,10 +5,10 @@ use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; return static function (ContainerConfigurator $containerConfigurator): void { - $containerConfigurator->extension('jms_serializer', [ - 'visitors' => [ - 'json' => [ - 'options' => ['JSON_UNESCAPED_SLASHES', 'JSON_PRESERVE_ZERO_FRACTION'], + $containerConfigurator->extension('security', [ + 'providers' => [ + 'eulogin' => [ + 'id' => 'EcPhp\EuLoginBundle\Security\Core\User\EuLoginUserProvider', ], ], ]); diff --git a/ecphp/eu-login-bundle/3.0/manifest.json b/ecphp/eu-login-bundle/3.0/manifest.json new file mode 100644 index 00000000..dab91d89 --- /dev/null +++ b/ecphp/eu-login-bundle/3.0/manifest.json @@ -0,0 +1,23 @@ +{ + "bundles": { + "EcPhp\\EuLoginBundle\\EuLoginBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "ECAS_BASE_URL": "https://ecas.ec.europa.eu/cas", + "ECAS_SERVICE": "", + "ECAS_LOGOUT_SERVICE_URL": "", + "ECAS_PGT_CALLBACK_URL": "", + "ECAS_PROXY_ASSURANCE_LEVEL": "", + "ECAS_AUTHENTICATION_LEVEL": "BASIC", + "ECAS_ASSURANCE_LEVEL_LOW": "/laxValidate", + "ECAS_ASSURANCE_LEVEL_MEDIUM": "/sponsorValidate", + "ECAS_ASSURANCE_LEVEL_HIGH": "/interinstitutionalValidate", + "ECAS_ASSURANCE_LEVEL_TOP": "/strictValidate", + "ECAS_ASSURANCE_LEVEL": "${ECAS_ASSURANCE_LEVEL_TOP}" + } +} diff --git a/egeloen/ckeditor-bundle/5.0/config/packages/ivory_ck_editor.php b/egeloen/ckeditor-bundle/5.0/config/packages/ivory_ck_editor.php index f2c2604a..8266cc05 100644 --- a/egeloen/ckeditor-bundle/5.0/config/packages/ivory_ck_editor.php +++ b/egeloen/ckeditor-bundle/5.0/config/packages/ivory_ck_editor.php @@ -9,7 +9,32 @@ 'default_config' => 'simple_toolbar', 'configs' => [ 'simple_toolbar' => [ - 'toolbar' => [['Bold', 'Italic', 'Strike', 'Link'], ['BulletedList', 'NumberedList', '-', 'Outdent', 'Indent'], ['Copy', 'Paste', 'PasteFromWord', '-', 'Undo', 'Redo'], ['Source']], + 'toolbar' => [ + [ + 'Bold', + 'Italic', + 'Strike', + 'Link', + ], + [ + 'BulletedList', + 'NumberedList', + '-', + 'Outdent', + 'Indent', + ], + [ + 'Copy', + 'Paste', + 'PasteFromWord', + '-', + 'Undo', + 'Redo', + ], + [ + 'Source', + ], + ], ], ], ]); diff --git a/elao/enum/1.7/config/packages/elao_enum.php b/elao/enum/1.7/config/packages/elao_enum.php index bc7cf99f..f55d7f25 100644 --- a/elao/enum/1.7/config/packages/elao_enum.php +++ b/elao/enum/1.7/config/packages/elao_enum.php @@ -7,7 +7,8 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('elao_enum', [ 'doctrine' => [ - 'types' => [], + 'types' => [ + ], ], ]); }; diff --git a/emag-tech-labs/annotation-cache-bundle/5.0/config/packages/emag_annotation_cache.php b/emag-tech-labs/annotation-cache-bundle/5.0/config/packages/emag_annotation_cache.php index fcd21d3c..79e9e6d8 100644 --- a/emag-tech-labs/annotation-cache-bundle/5.0/config/packages/emag_annotation_cache.php +++ b/emag-tech-labs/annotation-cache-bundle/5.0/config/packages/emag_annotation_cache.php @@ -7,6 +7,8 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('annotation_cache', [ 'provider' => 'cache.app', - 'ignore_namespaces' => ['App\Entity'], + 'ignore_namespaces' => [ + 'App\Entity', + ], ]); }; diff --git a/emag-tech-labs/annotation-cache-bundle/6.0/config/packages/emag_annotation_cache.php b/emag-tech-labs/annotation-cache-bundle/6.0/config/packages/emag_annotation_cache.php index 68e061d7..d62c1b3a 100644 --- a/emag-tech-labs/annotation-cache-bundle/6.0/config/packages/emag_annotation_cache.php +++ b/emag-tech-labs/annotation-cache-bundle/6.0/config/packages/emag_annotation_cache.php @@ -7,7 +7,12 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('annotation_cache', [ 'provider' => 'cache.app', - 'ignore_namespaces' => ['App\Entity'], - 'ignore_names' => ['legacy', 'required'], + 'ignore_namespaces' => [ + 'App\Entity', + ], + 'ignore_names' => [ + 'legacy', + 'required', + ], ]); }; diff --git a/endeavour/groeigids-api-client-bundle/0.1/config/packages/groeigids_api_client.php b/endeavour/groeigids-api-client-bundle/0.1/config/packages/groeigids_api_client.php new file mode 100644 index 00000000..4dd43034 --- /dev/null +++ b/endeavour/groeigids-api-client-bundle/0.1/config/packages/groeigids_api_client.php @@ -0,0 +1,11 @@ +extension('groeigids_api_client', [ + 'api_key' => '%env(GROEIGIDS_API_KEY)%', + ]); +}; diff --git a/endeavour/groeigids-api-client-bundle/0.1/manifest.json b/endeavour/groeigids-api-client-bundle/0.1/manifest.json new file mode 100644 index 00000000..15816dd9 --- /dev/null +++ b/endeavour/groeigids-api-client-bundle/0.1/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Endeavour\\GroeigidsApiClientBundle\\GroeigidsApiClientBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "GROEIGIDS_API_KEY": "your-groeigids-api-key" + } +} diff --git a/facile-it/mongodb-bundle/0.6/config/packages/facile_it_mongodb.php b/facile-it/mongodb-bundle/0.6/config/packages/facile_it_mongodb.php index 50d920c2..e69233b6 100644 --- a/facile-it/mongodb-bundle/0.6/config/packages/facile_it_mongodb.php +++ b/facile-it/mongodb-bundle/0.6/config/packages/facile_it_mongodb.php @@ -9,10 +9,12 @@ 'data_collection' => '%kernel.debug%', 'clients' => [ 'default' => [ - 'hosts' => [[ - 'host' => '%env(MONGODB_HOST)%', - 'port' => '%env(int:MONGODB_PORT)%', - ]], + 'hosts' => [ + [ + 'host' => '%env(MONGODB_HOST)%', + 'port' => '%env(int:MONGODB_PORT)%', + ], + ], 'username' => '%env(MONGODB_USER)%', 'password' => '%env(MONGODB_PASSWORD)%', 'replicaSet' => '', diff --git a/fdekker/log-viewer-bundle/1.0/config/packages/fd_log_viewer.php b/fdekker/log-viewer-bundle/1.0/config/packages/fd_log_viewer.php new file mode 100644 index 00000000..20061692 --- /dev/null +++ b/fdekker/log-viewer-bundle/1.0/config/packages/fd_log_viewer.php @@ -0,0 +1,24 @@ +extension('fd_log_viewer', [ + 'log_files' => [ + 'monolog' => [ + 'type' => 'monolog', + 'name' => 'Monolog', + 'downloadable' => false, + 'deletable' => false, + ], + ], + 'hosts' => [ + 'localhost' => [ + 'name' => 'Local', + 'host' => null, + ], + ], + ]); +}; diff --git a/fdekker/log-viewer-bundle/1.0/config/routes/fd_log_viewer.php b/fdekker/log-viewer-bundle/1.0/config/routes/fd_log_viewer.php new file mode 100644 index 00000000..483a11a1 --- /dev/null +++ b/fdekker/log-viewer-bundle/1.0/config/routes/fd_log_viewer.php @@ -0,0 +1,10 @@ +import('.', 'fd_symfony_log_viewer') + ->prefix('/log-viewer'); +}; diff --git a/fdekker/log-viewer-bundle/1.0/manifest.json b/fdekker/log-viewer-bundle/1.0/manifest.json new file mode 100644 index 00000000..8667e1aa --- /dev/null +++ b/fdekker/log-viewer-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "FD\\LogViewer\\FDLogViewerBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + } +} diff --git a/fdekker/log-viewer-bundle/1.0/post-install.txt b/fdekker/log-viewer-bundle/1.0/post-install.txt new file mode 100644 index 00000000..de34cfe7 --- /dev/null +++ b/fdekker/log-viewer-bundle/1.0/post-install.txt @@ -0,0 +1,6 @@ + *. Update config/security.yaml file, and add a section to the access_control: + +security: + access_control: + - { path: ^/log-viewer, roles: ROLE_ADMIN } + diff --git a/fluffydiscord/roadrunner-symfony-bundle/2.3/config/packages/fluffy_discord_road_runner.php b/fluffydiscord/roadrunner-symfony-bundle/2.3/config/packages/fluffy_discord_road_runner.php new file mode 100644 index 00000000..b9a9eeb2 --- /dev/null +++ b/fluffydiscord/roadrunner-symfony-bundle/2.3/config/packages/fluffy_discord_road_runner.php @@ -0,0 +1,22 @@ +extension('fluffy_discord_road_runner', [ + 'rr_config_path' => '.rr.yaml', + 'http' => [ + 'lazy_boot' => false, + ], + 'centrifugo' => [ + 'lazy_boot' => false, + ], + 'kv' => [ + 'auto_register' => true, + 'serializer' => null, + 'keypair_path' => 'bin/keypair.key', + ], + ]); +}; diff --git a/fluffydiscord/roadrunner-symfony-bundle/2.3/manifest.json b/fluffydiscord/roadrunner-symfony-bundle/2.3/manifest.json new file mode 100644 index 00000000..0b11630f --- /dev/null +++ b/fluffydiscord/roadrunner-symfony-bundle/2.3/manifest.json @@ -0,0 +1,14 @@ +{ + "bundles": { + "FluffyDiscord\\RoadRunnerBundle\\FluffyDiscordRoadRunnerBundle": ["all"] + }, + "copy-from-package": { + "install/.rr.yaml": ".rr.yaml" + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "RR_RPC": "tcp://127.0.0.1:6001" + } +} diff --git a/fluffydiscord/roadrunner-symfony-bundle/3.0/config/packages/fluffy_discord_road_runner.php b/fluffydiscord/roadrunner-symfony-bundle/3.0/config/packages/fluffy_discord_road_runner.php new file mode 100644 index 00000000..aa3a70eb --- /dev/null +++ b/fluffydiscord/roadrunner-symfony-bundle/3.0/config/packages/fluffy_discord_road_runner.php @@ -0,0 +1,30 @@ +extension('fluffy_discord_road_runner', [ + 'rr_config_path' => '.rr.yaml', + 'http' => [ + 'lazy_boot' => false, + 'early_router_initialization' => true, + ], + 'centrifugo' => [ + 'lazy_boot' => false, + ], + 'kv' => [ + 'auto_register' => true, + 'serializer' => null, + 'keypair_path' => 'bin/keypair.key', + ], + ]); + if ($containerConfigurator->env() === 'dev') { + $containerConfigurator->extension('fluffy_discord_road_runner', [ + 'http' => [ + 'early_router_initialization' => false, + ], + ]); + } +}; diff --git a/fluffydiscord/roadrunner-symfony-bundle/3.0/manifest.json b/fluffydiscord/roadrunner-symfony-bundle/3.0/manifest.json new file mode 100644 index 00000000..0b11630f --- /dev/null +++ b/fluffydiscord/roadrunner-symfony-bundle/3.0/manifest.json @@ -0,0 +1,14 @@ +{ + "bundles": { + "FluffyDiscord\\RoadRunnerBundle\\FluffyDiscordRoadRunnerBundle": ["all"] + }, + "copy-from-package": { + "install/.rr.yaml": ".rr.yaml" + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "RR_RPC": "tcp://127.0.0.1:6001" + } +} diff --git a/friendsofsymfony/ckeditor-bundle/2.0/config/packages/fos_ckeditor.php b/friendsofsymfony/ckeditor-bundle/2.0/config/packages/fos_ckeditor.php index 38128f58..4bae6aca 100644 --- a/friendsofsymfony/ckeditor-bundle/2.0/config/packages/fos_ckeditor.php +++ b/friendsofsymfony/ckeditor-bundle/2.0/config/packages/fos_ckeditor.php @@ -6,6 +6,8 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('twig', [ - 'form_themes' => ['@FOSCKEditor/Form/ckeditor_widget.html.twig'], + 'form_themes' => [ + '@FOSCKEditor/Form/ckeditor_widget.html.twig', + ], ]); }; diff --git a/fsi/files/1.5/config/packages/fsi_files.php b/fsi/files/1.5/config/packages/fsi_files.php index e2950f93..ad810ca0 100644 --- a/fsi/files/1.5/config/packages/fsi_files.php +++ b/fsi/files/1.5/config/packages/fsi_files.php @@ -7,7 +7,9 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('fsi_files', [ 'default_entity_filesystem' => null, - 'url_adapters' => [], - 'entities' => [], + 'url_adapters' => [ + ], + 'entities' => [ + ], ]); }; diff --git a/geosocio/http-serializer-bundle/2.0/config/packages/geosocio_http_serializer.yaml b/geosocio/http-serializer-bundle/2.0/config/packages/geosocio_http_serializer.yaml new file mode 100644 index 00000000..10ce062d --- /dev/null +++ b/geosocio/http-serializer-bundle/2.0/config/packages/geosocio_http_serializer.yaml @@ -0,0 +1,2 @@ +geosocio_http_serializer: + default_format: 'json' diff --git a/gesdinet/jwt-refresh-token-bundle/1.0/src/Entity/RefreshToken.php b/gesdinet/jwt-refresh-token-bundle/1.0/src/Entity/RefreshToken.php index aaf44962..d607a631 100644 --- a/gesdinet/jwt-refresh-token-bundle/1.0/src/Entity/RefreshToken.php +++ b/gesdinet/jwt-refresh-token-bundle/1.0/src/Entity/RefreshToken.php @@ -5,10 +5,8 @@ use Doctrine\ORM\Mapping as ORM; use Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken as BaseRefreshToken; -/** - * @ORM\Entity - * @ORM\Table("refresh_tokens") - */ +#[ORM\Entity] +#[ORM\Table(name: 'refresh_tokens')] class RefreshToken extends BaseRefreshToken { } diff --git a/gheb/docusign-bundle/5.0/config/packages/docusign.php b/gheb/docusign-bundle/5.0/config/packages/docusign.php index db2da052..2cc46ab9 100644 --- a/gheb/docusign-bundle/5.0/config/packages/docusign.php +++ b/gheb/docusign-bundle/5.0/config/packages/docusign.php @@ -19,11 +19,13 @@ 'api_uri' => 'https://www.docusign.net/restapi', 'callback' => 'docusign_callback', 'sign_path' => '/my/embedded/sign/path', - 'signatures' => [[ - 'page' => 1, - 'x_position' => 200, - 'y_position' => 400, - ]], + 'signatures' => [ + [ + 'page' => 1, + 'x_position' => 200, + 'y_position' => 400, + ], + ], 'storage' => [ 'adapter' => 'local', 'options' => [ diff --git a/google/apiclient/2.0/config/packages/google_apiclient.php b/google/apiclient/2.0/config/packages/google_apiclient.php index f532771a..1855e63b 100644 --- a/google/apiclient/2.0/config/packages/google_apiclient.php +++ b/google/apiclient/2.0/config/packages/google_apiclient.php @@ -8,7 +8,13 @@ $services = $containerConfigurator->services(); $services->set('Google_Client', 'Google_Client') - ->call('setDeveloperKey', ['%env(GOOGLE_API_KEY)%']) - ->call('setClientId', ['%env(GOOGLE_CLIENT_ID)%']) - ->call('setClientSecret', ['%env(GOOGLE_CLIENT_SECRET)%']); + ->call('setDeveloperKey', [ + '%env(GOOGLE_API_KEY)%', + ]) + ->call('setClientId', [ + '%env(GOOGLE_CLIENT_ID)%', + ]) + ->call('setClientSecret', [ + '%env(GOOGLE_CLIENT_SECRET)%', + ]); }; diff --git a/google/apiclient/2.10/config/packages/google_apiclient.php b/google/apiclient/2.10/config/packages/google_apiclient.php index 6ef5cf8b..b6f8a7da 100644 --- a/google/apiclient/2.10/config/packages/google_apiclient.php +++ b/google/apiclient/2.10/config/packages/google_apiclient.php @@ -8,8 +8,16 @@ $services = $containerConfigurator->services(); $services->set('Google\Client', 'Google\Client') - ->call('setDeveloperKey', ['%env(GOOGLE_API_KEY)%']) - ->call('setClientId', ['%env(GOOGLE_CLIENT_ID)%']) - ->call('setClientSecret', ['%env(GOOGLE_CLIENT_SECRET)%']) - ->call('setAuthConfig', ['%env(resolve:GOOGLE_AUTH_CONFIG)%']); + ->call('setDeveloperKey', [ + '%env(GOOGLE_API_KEY)%', + ]) + ->call('setClientId', [ + '%env(GOOGLE_CLIENT_ID)%', + ]) + ->call('setClientSecret', [ + '%env(GOOGLE_CLIENT_SECRET)%', + ]) + ->call('setAuthConfig', [ + '%env(resolve:GOOGLE_AUTH_CONFIG)%', + ]); }; diff --git a/googlechromelabs/ise-web-security-bundle/1.0/config/packages/ise_web_security.php b/googlechromelabs/ise-web-security-bundle/1.0/config/packages/ise_web_security.php index 44ccfbe7..83f030fc 100644 --- a/googlechromelabs/ise-web-security-bundle/1.0/config/packages/ise_web_security.php +++ b/googlechromelabs/ise-web-security-bundle/1.0/config/packages/ise_web_security.php @@ -17,7 +17,8 @@ ], 'fetch_metadata' => [ 'active' => true, - 'allowed_endpoints' => [], + 'allowed_endpoints' => [ + ], ], 'trusted_types' => [ 'active' => false, diff --git a/gpslab/geoip2/1.1/config/packages/gpslab_geoip.php b/gpslab/geoip2/1.1/config/packages/gpslab_geoip.php index 43474156..7f668fd2 100644 --- a/gpslab/geoip2/1.1/config/packages/gpslab_geoip.php +++ b/gpslab/geoip2/1.1/config/packages/gpslab_geoip.php @@ -8,6 +8,8 @@ $containerConfigurator->extension('gpslab_geoip', [ 'cache' => '%kernel.cache_dir%/GeoLite2-City.mmdb', 'url' => 'https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz', - 'locales' => ['en'], + 'locales' => [ + 'en', + ], ]); }; diff --git a/happyr/entity-exists-validation-constraint/1.0/config/packages/happyr_entity_exists_validator.php b/happyr/entity-exists-validation-constraint/1.0/config/packages/happyr_entity_exists_validator.php index 73bdf464..a584320d 100644 --- a/happyr/entity-exists-validation-constraint/1.0/config/packages/happyr_entity_exists_validator.php +++ b/happyr/entity-exists-validation-constraint/1.0/config/packages/happyr_entity_exists_validator.php @@ -9,6 +9,8 @@ $services = $containerConfigurator->services(); $services->set('Happyr\Validator\Constraint\EntityExistValidator') - ->args([service('doctrine.orm.entity_manager')]) + ->args([ + service('doctrine.orm.entity_manager'), + ]) ->tag('validator.constraint_validator'); }; diff --git a/happyr/json-api-response-factory/0.1/config/packages/happyr_json_api_response_factory.php b/happyr/json-api-response-factory/0.1/config/packages/happyr_json_api_response_factory.php index 55d25172..38616cb2 100644 --- a/happyr/json-api-response-factory/0.1/config/packages/happyr_json_api_response_factory.php +++ b/happyr/json-api-response-factory/0.1/config/packages/happyr_json_api_response_factory.php @@ -9,10 +9,14 @@ $services = $containerConfigurator->services(); $services->set('Happyr\JsonApiResponseFactory\ResponseFactory') - ->args([service('happyr.fractal.manager')]); + ->args([ + service('happyr.fractal.manager'), + ]); $services->set('happyr.fractal.manager', 'League\Fractal\Manager') - ->call('setSerializer', [service('happyr.fractal.json_api_serializer')]); + ->call('setSerializer', [ + service('happyr.fractal.json_api_serializer'), + ]); $services->set('happyr.fractal.json_api_serializer', 'League\Fractal\Serializer\JsonApiSerializer'); }; diff --git a/happyr/linkedin-api-client/1.0/config/packages/linkedin.php b/happyr/linkedin-api-client/1.0/config/packages/linkedin.php index 28fba2bf..007250a4 100644 --- a/happyr/linkedin-api-client/1.0/config/packages/linkedin.php +++ b/happyr/linkedin-api-client/1.0/config/packages/linkedin.php @@ -8,5 +8,8 @@ $services = $containerConfigurator->services(); $services->set('Happyr\LinkedIn\LinkedIn', 'Happyr\LinkedIn\LinkedIn') - ->args(['%env(LINKEDIN_API_KEY)%', '%env(LINKEDIN_API_SECRET)%']); + ->args([ + '%env(LINKEDIN_API_KEY)%', + '%env(LINKEDIN_API_SECRET)%', + ]); }; diff --git a/huluti/doctrine-relations-analyser/0.3/manifest.json b/huluti/doctrine-relations-analyser/0.3/manifest.json new file mode 100644 index 00000000..98ac178c --- /dev/null +++ b/huluti/doctrine-relations-analyser/0.3/manifest.json @@ -0,0 +1,5 @@ +{ + "bundles": { + "DoctrineRelationsAnalyserBundle\\DoctrineRelationsAnalyserBundle": ["dev", "test"] + } +} diff --git a/hwi/oauth-bundle/0.6/config/packages/hwi_oauth.php b/hwi/oauth-bundle/0.6/config/packages/hwi_oauth.php index 34ae8c1b..4ef425a4 100644 --- a/hwi/oauth-bundle/0.6/config/packages/hwi_oauth.php +++ b/hwi/oauth-bundle/0.6/config/packages/hwi_oauth.php @@ -6,7 +6,9 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('hwi_oauth', [ - 'firewall_names' => ['main'], + 'firewall_names' => [ + 'main', + ], 'resource_owners' => [ 'facebook' => [ 'type' => 'facebook', diff --git a/hwi/oauth-bundle/2.0/config/packages/hwi_oauth.php b/hwi/oauth-bundle/2.0/config/packages/hwi_oauth.php new file mode 100644 index 00000000..311861bf --- /dev/null +++ b/hwi/oauth-bundle/2.0/config/packages/hwi_oauth.php @@ -0,0 +1,18 @@ +extension('hwi_oauth', [ + 'resource_owners' => [ + 'facebook' => [ + 'type' => 'facebook', + 'client_id' => '%env(FB_ID)%', + 'client_secret' => '%env(FB_SECRET)%', + 'scope' => 'email public_profile', + ], + ], + ]); +}; diff --git a/hwi/oauth-bundle/2.0/config/routes/hwi_oauth_routing.php b/hwi/oauth-bundle/2.0/config/routes/hwi_oauth_routing.php new file mode 100644 index 00000000..31da0293 --- /dev/null +++ b/hwi/oauth-bundle/2.0/config/routes/hwi_oauth_routing.php @@ -0,0 +1,16 @@ +import('@HWIOAuthBundle/Resources/config/routing/redirect.php') + ->prefix('/connect'); + + $routingConfigurator->import('@HWIOAuthBundle/Resources/config/routing/connect.php') + ->prefix('/connect'); + + $routingConfigurator->import('@HWIOAuthBundle/Resources/config/routing/login.php') + ->prefix('/login'); +}; diff --git a/hwi/oauth-bundle/2.0/manifest.json b/hwi/oauth-bundle/2.0/manifest.json new file mode 100644 index 00000000..ac132ad4 --- /dev/null +++ b/hwi/oauth-bundle/2.0/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "FB_ID": "", + "FB_SECRET": "" + } +} diff --git a/hwi/oauth-bundle/2.0/post-install.txt b/hwi/oauth-bundle/2.0/post-install.txt new file mode 100644 index 00000000..5feccc4c --- /dev/null +++ b/hwi/oauth-bundle/2.0/post-install.txt @@ -0,0 +1,15 @@ + * Configure your application: + 1. Add firewall by adding - main: + anonymous: true + oauth: + resource_owners: + my_github: "/login/check-github" + login_path: /login + use_forward: false + failure_path: /login + + oauth_user_provider: + service: hwi_oauth.user.provider + in your security firewalls section. + + * Read the documentation at https://github.com/hwi/HWIOAuthBundle/blob/master/docs/3-configuring_the_security_layer.md diff --git a/ijanki/prometheus-bundle/0.9/config/packages/ijanki_prometheus.php b/ijanki/prometheus-bundle/0.9/config/packages/ijanki_prometheus.php index 06c4b341..afe944e5 100644 --- a/ijanki/prometheus-bundle/0.9/config/packages/ijanki_prometheus.php +++ b/ijanki/prometheus-bundle/0.9/config/packages/ijanki_prometheus.php @@ -11,26 +11,48 @@ 'collectors' => [ 'http_requests_total' => [ 'counter' => [ - 'labels' => ['url', 'code'], + 'labels' => [ + 'url', + 'code', + ], 'help' => 'Number of requests', ], ], 'http_request_duration_seconds' => [ 'gauge' => [ - 'labels' => ['url'], + 'labels' => [ + 'url', + ], 'help' => 'Response time', ], ], 'http_request_duration_seconds_bucket' => [ 'histogram' => [ - 'labels' => ['url'], + 'labels' => [ + 'url', + ], 'help' => 'Response times histogram', - 'buckets' => [0.1, 0.2, 0.3, 0.5, 0.7, 1, 2, 5, 10, 30, 60], + 'buckets' => [ + 0.1, + 0.2, + 0.3, + 0.5, + 0.7, + 1, + 2, + 5, + 10, + 30, + 60, + ], ], ], 'data_is_fresh' => [ 'gauge' => [ - 'labels' => ['app', 'section'], + 'labels' => [ + 'app', + 'section', + ], 'help' => 'is the data fresh', ], ], diff --git a/imper86/jobby-cron-bundle/1.0/config/packages/imper86_jobby.php b/imper86/jobby-cron-bundle/1.0/config/packages/imper86_jobby.php index 66ddad28..a1598230 100644 --- a/imper86/jobby-cron-bundle/1.0/config/packages/imper86_jobby.php +++ b/imper86/jobby-cron-bundle/1.0/config/packages/imper86_jobby.php @@ -6,6 +6,7 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('imper86_jobby', [ - 'jobs' => [], + 'jobs' => [ + ], ]); }; diff --git a/imper86/supervisor-bundle/2.2/config/packages/imper86_supervisor.php b/imper86/supervisor-bundle/2.2/config/packages/imper86_supervisor.php index 0e551008..a45b4875 100644 --- a/imper86/supervisor-bundle/2.2/config/packages/imper86_supervisor.php +++ b/imper86/supervisor-bundle/2.2/config/packages/imper86_supervisor.php @@ -6,6 +6,7 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('imper86_supervisor', [ - 'instances' => [], + 'instances' => [ + ], ]); }; diff --git a/inspector-apm/inspector-symfony/1.0/config/packages/inspector.php b/inspector-apm/inspector-symfony/1.0/config/packages/inspector.php index a8dd0b2c..cc11a4d8 100644 --- a/inspector-apm/inspector-symfony/1.0/config/packages/inspector.php +++ b/inspector-apm/inspector-symfony/1.0/config/packages/inspector.php @@ -7,7 +7,52 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('inspector', [ 'ingestion_key' => '%env(INSPECTOR_INGESTION_KEY)%', - 'ignore_routes' => ['_wdt', '_profiler', '_profiler_home', '_profiler_search', '_profiler_search_bar', '_profiler_phpinfo', '_profiler_search_results', '_profiler_open_file', '_profiler_router', '_profiler_exception', '_profiler_exception_css'], - 'ignore_commands' => ['debug:autowiring', 'debug:config', 'debug:container', 'debug:event-dispatcher', 'debug:form', 'debug:router', 'debug:translation', 'debug:twig', 'debug:validator', 'make:auth', 'make:command', 'make:controller', 'make:crud', 'make:docker:database', 'make:entity', 'make:fixtures', 'make:form', 'make:functional-test', 'make:message', 'make:messenger-middleware', 'make:migration', 'make:registration-form', 'make:reset-password', 'make:serializer:encoder', 'make:serializer:normalizer', 'make:subscriber', 'make:test', 'make:twig-extension', 'make:unit-test', 'make:user', 'make:validator', 'make:voter'], + 'ignore_routes' => [ + '_wdt', + '_profiler', + '_profiler_home', + '_profiler_search', + '_profiler_search_bar', + '_profiler_phpinfo', + '_profiler_search_results', + '_profiler_open_file', + '_profiler_router', + '_profiler_exception', + '_profiler_exception_css', + ], + 'ignore_commands' => [ + 'debug:autowiring', + 'debug:config', + 'debug:container', + 'debug:event-dispatcher', + 'debug:form', + 'debug:router', + 'debug:translation', + 'debug:twig', + 'debug:validator', + 'make:auth', + 'make:command', + 'make:controller', + 'make:crud', + 'make:docker:database', + 'make:entity', + 'make:fixtures', + 'make:form', + 'make:functional-test', + 'make:message', + 'make:messenger-middleware', + 'make:migration', + 'make:registration-form', + 'make:reset-password', + 'make:serializer:encoder', + 'make:serializer:normalizer', + 'make:subscriber', + 'make:test', + 'make:twig-extension', + 'make:unit-test', + 'make:user', + 'make:validator', + 'make:voter', + ], ]); }; diff --git a/inspector-apm/inspector-symfony/1.3/config/packages/inspector.php b/inspector-apm/inspector-symfony/1.3/config/packages/inspector.php new file mode 100644 index 00000000..fe3d4579 --- /dev/null +++ b/inspector-apm/inspector-symfony/1.3/config/packages/inspector.php @@ -0,0 +1,56 @@ +extension('inspector', [ + 'ingestion_key' => '%env(INSPECTOR_INGESTION_KEY)%', + 'enabled' => true, + 'transport' => 'async', + 'ignore_routes' => [ + '/_wdt*', + '/_profiler*', + ], + 'ignore_commands' => [ + 'messenger:consume', + 'assets:install', + 'cache:clear', + 'doctrine:migrations:migrate', + 'schedule:run', + 'debug:autowiring', + 'debug:config', + 'debug:container', + 'debug:event-dispatcher', + 'debug:form', + 'debug:router', + 'debug:translation', + 'debug:twig', + 'debug:validator', + 'make:auth', + 'make:command', + 'make:controller', + 'make:crud', + 'make:docker:database', + 'make:entity', + 'make:fixtures', + 'make:form', + 'make:functional-test', + 'make:message', + 'make:messenger-middleware', + 'make:migration', + 'make:registration-form', + 'make:reset-password', + 'make:serializer:encoder', + 'make:serializer:normalizer', + 'make:subscriber', + 'make:test', + 'make:twig-extension', + 'make:unit-test', + 'make:user', + 'make:validator', + 'make:voter', + ], + ]); +}; diff --git a/inspector-apm/inspector-symfony/1.3/manifest.json b/inspector-apm/inspector-symfony/1.3/manifest.json new file mode 100644 index 00000000..7e8685fe --- /dev/null +++ b/inspector-apm/inspector-symfony/1.3/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Inspector\\Symfony\\Bundle\\InspectorBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "INSPECTOR_INGESTION_KEY": "" + } +} diff --git a/inspector-apm/inspector-symfony/1.3/post-install.txt b/inspector-apm/inspector-symfony/1.3/post-install.txt new file mode 100644 index 00000000..9e0dd591 --- /dev/null +++ b/inspector-apm/inspector-symfony/1.3/post-install.txt @@ -0,0 +1,2 @@ + * Read the full documentation to properly configure your + Symfony application at https://docs.inspector.dev/ diff --git a/inspector-apm/inspector-symfony/1.4/config/packages/inspector.php b/inspector-apm/inspector-symfony/1.4/config/packages/inspector.php new file mode 100644 index 00000000..2884fcdf --- /dev/null +++ b/inspector-apm/inspector-symfony/1.4/config/packages/inspector.php @@ -0,0 +1,25 @@ +extension('inspector', [ + 'ingestion_key' => '%env(INSPECTOR_INGESTION_KEY)%', + 'ignore_routes' => [ + '/_wdt*', + '/_profiler*', + ], + 'ignore_commands' => [ + 'messenger*', + 'assets*', + 'importmap*', + 'cache*', + 'doctrine*', + 'schedule:run', + 'debug*', + 'make*', + ], + ]); +}; diff --git a/inspector-apm/inspector-symfony/1.4/manifest.json b/inspector-apm/inspector-symfony/1.4/manifest.json new file mode 100644 index 00000000..7e8685fe --- /dev/null +++ b/inspector-apm/inspector-symfony/1.4/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Inspector\\Symfony\\Bundle\\InspectorBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "INSPECTOR_INGESTION_KEY": "" + } +} diff --git a/inspector-apm/inspector-symfony/1.4/post-install.txt b/inspector-apm/inspector-symfony/1.4/post-install.txt new file mode 100644 index 00000000..be584638 --- /dev/null +++ b/inspector-apm/inspector-symfony/1.4/post-install.txt @@ -0,0 +1,2 @@ + * Read the full documentation to properly configure your + Symfony application at https://docs.inspector.dev/guides/symfony/installation diff --git a/tsantos/serializer-bundle/1.0/config/packages/tsantos_serializer.php b/intervention/image-symfony/1.0/config/packages/intervention_image.php similarity index 63% rename from tsantos/serializer-bundle/1.0/config/packages/tsantos_serializer.php rename to intervention/image-symfony/1.0/config/packages/intervention_image.php index 3e96df51..ea19faf7 100644 --- a/tsantos/serializer-bundle/1.0/config/packages/tsantos_serializer.php +++ b/intervention/image-symfony/1.0/config/packages/intervention_image.php @@ -5,7 +5,7 @@ use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; return static function (ContainerConfigurator $containerConfigurator): void { - $containerConfigurator->extension('tsantos_serializer', [ - 'generation_strategy' => 'file_not_exists', + $containerConfigurator->extension('intervention_image', [ + 'driver' => 'Intervention\Image\Drivers\Gd\Driver', ]); }; diff --git a/intervention/image-symfony/1.0/manifest.json b/intervention/image-symfony/1.0/manifest.json new file mode 100644 index 00000000..b2f4c018 --- /dev/null +++ b/intervention/image-symfony/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Intervention\\Image\\Symfony\\InterventionImageBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/iq2i/storia-bundle/0.1/config/packages/iq2i_storia.php b/iq2i/storia-bundle/0.1/config/packages/iq2i_storia.php new file mode 100644 index 00000000..5892543d --- /dev/null +++ b/iq2i/storia-bundle/0.1/config/packages/iq2i_storia.php @@ -0,0 +1,11 @@ +extension('iq2i_storia', [ + 'default_path' => '%kernel.project_dir%/storia', + ]); +}; diff --git a/iq2i/storia-bundle/0.1/config/routes/iq2i_storia.php b/iq2i/storia-bundle/0.1/config/routes/iq2i_storia.php new file mode 100644 index 00000000..33debad5 --- /dev/null +++ b/iq2i/storia-bundle/0.1/config/routes/iq2i_storia.php @@ -0,0 +1,10 @@ +import('@IQ2iStoriaBundle/config/routes.php') + ->prefix('/storia'); +}; diff --git a/iq2i/storia-bundle/0.1/manifest.json b/iq2i/storia-bundle/0.1/manifest.json new file mode 100644 index 00000000..78f84ecd --- /dev/null +++ b/iq2i/storia-bundle/0.1/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "IQ2i\\StoriaBundle\\IQ2iStoriaBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "storia/": "storia/" + } +} diff --git a/iq2i/storia-bundle/0.1/storia/components/.gitignore b/iq2i/storia-bundle/0.1/storia/components/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/iq2i/storia-bundle/0.1/storia/pages/.gitignore b/iq2i/storia-bundle/0.1/storia/pages/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/jane-php/json-schema/5.0/config/packages/jane.php b/jane-php/json-schema/5.0/config/packages/jane.php index ebeee653..699891de 100644 --- a/jane-php/json-schema/5.0/config/packages/jane.php +++ b/jane-php/json-schema/5.0/config/packages/jane.php @@ -9,15 +9,22 @@ $services = $containerConfigurator->services(); $services->set('jane.serializer.json_encode', 'Symfony\Component\Serializer\Encoder\JsonEncode') - ->args([[ - 'json_encode_options' => 64, - ]]); + ->args([ + [ + 'json_encode_options' => 64, + ], + ]); $services->set('jane.serializer.json_decode', 'Symfony\Component\Serializer\Encoder\JsonDecode') - ->args([[ - 'json_decode_associative' => false, - ]]); + ->args([ + [ + 'json_decode_associative' => false, + ], + ]); $services->set('jane.serializer.json_encoder', 'Symfony\Component\Serializer\Encoder\JsonEncoder') - ->args([service('jane.serializer.json_encode'), service('jane.serializer.json_decode')]); + ->args([ + service('jane.serializer.json_encode'), + service('jane.serializer.json_decode'), + ]); }; diff --git a/jane-php/json-schema/6.0/post-install.txt b/jane-php/json-schema/6.0/post-install.txt index f49672cf..f9596417 100644 --- a/jane-php/json-schema/6.0/post-install.txt +++ b/jane-php/json-schema/6.0/post-install.txt @@ -2,7 +2,7 @@ 1. Configure config/jane/json_schema.php with your specification details 2. Run bin/jane-json-schema-generate 3. Add generated/ directory to your composer autoload definition (eg. "MyApp\\Library\\Generated\\": "generated/") - 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated\ namespace with your generated namespace. + 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated namespace with your generated namespace. 5. Then remove line comments Documentation: https://jane.readthedocs.io/en/latest/ diff --git a/jane-php/json-schema/7.0/post-install.txt b/jane-php/json-schema/7.0/post-install.txt index f49672cf..f9596417 100644 --- a/jane-php/json-schema/7.0/post-install.txt +++ b/jane-php/json-schema/7.0/post-install.txt @@ -2,7 +2,7 @@ 1. Configure config/jane/json_schema.php with your specification details 2. Run bin/jane-json-schema-generate 3. Add generated/ directory to your composer autoload definition (eg. "MyApp\\Library\\Generated\\": "generated/") - 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated\ namespace with your generated namespace. + 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated namespace with your generated namespace. 5. Then remove line comments Documentation: https://jane.readthedocs.io/en/latest/ diff --git a/jane-php/open-api-common/6.0/post-install.txt b/jane-php/open-api-common/6.0/post-install.txt index b96c3021..9c48ddef 100644 --- a/jane-php/open-api-common/6.0/post-install.txt +++ b/jane-php/open-api-common/6.0/post-install.txt @@ -2,7 +2,7 @@ 1. Configure config/jane/open_api.php with your specification details 2. Run bin/jane-open-api-generate 3. Add generated/ directory to your composer autoload definition (eg. "MyApp\\Library\\Generated\\": "generated/") - 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated\ namespace with your generated namespace. + 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated namespace with your generated namespace. 5. Then remove line comments Documentation: https://jane.readthedocs.io/en/latest/ diff --git a/jane-php/open-api-common/7.0/post-install.txt b/jane-php/open-api-common/7.0/post-install.txt index b96c3021..9c48ddef 100644 --- a/jane-php/open-api-common/7.0/post-install.txt +++ b/jane-php/open-api-common/7.0/post-install.txt @@ -2,7 +2,7 @@ 1. Configure config/jane/open_api.php with your specification details 2. Run bin/jane-open-api-generate 3. Add generated/ directory to your composer autoload definition (eg. "MyApp\\Library\\Generated\\": "generated/") - 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated\ namespace with your generated namespace. + 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated namespace with your generated namespace. 5. Then remove line comments Documentation: https://jane.readthedocs.io/en/latest/ diff --git a/jawira/doctrine-diagram-bundle/0.7/config/packages/doctrine_diagram.php b/jawira/doctrine-diagram-bundle/0.7/config/packages/doctrine_diagram.php new file mode 100644 index 00000000..12f7adb6 --- /dev/null +++ b/jawira/doctrine-diagram-bundle/0.7/config/packages/doctrine_diagram.php @@ -0,0 +1,13 @@ +extension('doctrine_diagram', [ + 'size' => 'midi', + 'filename' => 'database', + 'format' => 'svg', + ]); +}; diff --git a/jawira/doctrine-diagram-bundle/0.7/manifest.json b/jawira/doctrine-diagram-bundle/0.7/manifest.json new file mode 100644 index 00000000..257ba2d8 --- /dev/null +++ b/jawira/doctrine-diagram-bundle/0.7/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Jawira\\DoctrineDiagramBundle\\DoctrineDiagramBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/jbtcd/fitbit-bundle/1.0/config/packages/fitbit.php b/jbtcd/fitbit-bundle/1.0/config/packages/fitbit.php index d3efb217..951ae3d6 100644 --- a/jbtcd/fitbit-bundle/1.0/config/packages/fitbit.php +++ b/jbtcd/fitbit-bundle/1.0/config/packages/fitbit.php @@ -8,6 +8,16 @@ $containerConfigurator->extension('fitbit', [ 'clientId' => '%env(FITBIT_CLIENT_ID)%', 'clientSecret' => '%env(FITBIT_CLIENT_SECRET)%', - 'scopes' => ['activity', 'heartrate', 'location', 'nutrition', 'profile', 'settings', 'sleep', 'social', 'weight'], + 'scopes' => [ + 'activity', + 'heartrate', + 'location', + 'nutrition', + 'profile', + 'settings', + 'sleep', + 'social', + 'weight', + ], ]); }; diff --git a/jeandanyel/crud-bundle/0.1/config/routes/jeandanyel_crud.php b/jeandanyel/crud-bundle/0.1/config/routes/jeandanyel_crud.php new file mode 100644 index 00000000..2397dd9a --- /dev/null +++ b/jeandanyel/crud-bundle/0.1/config/routes/jeandanyel_crud.php @@ -0,0 +1,9 @@ +import('@JeandanyelCrudBundle/config/routes.yaml'); +}; diff --git a/jeandanyel/crud-bundle/0.1/manifest.json b/jeandanyel/crud-bundle/0.1/manifest.json new file mode 100644 index 00000000..d057f3fa --- /dev/null +++ b/jeandanyel/crud-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Jeandanyel\\CrudBundle\\JeandanyelCrudBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/jeandanyel/list-bundle/0.1/config/routes/jeandanyel_list.php b/jeandanyel/list-bundle/0.1/config/routes/jeandanyel_list.php new file mode 100644 index 00000000..2e09d70f --- /dev/null +++ b/jeandanyel/list-bundle/0.1/config/routes/jeandanyel_list.php @@ -0,0 +1,9 @@ +import('@JeandanyelListBundle/config/routes.yaml'); +}; diff --git a/jeandanyel/list-bundle/0.1/manifest.json b/jeandanyel/list-bundle/0.1/manifest.json new file mode 100644 index 00000000..24deeb96 --- /dev/null +++ b/jeandanyel/list-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Jeandanyel\\ListBundle\\JeandanyelListBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/jmose/command-scheduler-bundle/2.0/config/packages/scheduler.php b/jmose/command-scheduler-bundle/2.0/config/packages/scheduler.php index 8cdb8735..28bd6db2 100644 --- a/jmose/command-scheduler-bundle/2.0/config/packages/scheduler.php +++ b/jmose/command-scheduler-bundle/2.0/config/packages/scheduler.php @@ -7,6 +7,17 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('jmose_command_scheduler', [ 'log_path' => '%kernel.logs_dir%', - 'excluded_command_namespaces' => ['_global', 'scheduler', 'server', 'container', 'config', 'generate', 'init', 'router', 'doctrine', 'debug'], + 'excluded_command_namespaces' => [ + '_global', + 'scheduler', + 'server', + 'container', + 'config', + 'generate', + 'init', + 'router', + 'doctrine', + 'debug', + ], ]); }; diff --git a/jms/serializer-bundle/2.0/config/packages/dev/jms_serializer.php b/jms/serializer-bundle/2.0/config/packages/dev/jms_serializer.php deleted file mode 100644 index 87d1c71f..00000000 --- a/jms/serializer-bundle/2.0/config/packages/dev/jms_serializer.php +++ /dev/null @@ -1,15 +0,0 @@ -extension('jms_serializer', [ - 'visitors' => [ - 'json' => [ - 'options' => ['JSON_PRETTY_PRINT', 'JSON_UNESCAPED_SLASHES', 'JSON_PRESERVE_ZERO_FRACTION'], - ], - ], - ]); -}; diff --git a/jms/serializer-bundle/2.0/config/packages/dev/jms_serializer.yaml b/jms/serializer-bundle/2.0/config/packages/dev/jms_serializer.yaml new file mode 100644 index 00000000..353e4602 --- /dev/null +++ b/jms/serializer-bundle/2.0/config/packages/dev/jms_serializer.yaml @@ -0,0 +1,7 @@ +jms_serializer: + visitors: + json: + options: + - JSON_PRETTY_PRINT + - JSON_UNESCAPED_SLASHES + - JSON_PRESERVE_ZERO_FRACTION diff --git a/jms/serializer-bundle/2.0/config/packages/jms_serializer.yaml b/jms/serializer-bundle/2.0/config/packages/jms_serializer.yaml new file mode 100644 index 00000000..bab42dae --- /dev/null +++ b/jms/serializer-bundle/2.0/config/packages/jms_serializer.yaml @@ -0,0 +1,13 @@ +jms_serializer: + visitors: + xml: + format_output: '%kernel.debug%' +# metadata: +# auto_detection: false +# directories: +# any-name: +# namespace_prefix: "My\\FooBundle" +# path: "@MyFooBundle/Resources/config/serializer" +# another-name: +# namespace_prefix: "My\\BarBundle" +# path: "@MyBarBundle/Resources/config/serializer" diff --git a/jms/serializer-bundle/2.0/config/packages/prod/jms_serializer.yaml b/jms/serializer-bundle/2.0/config/packages/prod/jms_serializer.yaml new file mode 100644 index 00000000..bc97faf1 --- /dev/null +++ b/jms/serializer-bundle/2.0/config/packages/prod/jms_serializer.yaml @@ -0,0 +1,6 @@ +jms_serializer: + visitors: + json: + options: + - JSON_UNESCAPED_SLASHES + - JSON_PRESERVE_ZERO_FRACTION diff --git a/jms/serializer-bundle/3.0/config/packages/dev/jms_serializer.php b/jms/serializer-bundle/3.0/config/packages/dev/jms_serializer.php deleted file mode 100644 index 93c6c0f8..00000000 --- a/jms/serializer-bundle/3.0/config/packages/dev/jms_serializer.php +++ /dev/null @@ -1,15 +0,0 @@ -extension('jms_serializer', [ - 'visitors' => [ - 'json_serialization' => [ - 'options' => ['JSON_PRETTY_PRINT', 'JSON_UNESCAPED_SLASHES', 'JSON_PRESERVE_ZERO_FRACTION'], - ], - ], - ]); -}; diff --git a/jms/serializer-bundle/3.0/config/packages/dev/jms_serializer.yaml b/jms/serializer-bundle/3.0/config/packages/dev/jms_serializer.yaml new file mode 100644 index 00000000..f9460410 --- /dev/null +++ b/jms/serializer-bundle/3.0/config/packages/dev/jms_serializer.yaml @@ -0,0 +1,7 @@ +jms_serializer: + visitors: + json_serialization: + options: + - JSON_PRETTY_PRINT + - JSON_UNESCAPED_SLASHES + - JSON_PRESERVE_ZERO_FRACTION diff --git a/jms/serializer-bundle/3.0/config/packages/jms_serializer.yaml b/jms/serializer-bundle/3.0/config/packages/jms_serializer.yaml new file mode 100644 index 00000000..d25fa039 --- /dev/null +++ b/jms/serializer-bundle/3.0/config/packages/jms_serializer.yaml @@ -0,0 +1,13 @@ +jms_serializer: + visitors: + xml_serialization: + format_output: '%kernel.debug%' +# metadata: +# auto_detection: false +# directories: +# any-name: +# namespace_prefix: "My\\FooBundle" +# path: "@MyFooBundle/Resources/config/serializer" +# another-name: +# namespace_prefix: "My\\BarBundle" +# path: "@MyBarBundle/Resources/config/serializer" diff --git a/jms/serializer-bundle/3.0/config/packages/prod/jms_serializer.yaml b/jms/serializer-bundle/3.0/config/packages/prod/jms_serializer.yaml new file mode 100644 index 00000000..89c86c89 --- /dev/null +++ b/jms/serializer-bundle/3.0/config/packages/prod/jms_serializer.yaml @@ -0,0 +1,6 @@ +jms_serializer: + visitors: + json_serialization: + options: + - JSON_UNESCAPED_SLASHES + - JSON_PRESERVE_ZERO_FRACTION diff --git a/jms/serializer-bundle/4.0/config/packages/jms_serializer.php b/jms/serializer-bundle/4.0/config/packages/jms_serializer.php deleted file mode 100644 index 46f0f228..00000000 --- a/jms/serializer-bundle/4.0/config/packages/jms_serializer.php +++ /dev/null @@ -1,33 +0,0 @@ -extension('jms_serializer', [ - 'visitors' => [ - 'xml_serialization' => [ - 'format_output' => '%kernel.debug%', - ], - ], - ]); - if ($containerConfigurator->env() === 'prod') { - $containerConfigurator->extension('jms_serializer', [ - 'visitors' => [ - 'json_serialization' => [ - 'options' => ['JSON_UNESCAPED_SLASHES', 'JSON_PRESERVE_ZERO_FRACTION'], - ], - ], - ]); - } - if ($containerConfigurator->env() === 'dev') { - $containerConfigurator->extension('jms_serializer', [ - 'visitors' => [ - 'json_serialization' => [ - 'options' => ['JSON_PRETTY_PRINT', 'JSON_UNESCAPED_SLASHES', 'JSON_PRESERVE_ZERO_FRACTION'], - ], - ], - ]); - } -}; diff --git a/jms/serializer-bundle/4.0/config/packages/jms_serializer.yaml b/jms/serializer-bundle/4.0/config/packages/jms_serializer.yaml new file mode 100644 index 00000000..99766743 --- /dev/null +++ b/jms/serializer-bundle/4.0/config/packages/jms_serializer.yaml @@ -0,0 +1,30 @@ +jms_serializer: + visitors: + xml_serialization: + format_output: '%kernel.debug%' +# metadata: +# auto_detection: false +# directories: +# any-name: +# namespace_prefix: "My\\FooBundle" +# path: "@MyFooBundle/Resources/config/serializer" +# another-name: +# namespace_prefix: "My\\BarBundle" +# path: "@MyBarBundle/Resources/config/serializer" + +when@prod: + jms_serializer: + visitors: + json_serialization: + options: + - JSON_UNESCAPED_SLASHES + - JSON_PRESERVE_ZERO_FRACTION + +when@dev: + jms_serializer: + visitors: + json_serialization: + options: + - JSON_PRETTY_PRINT + - JSON_UNESCAPED_SLASHES + - JSON_PRESERVE_ZERO_FRACTION diff --git a/jolicode/jolitypo/1.0/config/packages/joli_typo.php b/jolicode/jolitypo/1.0/config/packages/joli_typo.php index e72a06d2..ba12faaa 100644 --- a/jolicode/jolitypo/1.0/config/packages/joli_typo.php +++ b/jolicode/jolitypo/1.0/config/packages/joli_typo.php @@ -8,11 +8,26 @@ $containerConfigurator->extension('joli_typo', [ 'presets' => [ 'fr' => [ - 'fixers' => ['Ellipsis', 'Dimension', 'Dash', 'SmartQuotes', 'FrenchNoBreakSpace', 'CurlyQuote', 'Trademark'], + 'fixers' => [ + 'Ellipsis', + 'Dimension', + 'Dash', + 'SmartQuotes', + 'FrenchNoBreakSpace', + 'CurlyQuote', + 'Trademark', + ], 'locale' => 'fr_FR', ], 'en' => [ - 'fixers' => ['Ellipsis', 'Dimension', 'Dash', 'SmartQuotes', 'CurlyQuote', 'Trademark'], + 'fixers' => [ + 'Ellipsis', + 'Dimension', + 'Dash', + 'SmartQuotes', + 'CurlyQuote', + 'Trademark', + ], 'locale' => 'en_GB', ], ], diff --git a/jonathankablan/fast-entity-bundle/2.0/config/packages/fast_entity.php b/jonathankablan/fast-entity-bundle/2.0/config/packages/fast_entity.php index 2fbad2b1..31bce5ff 100644 --- a/jonathankablan/fast-entity-bundle/2.0/config/packages/fast_entity.php +++ b/jonathankablan/fast-entity-bundle/2.0/config/packages/fast_entity.php @@ -6,71 +6,87 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('fast_entity', [ - 'tables' => [[ - 'name' => 'admin', - ], [ - 'name' => 'formation', - ]], - 'schema' => [[ - 'entity' => 'admin', - 'property' => 'username', - 'type' => 'string', - 'length' => 255, - 'nullable' => true, - ], [ - 'entity' => 'admin', - 'property' => 'password', - 'type' => 'string', - 'length' => 255, - 'nullable' => true, - ], [ - 'entity' => 'admin', - 'property' => 'email', - 'type' => 'string', - 'length' => 255, - 'nullable' => true, - ], [ - 'entity' => 'admin', - 'property' => 'active', - 'type' => 'boolean', - 'nullable' => true, - ], [ - 'entity' => 'admin', - 'property' => 'created', - 'type' => 'datetime', - 'nullable' => true, - ], [ - 'entity' => 'admin', - 'property' => 'updated', - 'type' => 'datetime', - 'nullable' => true, - ], [ - 'entity' => 'formation', - 'property' => 'location', - 'type' => 'string', - 'length' => 255, - 'nullable' => true, - ], [ - 'entity' => 'formation', - 'property' => 'price', - 'type' => 'integer', - 'length' => 11, - 'nullable' => true, - ], [ - 'entity' => 'formation', - 'property' => 'created', - 'type' => 'datetime', - 'nullable' => true, - ], [ - 'entity' => 'formation', - 'property' => 'updated', - 'type' => 'datetime', - 'nullable' => true, - ]], - 'relations' => [[ - 'entityTo' => 'admin', - 'entityFrom' => 'formation', - 'relation' => 'OneToOne', - ]], + 'tables' => [ + [ + 'name' => 'admin', + ], + [ + 'name' => 'formation', + ], + ], + 'schema' => [ + [ + 'entity' => 'admin', + 'property' => 'username', + 'type' => 'string', + 'length' => 255, + 'nullable' => true, + ], + [ + 'entity' => 'admin', + 'property' => 'password', + 'type' => 'string', + 'length' => 255, + 'nullable' => true, + ], + [ + 'entity' => 'admin', + 'property' => 'email', + 'type' => 'string', + 'length' => 255, + 'nullable' => true, + ], + [ + 'entity' => 'admin', + 'property' => 'active', + 'type' => 'boolean', + 'nullable' => true, + ], + [ + 'entity' => 'admin', + 'property' => 'created', + 'type' => 'datetime', + 'nullable' => true, + ], + [ + 'entity' => 'admin', + 'property' => 'updated', + 'type' => 'datetime', + 'nullable' => true, + ], + [ + 'entity' => 'formation', + 'property' => 'location', + 'type' => 'string', + 'length' => 255, + 'nullable' => true, + ], + [ + 'entity' => 'formation', + 'property' => 'price', + 'type' => 'integer', + 'length' => 11, + 'nullable' => true, + ], + [ + 'entity' => 'formation', + 'property' => 'created', + 'type' => 'datetime', + 'nullable' => true, + ], + [ + 'entity' => 'formation', + 'property' => 'updated', + 'type' => 'datetime', + 'nullable' => true, + ], + ], + 'relations' => [ + [ + 'entityTo' => 'admin', + 'entityFrom' => 'formation', + 'relation' => 'OneToOne', + ], + ], ]); }; diff --git a/kms/froala-editor-bundle/3.0/config/packages/kms_froala_editor.php b/kms/froala-editor-bundle/3.0/config/packages/kms_froala_editor.php index e8d67e04..93e327bb 100644 --- a/kms/froala-editor-bundle/3.0/config/packages/kms_froala_editor.php +++ b/kms/froala-editor-bundle/3.0/config/packages/kms_froala_editor.php @@ -6,7 +6,9 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('twig', [ - 'form_themes' => ['@KMSFroalaEditor/Form/froala_widget.html.twig'], + 'form_themes' => [ + '@KMSFroalaEditor/Form/froala_widget.html.twig', + ], ]); $containerConfigurator->extension('kms_froala_editor', [ diff --git a/knplabs/dictionary-bundle/2.0/config/packages/knp_dictionary.php b/knplabs/dictionary-bundle/2.0/config/packages/knp_dictionary.php index 59012183..269fb506 100644 --- a/knplabs/dictionary-bundle/2.0/config/packages/knp_dictionary.php +++ b/knplabs/dictionary-bundle/2.0/config/packages/knp_dictionary.php @@ -6,6 +6,7 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('knp_dictionary', [ - 'dictionaries' => [], + 'dictionaries' => [ + ], ]); }; diff --git a/knplabs/github-api/2.6/config/packages/github_api.php b/knplabs/github-api/2.6/config/packages/github_api.php index 72c8c658..2d51d42a 100644 --- a/knplabs/github-api/2.6/config/packages/github_api.php +++ b/knplabs/github-api/2.6/config/packages/github_api.php @@ -9,8 +9,14 @@ $services = $containerConfigurator->services(); $services->set('Github\Client') - ->args([service('Github\HttpClient\Builder')]); + ->args([ + service('Github\HttpClient\Builder'), + ]); $services->set('Github\HttpClient\Builder') - ->args([service('?Http\Client\HttpClient'), service('?Http\Message\RequestFactory'), service('?Http\Message\StreamFactory')]); + ->args([ + service('?Http\Client\HttpClient'), + service('?Http\Message\RequestFactory'), + service('?Http\Message\StreamFactory'), + ]); }; diff --git a/knplabs/knp-snappy-bundle/1.5/config/packages/knp_snappy.php b/knplabs/knp-snappy-bundle/1.5/config/packages/knp_snappy.php index f6aa1586..4688ebd1 100644 --- a/knplabs/knp-snappy-bundle/1.5/config/packages/knp_snappy.php +++ b/knplabs/knp-snappy-bundle/1.5/config/packages/knp_snappy.php @@ -9,12 +9,14 @@ 'pdf' => [ 'enabled' => true, 'binary' => '%env(WKHTMLTOPDF_PATH)%', - 'options' => [], + 'options' => [ + ], ], 'image' => [ 'enabled' => true, 'binary' => '%env(WKHTMLTOIMAGE_PATH)%', - 'options' => [], + 'options' => [ + ], ], ]); }; diff --git a/knyk/mailbox-bundle/1.0/config/packages/knyk_mailbox.php b/knyk/mailbox-bundle/1.0/config/packages/knyk_mailbox.php index f952da77..ffeae740 100644 --- a/knyk/mailbox-bundle/1.0/config/packages/knyk_mailbox.php +++ b/knyk/mailbox-bundle/1.0/config/packages/knyk_mailbox.php @@ -6,6 +6,7 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('mailbox', [ - 'connections' => [], + 'connections' => [ + ], ]); }; diff --git a/kocal/biome-js-bundle/1.0/biome.json b/kocal/biome-js-bundle/1.0/biome.json new file mode 100644 index 00000000..4acd73f0 --- /dev/null +++ b/kocal/biome-js-bundle/1.0/biome.json @@ -0,0 +1,13 @@ +{ + "files": { + "ignore": [ + "assets/vendor/*", + "assets/controllers.json", + "composer.json", + "public/assets/*", + "public/bundles/*", + "var/cache/*", + "vendor/*" + ] + } +} diff --git a/kocal/biome-js-bundle/1.0/config/packages/kocal_biome_js.php b/kocal/biome-js-bundle/1.0/config/packages/kocal_biome_js.php new file mode 100644 index 00000000..265c6447 --- /dev/null +++ b/kocal/biome-js-bundle/1.0/config/packages/kocal_biome_js.php @@ -0,0 +1,13 @@ +env() === 'dev') { + $containerConfigurator->extension('kocal_biome_js', [ + 'binary_version' => null, + ]); + } +}; diff --git a/kocal/biome-js-bundle/1.0/manifest.json b/kocal/biome-js-bundle/1.0/manifest.json new file mode 100644 index 00000000..a4422b62 --- /dev/null +++ b/kocal/biome-js-bundle/1.0/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": ["dev"] + }, + "copy-from-recipe": { + "biome.json": "biome.json", + "config/": "%CONFIG_DIR%/" + } +} diff --git a/kocal/biome-js-bundle/1.1/biome.json b/kocal/biome-js-bundle/1.1/biome.json new file mode 100644 index 00000000..4acd73f0 --- /dev/null +++ b/kocal/biome-js-bundle/1.1/biome.json @@ -0,0 +1,13 @@ +{ + "files": { + "ignore": [ + "assets/vendor/*", + "assets/controllers.json", + "composer.json", + "public/assets/*", + "public/bundles/*", + "var/cache/*", + "vendor/*" + ] + } +} diff --git a/kocal/biome-js-bundle/1.1/config/packages/kocal_biome_js.php b/kocal/biome-js-bundle/1.1/config/packages/kocal_biome_js.php new file mode 100644 index 00000000..baec5878 --- /dev/null +++ b/kocal/biome-js-bundle/1.1/config/packages/kocal_biome_js.php @@ -0,0 +1,13 @@ +env() === 'dev') { + $containerConfigurator->extension('kocal_biome_js', [ + 'binary_version' => 'latest_stable', + ]); + } +}; diff --git a/kocal/biome-js-bundle/1.1/manifest.json b/kocal/biome-js-bundle/1.1/manifest.json new file mode 100644 index 00000000..a4422b62 --- /dev/null +++ b/kocal/biome-js-bundle/1.1/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": ["dev"] + }, + "copy-from-recipe": { + "biome.json": "biome.json", + "config/": "%CONFIG_DIR%/" + } +} diff --git a/kriswallsmith/buzz/0.17/config/packages/buzz.php b/kriswallsmith/buzz/0.17/config/packages/buzz.php index 4d78ecd2..140e36e8 100644 --- a/kriswallsmith/buzz/0.17/config/packages/buzz.php +++ b/kriswallsmith/buzz/0.17/config/packages/buzz.php @@ -13,29 +13,43 @@ $services->alias('Buzz\Client\BuzzClientInterface', 'buzz.file_get_contents_client'); $services->set('buzz.file_get_contents_client', 'Buzz\Client\FileGetContents') - ->args([[ - 'timeout' => 10, - ]]); + ->args([ + [ + 'timeout' => 10, + ], + ]); $services->set('buzz.curl_client', 'Buzz\Client\Curl') - ->args([[ - 'timeout' => 10, - ]]); + ->args([ + [ + 'timeout' => 10, + ], + ]); $services->set('buzz.multi_curl_client', 'Buzz\Client\MultiCurl') - ->args([[ - 'timeout' => 10, - ]]); + ->args([ + [ + 'timeout' => 10, + ], + ]); $services->set('Buzz\Browser') - ->args([service('Buzz\Client\BuzzClientInterface')]) - ->call('addMiddleware', [service('buzz.middleware.content_length')]) - ->call('addMiddleware', [service('buzz.middleware.logger')]); + ->args([ + service('Buzz\Client\BuzzClientInterface'), + ]) + ->call('addMiddleware', [ + service('buzz.middleware.content_length'), + ]) + ->call('addMiddleware', [ + service('buzz.middleware.logger'), + ]); $services->set('buzz.middleware.content_length', 'Buzz\Middleware\ContentLengthMiddleware'); $services->set('buzz.middleware.logger', 'Buzz\Middleware\LoggerMiddleware') - ->args([service('?logger')]) + ->args([ + service('?logger'), + ]) ->tag('monolog.logger', [ 'channel' => 'buzz', ]); diff --git a/kriswallsmith/buzz/1.0/config/packages/buzz.php b/kriswallsmith/buzz/1.0/config/packages/buzz.php index c6c97804..8a73d89c 100644 --- a/kriswallsmith/buzz/1.0/config/packages/buzz.php +++ b/kriswallsmith/buzz/1.0/config/packages/buzz.php @@ -18,34 +18,49 @@ $services->set('buzz.client.file_get_contents', 'Buzz\Client\FileGetContents') ->args([ - service('Psr\Http\Message\ResponseFactoryInterface'), [ + service('Psr\Http\Message\ResponseFactoryInterface'), + [ 'timeout' => 10, 'allow_redirects' => false, - ], ]); + ], + ]); $services->set('buzz.client.curl', 'Buzz\Client\Curl') ->args([ - service('Psr\Http\Message\ResponseFactoryInterface'), [ + service('Psr\Http\Message\ResponseFactoryInterface'), + [ 'timeout' => 10, 'allow_redirects' => false, - ], ]); + ], + ]); $services->set('buzz.client.multi_curl', 'Buzz\Client\MultiCurl') ->args([ - service('Psr\Http\Message\ResponseFactoryInterface'), [ + service('Psr\Http\Message\ResponseFactoryInterface'), + [ 'timeout' => 10, 'allow_redirects' => false, - ], ]); + ], + ]); $services->set('Buzz\Browser') - ->args([service('Buzz\Client\BuzzClientInterface'), service('Psr\Http\Message\RequestFactoryInterface')]) - ->call('addMiddleware', [service('buzz.middleware.content_length')]) - ->call('addMiddleware', [service('buzz.middleware.logger')]); + ->args([ + service('Buzz\Client\BuzzClientInterface'), + service('Psr\Http\Message\RequestFactoryInterface'), + ]) + ->call('addMiddleware', [ + service('buzz.middleware.content_length'), + ]) + ->call('addMiddleware', [ + service('buzz.middleware.logger'), + ]); $services->set('buzz.middleware.content_length', 'Buzz\Middleware\ContentLengthMiddleware'); $services->set('buzz.middleware.logger', 'Buzz\Middleware\LoggerMiddleware') - ->args([service('?logger')]) + ->args([ + service('?logger'), + ]) ->tag('monolog.logger', [ 'channel' => 'buzz', ]); diff --git a/kunstmaan/admin-bundle/5.10/config/packages/kunstmaan_admin.php b/kunstmaan/admin-bundle/5.10/config/packages/kunstmaan_admin.php index 8459484e..68c1ccb6 100644 --- a/kunstmaan/admin-bundle/5.10/config/packages/kunstmaan_admin.php +++ b/kunstmaan/admin-bundle/5.10/config/packages/kunstmaan_admin.php @@ -9,7 +9,9 @@ 'multi_language' => true, 'required_locales' => 'nl|fr|en', 'default_locale' => 'en', - 'admin_locales' => ['en'], + 'admin_locales' => [ + 'en', + ], 'website_title' => 'MyProject', 'exception_logging' => false, 'authentication' => [ diff --git a/kunstmaan/admin-bundle/5.2/config/packages/kunstmaan_admin.php b/kunstmaan/admin-bundle/5.2/config/packages/kunstmaan_admin.php index 4c0e0372..5a81f8d8 100644 --- a/kunstmaan/admin-bundle/5.2/config/packages/kunstmaan_admin.php +++ b/kunstmaan/admin-bundle/5.2/config/packages/kunstmaan_admin.php @@ -9,7 +9,9 @@ 'multi_language' => true, 'required_locales' => 'nl|fr|en', 'default_locale' => 'en', - 'admin_locales' => ['en'], + 'admin_locales' => [ + 'en', + ], 'website_title' => 'MyProject', ]); }; diff --git a/kunstmaan/admin-bundle/5.9/config/packages/kunstmaan_admin.php b/kunstmaan/admin-bundle/5.9/config/packages/kunstmaan_admin.php index c232471d..9da4dfb3 100644 --- a/kunstmaan/admin-bundle/5.9/config/packages/kunstmaan_admin.php +++ b/kunstmaan/admin-bundle/5.9/config/packages/kunstmaan_admin.php @@ -9,7 +9,9 @@ 'multi_language' => true, 'required_locales' => 'nl|fr|en', 'default_locale' => 'en', - 'admin_locales' => ['en'], + 'admin_locales' => [ + 'en', + ], 'website_title' => 'MyProject', 'exception_logging' => false, ]); diff --git a/kunstmaan/admin-bundle/6.0/config/packages/kunstmaan_admin.php b/kunstmaan/admin-bundle/6.0/config/packages/kunstmaan_admin.php index c232471d..9da4dfb3 100644 --- a/kunstmaan/admin-bundle/6.0/config/packages/kunstmaan_admin.php +++ b/kunstmaan/admin-bundle/6.0/config/packages/kunstmaan_admin.php @@ -9,7 +9,9 @@ 'multi_language' => true, 'required_locales' => 'nl|fr|en', 'default_locale' => 'en', - 'admin_locales' => ['en'], + 'admin_locales' => [ + 'en', + ], 'website_title' => 'MyProject', 'exception_logging' => false, ]); diff --git a/kunstmaan/seo-bundle/7.3/config/routes/kunstmaan_seo.php b/kunstmaan/seo-bundle/7.3/config/routes/kunstmaan_seo.php new file mode 100644 index 00000000..0e3f417b --- /dev/null +++ b/kunstmaan/seo-bundle/7.3/config/routes/kunstmaan_seo.php @@ -0,0 +1,15 @@ +import('@KunstmaanSeoBundle/Resources/config/routing.yml') + ->prefix('/{_locale}/') + ->requirements([ + '_locale' => '%kunstmaan_admin.required_locales%', + ]); + + $routingConfigurator->import('@KunstmaanSeoBundle/Controller/RobotsController.php', 'attribute'); +}; diff --git a/kunstmaan/seo-bundle/7.3/manifest.json b/kunstmaan/seo-bundle/7.3/manifest.json new file mode 100644 index 00000000..78f15039 --- /dev/null +++ b/kunstmaan/seo-bundle/7.3/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Kunstmaan\\SeoBundle\\KunstmaanSeoBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/kunstmaan/translator-bundle/5.2/config/packages/kunstmaan_translator.php b/kunstmaan/translator-bundle/5.2/config/packages/kunstmaan_translator.php index ffd35e3c..e3ab940b 100644 --- a/kunstmaan/translator-bundle/5.2/config/packages/kunstmaan_translator.php +++ b/kunstmaan/translator-bundle/5.2/config/packages/kunstmaan_translator.php @@ -7,6 +7,11 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('kunstmaan_translator', [ 'enabled' => true, - 'managed_locales' => ['nl', 'en', 'de', 'fr'], + 'managed_locales' => [ + 'nl', + 'en', + 'de', + 'fr', + ], ]); }; diff --git a/labymod/discord-webhook-bundle/1.0/config/packages/discord_webhook.php b/labymod/discord-webhook-bundle/1.0/config/packages/discord_webhook.php index d7b4271d..bd9009d8 100644 --- a/labymod/discord-webhook-bundle/1.0/config/packages/discord_webhook.php +++ b/labymod/discord-webhook-bundle/1.0/config/packages/discord_webhook.php @@ -7,6 +7,7 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('discord_webhook', [ 'default_url' => '%env(DWH_DEFAULT_URL)%', - 'clients' => [], + 'clients' => [ + ], ]); }; diff --git a/league/oauth2-server-bundle/0.3/config/packages/league_oauth2_server.php b/league/oauth2-server-bundle/0.3/config/packages/league_oauth2_server.php index e2dc84ce..522ecc76 100644 --- a/league/oauth2-server-bundle/0.3/config/packages/league_oauth2_server.php +++ b/league/oauth2-server-bundle/0.3/config/packages/league_oauth2_server.php @@ -15,8 +15,12 @@ 'public_key' => '/var/oauth/public.key', ], 'scopes' => [ - 'available' => ['EMAIL'], - 'default' => ['EMAIL'], + 'available' => [ + 'EMAIL', + ], + 'default' => [ + 'EMAIL', + ], ], 'persistence' => [ 'doctrine' => null, diff --git a/league/tactician-bundle/1.0/config/packages/league_tactician.php b/league/tactician-bundle/1.0/config/packages/league_tactician.php index 919a0291..75c7fbc5 100644 --- a/league/tactician-bundle/1.0/config/packages/league_tactician.php +++ b/league/tactician-bundle/1.0/config/packages/league_tactician.php @@ -8,7 +8,9 @@ $containerConfigurator->extension('tactician', [ 'commandbus' => [ 'default' => [ - 'middleware' => ['tactician.middleware.command_handler'], + 'middleware' => [ + 'tactician.middleware.command_handler', + ], ], ], ]); diff --git a/leapt/froala-editor-bundle/1.0/config/packages/leapt_froala_editor.php b/leapt/froala-editor-bundle/1.0/config/packages/leapt_froala_editor.php index 570ad798..cce3e619 100644 --- a/leapt/froala-editor-bundle/1.0/config/packages/leapt_froala_editor.php +++ b/leapt/froala-editor-bundle/1.0/config/packages/leapt_froala_editor.php @@ -6,7 +6,9 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('twig', [ - 'form_themes' => ['@LeaptFroalaEditor/Form/froala_widget.html.twig'], + 'form_themes' => [ + '@LeaptFroalaEditor/Form/froala_widget.html.twig', + ], ]); $containerConfigurator->extension('leapt_froala_editor', [ diff --git a/leapt/froala-editor-bundle/1.2/config/packages/leapt_froala_editor.php b/leapt/froala-editor-bundle/1.2/config/packages/leapt_froala_editor.php index 570ad798..cce3e619 100644 --- a/leapt/froala-editor-bundle/1.2/config/packages/leapt_froala_editor.php +++ b/leapt/froala-editor-bundle/1.2/config/packages/leapt_froala_editor.php @@ -6,7 +6,9 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('twig', [ - 'form_themes' => ['@LeaptFroalaEditor/Form/froala_widget.html.twig'], + 'form_themes' => [ + '@LeaptFroalaEditor/Form/froala_widget.html.twig', + ], ]); $containerConfigurator->extension('leapt_froala_editor', [ diff --git a/jms/serializer-bundle/3.0/config/packages/prod/jms_serializer.php b/leapt/im-bundle/5.0/config/packages/leapt_im.php similarity index 52% rename from jms/serializer-bundle/3.0/config/packages/prod/jms_serializer.php rename to leapt/im-bundle/5.0/config/packages/leapt_im.php index 5df58bea..82e42960 100644 --- a/jms/serializer-bundle/3.0/config/packages/prod/jms_serializer.php +++ b/leapt/im-bundle/5.0/config/packages/leapt_im.php @@ -5,10 +5,11 @@ use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; return static function (ContainerConfigurator $containerConfigurator): void { - $containerConfigurator->extension('jms_serializer', [ - 'visitors' => [ - 'json_serialization' => [ - 'options' => ['JSON_UNESCAPED_SLASHES', 'JSON_PRESERVE_ZERO_FRACTION'], + $containerConfigurator->extension('leapt_im', [ + 'cache_path' => 'cache/im', + 'formats' => [ + 'medium' => [ + 'thumbnail' => '100x100>', ], ], ]); diff --git a/leapt/im-bundle/5.0/config/routes/leapt_im.php b/leapt/im-bundle/5.0/config/routes/leapt_im.php new file mode 100644 index 00000000..fb93dd2b --- /dev/null +++ b/leapt/im-bundle/5.0/config/routes/leapt_im.php @@ -0,0 +1,9 @@ +import('@LeaptImBundle/config/routing.php'); +}; diff --git a/leapt/im-bundle/5.0/manifest.json b/leapt/im-bundle/5.0/manifest.json new file mode 100644 index 00000000..57be4a3e --- /dev/null +++ b/leapt/im-bundle/5.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Leapt\\ImBundle\\LeaptImBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "gitignore": [ + "/public/cache/" + ] +} diff --git a/lexik/cron-file-generator-bundle/1.0/config/packages/lexik_cron_file_generator.php b/lexik/cron-file-generator-bundle/1.0/config/packages/lexik_cron_file_generator.php index b98459e5..cd5ad883 100644 --- a/lexik/cron-file-generator-bundle/1.0/config/packages/lexik_cron_file_generator.php +++ b/lexik/cron-file-generator-bundle/1.0/config/packages/lexik_cron_file_generator.php @@ -6,7 +6,9 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('lexik_cron_file_generator', [ - 'env_available' => ['staging'], + 'env_available' => [ + 'staging', + ], 'user' => [ 'staging' => 'project_staging', ], diff --git a/liip/monitor-bundle/3.0/manifest.json b/liip/monitor-bundle/3.0/manifest.json new file mode 100644 index 00000000..7a10b37b --- /dev/null +++ b/liip/monitor-bundle/3.0/manifest.json @@ -0,0 +1,5 @@ +{ + "bundles": { + "Liip\\Monitor\\LiipMonitorBundle": ["all"] + } +} diff --git a/liip/monitor-bundle/3.0/post-install.txt b/liip/monitor-bundle/3.0/post-install.txt new file mode 100644 index 00000000..92f13ee9 --- /dev/null +++ b/liip/monitor-bundle/3.0/post-install.txt @@ -0,0 +1,4 @@ + Configure the bundle and routes: + 1. You MUST verify the configuration in %CONFIG_DIR%/packages/monitor.yaml. + 2. You MAY configure additional your checks and reporters, see the README.md for instructions. + 3. You MAY configure the routes as specified in the README.md if you enable the controller. diff --git a/lox24eu/lox24_api_client_bundle/0.3/config/lox24_api.php b/lox24eu/lox24_api_client_bundle/0.3/config/lox24_api.php new file mode 100644 index 00000000..fc60d39b --- /dev/null +++ b/lox24eu/lox24_api_client_bundle/0.3/config/lox24_api.php @@ -0,0 +1,16 @@ +extension('lox24', [ + 'api' => [ + 'token' => '%env(LOX24_API_TOKEN)%', + 'http_client' => service('psr18.http_client'), + 'request_factory' => service('nyholm.psr7.psr17_factory'), + ], + ]); +}; diff --git a/lox24eu/lox24_api_client_bundle/0.3/manifest.json b/lox24eu/lox24_api_client_bundle/0.3/manifest.json new file mode 100644 index 00000000..4264cb78 --- /dev/null +++ b/lox24eu/lox24_api_client_bundle/0.3/manifest.json @@ -0,0 +1,13 @@ +{ + "bundles": { + "lox24\\bundle\\api_client\\LOX24Bundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/packages/" + }, + "env": { + "LOX24_API_TOKEN": "FILL LOX24 API TOKEN HERE" + } +} diff --git a/luzrain/workerman-bundle/0.1/config/packages/workerman.php b/luzrain/workerman-bundle/0.1/config/packages/workerman.php index ae203102..c51eac8e 100644 --- a/luzrain/workerman-bundle/0.1/config/packages/workerman.php +++ b/luzrain/workerman-bundle/0.1/config/packages/workerman.php @@ -6,11 +6,13 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('workerman', [ - 'servers' => [[ - 'name' => 'Symfony webserver', - 'listen' => 'http://0.0.0.0:80', - 'processes' => 4, - ]], + 'servers' => [ + [ + 'name' => 'Symfony webserver', + 'listen' => 'http://0.0.0.0:80', + 'processes' => 4, + ], + ], 'reload_strategy' => [ 'exception' => [ 'active' => true, diff --git a/macpaw/sentry-monolog-adapter/0.0/config/packages/sentry_monolog_adapter.php b/macpaw/sentry-monolog-adapter/0.0/config/packages/sentry_monolog_adapter.php index 2fb5a1f1..6af13fcf 100644 --- a/macpaw/sentry-monolog-adapter/0.0/config/packages/sentry_monolog_adapter.php +++ b/macpaw/sentry-monolog-adapter/0.0/config/packages/sentry_monolog_adapter.php @@ -7,9 +7,11 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('sentry_monolog_adapter', [ 'messenger_logging_middleware' => [ - 'logging_strategies' => [[ - 'id' => 'sentry_monolog_adapter.log_all_strategy', - ]], + 'logging_strategies' => [ + [ + 'id' => 'sentry_monolog_adapter.log_all_strategy', + ], + ], ], ]); }; diff --git a/macpaw/symfony-health-check-bundle/0.1/config/packages/symfony_health_check.php b/macpaw/symfony-health-check-bundle/0.1/config/packages/symfony_health_check.php index 36b07ec2..eba31530 100644 --- a/macpaw/symfony-health-check-bundle/0.1/config/packages/symfony_health_check.php +++ b/macpaw/symfony-health-check-bundle/0.1/config/packages/symfony_health_check.php @@ -6,8 +6,10 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('symfony_health_check', [ - 'health_checks' => [[ - 'id' => 'symfony_health_check.status_up_check', - ]], + 'health_checks' => [ + [ + 'id' => 'symfony_health_check.status_up_check', + ], + ], ]); }; diff --git a/macpaw/symfony-health-check-bundle/1.0/config/packages/symfony_health_check.php b/macpaw/symfony-health-check-bundle/1.0/config/packages/symfony_health_check.php index 960637ee..bcdc491f 100644 --- a/macpaw/symfony-health-check-bundle/1.0/config/packages/symfony_health_check.php +++ b/macpaw/symfony-health-check-bundle/1.0/config/packages/symfony_health_check.php @@ -6,11 +6,15 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('symfony_health_check', [ - 'health_checks' => [[ - 'id' => 'symfony_health_check.status_up_check', - ]], - 'ping_checks' => [[ - 'id' => 'symfony_health_check.status_up_check', - ]], + 'health_checks' => [ + [ + 'id' => 'symfony_health_check.status_up_check', + ], + ], + 'ping_checks' => [ + [ + 'id' => 'symfony_health_check.status_up_check', + ], + ], ]); }; diff --git a/magenable/sylius-top-bar-notification-plugin/1.0/config/packages/magenable_top_bar_notification.php b/magenable/sylius-top-bar-notification-plugin/1.0/config/packages/magenable_top_bar_notification.php new file mode 100644 index 00000000..9cf80cc1 --- /dev/null +++ b/magenable/sylius-top-bar-notification-plugin/1.0/config/packages/magenable_top_bar_notification.php @@ -0,0 +1,9 @@ +import('@MagenableSyliusTopBarNotificationPlugin/config/config.yaml'); +}; diff --git a/magenable/sylius-top-bar-notification-plugin/1.0/config/routes/magenable_top_bar_notification.php b/magenable/sylius-top-bar-notification-plugin/1.0/config/routes/magenable_top_bar_notification.php new file mode 100644 index 00000000..2371dd11 --- /dev/null +++ b/magenable/sylius-top-bar-notification-plugin/1.0/config/routes/magenable_top_bar_notification.php @@ -0,0 +1,9 @@ +import('@MagenableSyliusTopBarNotificationPlugin/config/routes/admin.yml'); +}; diff --git a/magenable/sylius-top-bar-notification-plugin/1.0/manifest.json b/magenable/sylius-top-bar-notification-plugin/1.0/manifest.json new file mode 100644 index 00000000..236f93b7 --- /dev/null +++ b/magenable/sylius-top-bar-notification-plugin/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Magenable\\SyliusTopBarNotificationPlugin\\MagenableSyliusTopBarNotificationPlugin": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/mailgun/mailgun-php/2.3/config/packages/mailgun.php b/mailgun/mailgun-php/2.3/config/packages/mailgun.php index 69df0638..ae37b032 100644 --- a/mailgun/mailgun-php/2.3/config/packages/mailgun.php +++ b/mailgun/mailgun-php/2.3/config/packages/mailgun.php @@ -8,6 +8,11 @@ $services = $containerConfigurator->services(); $services->set('Mailgun\Mailgun', 'Mailgun\Mailgun') - ->factory(['Mailgun\Mailgun', 'create']) - ->args(['%env(MAILGUN_API_KEY)%']); + ->factory([ + 'Mailgun\Mailgun', + 'create', + ]) + ->args([ + '%env(MAILGUN_API_KEY)%', + ]); }; diff --git a/tsantos/serializer-bundle/1.0/config/packages/prod/tsantos_serializer.php b/manojx/encrypter-bundle/1.0/config/packages/encrypter.php similarity index 66% rename from tsantos/serializer-bundle/1.0/config/packages/prod/tsantos_serializer.php rename to manojx/encrypter-bundle/1.0/config/packages/encrypter.php index 6a055299..042ba510 100644 --- a/tsantos/serializer-bundle/1.0/config/packages/prod/tsantos_serializer.php +++ b/manojx/encrypter-bundle/1.0/config/packages/encrypter.php @@ -5,7 +5,7 @@ use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; return static function (ContainerConfigurator $containerConfigurator): void { - $containerConfigurator->extension('tsantos_serializer', [ - 'generation_strategy' => 'never', + $containerConfigurator->extension('encrypter', [ + 'secret' => '%env(ENCRYPTER_SECRET)%', ]); }; diff --git a/manojx/encrypter-bundle/1.0/manifest.json b/manojx/encrypter-bundle/1.0/manifest.json new file mode 100644 index 00000000..55b806ab --- /dev/null +++ b/manojx/encrypter-bundle/1.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "ManojX\\EncrypterBundle\\EncrypterBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "ENCRYPTER_SECRET": "your_secret_key_here" + } +} diff --git a/mbarbey/u2f-security-bundle/1.0/config/packages/mbarbey_u2f_security.php b/mbarbey/u2f-security-bundle/1.0/config/packages/mbarbey_u2f_security.php index 733645e3..3c21a572 100644 --- a/mbarbey/u2f-security-bundle/1.0/config/packages/mbarbey_u2f_security.php +++ b/mbarbey/u2f-security-bundle/1.0/config/packages/mbarbey_u2f_security.php @@ -7,6 +7,9 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('mbarbey_u2f_security', [ 'authentication_route' => 'my_u2f_authentication_route', - 'whitelist_routes' => ['login', 'logout'], + 'whitelist_routes' => [ + 'login', + 'logout', + ], ]); }; diff --git a/mezcalito/ux-filemanager/0.1/manifest.json b/mezcalito/ux-filemanager/0.1/manifest.json new file mode 100644 index 00000000..aad22224 --- /dev/null +++ b/mezcalito/ux-filemanager/0.1/manifest.json @@ -0,0 +1,5 @@ +{ + "bundles": { + "Mezcalito\\FileManagerBundle\\MezcalitoFileManagerBundle": ["all"] + } +} diff --git a/mezcalito/ux-search/0.1/config/packages/mezcalito_ux_search.php b/mezcalito/ux-search/0.1/config/packages/mezcalito_ux_search.php new file mode 100644 index 00000000..ae8e2bfe --- /dev/null +++ b/mezcalito/ux-search/0.1/config/packages/mezcalito_ux_search.php @@ -0,0 +1,13 @@ +extension('mezcalito_ux_search', [ + 'adapters' => [ + 'default' => '%env(MEZCALITO_UX_SEARCH_DEFAULT_DSN)%', + ], + ]); +}; diff --git a/mezcalito/ux-search/0.1/manifest.json b/mezcalito/ux-search/0.1/manifest.json new file mode 100644 index 00000000..03f3c579 --- /dev/null +++ b/mezcalito/ux-search/0.1/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "Mezcalito\\UxSearchBundle\\MezcalitoUxSearchBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "MEZCALITO_UX_SEARCH_DEFAULT_DSN=\"meilisearch://key@localhost:7700\"", + "MEZCALITO_UX_SEARCH_DEFAULT_DSN": "doctrine://default" + } +} diff --git a/mixpanel/mixpanel-php/2.8/config/packages/mixpanel.php b/mixpanel/mixpanel-php/2.8/config/packages/mixpanel.php index 3dcd9fcf..cdfa2a8a 100644 --- a/mixpanel/mixpanel-php/2.8/config/packages/mixpanel.php +++ b/mixpanel/mixpanel-php/2.8/config/packages/mixpanel.php @@ -8,6 +8,11 @@ $services = $containerConfigurator->services(); $services->set('Mixpanel', 'Mixpanel') - ->factory(['Mixpanel', 'getInstance']) - ->args(['%env(MIXPANEL_PROJECT_TOKEN)%']); + ->factory([ + 'Mixpanel', + 'getInstance', + ]) + ->args([ + '%env(MIXPANEL_PROJECT_TOKEN)%', + ]); }; diff --git a/mmucklo/grid-bundle/4.0/config/packages/dtc_grid.php b/mmucklo/grid-bundle/4.0/config/packages/dtc_grid.php index c66aa342..69408a22 100644 --- a/mmucklo/grid-bundle/4.0/config/packages/dtc_grid.php +++ b/mmucklo/grid-bundle/4.0/config/packages/dtc_grid.php @@ -13,12 +13,23 @@ 'crossorigin' => 'anonymous', ], 'datatables' => [ - 'css' => ['https://cdn.datatables.net/1.10.19/css/dataTables.bootstrap4.min.css'], - 'js' => ['https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js', 'https://cdn.datatables.net/1.10.19/js/dataTables.bootstrap4.min.js'], + 'css' => [ + 'https://cdn.datatables.net/1.10.19/css/dataTables.bootstrap4.min.css', + ], + 'js' => [ + 'https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js', + 'https://cdn.datatables.net/1.10.19/js/dataTables.bootstrap4.min.js', + ], ], 'theme' => [ - 'css' => ['https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css', 'https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css'], - 'js' => ['https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js', 'https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js'], + 'css' => [ + 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css', + 'https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css', + ], + 'js' => [ + 'https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js', + 'https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js', + ], ], 'page_div_style' => 'margin: 10px', ]); diff --git a/monsieurbiz/sylius-homepage-plugin/1.0/config/routes/monsieurbiz_sylius_homepage_plugin.php b/monsieurbiz/sylius-homepage-plugin/1.0/config/routes/monsieurbiz_sylius_homepage_plugin.php index 5729c243..fcf6a29c 100644 --- a/monsieurbiz/sylius-homepage-plugin/1.0/config/routes/monsieurbiz_sylius_homepage_plugin.php +++ b/monsieurbiz/sylius-homepage-plugin/1.0/config/routes/monsieurbiz_sylius_homepage_plugin.php @@ -9,17 +9,25 @@ ->prefix('/%sylius_admin.path_name%'); $routingConfigurator->add('monsieurbiz_sylius_homepage_homepage', '/{_locale}/') - ->controller(['monsieurbiz_homepage.controller.homepage', 'indexAction']) + ->controller([ + 'monsieurbiz_homepage.controller.homepage', + 'indexAction', + ]) ->defaults([ '_sylius' => [ 'template' => '@MonsieurBizSyliusHomepagePlugin/Homepage/index.html.twig', 'repository' => [ 'method' => 'findOneByChannelAndLocale', - 'arguments' => ['expr:service(\'sylius.context.channel\').getChannel()', 'expr:service(\'sylius.context.locale\').getLocaleCode()'], + 'arguments' => [ + 'expr:service(\'sylius.context.channel\').getChannel()', + 'expr:service(\'sylius.context.locale\').getLocaleCode()', + ], ], ], ]) - ->methods(['GET']) + ->methods([ + 'GET', + ]) ->requirements([ '_locale' => '^[a-z]{2}(?:_[A-Z]{2})?$', ]); diff --git a/monsieurbiz/sylius-media-manager-plugin/1.0/config/packages/monsieurbiz_media_manager_plugin.php b/monsieurbiz/sylius-media-manager-plugin/1.0/config/packages/monsieurbiz_media_manager_plugin.php index 914a1ed6..b97cd01a 100644 --- a/monsieurbiz/sylius-media-manager-plugin/1.0/config/packages/monsieurbiz_media_manager_plugin.php +++ b/monsieurbiz/sylius-media-manager-plugin/1.0/config/packages/monsieurbiz_media_manager_plugin.php @@ -11,13 +11,18 @@ 'loaders' => [ 'default' => [ 'filesystem' => [ - 'data_root' => ['%sylius_core.public_dir%/media/image', '%sylius_core.public_dir%/media'], + 'data_root' => [ + '%sylius_core.public_dir%/media/image', + '%sylius_core.public_dir%/media', + ], ], ], ], ]); $containerConfigurator->extension('twig', [ - 'form_themes' => ['@MonsieurBizSyliusMediaManagerPlugin/Admin/MediaManager/Form/_theme.html.twig'], + 'form_themes' => [ + '@MonsieurBizSyliusMediaManagerPlugin/Admin/MediaManager/Form/_theme.html.twig', + ], ]); }; diff --git a/monsieurbiz/sylius-search-plugin/1.0/config/packages/monsieurbiz_sylius_search_plugin.php b/monsieurbiz/sylius-search-plugin/1.0/config/packages/monsieurbiz_sylius_search_plugin.php index 4036c513..cf175913 100644 --- a/monsieurbiz/sylius-search-plugin/1.0/config/packages/monsieurbiz_sylius_search_plugin.php +++ b/monsieurbiz/sylius-search-plugin/1.0/config/packages/monsieurbiz_sylius_search_plugin.php @@ -13,11 +13,21 @@ 'instant' => '%kernel.project_dir%/vendor/monsieurbiz/sylius-search-plugin/src/Resources/config/elasticsearch/queries/instant.yaml', 'taxon' => '%kernel.project_dir%/vendor/monsieurbiz/sylius-search-plugin/src/Resources/config/elasticsearch/queries/taxon.yaml', ], - 'documentable_classes' => ['App\Entity\Product\Product'], + 'documentable_classes' => [ + 'App\Entity\Product\Product', + ], 'grid' => [ 'limits' => [ - 'taxon' => [9, 18, 27], - 'search' => [9, 18, 27], + 'taxon' => [ + 9, + 18, + 27, + ], + 'search' => [ + 9, + 18, + 27, + ], ], 'default_limit' => [ 'taxon' => 9, @@ -25,8 +35,16 @@ 'instant' => 10, ], 'sorting' => [ - 'taxon' => ['name', 'price', 'created_at'], - 'search' => ['name', 'price', 'created_at'], + 'taxon' => [ + 'name', + 'price', + 'created_at', + ], + 'search' => [ + 'name', + 'price', + 'created_at', + ], ], 'filters' => [ 'apply_manually' => false, diff --git a/mp3000mp/tos-bundle/0.1/config/packages/mp3000mp_tos.php b/mp3000mp/tos-bundle/0.1/config/packages/mp3000mp_tos.php index 4ec0f730..f97c2203 100644 --- a/mp3000mp/tos-bundle/0.1/config/packages/mp3000mp_tos.php +++ b/mp3000mp/tos-bundle/0.1/config/packages/mp3000mp_tos.php @@ -7,7 +7,9 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('mp3000mp_tos', [ 'kernel_event' => [ - 'authenticators' => ['main'], + 'authenticators' => [ + 'main', + ], 'priority' => -20, ], 'user_provider' => 'App\Entity\User', diff --git a/msalsas/gdpr-consent-banner-bundle/1.0/config/routes/msalsas_gdpr_consent_banner.php b/msalsas/gdpr-consent-banner-bundle/1.0/config/routes/msalsas_gdpr_consent_banner.php index 1e0e598a..9e4aefad 100644 --- a/msalsas/gdpr-consent-banner-bundle/1.0/config/routes/msalsas_gdpr_consent_banner.php +++ b/msalsas/gdpr-consent-banner-bundle/1.0/config/routes/msalsas_gdpr_consent_banner.php @@ -7,5 +7,7 @@ return static function (RoutingConfigurator $routingConfigurator): void { $routingConfigurator->add('accept_gdpr_consent_banner', '/accept-gdpr-consent-banner') ->controller('Msalsas\GdprConsentBannerBundle\Controller\MsalsasGdprConsentBannerController:acceptGdprConsentBanner') - ->methods(['POST']); + ->methods([ + 'POST', + ]); }; diff --git a/msalsas/voting-bundle/1.0/config/packages/msalsas_voting.php b/msalsas/voting-bundle/1.0/config/packages/msalsas_voting.php index 5a8cd1e4..e74bfe7b 100644 --- a/msalsas/voting-bundle/1.0/config/packages/msalsas_voting.php +++ b/msalsas/voting-bundle/1.0/config/packages/msalsas_voting.php @@ -7,7 +7,17 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('msalsas_voting', [ 'user_provider' => 'App\Entity\User', - 'negative_reasons' => ['msalsas_voting.negative_reasons.irrelevant', 'msalsas_voting.negative_reasons.old', 'msalsas_voting.negative_reasons.tiredness', 'msalsas_voting.negative_reasons.sensationalist', 'msalsas_voting.negative_reasons.spam', 'msalsas_voting.negative_reasons.duplicated', 'msalsas_voting.negative_reasons.microblogging', 'msalsas_voting.negative_reasons.erroneous', 'msalsas_voting.negative_reasons.plagiarism'], + 'negative_reasons' => [ + 'msalsas_voting.negative_reasons.irrelevant', + 'msalsas_voting.negative_reasons.old', + 'msalsas_voting.negative_reasons.tiredness', + 'msalsas_voting.negative_reasons.sensationalist', + 'msalsas_voting.negative_reasons.spam', + 'msalsas_voting.negative_reasons.duplicated', + 'msalsas_voting.negative_reasons.microblogging', + 'msalsas_voting.negative_reasons.erroneous', + 'msalsas_voting.negative_reasons.plagiarism', + ], 'anonymous_percent_allowed' => 50, 'anonymous_min_allowed' => 2, ]); diff --git a/msalsas/voting-bundle/1.0/config/routes/msalsas_voting.php b/msalsas/voting-bundle/1.0/config/routes/msalsas_voting.php index 48894d08..fdd8b840 100644 --- a/msalsas/voting-bundle/1.0/config/routes/msalsas_voting.php +++ b/msalsas/voting-bundle/1.0/config/routes/msalsas_voting.php @@ -7,9 +7,13 @@ return static function (RoutingConfigurator $routingConfigurator): void { $routingConfigurator->add('positive_vote', '/vote-positive/{_locale}/{id}') ->controller('Msalsas\VotingBundle\Controller\VoteController:votePositive') - ->methods(['POST']); + ->methods([ + 'POST', + ]); $routingConfigurator->add('negative_vote', '/vote-negative/{_locale}/{id}') ->controller('Msalsas\VotingBundle\Controller\VoteController:voteNegative') - ->methods(['POST']); + ->methods([ + 'POST', + ]); }; diff --git a/nelmio/api-doc-bundle/3.0/config/packages/nelmio_api_doc.php b/nelmio/api-doc-bundle/3.0/config/packages/nelmio_api_doc.php index 2442da3c..20a427a6 100644 --- a/nelmio/api-doc-bundle/3.0/config/packages/nelmio_api_doc.php +++ b/nelmio/api-doc-bundle/3.0/config/packages/nelmio_api_doc.php @@ -14,7 +14,9 @@ ], ], 'areas' => [ - 'path_patterns' => ['^/api(?!/doc$)'], + 'path_patterns' => [ + '^/api(?!/doc$)', + ], ], ]); }; diff --git a/nelmio/api-doc-bundle/3.0/config/routes/nelmio_api_doc.php b/nelmio/api-doc-bundle/3.0/config/routes/nelmio_api_doc.php index 67f3d17b..7771cc05 100644 --- a/nelmio/api-doc-bundle/3.0/config/routes/nelmio_api_doc.php +++ b/nelmio/api-doc-bundle/3.0/config/routes/nelmio_api_doc.php @@ -7,5 +7,7 @@ return static function (RoutingConfigurator $routingConfigurator): void { $routingConfigurator->add('app.swagger', '/api/doc.json') ->controller('nelmio_api_doc.controller.swagger') - ->methods(['GET']); + ->methods([ + 'GET', + ]); }; diff --git a/nelmio/solarium-bundle/2.4/config/packages/nelmio_solarium.php b/nelmio/solarium-bundle/2.4/config/packages/nelmio_solarium.php index 746477da..78575251 100644 --- a/nelmio/solarium-bundle/2.4/config/packages/nelmio_solarium.php +++ b/nelmio/solarium-bundle/2.4/config/packages/nelmio_solarium.php @@ -14,7 +14,9 @@ ], 'clients' => [ 'default' => [ - 'endpoints' => ['default'], + 'endpoints' => [ + 'default', + ], ], ], ]); diff --git a/nelmio/solarium-bundle/5.0/config/packages/nelmio_solarium.php b/nelmio/solarium-bundle/5.0/config/packages/nelmio_solarium.php new file mode 100644 index 00000000..78575251 --- /dev/null +++ b/nelmio/solarium-bundle/5.0/config/packages/nelmio_solarium.php @@ -0,0 +1,23 @@ +extension('nelmio_solarium', [ + 'endpoints' => [ + 'default' => [ + 'host' => '%env(SOLR_HOST)%', + 'core' => '%env(SOLR_CORE)%', + ], + ], + 'clients' => [ + 'default' => [ + 'endpoints' => [ + 'default', + ], + ], + ], + ]); +}; diff --git a/nelmio/solarium-bundle/5.0/manifest.json b/nelmio/solarium-bundle/5.0/manifest.json new file mode 100644 index 00000000..0455eeea --- /dev/null +++ b/nelmio/solarium-bundle/5.0/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "Nelmio\\SolariumBundle\\NelmioSolariumBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "SOLR_HOST": "localhost", + "SOLR_CORE": "example" + } +} diff --git a/jms/serializer-bundle/2.0/config/packages/jms_serializer.php b/neo4j/neo4j-bundle/1.0/config/packages/neo4j.php similarity index 57% rename from jms/serializer-bundle/2.0/config/packages/jms_serializer.php rename to neo4j/neo4j-bundle/1.0/config/packages/neo4j.php index 91e0f13f..28d84d62 100644 --- a/jms/serializer-bundle/2.0/config/packages/jms_serializer.php +++ b/neo4j/neo4j-bundle/1.0/config/packages/neo4j.php @@ -5,10 +5,10 @@ use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; return static function (ContainerConfigurator $containerConfigurator): void { - $containerConfigurator->extension('jms_serializer', [ - 'visitors' => [ - 'xml' => [ - 'format_output' => '%kernel.debug%', + $containerConfigurator->extension('neo4j', [ + 'drivers' => [ + 'default' => [ + 'dsn' => '%env(resolve:NEO4J_DEFAULT_CONNECTION_DSN)%', ], ], ]); diff --git a/neo4j/neo4j-bundle/1.0/manifest.json b/neo4j/neo4j-bundle/1.0/manifest.json new file mode 100644 index 00000000..7aff089d --- /dev/null +++ b/neo4j/neo4j-bundle/1.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Neo4j\\Neo4jBundle\\Neo4jBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "NEO4J_DEFAULT_CONNECTION_DSN": "neo4j://:@localhost" + } +} diff --git a/networking/init-cms-bundle/4.0/config/packages/networking_init_cms.php b/networking/init-cms-bundle/4.0/config/packages/networking_init_cms.php index c163762a..85d4bb0c 100644 --- a/networking/init-cms-bundle/4.0/config/packages/networking_init_cms.php +++ b/networking/init-cms-bundle/4.0/config/packages/networking_init_cms.php @@ -63,28 +63,35 @@ 'template' => '@NetworkingInitCms/sandbox/page/one_column.html.twig', 'name' => 'Single Column', 'icon' => 'bundles/networkinginitcms/img/template_header_one_column.png', - 'zones' => [[ - 'name' => 'header', - 'class' => 'col-md-12', - ], [ - 'name' => 'main_content', - 'class' => 'col-md-12', - ]], + 'zones' => [ + [ + 'name' => 'header', + 'class' => 'col-md-12', + ], + [ + 'name' => 'main_content', + 'class' => 'col-md-12', + ], + ], ], 'app_two_column' => [ 'template' => '@NetworkingInitCms/sandbox/page/two_column.html.twig', 'name' => 'Two Column', 'icon' => 'bundles/networkinginitcms/img/template_header_two_column.png', - 'zones' => [[ - 'name' => 'header', - 'class' => 'col-md-12', - ], [ - 'name' => 'left', - 'class' => 'col-md-3', - ], [ - 'name' => 'right', - 'class' => 'col-md-9', - ]], + 'zones' => [ + [ + 'name' => 'header', + 'class' => 'col-md-12', + ], + [ + 'name' => 'left', + 'class' => 'col-md-3', + ], + [ + 'name' => 'right', + 'class' => 'col-md-9', + ], + ], ], ], 'cache' => [ diff --git a/networking/init-cms-bundle/4.4/config/packages/networking_init_cms.php b/networking/init-cms-bundle/4.4/config/packages/networking_init_cms.php index 298a8170..167c3593 100644 --- a/networking/init-cms-bundle/4.4/config/packages/networking_init_cms.php +++ b/networking/init-cms-bundle/4.4/config/packages/networking_init_cms.php @@ -59,28 +59,35 @@ 'template' => '@NetworkingInitCms/sandbox/page/one_column.html.twig', 'name' => 'Single Column', 'icon' => 'bundles/networkinginitcms/img/template_header_one_column.png', - 'zones' => [[ - 'name' => 'header', - 'class' => 'col-md-12', - ], [ - 'name' => 'main_content', - 'class' => 'col-md-12', - ]], + 'zones' => [ + [ + 'name' => 'header', + 'class' => 'col-md-12', + ], + [ + 'name' => 'main_content', + 'class' => 'col-md-12', + ], + ], ], 'app_two_column' => [ 'template' => '@NetworkingInitCms/sandbox/page/two_column.html.twig', 'name' => 'Two Column', 'icon' => 'bundles/networkinginitcms/img/template_header_two_column.png', - 'zones' => [[ - 'name' => 'header', - 'class' => 'col-md-12', - ], [ - 'name' => 'left', - 'class' => 'col-md-3', - ], [ - 'name' => 'right', - 'class' => 'col-md-9', - ]], + 'zones' => [ + [ + 'name' => 'header', + 'class' => 'col-md-12', + ], + [ + 'name' => 'left', + 'class' => 'col-md-3', + ], + [ + 'name' => 'right', + 'class' => 'col-md-9', + ], + ], ], ], 'cache' => [ diff --git a/nordeus/crowd-user-bundle/2.0/config/packages/nordeus_crowd_user.php b/nordeus/crowd-user-bundle/2.0/config/packages/nordeus_crowd_user.php index fde92999..7994c6cc 100644 --- a/nordeus/crowd-user-bundle/2.0/config/packages/nordeus_crowd_user.php +++ b/nordeus/crowd-user-bundle/2.0/config/packages/nordeus_crowd_user.php @@ -11,8 +11,13 @@ 'crowd_service_url' => 'http://crowd.your_domain.com:8095', 'sso_cookie_domain' => 'your_domain.com', 'roles_to_groups' => [ - 'ROLE_USER' => ['users'], - 'ROLE_ADMIN' => ['admins', 'superadmins'], + 'ROLE_USER' => [ + 'users', + ], + 'ROLE_ADMIN' => [ + 'admins', + 'superadmins', + ], ], ]); }; diff --git a/ns3777k/prometheus-bundle/1.0/config/packages/ns3777k_prometheus.php b/ns3777k/prometheus-bundle/1.0/config/packages/ns3777k_prometheus.php index b894da63..f474d9f5 100644 --- a/ns3777k/prometheus-bundle/1.0/config/packages/ns3777k_prometheus.php +++ b/ns3777k/prometheus-bundle/1.0/config/packages/ns3777k_prometheus.php @@ -9,7 +9,10 @@ 'namespace' => 'app', 'adapter' => 'apcu', 'listener' => [ - 'ignored_routes' => ['metrics', '_wdt'], + 'ignored_routes' => [ + 'metrics', + '_wdt', + ], ], ]); }; diff --git a/nuboxdevcom/maintenance-bundle/2.0/config/packages/ndc_maintenance.php b/nuboxdevcom/maintenance-bundle/2.0/config/packages/ndc_maintenance.php index f32c73d9..14156f6e 100644 --- a/nuboxdevcom/maintenance-bundle/2.0/config/packages/ndc_maintenance.php +++ b/nuboxdevcom/maintenance-bundle/2.0/config/packages/ndc_maintenance.php @@ -6,6 +6,8 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('ndc_maintenance', [ - 'authorized_ips' => ['127.0.0.1'], + 'authorized_ips' => [ + '127.0.0.1', + ], ]); }; diff --git a/nyholm/sunflower/0.2/config/services.php b/nyholm/sunflower/0.2/config/services.php index cedcaaa4..abacdc2f 100644 --- a/nyholm/sunflower/0.2/config/services.php +++ b/nyholm/sunflower/0.2/config/services.php @@ -12,5 +12,8 @@ ->autoconfigure(); $services->load('App\\', __DIR__.'/../src/') - ->exclude([__DIR__.'/../src/Entity/', __DIR__.'/../src/Kernel.php']); + ->exclude([ + __DIR__.'/../src/Entity/', + __DIR__.'/../src/Kernel.php', + ]); }; diff --git a/oat-sa/bundle-lti1p3/2.0/config/packages/lti1p3.php b/oat-sa/bundle-lti1p3/2.0/config/packages/lti1p3.php index c6831615..2169b356 100644 --- a/oat-sa/bundle-lti1p3/2.0/config/packages/lti1p3.php +++ b/oat-sa/bundle-lti1p3/2.0/config/packages/lti1p3.php @@ -42,7 +42,9 @@ 'client_id' => 'client_id', 'platform' => 'localPlatform', 'tool' => 'localTool', - 'deployment_ids' => ['deploymentId1'], + 'deployment_ids' => [ + 'deploymentId1', + ], 'platform_key_chain' => 'platformKey', 'tool_key_chain' => 'toolKey', 'platform_jwks_url' => null, diff --git a/oat-sa/bundle-lti1p3/3.0/config/packages/lti1p3.php b/oat-sa/bundle-lti1p3/3.0/config/packages/lti1p3.php index 1e647687..7b61cbbc 100644 --- a/oat-sa/bundle-lti1p3/3.0/config/packages/lti1p3.php +++ b/oat-sa/bundle-lti1p3/3.0/config/packages/lti1p3.php @@ -42,7 +42,9 @@ 'client_id' => 'client_id', 'platform' => 'localPlatform', 'tool' => 'localTool', - 'deployment_ids' => ['deploymentId1'], + 'deployment_ids' => [ + 'deploymentId1', + ], 'platform_key_chain' => 'platformKey', 'tool_key_chain' => 'toolKey', 'platform_jwks_url' => null, diff --git a/odolbeau/phone-number-bundle/3.0/post-install.txt b/odolbeau/phone-number-bundle/3.0/post-install.txt index a71c1801..8748c562 100644 --- a/odolbeau/phone-number-bundle/3.0/post-install.txt +++ b/odolbeau/phone-number-bundle/3.0/post-install.txt @@ -5,5 +5,5 @@ The Doctrine configuration has been already done. You now can use `phone_number` as an ORM-Type: - /** @ORM\Column(type="phone_number") */ - private $phoneNumber; + #[ORM\Column(type: 'phone_number')] + private ?PhoneNumber $phoneNumber = null; diff --git a/omines/datatables-bundle/0.1/config/packages/datatables.php b/omines/datatables-bundle/0.1/config/packages/datatables.php index 320c8d44..0ed8bf8d 100644 --- a/omines/datatables-bundle/0.1/config/packages/datatables.php +++ b/omines/datatables-bundle/0.1/config/packages/datatables.php @@ -7,7 +7,16 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('datatables', [ 'options' => [ - 'lengthMenu' => [10, 25, 50, 100, 250, 500, 1000, 2500], + 'lengthMenu' => [ + 10, + 25, + 50, + 100, + 250, + 500, + 1000, + 2500, + ], 'pageLength' => 50, 'dom' => '<\'row\' <\'col-sm-12\' tr>><\'row\' <\'col-sm-6\'l><\'col-sm-6 text-right\'pi>>', ], diff --git a/opctim/symfony-csp-bundle/1.1/config/packages/opctim_csp_bundle.php b/opctim/symfony-csp-bundle/1.1/config/packages/opctim_csp_bundle.php new file mode 100644 index 00000000..7fbdbb3d --- /dev/null +++ b/opctim/symfony-csp-bundle/1.1/config/packages/opctim_csp_bundle.php @@ -0,0 +1,47 @@ +extension('opctim_csp_bundle', [ + 'always_add' => [ + ], + 'report' => [ + 'url' => null, + 'route' => null, + 'route_params' => [ + ], + 'chance' => 100, + ], + 'directives' => [ + 'default-src' => [ + '\'self\'', + 'data:', + 'https:', + ], + 'base-uri' => [ + '\'self\'', + ], + 'object-src' => [ + '\'none\'', + ], + 'script-src' => [ + '\'self\'', + ], + 'img-src' => [ + '\'self\'', + ], + 'style-src' => [ + '\'self\'', + '\'unsafe-inline\'', + ], + ], + ]); + if ($containerConfigurator->env() === 'dev') { + $containerConfigurator->extension('opctim_csp_bundle', [ + 'directives' => null, + ]); + } +}; diff --git a/opctim/symfony-csp-bundle/1.1/manifest.json b/opctim/symfony-csp-bundle/1.1/manifest.json new file mode 100644 index 00000000..b9e2c2b8 --- /dev/null +++ b/opctim/symfony-csp-bundle/1.1/manifest.json @@ -0,0 +1,8 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "bundles": { + "Opctim\\CspBundle\\OpctimCspBundle": ["all"] + } +} diff --git a/orbitale/easyimpress-bundle/1.0/config/presentations/home.php b/orbitale/easyimpress-bundle/1.0/config/presentations/home.php index a9f7ab28..35c5569d 100644 --- a/orbitale/easyimpress-bundle/1.0/config/presentations/home.php +++ b/orbitale/easyimpress-bundle/1.0/config/presentations/home.php @@ -9,15 +9,17 @@ 'transition-duration' => 1000, ]); - $containerConfigurator->extension('slides', [[ - 'content' => 'Hello world!', - 'data' => [ - 'x' => 0, - 'y' => 0, - 'z' => 1000, - 'rotate-x' => 0, - 'rotate-y' => 0, - 'rotate-z' => 0, + $containerConfigurator->extension('slides', [ + [ + 'content' => 'Hello world!', + 'data' => [ + 'x' => 0, + 'y' => 0, + 'z' => 1000, + 'rotate-x' => 0, + 'rotate-y' => 0, + 'rotate-z' => 0, + ], ], - ]]); + ]); }; diff --git a/oskarstark/doctrine-datetime-milliseconds-type/2.1/config/packages/oskarstark_doctrine_datetime_milliseconds_type.php b/oskarstark/doctrine-datetime-milliseconds-type/2.1/config/packages/oskarstark_doctrine_datetime_milliseconds_type.php new file mode 100644 index 00000000..630585df --- /dev/null +++ b/oskarstark/doctrine-datetime-milliseconds-type/2.1/config/packages/oskarstark_doctrine_datetime_milliseconds_type.php @@ -0,0 +1,23 @@ +services(); + + $services->defaults() + ->autowire(); + + $services->set(DateTimeMillisecondsType::class); + + $containerConfigurator->extension('doctrine', [ + 'dbal' => [ + 'types' => [ + 'datetime' => 'OskarStark\Doctrine\Type\Doctrine\DBAL\Types\Type\DateTimeMillisecondsType', + ], + ], + ]); +}; diff --git a/oskarstark/doctrine-datetime-milliseconds-type/2.1/manifest.json b/oskarstark/doctrine-datetime-milliseconds-type/2.1/manifest.json new file mode 100644 index 00000000..e164c6e6 --- /dev/null +++ b/oskarstark/doctrine-datetime-milliseconds-type/2.1/manifest.json @@ -0,0 +1,5 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/oskarstark/doctrine-postgres-milliseconds-platform/2.1/config/packages/oskarstark_doctrine_postgres_milliseconds_platform.php b/oskarstark/doctrine-postgres-milliseconds-platform/2.1/config/packages/oskarstark_doctrine_postgres_milliseconds_platform.php new file mode 100644 index 00000000..1cc34d44 --- /dev/null +++ b/oskarstark/doctrine-postgres-milliseconds-platform/2.1/config/packages/oskarstark_doctrine_postgres_milliseconds_platform.php @@ -0,0 +1,21 @@ +services(); + + $services->defaults() + ->autowire(); + + $services->set(PostgreSQLMillisecondsPlatform::class); + + $containerConfigurator->extension('doctrine', [ + 'dbal' => [ + 'platform_service' => 'OskarStark\Doctrine\Postgres\Platform\Doctrine\DBAL\Platforms\PostgreSQLMillisecondsPlatform', + ], + ]); +}; diff --git a/oskarstark/doctrine-postgres-milliseconds-platform/2.1/manifest.json b/oskarstark/doctrine-postgres-milliseconds-platform/2.1/manifest.json new file mode 100644 index 00000000..e164c6e6 --- /dev/null +++ b/oskarstark/doctrine-postgres-milliseconds-platform/2.1/manifest.json @@ -0,0 +1,5 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/oskarstark/doctrine-postgres-public-schema-listener/1.2/config/packages/oskarstark_doctrine_postgres_public_schema_listener.php b/oskarstark/doctrine-postgres-public-schema-listener/1.2/config/packages/oskarstark_doctrine_postgres_public_schema_listener.php new file mode 100644 index 00000000..3f9d04cf --- /dev/null +++ b/oskarstark/doctrine-postgres-public-schema-listener/1.2/config/packages/oskarstark_doctrine_postgres_public_schema_listener.php @@ -0,0 +1,17 @@ +services(); + + $services->defaults() + ->autowire(); + + $services->set('OskarStark\Doctrine\EventSubscriber\MigrationEventSubscriber') + ->tag('doctrine.event_subscriber', [ + 'connection' => 'default', + ]); +}; diff --git a/oskarstark/doctrine-postgres-public-schema-listener/1.2/manifest.json b/oskarstark/doctrine-postgres-public-schema-listener/1.2/manifest.json new file mode 100644 index 00000000..e164c6e6 --- /dev/null +++ b/oskarstark/doctrine-postgres-public-schema-listener/1.2/manifest.json @@ -0,0 +1,5 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/otezvikentiy/json-rpc-api/1.7/config/packages/ov_json_rpc_api.php b/otezvikentiy/json-rpc-api/1.7/config/packages/ov_json_rpc_api.php new file mode 100644 index 00000000..4718e0e0 --- /dev/null +++ b/otezvikentiy/json-rpc-api/1.7/config/packages/ov_json_rpc_api.php @@ -0,0 +1,34 @@ +extension('ov_json_rpc_api', [ + 'access_control_allow_origin_list' => [ + 'localhost', + 'api.localhost', + ], + 'swagger' => [ + 'api_v1' => [ + 'api_version' => '1', + 'base_path' => '%env(string:OV_JSON_RPC_API_BASE_URL)%', + 'auth_token_name' => 'X-AUTH-TOKEN', + 'auth_token_test_value' => '%env(string:OV_JSON_RPC_API_AUTH_TOKEN)%', + 'info' => [ + 'title' => 'Some awesome api title here', + 'description' => 'Some description about your api here would be appreciated if you like', + 'terms_of_service_url' => 'https://terms_of_service_url.test/url', + 'contact' => [ + 'name' => 'John Doe', + 'url' => 'https://john-doe.test', + 'email' => 'john.doe@john-doe.test', + ], + 'license' => 'MIT license', + 'licenseUrl' => 'https://john-doe.test/mit-license', + ], + ], + ], + ]); +}; diff --git a/otezvikentiy/json-rpc-api/1.7/config/routes/ov_json_rpc_api.php b/otezvikentiy/json-rpc-api/1.7/config/routes/ov_json_rpc_api.php new file mode 100644 index 00000000..4d5b0e87 --- /dev/null +++ b/otezvikentiy/json-rpc-api/1.7/config/routes/ov_json_rpc_api.php @@ -0,0 +1,9 @@ +import('@OVJsonRPCAPIBundle/config/routes/routes.yaml'); +}; diff --git a/otezvikentiy/json-rpc-api/1.7/manifest.json b/otezvikentiy/json-rpc-api/1.7/manifest.json new file mode 100644 index 00000000..a7795121 --- /dev/null +++ b/otezvikentiy/json-rpc-api/1.7/manifest.json @@ -0,0 +1,18 @@ +{ + "bundles": { + "OV\\JsonRPCAPIBundle\\OVJsonRPCAPIBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "composer-scripts": { + "cache:clear": "symfony-cmd" + }, + "env": { + "OV_JSON_RPC_API_SWAGGER_PATH": "%PUBLIC_DIR%/openapi/", + "OV_JSON_RPC_API_BASE_URL": "http://localhost", + "OV_JSON_RPC_API_AUTH_TOKEN": "" + } +} diff --git a/overblog/graphql-bundle/0.11/config/packages/graphql.php b/overblog/graphql-bundle/0.11/config/packages/graphql.php index dd152895..00d31233 100644 --- a/overblog/graphql-bundle/0.11/config/packages/graphql.php +++ b/overblog/graphql-bundle/0.11/config/packages/graphql.php @@ -12,11 +12,13 @@ ], 'mappings' => [ 'auto_discover' => false, - 'types' => [[ - 'type' => 'yaml', - 'dir' => '%kernel.project_dir%/config/graphql/types', - 'suffix' => null, - ]], + 'types' => [ + [ + 'type' => 'yaml', + 'dir' => '%kernel.project_dir%/config/graphql/types', + 'suffix' => null, + ], + ], ], ], ]); diff --git a/overblog/graphql-bundle/0.12/config/packages/graphql.php b/overblog/graphql-bundle/0.12/config/packages/graphql.php index 4fba51ab..1a0b7e14 100644 --- a/overblog/graphql-bundle/0.12/config/packages/graphql.php +++ b/overblog/graphql-bundle/0.12/config/packages/graphql.php @@ -11,11 +11,13 @@ 'query' => 'Query', ], 'mappings' => [ - 'types' => [[ - 'type' => 'yaml', - 'dir' => '%kernel.project_dir%/config/graphql/types', - 'suffix' => null, - ]], + 'types' => [ + [ + 'type' => 'yaml', + 'dir' => '%kernel.project_dir%/config/graphql/types', + 'suffix' => null, + ], + ], ], ], ]); diff --git a/overblog/graphql-bundle/0.9/config/packages/graphql.php b/overblog/graphql-bundle/0.9/config/packages/graphql.php index dd152895..00d31233 100644 --- a/overblog/graphql-bundle/0.9/config/packages/graphql.php +++ b/overblog/graphql-bundle/0.9/config/packages/graphql.php @@ -12,11 +12,13 @@ ], 'mappings' => [ 'auto_discover' => false, - 'types' => [[ - 'type' => 'yaml', - 'dir' => '%kernel.project_dir%/config/graphql/types', - 'suffix' => null, - ]], + 'types' => [ + [ + 'type' => 'yaml', + 'dir' => '%kernel.project_dir%/config/graphql/types', + 'suffix' => null, + ], + ], ], ], ]); diff --git a/patchlevel/event-sourcing-bundle/3.0/config/packages/patchlevel_event_sourcing.php b/patchlevel/event-sourcing-bundle/3.0/config/packages/patchlevel_event_sourcing.php new file mode 100644 index 00000000..9618ffa9 --- /dev/null +++ b/patchlevel/event-sourcing-bundle/3.0/config/packages/patchlevel_event_sourcing.php @@ -0,0 +1,35 @@ +extension('patchlevel_event_sourcing', [ + 'aggregates' => '%kernel.project_dir%/src', + 'events' => '%kernel.project_dir%/src', + 'connection' => [ + 'url' => '%env(EVENTSTORE_URL)%', + ], + ]); + if ($containerConfigurator->env() === 'dev') { + $containerConfigurator->extension('patchlevel_event_sourcing', [ + 'subscription' => [ + 'catch_up' => true, + 'throw_on_error' => true, + 'run_after_aggregate_save' => true, + 'rebuild_after_file_change' => true, + 'auto_setup' => true, + ], + ]); + } + if ($containerConfigurator->env() === 'test') { + $containerConfigurator->extension('patchlevel_event_sourcing', [ + 'subscription' => [ + 'catch_up' => true, + 'throw_on_error' => true, + 'run_after_aggregate_save' => true, + ], + ]); + } +}; diff --git a/patchlevel/event-sourcing-bundle/3.0/manifest.json b/patchlevel/event-sourcing-bundle/3.0/manifest.json new file mode 100644 index 00000000..7e41e9cb --- /dev/null +++ b/patchlevel/event-sourcing-bundle/3.0/manifest.json @@ -0,0 +1,43 @@ +{ + "bundles": { + "Patchlevel\\EventSourcingBundle\\PatchlevelEventSourcingBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url", + "#3": "", + "#4": "EVENTSTORE_URL=\"pdo-sqlite:///%kernel.project_dir%/var/data.db\"", + "#5": "EVENTSTORE_URL=\"pdo-mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8.2\"", + "EVENTSTORE_URL": "pdo-pgsql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8" + }, + "dockerfile": [ + "RUN install-php-extensions pdo_pgsql" + ], + "docker-compose": { + "docker-compose.yml": { + "services": [ + "database:", + " image: postgres:${POSTGRES_VERSION:-16}-alpine", + " environment:", + " POSTGRES_DB: ${POSTGRES_DB:-app}", + " # You should definitely change the password in production", + " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-!ChangeMe!}", + " POSTGRES_USER: ${POSTGRES_USER:-app}", + " volumes:", + " - database_data:/var/lib/postgresql/data:rw", + " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", + " # - ./docker/db/data:/var/lib/postgresql/data:rw" + ], + "volumes": ["database_data:"] + }, + "docker-compose.override.yml": { + "services": [ + "database:", + " ports:", + " - \"5432\"" + ] + } + } +} diff --git a/patchlevel/event-sourcing-bundle/3.0/post-install.txt b/patchlevel/event-sourcing-bundle/3.0/post-install.txt new file mode 100644 index 00000000..af47860c --- /dev/null +++ b/patchlevel/event-sourcing-bundle/3.0/post-install.txt @@ -0,0 +1 @@ + * Modify your EVENTSTORE_URL config in .env diff --git a/patchlevel/event-sourcing-bundle/3.6/config/packages/patchlevel_event_sourcing.php b/patchlevel/event-sourcing-bundle/3.6/config/packages/patchlevel_event_sourcing.php new file mode 100644 index 00000000..42b287d5 --- /dev/null +++ b/patchlevel/event-sourcing-bundle/3.6/config/packages/patchlevel_event_sourcing.php @@ -0,0 +1,36 @@ +extension('patchlevel_event_sourcing', [ + 'aggregates' => '%kernel.project_dir%/src', + 'events' => '%kernel.project_dir%/src', + 'connection' => [ + 'url' => '%env(EVENTSTORE_URL)%', + 'provide_dedicated_connection' => true, + ], + ]); + if ($containerConfigurator->env() === 'dev') { + $containerConfigurator->extension('patchlevel_event_sourcing', [ + 'subscription' => [ + 'catch_up' => true, + 'throw_on_error' => true, + 'run_after_aggregate_save' => true, + 'rebuild_after_file_change' => true, + 'auto_setup' => true, + ], + ]); + } + if ($containerConfigurator->env() === 'test') { + $containerConfigurator->extension('patchlevel_event_sourcing', [ + 'subscription' => [ + 'catch_up' => true, + 'throw_on_error' => true, + 'run_after_aggregate_save' => true, + ], + ]); + } +}; diff --git a/patchlevel/event-sourcing-bundle/3.6/manifest.json b/patchlevel/event-sourcing-bundle/3.6/manifest.json new file mode 100644 index 00000000..5cb5b710 --- /dev/null +++ b/patchlevel/event-sourcing-bundle/3.6/manifest.json @@ -0,0 +1,44 @@ +{ + "bundles": { + "Patchlevel\\EventSourcingBundle\\PatchlevelEventSourcingBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "migrations/": "migrations/" + }, + "env": { + "#1": "Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url", + "#3": "", + "#4": "EVENTSTORE_URL=\"pdo-sqlite:///%kernel.project_dir%/var/data.db\"", + "#5": "EVENTSTORE_URL=\"pdo-mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8.2\"", + "EVENTSTORE_URL": "pdo-pgsql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8" + }, + "dockerfile": [ + "RUN install-php-extensions pdo_pgsql" + ], + "docker-compose": { + "docker-compose.yml": { + "services": [ + "eventstore:", + " image: postgres:${POSTGRES_VERSION:-16}-alpine", + " environment:", + " POSTGRES_DB: ${POSTGRES_DB:-app}", + " # You should definitely change the password in production", + " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-!ChangeMe!}", + " POSTGRES_USER: ${POSTGRES_USER:-app}", + " volumes:", + " - eventstore_data:/var/lib/postgresql/data:rw", + " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", + " # - ./docker/db/data:/var/lib/postgresql/data:rw" + ], + "volumes": ["eventstore_data:"] + }, + "docker-compose.override.yml": { + "services": [ + "eventstore:", + " ports:", + " - \"5432\"" + ] + } + } +} diff --git a/patchlevel/event-sourcing-bundle/3.6/migrations/.gitignore b/patchlevel/event-sourcing-bundle/3.6/migrations/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/patchlevel/event-sourcing-bundle/3.6/post-install.txt b/patchlevel/event-sourcing-bundle/3.6/post-install.txt new file mode 100644 index 00000000..af47860c --- /dev/null +++ b/patchlevel/event-sourcing-bundle/3.6/post-install.txt @@ -0,0 +1 @@ + * Modify your EVENTSTORE_URL config in .env diff --git a/pentatrion/upload-bundle/0.2/config/packages/pentatrion_upload.php b/pentatrion/upload-bundle/0.2/config/packages/pentatrion_upload.php index ca8883be..ab61d2a4 100644 --- a/pentatrion/upload-bundle/0.2/config/packages/pentatrion_upload.php +++ b/pentatrion/upload-bundle/0.2/config/packages/pentatrion_upload.php @@ -6,6 +6,7 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('pentatrion_upload', [ - 'liip_filters' => [], + 'liip_filters' => [ + ], ]); }; diff --git a/pentatrion/vite-bundle/6.5/manifest.json b/pentatrion/vite-bundle/6.5/manifest.json new file mode 100644 index 00000000..7c3eae70 --- /dev/null +++ b/pentatrion/vite-bundle/6.5/manifest.json @@ -0,0 +1,28 @@ +{ + "bundles": { + "Pentatrion\\ViteBundle\\PentatrionViteBundle": ["all"] + }, + "copy-from-package": { + "install/assets/": "assets/", + "install/package.json": "package.json", + "install/vite.config.js": "vite.config.js", + "install/config/routes/pentatrion_vite.yaml": "config/routes/pentatrion_vite.yaml" + }, + "gitignore": ["/node_modules/", "/%PUBLIC_DIR%/build/"], + "add-lines": [ + { + "file": "templates/base.html.twig", + "content": " {{ vite_entry_script_tags('app') }}", + "position": "after_target", + "target": "{% block javascripts %}", + "warn_if_missing": true + }, + { + "file": "templates/base.html.twig", + "content": " {{ vite_entry_link_tags('app') }}", + "position": "after_target", + "target": "{% block stylesheets %}", + "warn_if_missing": true + } + ] +} diff --git a/pentatrion/vite-bundle/6.5/post-install.txt b/pentatrion/vite-bundle/6.5/post-install.txt new file mode 100644 index 00000000..63f82beb --- /dev/null +++ b/pentatrion/vite-bundle/6.5/post-install.txt @@ -0,0 +1,12 @@ + + Getting started using pentatrion/vite-bundle + + + Configure your transformations: + 1. Add if necessary a configuration file in %CONFIG_DIR%/packages/pentatrion_vite.yaml. + 2. Verify the Vite configuration in /vite.config.js. + 3. Check vite templates https://github.com/vitejs/vite/tree/main/packages/create-vite for dependencies to add. + 4. Run npm i. + 5. Start the development server: npm run dev. + 6. Start coding into assets/app.js + diff --git a/php-http/httplug-bundle/1.6/config/packages/httplug.php b/php-http/httplug-bundle/1.6/config/packages/httplug.php index 8be1f2a1..10c7cf73 100644 --- a/php-http/httplug-bundle/1.6/config/packages/httplug.php +++ b/php-http/httplug-bundle/1.6/config/packages/httplug.php @@ -17,7 +17,10 @@ 'clients' => [ 'app' => [ 'http_methods_client' => true, - 'plugins' => ['httplug.plugin.content_length', 'httplug.plugin.redirect'], + 'plugins' => [ + 'httplug.plugin.content_length', + 'httplug.plugin.redirect', + ], ], ], ]); diff --git a/php-llm/llm-chain-bundle/0.16/config/packages/llm_chain.php b/php-llm/llm-chain-bundle/0.16/config/packages/llm_chain.php new file mode 100644 index 00000000..bfc58a5d --- /dev/null +++ b/php-llm/llm-chain-bundle/0.16/config/packages/llm_chain.php @@ -0,0 +1,38 @@ +services(); + + $services->defaults() + ->autowire() + ->autoconfigure(); + + $services->set(Clock::class); + + $containerConfigurator->extension('llm_chain', [ + 'platform' => [ + 'openai' => [ + 'api_key' => '%env(OPENAI_API_KEY)%', + ], + ], + 'chain' => [ + 'default' => [ + 'platform' => 'llm_chain.platform.openai', + 'model' => [ + 'name' => 'GPT', + 'version' => 'gpt-4o-mini', + ], + 'system_prompt' => 'You are a helpful assistant and you can provide the current date and time. +', + 'tools' => [ + 'PhpLlm\LlmChain\Chain\ToolBox\Tool\Clock', + ], + ], + ], + ]); +}; diff --git a/php-llm/llm-chain-bundle/0.16/manifest.json b/php-llm/llm-chain-bundle/0.16/manifest.json new file mode 100644 index 00000000..23505185 --- /dev/null +++ b/php-llm/llm-chain-bundle/0.16/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "PhpLlm\\LlmChainBundle\\LlmChainBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "OPENAI_API_KEY": "" + } +} diff --git a/php-translation/loco-adapter/0.8/config/packages/php_translation_loco_adapter.php b/php-translation/loco-adapter/0.8/config/packages/php_translation_loco_adapter.php index 4a3be0a3..16928d44 100644 --- a/php-translation/loco-adapter/0.8/config/packages/php_translation_loco_adapter.php +++ b/php-translation/loco-adapter/0.8/config/packages/php_translation_loco_adapter.php @@ -10,7 +10,9 @@ 'projects' => [ 'my_project' => [ 'api_key' => '%env(LOCO_PROJECT_API_KEY)%', - 'domains' => ['messages'], + 'domains' => [ + 'messages', + ], ], ], ]); diff --git a/php-translation/symfony-bundle/0.10/config/packages/php_translation.php b/php-translation/symfony-bundle/0.10/config/packages/php_translation.php index 4907b765..11a559c2 100644 --- a/php-translation/symfony-bundle/0.10/config/packages/php_translation.php +++ b/php-translation/symfony-bundle/0.10/config/packages/php_translation.php @@ -6,17 +6,29 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('translation', [ - 'locales' => ['en'], + 'locales' => [ + 'en', + ], 'edit_in_place' => [ 'enabled' => false, 'config_name' => 'app', ], 'configs' => [ 'app' => [ - 'dirs' => ['%kernel.project_dir%/templates', '%kernel.project_dir%/src'], + 'dirs' => [ + '%kernel.project_dir%/templates', + '%kernel.project_dir%/src', + ], 'output_dir' => '%kernel.project_dir%/translations', - 'excluded_names' => ['*TestCase.php', '*Test.php'], - 'excluded_dirs' => ['cache', 'data', 'logs'], + 'excluded_names' => [ + '*TestCase.php', + '*Test.php', + ], + 'excluded_dirs' => [ + 'cache', + 'data', + 'logs', + ], ], ], ]); diff --git a/php-translation/symfony-bundle/0.4/config/packages/php_translation.php b/php-translation/symfony-bundle/0.4/config/packages/php_translation.php index 4907b765..11a559c2 100644 --- a/php-translation/symfony-bundle/0.4/config/packages/php_translation.php +++ b/php-translation/symfony-bundle/0.4/config/packages/php_translation.php @@ -6,17 +6,29 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('translation', [ - 'locales' => ['en'], + 'locales' => [ + 'en', + ], 'edit_in_place' => [ 'enabled' => false, 'config_name' => 'app', ], 'configs' => [ 'app' => [ - 'dirs' => ['%kernel.project_dir%/templates', '%kernel.project_dir%/src'], + 'dirs' => [ + '%kernel.project_dir%/templates', + '%kernel.project_dir%/src', + ], 'output_dir' => '%kernel.project_dir%/translations', - 'excluded_names' => ['*TestCase.php', '*Test.php'], - 'excluded_dirs' => ['cache', 'data', 'logs'], + 'excluded_names' => [ + '*TestCase.php', + '*Test.php', + ], + 'excluded_dirs' => [ + 'cache', + 'data', + 'logs', + ], ], ], ]); diff --git a/phpfastcgi/fastcgi-daemon/0.11/config/packages/fastcgi_daemon.php b/phpfastcgi/fastcgi-daemon/0.11/config/packages/fastcgi_daemon.php index bdc5f873..716d776d 100644 --- a/phpfastcgi/fastcgi-daemon/0.11/config/packages/fastcgi_daemon.php +++ b/phpfastcgi/fastcgi-daemon/0.11/config/packages/fastcgi_daemon.php @@ -15,6 +15,10 @@ $services->set(DriverContainer::class); $services->set('PHPFastCGI\FastCGIDaemon\Command\DaemonRunCommand') - ->args([service('App\FastCGIKernel'), service('PHPFastCGI\FastCGIDaemon\Driver\DriverContainer'), 'fastcgi-daemon:run']) + ->args([ + service('App\FastCGIKernel'), + service('PHPFastCGI\FastCGIDaemon\Driver\DriverContainer'), + 'fastcgi-daemon:run', + ]) ->tag('console.command'); }; diff --git a/phpstreamserver/symfony/0.4/bin/phpss b/phpstreamserver/symfony/0.4/bin/phpss new file mode 100755 index 00000000..0953c429 --- /dev/null +++ b/phpstreamserver/symfony/0.4/bin/phpss @@ -0,0 +1,13 @@ +#!/usr/bin/env php +addWorker(new SymfonyHttpServerProcess( + listen: '0.0.0.0:8080', + reloadStrategies: [ + new ExceptionReloadStrategy(), + ], + )); +}; diff --git a/phpstreamserver/symfony/0.4/manifest.json b/phpstreamserver/symfony/0.4/manifest.json new file mode 100644 index 00000000..a8ed11d5 --- /dev/null +++ b/phpstreamserver/symfony/0.4/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "PHPStreamServer\\Symfony\\PHPStreamServerBundle": ["all"] + }, + "copy-from-recipe": { + "bin/": "%BIN_DIR%/", + "config/": "%CONFIG_DIR%/" + } +} diff --git a/phpstreamserver/symfony/0.4/post-install.txt b/phpstreamserver/symfony/0.4/post-install.txt new file mode 100644 index 00000000..63278037 --- /dev/null +++ b/phpstreamserver/symfony/0.4/post-install.txt @@ -0,0 +1,4 @@ +* You're ready to run your Symfony application with PHPStreamServer! + Run bin/phpss start command to get started + +* Read the documentation at https://phpstreamserver.dev/docs/general/ diff --git a/prooph/event-store-bus-bridge/3.1/config/packages/prooph_event_store_bus_bridge.php b/prooph/event-store-bus-bridge/3.1/config/packages/prooph_event_store_bus_bridge.php index d9b07702..ee520d17 100644 --- a/prooph/event-store-bus-bridge/3.1/config/packages/prooph_event_store_bus_bridge.php +++ b/prooph/event-store-bus-bridge/3.1/config/packages/prooph_event_store_bus_bridge.php @@ -11,6 +11,8 @@ $services->defaults(); $services->set('Prooph\EventStoreBusBridge\EventPublisher') - ->args([service('prooph_service_bus.default_event_bus')]) + ->args([ + service('prooph_service_bus.default_event_bus'), + ]) ->tag('prooph_event_store.default.plugin'); }; diff --git a/prooph/pdo-event-store/1.15/config/packages/prooph_pdo_event_store.php b/prooph/pdo-event-store/1.15/config/packages/prooph_pdo_event_store.php index 249d5d51..49e53d48 100644 --- a/prooph/pdo-event-store/1.15/config/packages/prooph_pdo_event_store.php +++ b/prooph/pdo-event-store/1.15/config/packages/prooph_pdo_event_store.php @@ -11,10 +11,18 @@ $services->defaults(); $services->set('app.event_store.default', 'Prooph\EventStore\Pdo\PostgresEventStore') - ->args([service('prooph_event_store.message_factory'), service('app.event_store.pdo_connection.postgres'), service('app.event_store.postgres.persistence_strategy')]); + ->args([ + service('prooph_event_store.message_factory'), + service('app.event_store.pdo_connection.postgres'), + service('app.event_store.postgres.persistence_strategy'), + ]); $services->set('app.event_store.pdo_connection.postgres', PDO::class) - ->args(['%env(EVENT_STORE_DSN)%', '%env(EVENT_STORE_USER)%', '%env(EVENT_STORE_PASSWORD)%']); + ->args([ + '%env(EVENT_STORE_DSN)%', + '%env(EVENT_STORE_USER)%', + '%env(EVENT_STORE_PASSWORD)%', + ]); $services->set('app.event_store.postgres.persistence_strategy', 'Prooph\EventStore\Pdo\PersistenceStrategy\PostgresSingleStreamStrategy'); }; diff --git a/prooph/pdo-event-store/1.7/config/packages/prooph_pdo_event_store.php b/prooph/pdo-event-store/1.7/config/packages/prooph_pdo_event_store.php index b99cc9b6..eeedecad 100644 --- a/prooph/pdo-event-store/1.7/config/packages/prooph_pdo_event_store.php +++ b/prooph/pdo-event-store/1.7/config/packages/prooph_pdo_event_store.php @@ -13,10 +13,18 @@ $services->alias('Prooph\EventStore\EventStore', 'app.event_store.default'); $services->set('app.event_store.default', 'Prooph\EventStore\Pdo\MySqlEventStore') - ->args([service('prooph_event_store.message_factory'), service('app.event_store.pdo_connection.mysql'), service('app.event_store.mysql.persistence_strategy')]); + ->args([ + service('prooph_event_store.message_factory'), + service('app.event_store.pdo_connection.mysql'), + service('app.event_store.mysql.persistence_strategy'), + ]); $services->set('app.event_store.pdo_connection.mysql', PDO::class) - ->args(['%env(MYSQL_DSN)%', '%env(MYSQL_USER)%', '%env(MYSQL_PASSWORD)%']); + ->args([ + '%env(MYSQL_DSN)%', + '%env(MYSQL_USER)%', + '%env(MYSQL_PASSWORD)%', + ]); $services->set('app.event_store.mysql.persistence_strategy', 'Prooph\EventStore\Pdo\PersistenceStrategy\MySqlSingleStreamStrategy'); }; diff --git a/pusher/pusher-php-server/3.0/config/packages/pusher_php_server.php b/pusher/pusher-php-server/3.0/config/packages/pusher_php_server.php index 32591fe3..fc2e5d5c 100644 --- a/pusher/pusher-php-server/3.0/config/packages/pusher_php_server.php +++ b/pusher/pusher-php-server/3.0/config/packages/pusher_php_server.php @@ -9,5 +9,9 @@ $services->set('Pusher\Pusher') ->public() - ->args(['%env(PUSHER_KEY)%', '%env(PUSHER_SECRET)%', '%env(PUSHER_APP_ID)%']); + ->args([ + '%env(PUSHER_KEY)%', + '%env(PUSHER_SECRET)%', + '%env(PUSHER_APP_ID)%', + ]); }; diff --git a/qossmic/deptrac/2.0/deptrac.yaml b/qossmic/deptrac/2.0/deptrac.yaml new file mode 100644 index 00000000..5e6c1d7c --- /dev/null +++ b/qossmic/deptrac/2.0/deptrac.yaml @@ -0,0 +1,30 @@ +deptrac: + paths: + - ./src + exclude_files: + - '#.*test.*#' + layers: + - + name: Controller + collectors: + - + type: classLike + value: .*Controller.* + - + name: Repository + collectors: + - + type: classLike + value: .*Repository.* + - + name: Service + collectors: + - + type: classLike + value: .*Service.* + ruleset: + Controller: + - Service + Service: + - Repository + Repository: diff --git a/qossmic/deptrac/2.0/manifest.json b/qossmic/deptrac/2.0/manifest.json new file mode 100644 index 00000000..7e72d434 --- /dev/null +++ b/qossmic/deptrac/2.0/manifest.json @@ -0,0 +1,8 @@ +{ + "copy-from-recipe": { + "deptrac.yaml": "deptrac.yaml" + }, + "gitignore": [ + "/.deptrac.cache" + ] +} diff --git a/ravenflux/php-functions/3.0/config/packages/ravenflux_php_functions.php b/ravenflux/php-functions/3.0/config/packages/ravenflux_php_functions.php index a4fc121c..56b3634d 100644 --- a/ravenflux/php-functions/3.0/config/packages/ravenflux_php_functions.php +++ b/ravenflux/php-functions/3.0/config/packages/ravenflux_php_functions.php @@ -8,6 +8,13 @@ $services = $containerConfigurator->services(); $services->set('ravenflux.twig.extension.php_functions', 'RavenFlux\Twig\PhpFunctionsExtension') - ->args([['count'], ['nl2br']]) + ->args([ + [ + 'count', + ], + [ + 'nl2br', + ], + ]) ->tag('twig.extension'); }; diff --git a/rossel/mwu-sdk/0.1/config/packages/mwu_sdk.php b/rossel/mwu-sdk/0.1/config/packages/mwu_sdk.php new file mode 100644 index 00000000..2b1c78c6 --- /dev/null +++ b/rossel/mwu-sdk/0.1/config/packages/mwu_sdk.php @@ -0,0 +1,61 @@ +extension('mwu_sdk', [ + 'switches' => [ + [ + 'ip_address' => 'CHANGE_ME!', + 'port' => 'CHANGE_ME!', + 'light_modules_generator' => [ + 'first_module_id' => 1, + 'increment_between_module_ids' => 1, + 'number_of_modules' => 4, + ], + ], + ], + 'behavior' => [ + 'display_status' => [ + 'light' => [ + 'mode' => 'on', + 'color' => 'red', + ], + 'screen' => [ + 'mode' => 'on', + 'text' => '0000', + ], + ], + 'display_status_after_confirm' => [ + 'light' => [ + 'mode' => 'on', + 'color' => 'green', + ], + 'screen' => [ + 'mode' => 'on', + 'text' => '0000', + ], + ], + 'display_status_after_fn' => [ + 'light' => [ + 'mode' => 'on', + 'color' => 'yellow', + ], + 'screen' => [ + 'mode' => 'on', + 'text' => '9999', + ], + ], + 'buttons' => [ + 'fn' => [ + 'text' => '----', + ], + 'quantity_keys' => [ + 'mode' => 'increment', + ], + ], + ], + ]); +}; diff --git a/rossel/mwu-sdk/0.1/manifest.json b/rossel/mwu-sdk/0.1/manifest.json new file mode 100644 index 00000000..f5c6e0c6 --- /dev/null +++ b/rossel/mwu-sdk/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Rossel\\MwuSdk\\MwuSdkBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/routmoute/routmoute-discord-bundle/1.1/config/packages/routmoute_discord.php b/routmoute/routmoute-discord-bundle/1.1/config/packages/routmoute_discord.php index 43435dd0..05a896ae 100644 --- a/routmoute/routmoute-discord-bundle/1.1/config/packages/routmoute_discord.php +++ b/routmoute/routmoute-discord-bundle/1.1/config/packages/routmoute_discord.php @@ -9,7 +9,10 @@ 'oauth' => [ 'client_id' => '%env(ROUTMOUTE_DISCORD_CLIENT_ID)%', 'client_secret' => '%env(ROUTMOUTE_DISCORD_CLIENT_SECRET)%', - 'scope' => ['identify', 'email'], + 'scope' => [ + 'identify', + 'email', + ], ], 'api' => [ 'bot_token' => '%env(ROUTMOUTE_DISCORD_BOT_TOKEN)%', diff --git a/saqqal/llm-integration-bundle/1.0/config/packages/llm_integration.php b/saqqal/llm-integration-bundle/1.0/config/packages/llm_integration.php new file mode 100644 index 00000000..4dae7182 --- /dev/null +++ b/saqqal/llm-integration-bundle/1.0/config/packages/llm_integration.php @@ -0,0 +1,13 @@ +extension('llm_integration', [ + 'llm_provider' => 'api_together', + 'llm_api_key' => '%env(LLM_PROVIDER_API_KEY)%', + 'llm_model' => '%env(LLM_MODEL)%', + ]); +}; diff --git a/saqqal/llm-integration-bundle/1.0/manifest.json b/saqqal/llm-integration-bundle/1.0/manifest.json new file mode 100644 index 00000000..39605a0b --- /dev/null +++ b/saqqal/llm-integration-bundle/1.0/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "Saqqal\\LlmIntegrationBundle\\LlmIntegrationBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "LLM_PROVIDER_API_KEY": "your_api_key_here", + "LLM_MODEL": "meta_llama_3_1_8b_instruct_turbo" + } +} diff --git a/scheb/two-factor-bundle/3.16/config/packages/scheb_two_factor.php b/scheb/two-factor-bundle/3.16/config/packages/scheb_two_factor.php index 656627e3..ba00a8cd 100644 --- a/scheb/two-factor-bundle/3.16/config/packages/scheb_two_factor.php +++ b/scheb/two-factor-bundle/3.16/config/packages/scheb_two_factor.php @@ -6,6 +6,8 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('scheb_two_factor', [ - 'security_tokens' => ['Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken'], + 'security_tokens' => [ + 'Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken', + ], ]); }; diff --git a/schranz-search/symfony-bundle/0.2/config/packages/schranz_search.php b/schranz-search/symfony-bundle/0.2/config/packages/schranz_search.php new file mode 100644 index 00000000..86a1f21a --- /dev/null +++ b/schranz-search/symfony-bundle/0.2/config/packages/schranz_search.php @@ -0,0 +1,30 @@ +extension('schranz_search', [ + 'schemas' => [ + 'default' => [ + 'dir' => '%kernel.project_dir%/config/schemas', + ], + ], + 'engines' => [ + 'default' => [ + 'adapter' => '%env(SEAL_DSN)%', + ], + ], + ]); + if ($containerConfigurator->env() === 'test') { + $containerConfigurator->extension('schranz_search', [ + 'engines' => [ + 'default' => [ + 'adapter' => 'memory://', + ], + ], + 'index_name_prefix' => 'test_', + ]); + } +}; diff --git a/schranz-search/symfony-bundle/0.2/config/schemas/.gitignore b/schranz-search/symfony-bundle/0.2/config/schemas/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/schranz-search/symfony-bundle/0.2/manifest.json b/schranz-search/symfony-bundle/0.2/manifest.json new file mode 100644 index 00000000..f8165142 --- /dev/null +++ b/schranz-search/symfony-bundle/0.2/manifest.json @@ -0,0 +1,19 @@ +{ + "bundles": { + "Schranz\\Search\\Integration\\Symfony\\SearchBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Install one of the following adapters: https://schranz-search.github.io/schranz-search/getting-started/index.html", + "#2": "SEAL_DSN=\"meilisearch://127.0.0.1:7700\"", + "#3": "SEAL_DSN=\"algolia://ALGOLIA_APPLICATION_ID:ALGOLIA_ADMIN_API_KEY\"", + "#4": "SEAL_DSN=\"elasticsearch://127.0.0.1:9200\"", + "#5": "SEAL_DSN=\"opensearch://127.0.0.1:9200\"", + "#6": "SEAL_DSN=\"redisearch://127.0.0.1:6379\"", + "#7": "SEAL_DSN=\"solr://127.0.0.1:8983\"", + "#8": "SEAL_DSN=\"typesense://S3CR3T@127.0.0.1:8108\"", + "SEAL_DSN": "loupe://var/indexes" + } +} diff --git a/secit-pl/imap-bundle/1.0/config/packages/imap.php b/secit-pl/imap-bundle/1.0/config/packages/imap.php index 14259e47..73256985 100644 --- a/secit-pl/imap-bundle/1.0/config/packages/imap.php +++ b/secit-pl/imap-bundle/1.0/config/packages/imap.php @@ -6,6 +6,7 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('imap', [ - 'connections' => [], + 'connections' => [ + ], ]); }; diff --git a/sensiolabs-de/storyblok-bundle/0.1/config/packages/storyblok.php b/sensiolabs-de/storyblok-bundle/0.1/config/packages/storyblok.php new file mode 100644 index 00000000..166a790d --- /dev/null +++ b/sensiolabs-de/storyblok-bundle/0.1/config/packages/storyblok.php @@ -0,0 +1,12 @@ +extension('storyblok', [ + 'base_uri' => '%env(STORYBLOK_API_BASE_URI)%', + 'token' => '%env(STORYBLOK_API_TOKEN)%', + ]); +}; diff --git a/sensiolabs-de/storyblok-bundle/0.1/manifest.json b/sensiolabs-de/storyblok-bundle/0.1/manifest.json new file mode 100644 index 00000000..e94bd732 --- /dev/null +++ b/sensiolabs-de/storyblok-bundle/0.1/manifest.json @@ -0,0 +1,13 @@ +{ + "bundles": { + "SensioLabs\\Storyblok\\Bundle\\StoryblokBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "STORYBLOK_API_BASE_URI": "https://api.storyblok.com", + "STORYBLOK_API_TOKEN": "", + "#1": "STORYBLOK_ASSETS_API_TOKEN=" + } +} diff --git a/sensiolabs-de/storyblok-bundle/0.2/config/packages/storyblok.php b/sensiolabs-de/storyblok-bundle/0.2/config/packages/storyblok.php new file mode 100644 index 00000000..166a790d --- /dev/null +++ b/sensiolabs-de/storyblok-bundle/0.2/config/packages/storyblok.php @@ -0,0 +1,12 @@ +extension('storyblok', [ + 'base_uri' => '%env(STORYBLOK_API_BASE_URI)%', + 'token' => '%env(STORYBLOK_API_TOKEN)%', + ]); +}; diff --git a/sensiolabs-de/storyblok-bundle/0.2/config/routes/storyblok.php b/sensiolabs-de/storyblok-bundle/0.2/config/routes/storyblok.php new file mode 100644 index 00000000..02534e54 --- /dev/null +++ b/sensiolabs-de/storyblok-bundle/0.2/config/routes/storyblok.php @@ -0,0 +1,9 @@ +import('@StoryblokBundle/config/routes.php'); +}; diff --git a/sensiolabs-de/storyblok-bundle/0.2/manifest.json b/sensiolabs-de/storyblok-bundle/0.2/manifest.json new file mode 100644 index 00000000..331afda5 --- /dev/null +++ b/sensiolabs-de/storyblok-bundle/0.2/manifest.json @@ -0,0 +1,14 @@ +{ + "bundles": { + "SensioLabs\\Storyblok\\Bundle\\StoryblokBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "STORYBLOK_API_BASE_URI": "https://api.storyblok.com", + "STORYBLOK_API_TOKEN": "", + "#1": "STORYBLOK_ASSETS_API_TOKEN=", + "#2": "STORYBLOK_WEBHOOK_SECRET=" + } +} diff --git a/sensiolabs-de/storyblok-bundle/0.3/config/packages/storyblok.php b/sensiolabs-de/storyblok-bundle/0.3/config/packages/storyblok.php new file mode 100644 index 00000000..166a790d --- /dev/null +++ b/sensiolabs-de/storyblok-bundle/0.3/config/packages/storyblok.php @@ -0,0 +1,12 @@ +extension('storyblok', [ + 'base_uri' => '%env(STORYBLOK_API_BASE_URI)%', + 'token' => '%env(STORYBLOK_API_TOKEN)%', + ]); +}; diff --git a/sensiolabs-de/storyblok-bundle/0.3/config/routes/storyblok.php b/sensiolabs-de/storyblok-bundle/0.3/config/routes/storyblok.php new file mode 100644 index 00000000..02534e54 --- /dev/null +++ b/sensiolabs-de/storyblok-bundle/0.3/config/routes/storyblok.php @@ -0,0 +1,9 @@ +import('@StoryblokBundle/config/routes.php'); +}; diff --git a/sensiolabs-de/storyblok-bundle/0.3/manifest.json b/sensiolabs-de/storyblok-bundle/0.3/manifest.json new file mode 100644 index 00000000..4db4e29f --- /dev/null +++ b/sensiolabs-de/storyblok-bundle/0.3/manifest.json @@ -0,0 +1,15 @@ +{ + "bundles": { + "SensioLabs\\Storyblok\\Bundle\\StoryblokBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "STORYBLOK_API_BASE_URI": "https://api.storyblok.com", + "STORYBLOK_API_TOKEN": "", + "#1": "STORYBLOK_VERSION=", + "#2": "STORYBLOK_ASSETS_API_TOKEN=", + "#3": "STORYBLOK_WEBHOOK_SECRET=" + } +} diff --git a/sensiolabs/gotenberg-bundle/0.1/config/packages/gotenberg.php b/sensiolabs/gotenberg-bundle/0.1/config/packages/gotenberg.php new file mode 100644 index 00000000..d57f92e9 --- /dev/null +++ b/sensiolabs/gotenberg-bundle/0.1/config/packages/gotenberg.php @@ -0,0 +1,21 @@ +extension('framework', [ + 'http_client' => [ + 'scoped_clients' => [ + 'gotenberg.client' => [ + 'base_uri' => '%env(GOTENBERG_DSN)%', + ], + ], + ], + ]); + + $containerConfigurator->extension('sensiolabs_gotenberg', [ + 'http_client' => 'gotenberg.client', + ]); +}; diff --git a/sensiolabs/gotenberg-bundle/0.1/manifest.json b/sensiolabs/gotenberg-bundle/0.1/manifest.json new file mode 100644 index 00000000..e5172de9 --- /dev/null +++ b/sensiolabs/gotenberg-bundle/0.1/manifest.json @@ -0,0 +1,26 @@ +{ + "bundles": { + "Sensiolabs\\GotenbergBundle\\SensiolabsGotenbergBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "GOTENBERG_DSN": "http://gotenberg:3000" + }, + "docker-compose": { + "compose.yaml": { + "services": [ + "gotenberg:", + " image: 'gotenberg/gotenberg:8'" + ] + }, + "compose.override.yaml": { + "services": [ + "gotenberg:", + " ports:", + " - \"3000\"" + ] + } + } +} diff --git a/sensiolabs/gotenberg-bundle/0.1/post-install.txt b/sensiolabs/gotenberg-bundle/0.1/post-install.txt new file mode 100644 index 00000000..310086c1 --- /dev/null +++ b/sensiolabs/gotenberg-bundle/0.1/post-install.txt @@ -0,0 +1 @@ + * Do not forget to start the new Gotenberg container if enabled. diff --git a/sensiolabs/minify-bundle/0.9/config/packages/sensiolabs_minify.php b/sensiolabs/minify-bundle/0.9/config/packages/sensiolabs_minify.php new file mode 100644 index 00000000..822ec9a8 --- /dev/null +++ b/sensiolabs/minify-bundle/0.9/config/packages/sensiolabs_minify.php @@ -0,0 +1,24 @@ +extension('sensiolabs_minify', [ + 'asset_mapper' => [ + 'ignore_paths' => [ + '*.min.js', + '*.min.css', + ], + ], + 'minify' => [ + 'download_binary' => true, + ], + ]); + if ($containerConfigurator->env() === 'test') { + $containerConfigurator->extension('sensiolabs_minify', [ + 'asset_mapper' => false, + ]); + } +}; diff --git a/sensiolabs/minify-bundle/0.9/manifest.json b/sensiolabs/minify-bundle/0.9/manifest.json new file mode 100644 index 00000000..d9626e99 --- /dev/null +++ b/sensiolabs/minify-bundle/0.9/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Sensiolabs\\MinifyBundle\\SensiolabsMinifyBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "gitignore": [ + "/%VAR_DIR%/minify/" + ] +} diff --git a/sensiolabs/storybook-bundle/0.1/config/packages/storybook.php b/sensiolabs/storybook-bundle/0.1/config/packages/storybook.php new file mode 100644 index 00000000..d97d238e --- /dev/null +++ b/sensiolabs/storybook-bundle/0.1/config/packages/storybook.php @@ -0,0 +1,17 @@ +env() === 'dev') { + $containerConfigurator->extension('storybook', [ + 'sandbox' => [ + 'allowedFunctions' => [ + 'dump', + ], + ], + ]); + } +}; diff --git a/sensiolabs/storybook-bundle/0.1/config/routes/storybook.php b/sensiolabs/storybook-bundle/0.1/config/routes/storybook.php new file mode 100644 index 00000000..2c47c5fa --- /dev/null +++ b/sensiolabs/storybook-bundle/0.1/config/routes/storybook.php @@ -0,0 +1,9 @@ +import('@StorybookBundle/config/routes.php'); +}; diff --git a/sensiolabs/storybook-bundle/0.1/manifest.json b/sensiolabs/storybook-bundle/0.1/manifest.json new file mode 100644 index 00000000..e5adb45d --- /dev/null +++ b/sensiolabs/storybook-bundle/0.1/manifest.json @@ -0,0 +1,16 @@ +{ + "bundles": { + "Storybook\\StorybookBundle": ["all"] + }, + "gitignore": [ + "/node_modules" + ], + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "stories/": "stories/", + "templates/": "templates/" + }, + "conflict": { + "symfony/framework-bundle": "<6.4" + } +} diff --git a/sensiolabs/storybook-bundle/0.1/post-install.txt b/sensiolabs/storybook-bundle/0.1/post-install.txt new file mode 100644 index 00000000..df1e4830 --- /dev/null +++ b/sensiolabs/storybook-bundle/0.1/post-install.txt @@ -0,0 +1,8 @@ + + What's next? + + + * Run your application: + 1. Initialize Storybook in your project: bin/console storybook:init command; + - This will create basic configuration files and add required dependencies to your package.json. + 2. Follow the instructions provided by the storybook:init command diff --git a/sensiolabs/storybook-bundle/0.1/stories/Components.stories.js b/sensiolabs/storybook-bundle/0.1/stories/Components.stories.js new file mode 100644 index 00000000..2721a961 --- /dev/null +++ b/sensiolabs/storybook-bundle/0.1/stories/Components.stories.js @@ -0,0 +1,24 @@ +import {twig} from "@sensiolabs/storybook-symfony-webpack5"; + +export default { + component: twig` +
Hello {{ name }}!
+ `, + args: { + name: 'World' + } +} + +export const Default = {}; + +export const John = { + args: { + name: 'John' + } +}; + +export const Jane = { + args: { + name: 'Jane' + } +}; diff --git a/sensiolabs/storybook-bundle/0.1/templates/bundles/StorybookBundle/Preview.html.twig b/sensiolabs/storybook-bundle/0.1/templates/bundles/StorybookBundle/Preview.html.twig new file mode 100644 index 00000000..b61728e9 --- /dev/null +++ b/sensiolabs/storybook-bundle/0.1/templates/bundles/StorybookBundle/Preview.html.twig @@ -0,0 +1 @@ +{% extends '@!Storybook/preview.html.twig' %} diff --git a/sentry/sentry-symfony/3.0/config/packages/prod/sentry.php b/sentry/sentry-symfony/3.0/config/packages/prod/sentry.php index b043185c..cccabcf3 100644 --- a/sentry/sentry-symfony/3.0/config/packages/prod/sentry.php +++ b/sentry/sentry-symfony/3.0/config/packages/prod/sentry.php @@ -8,7 +8,10 @@ $containerConfigurator->extension('sentry', [ 'dsn' => '%env(SENTRY_DSN)%', 'options' => [ - 'excluded_exceptions' => ['Symfony\Component\HttpKernel\Exception\NotFoundHttpException', 'Symfony\Component\Security\Core\Exception\AccessDeniedException'], + 'excluded_exceptions' => [ + 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException', + 'Symfony\Component\Security\Core\Exception\AccessDeniedException', + ], ], ]); }; diff --git a/sentry/sentry-symfony/4.6/config/packages/sentry.php b/sentry/sentry-symfony/4.6/config/packages/sentry.php index 0a8eaab2..db910cff 100644 --- a/sentry/sentry-symfony/4.6/config/packages/sentry.php +++ b/sentry/sentry-symfony/4.6/config/packages/sentry.php @@ -8,6 +8,9 @@ if ($containerConfigurator->env() === 'prod') { $containerConfigurator->extension('sentry', [ 'dsn' => '%env(SENTRY_DSN)%', + 'tracing' => [ + 'enabled' => false, + ], ]); } }; diff --git a/sentry/sentry-symfony/5.0/config/packages/sentry.php b/sentry/sentry-symfony/5.0/config/packages/sentry.php new file mode 100644 index 00000000..46df3552 --- /dev/null +++ b/sentry/sentry-symfony/5.0/config/packages/sentry.php @@ -0,0 +1,19 @@ +env() === 'prod') { + $containerConfigurator->extension('sentry', [ + 'dsn' => '%env(SENTRY_DSN)%', + 'options' => [ + 'ignore_exceptions' => [ + 'Symfony\Component\ErrorHandler\Error\FatalError', + 'Symfony\Component\Debug\Exception\FatalErrorException', + ], + ], + ]); + } +}; diff --git a/sentry/sentry-symfony/5.0/manifest.json b/sentry/sentry-symfony/5.0/manifest.json new file mode 100644 index 00000000..9922cfe2 --- /dev/null +++ b/sentry/sentry-symfony/5.0/manifest.json @@ -0,0 +1,15 @@ +{ + "bundles": { + "Sentry\\SentryBundle\\SentryBundle": ["prod"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "SENTRY_DSN": "" + }, + "conflict": { + "symfony/framework-bundle": "<5.4", + "symfony/monolog-bundle": "<3.7" + } +} diff --git a/setono/google-analytics-bundle/1.0/config/packages/setono_google_analytics.php b/setono/google-analytics-bundle/1.0/config/packages/setono_google_analytics.php index 8fabd975..89b381f2 100644 --- a/setono/google-analytics-bundle/1.0/config/packages/setono_google_analytics.php +++ b/setono/google-analytics-bundle/1.0/config/packages/setono_google_analytics.php @@ -7,9 +7,11 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('setono_google_analytics', [ 'gtag' => [ - 'properties' => [[ - 'measurement_id' => '%env(GOOGLE_ANALYTICS_MEASUREMENT_ID)%', - ]], + 'properties' => [ + [ + 'measurement_id' => '%env(GOOGLE_ANALYTICS_MEASUREMENT_ID)%', + ], + ], ], ]); }; diff --git a/shopware/app-bundle/4.0/config/packages/shopware_app.php b/shopware/app-bundle/4.0/config/packages/shopware_app.php new file mode 100644 index 00000000..4ef25b5f --- /dev/null +++ b/shopware/app-bundle/4.0/config/packages/shopware_app.php @@ -0,0 +1,16 @@ +extension('shopware_app', [ + 'name' => '%env(SHOPWARE_APP_NAME)%', + 'secret' => '%env(SHOPWARE_APP_SECRET)%', + 'storage' => 'auto', + 'doctrine' => [ + 'shop_class' => 'App\Entity\Shop', + ], + ]); +}; diff --git a/shopware/app-bundle/4.0/config/routes/shopware_app.php b/shopware/app-bundle/4.0/config/routes/shopware_app.php new file mode 100644 index 00000000..00371b87 --- /dev/null +++ b/shopware/app-bundle/4.0/config/routes/shopware_app.php @@ -0,0 +1,13 @@ +import('@ShopwareAppBundle/Resources/config/routing/lifecycle.xml') + ->prefix('/app'); + + $routingConfigurator->import('@ShopwareAppBundle/Resources/config/routing/webhook.xml') + ->prefix('/app'); +}; diff --git a/shopware/app-bundle/4.0/manifest.json b/shopware/app-bundle/4.0/manifest.json new file mode 100644 index 00000000..33481859 --- /dev/null +++ b/shopware/app-bundle/4.0/manifest.json @@ -0,0 +1,13 @@ +{ + "bundles": { + "Shopware\\AppBundle\\ShopwareAppBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + }, + "env": { + "SHOPWARE_APP_NAME": "TestApp", + "SHOPWARE_APP_SECRET": "MySecret" + } +} diff --git a/shopware/app-bundle/4.0/post-install.txt b/shopware/app-bundle/4.0/post-install.txt new file mode 100644 index 00000000..3c53f3e3 --- /dev/null +++ b/shopware/app-bundle/4.0/post-install.txt @@ -0,0 +1,6 @@ + * Warning the shopware/app-bundle uses by default a in-memory database. You should use doctrine or dynamodb + + For doctrine install the following packages: composer require doctrine/orm symfony/doctrine-bridge + For dynamodb install the following packages: composer require async-aws/async-aws-bundle async-aws/dynamo-db + + Make sure to configure the correct storage after installing the packages in config/packages/shopware_app.yaml diff --git a/shopware/app-bundle/4.0/src/Entity/Shop.php b/shopware/app-bundle/4.0/src/Entity/Shop.php new file mode 100644 index 00000000..2d04f87b --- /dev/null +++ b/shopware/app-bundle/4.0/src/Entity/Shop.php @@ -0,0 +1,13 @@ +extension('sonata_admin', [ 'assets' => [ - 'extra_stylesheets' => ['bundles/sonatamultiupload/dist/sonata-multiupload.css'], - 'extra_javascripts' => ['bundles/sonatamultiupload/dist/sonata-multiupload.js'], + 'extra_stylesheets' => [ + 'bundles/sonatamultiupload/dist/sonata-multiupload.css', + ], + 'extra_javascripts' => [ + 'bundles/sonatamultiupload/dist/sonata-multiupload.js', + ], ], ]); }; diff --git a/silasjoisten/sonata-multiupload-bundle/3.4/config/packages/sonata_multi_upload.php b/silasjoisten/sonata-multiupload-bundle/3.4/config/packages/sonata_multi_upload.php index b81fcbc2..f8c49ced 100644 --- a/silasjoisten/sonata-multiupload-bundle/3.4/config/packages/sonata_multi_upload.php +++ b/silasjoisten/sonata-multiupload-bundle/3.4/config/packages/sonata_multi_upload.php @@ -6,13 +6,19 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('sonata_multi_upload', [ - 'providers' => ['sonata.media.provider.image'], + 'providers' => [ + 'sonata.media.provider.image', + ], ]); $containerConfigurator->extension('sonata_admin', [ 'assets' => [ - 'extra_stylesheets' => ['bundles/sonatamultiupload/dist/sonata-multiupload.css'], - 'extra_javascripts' => ['bundles/sonatamultiupload/dist/sonata-multiupload.js'], + 'extra_stylesheets' => [ + 'bundles/sonatamultiupload/dist/sonata-multiupload.css', + ], + 'extra_javascripts' => [ + 'bundles/sonatamultiupload/dist/sonata-multiupload.js', + ], ], ]); }; diff --git a/skipthedragon/inertia-bundle/1.0/config/packages/inertia.php b/skipthedragon/inertia-bundle/1.0/config/packages/inertia.php new file mode 100644 index 00000000..d08dbabf --- /dev/null +++ b/skipthedragon/inertia-bundle/1.0/config/packages/inertia.php @@ -0,0 +1,15 @@ +extension('inertia', [ + 'root_view' => 'base.html.twig', + 'ssr' => [ + 'enabled' => false, + 'url' => 'http://127.0.0.1:13714/render', + ], + ]); +}; diff --git a/skipthedragon/inertia-bundle/1.0/manifest.json b/skipthedragon/inertia-bundle/1.0/manifest.json new file mode 100644 index 00000000..9d3b76e0 --- /dev/null +++ b/skipthedragon/inertia-bundle/1.0/manifest.json @@ -0,0 +1,24 @@ +{ + "bundles": { + "Rompetomp\\InertiaBundle\\InertiaBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "add-lines": [ + { + "file": "templates/base.html.twig", + "content": " {{ inertiaHead(page) }}", + "position": "after_target", + "target": "{% block javascripts %}", + "warn_if_missing": true + }, + { + "file": "templates/base.html.twig", + "content": "\n {{ inertia(page) }}\n ", + "position": "after_target", + "target": "{% block body %}", + "warn_if_missing": true + } + ] +} diff --git a/skipthedragon/inertia-bundle/1.0/post-install.txt b/skipthedragon/inertia-bundle/1.0/post-install.txt new file mode 100644 index 00000000..fa33a8aa --- /dev/null +++ b/skipthedragon/inertia-bundle/1.0/post-install.txt @@ -0,0 +1,10 @@ + + Getting started using skipthedragon/inertia-bundle + + + Configure your transformations: + 1. React stack: symfony console inertia:install react --ssr --bundler=webpack for Webpack or symfony console inertia:install react --ssr --bundler=vite for Vite. + 2. Vue stack: symfony console inertia:install vue --ssr --bundler=webpack for Webpack or symfony console inertia:install vue --ssr --bundler=vite for Vite. + 2. Svelte stack: symfony console inertia:install svelte --ssr --bundler=webpack for Webpack or symfony console inertia:install svelte --ssr --bundler=vite for Vite. + 3. Adjust the configuration in %CONFIG_DIR%/packages/inertia.yaml according to your needs. + 4. Start coding into assets/js/pages/ diff --git a/sofascore/purgatory-bundle/1.0/config/packages/purgatory.php b/sofascore/purgatory-bundle/1.0/config/packages/purgatory.php new file mode 100644 index 00000000..596ba939 --- /dev/null +++ b/sofascore/purgatory-bundle/1.0/config/packages/purgatory.php @@ -0,0 +1,28 @@ +extension('purgatory', [ + 'route_ignore_patterns' => [ + '/^_profiler/', + '/^_wdt/', + ], + 'purger' => [ + 'name' => 'symfony', + ], + ]); + if ($containerConfigurator->env() === 'dev') { + $containerConfigurator->extension('purgatory', [ + 'purger' => 'void', + ]); + } + if ($containerConfigurator->env() === 'test') { + $containerConfigurator->extension('purgatory', [ + 'purger' => 'in-memory', + 'profiler_integration' => false, + ]); + } +}; diff --git a/sofascore/purgatory-bundle/1.0/manifest.json b/sofascore/purgatory-bundle/1.0/manifest.json new file mode 100644 index 00000000..cd8961b8 --- /dev/null +++ b/sofascore/purgatory-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Sofascore\\PurgatoryBundle\\PurgatoryBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/sofascore/purgatory-bundle/1.0/post-install.txt b/sofascore/purgatory-bundle/1.0/post-install.txt new file mode 100644 index 00000000..8d587311 --- /dev/null +++ b/sofascore/purgatory-bundle/1.0/post-install.txt @@ -0,0 +1,6 @@ + + Getting Started with sofascore/purgatory-bundle + + + * Configure a purger based on your HTTP cache backend in config/packages/purgatory.yaml + * Read the complete documentation at https://sofascore.github.io/purgatory-bundle/ diff --git a/softavis/flysystem-cloudflare-bundle/0.1/manifest.json b/softavis/flysystem-cloudflare-bundle/0.1/manifest.json new file mode 100644 index 00000000..8169d352 --- /dev/null +++ b/softavis/flysystem-cloudflare-bundle/0.1/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Softavis\\FlysystemCloudflareBundle\\FlysystemCloudflareBundle": ["all"] + }, + "env": { + "CLOUDFLARE_ACCOUNT_ID": "", + "CLOUDFLARE_ACCOUNT_HASH": "", + "CLOUDFLARE_ACCESS_TOKEN": "", + "CLOUDFLARE_VARIANT_NAME": "" + } +} diff --git a/softspring/cms-bundle/5.2/config/packages/sfs_admin_menu_cms.php b/softspring/cms-bundle/5.2/config/packages/sfs_admin_menu_cms.php new file mode 100644 index 00000000..7ea42e59 --- /dev/null +++ b/softspring/cms-bundle/5.2/config/packages/sfs_admin_menu_cms.php @@ -0,0 +1,53 @@ +extension('twig', [ + 'globals' => [ + 'admin_menu' => [ + 'cms' => [ + 'translation_key' => 'sidebar.menu.cms.title', + 'pages' => [ + 'translation_key' => 'sidebar.menu.cms.pages', + 'route' => 'sfs_cms_admin_content_page_list', + 'active_expression' => 'sfs_cms_admin_content_page_', + 'icon' => 'bi bi-code-slash', + ], + 'menus' => [ + 'translation_key' => 'sidebar.menu.cms.menus', + 'route' => 'sfs_cms_admin_menus_list', + 'active_expression' => 'sfs_cms_admin_menus_', + 'icon' => 'bi bi-list-nested', + ], + 'blocks' => [ + 'translation_key' => 'sidebar.menu.cms.blocks', + 'route' => 'sfs_cms_admin_blocks_list', + 'active_expression' => 'sfs_cms_admin_blocks_', + 'icon' => 'bi bi-puzzle', + ], + 'medias' => [ + 'translation_key' => 'sidebar.menu.cms.medias', + 'route' => 'sfs_media_admin_medias_list', + 'active_expression' => 'sfs_media_admin_medias_', + 'icon' => 'bi bi-images', + ], + 'routes' => [ + 'translation_key' => 'sidebar.menu.cms.routes', + 'route' => 'sfs_cms_admin_routes_list', + 'active_expression' => 'sfs_cms_admin_routes_', + 'icon' => 'bi bi-signpost-split', + ], + 'sites' => [ + 'translation_key' => 'sidebar.menu.cms.sites', + 'route' => 'sfs_cms_admin_sites_list', + 'active_expression' => 'sfs_cms_admin_sites_', + 'icon' => 'bi bi-diagram-3', + ], + ], + ], + ], + ]); +}; diff --git a/softspring/cms-bundle/5.2/config/packages/sfs_cms.php b/softspring/cms-bundle/5.2/config/packages/sfs_cms.php new file mode 100644 index 00000000..c6e78407 --- /dev/null +++ b/softspring/cms-bundle/5.2/config/packages/sfs_cms.php @@ -0,0 +1,30 @@ +import('@SfsCmsBundle/config/security/admin_role_hierarchy.yaml'); + + $containerConfigurator->extension('security', [ + 'role_hierarchy' => [ + 'ROLE_ADMIN' => [ + 'ROLE_SFS_MEDIA_ADMIN_MEDIAS_RW', + 'ROLE_SFS_CMS_ADMIN_BLOCKS_RW', + 'ROLE_SFS_CMS_ADMIN_CONTENTS_RW', + 'ROLE_SFS_CMS_ADMIN_ROUTES_RW', + 'ROLE_SFS_CMS_ADMIN_MENUS_RW', + 'ROLE_SFS_CMS_ADMIN_SITES_RO', + 'ROLE_SFS_CMS_ADMIN_CONTENTS_TRANSLATOR', + ], + ], + ]); + + $containerConfigurator->extension('sfs_cms', [ + 'site' => [ + 'identification' => 'domain', + 'throw_not_found' => false, + ], + ]); +}; diff --git a/softspring/cms-bundle/5.2/config/routes/sfs_cms_admin.php b/softspring/cms-bundle/5.2/config/routes/sfs_cms_admin.php new file mode 100644 index 00000000..ecec689d --- /dev/null +++ b/softspring/cms-bundle/5.2/config/routes/sfs_cms_admin.php @@ -0,0 +1,25 @@ +import('@SfsCmsBundle/config/routing/admin_pages.yaml') + ->prefix('/admin/pages'); + + $routingConfigurator->import('@SfsCmsBundle/config/routing/admin_routes.yaml') + ->prefix('/admin/routes'); + + $routingConfigurator->import('@SfsCmsBundle/config/routing/admin_menus.yaml') + ->prefix('/admin/menus'); + + $routingConfigurator->import('@SfsCmsBundle/config/routing/admin_blocks.yaml') + ->prefix('/admin/blocks'); + + $routingConfigurator->import('@SfsCmsBundle/config/routing/admin_sites.yaml') + ->prefix('/admin/sites'); + + $routingConfigurator->import('@SfsMediaBundle/config/routing/admin_media.yaml') + ->prefix('/admin/media'); +}; diff --git a/softspring/cms-bundle/5.2/manifest.json b/softspring/cms-bundle/5.2/manifest.json new file mode 100644 index 00000000..a3b313f3 --- /dev/null +++ b/softspring/cms-bundle/5.2/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Softspring\\CmsBundle\\SfsCmsBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "config/", + "translations/": "translations/" + } +} diff --git a/softspring/cms-bundle/5.2/post-install.txt b/softspring/cms-bundle/5.2/post-install.txt new file mode 100644 index 00000000..522a8da1 --- /dev/null +++ b/softspring/cms-bundle/5.2/post-install.txt @@ -0,0 +1,15 @@ +* Your admin is almost ready: + +1. Install webpack by running composer require webpack +2. Install Javascript dependencies + yarn install + yarn add @popperjs/core bootstrap underscore.string bootstrap-icons --dev + yarn build +3. Edit webpack.config.js and uncomment the following lines: + + Encore + // ... + .addEntry('admin', './assets/js/admin.js') + // ... + .enableSassLoader() + // ... diff --git a/softspring/cms-bundle/5.2/translations/sfs_components.en.yaml b/softspring/cms-bundle/5.2/translations/sfs_components.en.yaml new file mode 100644 index 00000000..e275faa0 --- /dev/null +++ b/softspring/cms-bundle/5.2/translations/sfs_components.en.yaml @@ -0,0 +1,10 @@ +sidebar: + menu: + cms: + title: "CMS" + pages: "Pages" + menus: "Menus" + blocks: "Blocks" + medias: "Medias" + routes: "Routes" + sites: "Sites" diff --git a/softspring/cms-module-collection/5.2/config/packages/sfs_cms_modules.php b/softspring/cms-module-collection/5.2/config/packages/sfs_cms_modules.php new file mode 100644 index 00000000..05d93244 --- /dev/null +++ b/softspring/cms-module-collection/5.2/config/packages/sfs_cms_modules.php @@ -0,0 +1,13 @@ +extension('sfs_cms', [ + 'collections' => [ + 'vendor/softspring/cms-module-collection', + ], + ]); +}; diff --git a/softspring/cms-module-collection/5.2/manifest.json b/softspring/cms-module-collection/5.2/manifest.json new file mode 100644 index 00000000..4a624859 --- /dev/null +++ b/softspring/cms-module-collection/5.2/manifest.json @@ -0,0 +1,5 @@ +{ + "copy-from-recipe": { + "config/": "config/" + } +} diff --git a/softspring/components/5.1/config/packages/sfs_components.php b/softspring/components/5.1/config/packages/sfs_components.php new file mode 100644 index 00000000..0b9169f1 --- /dev/null +++ b/softspring/components/5.1/config/packages/sfs_components.php @@ -0,0 +1,13 @@ +extension('twig', [ + 'globals' => [ + 'sfs_components_theme' => 'bootstrap5', + ], + ]); +}; diff --git a/softspring/components/5.1/manifest.json b/softspring/components/5.1/manifest.json new file mode 100644 index 00000000..0e7d5b56 --- /dev/null +++ b/softspring/components/5.1/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Softspring\\Component\\Components\\SfsComponentsBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "config/", + "templates/": "templates/" + } +} diff --git a/softspring/components/5.1/templates/base.html.twig b/softspring/components/5.1/templates/base.html.twig new file mode 100644 index 00000000..fb1e1328 --- /dev/null +++ b/softspring/components/5.1/templates/base.html.twig @@ -0,0 +1 @@ +{% extends '@SfsComponents/base.html.twig' %} diff --git a/softspring/doctrine-migrations-version-comparator/5.1/config/packages/sfs_doctrine_migrations.php b/softspring/doctrine-migrations-version-comparator/5.1/config/packages/sfs_doctrine_migrations.php new file mode 100644 index 00000000..5c1bff2e --- /dev/null +++ b/softspring/doctrine-migrations-version-comparator/5.1/config/packages/sfs_doctrine_migrations.php @@ -0,0 +1,18 @@ +services(); + + $services->set(VersionNumberComparator::class); + + $containerConfigurator->extension('doctrine_migrations', [ + 'services' => [ + 'Doctrine\Migrations\Version\Comparator' => 'Softspring\Component\DoctrineMigrationsVersionComparator\VersionNumberComparator', + ], + ]); +}; diff --git a/softspring/doctrine-migrations-version-comparator/5.1/manifest.json b/softspring/doctrine-migrations-version-comparator/5.1/manifest.json new file mode 100644 index 00000000..4a624859 --- /dev/null +++ b/softspring/doctrine-migrations-version-comparator/5.1/manifest.json @@ -0,0 +1,5 @@ +{ + "copy-from-recipe": { + "config/": "config/" + } +} diff --git a/softspring/media-bundle/5.2/config/packages/sfs_media.php b/softspring/media-bundle/5.2/config/packages/sfs_media.php new file mode 100644 index 00000000..9e2622c8 --- /dev/null +++ b/softspring/media-bundle/5.2/config/packages/sfs_media.php @@ -0,0 +1,20 @@ +import('@SfsMediaBundle/config/security/admin_role_hierarchy.yaml'); + + $containerConfigurator->extension('sfs_media', [ + 'driver' => 'filesystem', + 'filesystem' => [ + 'path' => '%kernel.project_dir%/public/media', + 'url' => '/media', + ], + 'media' => [ + 'admin_controller' => true, + ], + ]); +}; diff --git a/softspring/media-bundle/5.2/manifest.json b/softspring/media-bundle/5.2/manifest.json new file mode 100644 index 00000000..6a39a5f3 --- /dev/null +++ b/softspring/media-bundle/5.2/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Softspring\\MediaBundle\\SfsMediaBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "config/" + } +} diff --git a/softspring/media-bundle/5.2/post-install.txt b/softspring/media-bundle/5.2/post-install.txt new file mode 100644 index 00000000..f839b87c --- /dev/null +++ b/softspring/media-bundle/5.2/post-install.txt @@ -0,0 +1,2 @@ + * The SfsMediaBundle is ready to use. + * Read the documentation at https://github.com/softspring/media-bundle/blob/5.2/README.md diff --git a/softspring/permissions-bundle/5.2/manifest.json b/softspring/permissions-bundle/5.2/manifest.json new file mode 100644 index 00000000..7e1eb3c7 --- /dev/null +++ b/softspring/permissions-bundle/5.2/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Softspring\\PermissionsBundle\\SfsPermissionsBundle": ["all"] + }, + "conflict": { + "php": "<8.1" + } +} diff --git a/softspring/permissions-bundle/5.2/post-install.txt b/softspring/permissions-bundle/5.2/post-install.txt new file mode 100644 index 00000000..f2ab8cd1 --- /dev/null +++ b/softspring/permissions-bundle/5.2/post-install.txt @@ -0,0 +1,3 @@ + * The SfsPermissionsBundle is almost ready: + + You can use PERMISSION_ prefixed roles to define your permissions structure. diff --git a/softspring/twig-extra-bundle/5.2/manifest.json b/softspring/twig-extra-bundle/5.2/manifest.json new file mode 100644 index 00000000..0b56d183 --- /dev/null +++ b/softspring/twig-extra-bundle/5.2/manifest.json @@ -0,0 +1,5 @@ +{ + "bundles": { + "Softspring\\TwigExtraBundle\\SfsTwigExtraBundle": ["all"] + } +} diff --git a/softspring/twig-extra-bundle/5.2/post-install.txt b/softspring/twig-extra-bundle/5.2/post-install.txt new file mode 100644 index 00000000..8c92b307 --- /dev/null +++ b/softspring/twig-extra-bundle/5.2/post-install.txt @@ -0,0 +1,2 @@ + * The SfsTwigExtraBundle is ready to use. + * Read the documentation at https://github.com/softspring/twig-extra-bundle/blob/5.2/README.md diff --git a/softspring/user-bundle/5.2/config/packages/security.yaml.dist b/softspring/user-bundle/5.2/config/packages/security.yaml.dist new file mode 100644 index 00000000..e06e7503 --- /dev/null +++ b/softspring/user-bundle/5.2/config/packages/security.yaml.dist @@ -0,0 +1,75 @@ +security: + # https://symfony.com/doc/current/security.html#registering-the-user-hashing-passwords + password_hashers: + Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface: 'auto' + # https://symfony.com/doc/current/security.html#loading-the-user-the-user-provider + providers: + sfs_user: + id: sfs_user.user_provider + + access_decision_manager: + strategy: unanimous + allow_if_all_abstain: false + + role_hierarchy: + ROLE_ADMIN: + - ROLE_ADMIN_USERS_RW + #- ROLE_ADMIN_INVITATION_RO + #- ROLE_ALLOWED_TO_SWITCH + - ROLE_ADMIN_ADMINISTRATORS_RW + ROLE_SUPER_ADMIN: + - ROLE_ADMIN + - ROLE_ADMIN_ADMINISTRATORS_PROMOTE_SUPER + - ROLE_ADMIN_ADMINISTRATORS_DEMOTE_SUPER + + firewalls: + dev: + pattern: ^/(_(profiler|wdt)|css|images|js)/ + security: false + + main: + pattern: ^/(admin|app)/ + lazy: true + provider: sfs_user + form_login: + provider: sfs_user + login_path: sfs_user_login + check_path: sfs_user_login_check + + # login_throttling: + # max_attempts: 5 + # interval: '1 minute' + + # remember_me: + # secret: \"%env(APP_SECRET)%\" + # lifetime: 2592000 # 1 month + # secure: true + # httponly: true + # always_remember_me: false + + logout: + path: sfs_user_logout + + # switch_user: + # role: ROLE_ALLOWED_TO_SWITCH + # parameter: _switch_user + + access_control: + - { path: ^/app/login, roles: PUBLIC_ACCESS } + # - { path: ^/app/invitation, roles: PUBLIC_ACCESS } + # - { path: ^/app/register, roles: PUBLIC_ACCESS } + - { path: ^/app/reset-password, roles: PUBLIC_ACCESS } + - { path: ^/admin, roles: ROLE_ADMIN } + +when@test: + security: + password_hashers: + # By default, password hashers are resource intensive and take time. This is + # important to generate secure password hashes. In tests however, secure hashes + # are not important, waste resources and increase test times. The following + # reduces the work factor to the lowest possible values. + Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface: + algorithm: auto + cost: 4 # Lowest possible value for bcrypt + time_cost: 3 # Lowest possible value for argon + memory_cost: 10 # Lowest possible value for argon diff --git a/softspring/user-bundle/5.2/config/packages/sfs_admin_menu_users.php b/softspring/user-bundle/5.2/config/packages/sfs_admin_menu_users.php new file mode 100644 index 00000000..3e7e0fbc --- /dev/null +++ b/softspring/user-bundle/5.2/config/packages/sfs_admin_menu_users.php @@ -0,0 +1,31 @@ +extension('twig', [ + 'globals' => [ + 'admin_menu' => [ + 'users' => [ + 'translation_key' => 'sidebar.menu.users.title', + 'users' => [ + 'translation_key' => 'sidebar.menu.users.users', + 'route' => 'sfs_user_admin_users_list', + 'role' => 'PERMISSION_SFS_USER_ADMIN_USERS_LIST', + 'active_expression' => 'sfs_user_admin_users_', + 'icon' => 'bi bi-people', + ], + 'administrators' => [ + 'translation_key' => 'sidebar.menu.users.administrators', + 'route' => 'sfs_user_admin_administrators_list', + 'role' => 'PERMISSION_SFS_USER_ADMIN_ADMINISTRATORS_LIST', + 'active_expression' => 'sfs_user_admin_administrators_', + 'icon' => 'bi bi-people-fill', + ], + ], + ], + ], + ]); +}; diff --git a/softspring/user-bundle/5.2/config/packages/sfs_user.php b/softspring/user-bundle/5.2/config/packages/sfs_user.php new file mode 100644 index 00000000..a8718941 --- /dev/null +++ b/softspring/user-bundle/5.2/config/packages/sfs_user.php @@ -0,0 +1,9 @@ +import('@SfsUserBundle/config/security/admin_role_hierarchy.yaml'); +}; diff --git a/softspring/user-bundle/5.2/config/routes/sfs_user.php b/softspring/user-bundle/5.2/config/routes/sfs_user.php new file mode 100644 index 00000000..b69ff0ef --- /dev/null +++ b/softspring/user-bundle/5.2/config/routes/sfs_user.php @@ -0,0 +1,18 @@ +import('@SfsUserBundle/config/routing/login.yaml'); + + $routingConfigurator->import('@SfsUserBundle/config/routing/reset_password.yaml') + ->prefix('/reset-password'); + + $routingConfigurator->import('@SfsUserBundle/config/routing/change_password.yaml') + ->prefix('/user/change-password'); + + $routingConfigurator->import('@SfsUserBundle/config/routing/preferences.yaml') + ->prefix('/user/preferences'); +}; diff --git a/softspring/user-bundle/5.2/config/routes/sfs_user_admin.php b/softspring/user-bundle/5.2/config/routes/sfs_user_admin.php new file mode 100644 index 00000000..f91ab76f --- /dev/null +++ b/softspring/user-bundle/5.2/config/routes/sfs_user_admin.php @@ -0,0 +1,16 @@ +import('@SfsUserBundle/config/routing/admin_users.yaml') + ->prefix('/admin/user'); + + $routingConfigurator->import('@SfsUserBundle/config/routing/admin_administrators.yaml') + ->prefix('/admin/admins'); + + $routingConfigurator->import('@SfsUserBundle/config/routing/admin_invitations.yaml') + ->prefix('/admin/invitations'); +}; diff --git a/softspring/user-bundle/5.2/manifest.json b/softspring/user-bundle/5.2/manifest.json new file mode 100644 index 00000000..e5060a5f --- /dev/null +++ b/softspring/user-bundle/5.2/manifest.json @@ -0,0 +1,10 @@ +{ + "bundles": { + "Softspring\\UserBundle\\SfsUserBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "config/", + "src/": "src/", + "translations/": "translations/" + } +} diff --git a/softspring/user-bundle/5.2/post-install.txt b/softspring/user-bundle/5.2/post-install.txt new file mode 100644 index 00000000..0a9221be --- /dev/null +++ b/softspring/user-bundle/5.2/post-install.txt @@ -0,0 +1,15 @@ + * The SfsUserBundle is ready to use. + * Now you need to make some manually changes: + + Add the config/packages/security.yaml.dist to your yaml file + mv config/packages/security.yaml.dist config/packages/security.yaml + + Run doctrine migrations + php bin/console doctrine:migrations:diff --namespace=\"DoctrineMigrations\" + php bin/console doctrine:migrations:migrate -n + + Create a user + php bin/console sfs:user:create username email password + + Promote the user to admin if you want + php bin/console sfs:user:promote username diff --git a/softspring/user-bundle/5.2/src/Entity/User.php b/softspring/user-bundle/5.2/src/Entity/User.php new file mode 100644 index 00000000..087a6808 --- /dev/null +++ b/softspring/user-bundle/5.2/src/Entity/User.php @@ -0,0 +1,74 @@ + true, + ])] + #[ORM\GeneratedValue(strategy: 'NONE')] + protected ?string $id = null; + + public function getId(): ?string + { + return $this->id; + } + + /** + * @ORM\PrePersist() + */ + #[ORM\PrePersist] + public function _generateId(): void + { + $this->id = uniqid(); + } + + public function getDisplayName(): string + { + return $this->getName().' '.$this->getSurname(); + } +} diff --git a/softspring/user-bundle/5.2/translations/sfs_components.en.yaml b/softspring/user-bundle/5.2/translations/sfs_components.en.yaml new file mode 100644 index 00000000..360790ea --- /dev/null +++ b/softspring/user-bundle/5.2/translations/sfs_components.en.yaml @@ -0,0 +1,5 @@ +sidebar.menu.users.title: "Users" +sidebar.menu.users.users: "Users" +sidebar.menu.users.administrators: "Administrators" +sidebar.menu.users.invitations: "Invitations" +sidebar.menu.mails.title: "Emails" diff --git a/sonata-project/admin-bundle/3.31/config/packages/sonata_admin.php b/sonata-project/admin-bundle/3.31/config/packages/sonata_admin.php index 7ed29363..cfd9d793 100644 --- a/sonata-project/admin-bundle/3.31/config/packages/sonata_admin.php +++ b/sonata-project/admin-bundle/3.31/config/packages/sonata_admin.php @@ -8,17 +8,21 @@ $containerConfigurator->extension('sonata_admin', [ 'title' => 'Sonata Admin', 'dashboard' => [ - 'blocks' => [[ - 'type' => 'sonata.admin.block.admin_list', - 'position' => 'left', - ]], + 'blocks' => [ + [ + 'type' => 'sonata.admin.block.admin_list', + 'position' => 'left', + ], + ], ], ]); $containerConfigurator->extension('sonata_block', [ 'blocks' => [ 'sonata.admin.block.admin_list' => [ - 'contexts' => ['admin'], + 'contexts' => [ + 'admin', + ], ], ], ]); diff --git a/sonata-project/admin-bundle/3.64/config/packages/sonata_admin.php b/sonata-project/admin-bundle/3.64/config/packages/sonata_admin.php index 5faca577..b04f1ee1 100644 --- a/sonata-project/admin-bundle/3.64/config/packages/sonata_admin.php +++ b/sonata-project/admin-bundle/3.64/config/packages/sonata_admin.php @@ -8,10 +8,12 @@ $containerConfigurator->extension('sonata_admin', [ 'title' => 'Sonata Admin', 'dashboard' => [ - 'blocks' => [[ - 'type' => 'sonata.admin.block.admin_list', - 'position' => 'left', - ]], + 'blocks' => [ + [ + 'type' => 'sonata.admin.block.admin_list', + 'position' => 'left', + ], + ], ], 'options' => [ 'legacy_twig_text_extension' => false, @@ -21,7 +23,9 @@ $containerConfigurator->extension('sonata_block', [ 'blocks' => [ 'sonata.admin.block.admin_list' => [ - 'contexts' => ['admin'], + 'contexts' => [ + 'admin', + ], ], ], ]); diff --git a/sonata-project/admin-bundle/4.0/config/packages/sonata_admin.php b/sonata-project/admin-bundle/4.0/config/packages/sonata_admin.php index 7ed29363..cfd9d793 100644 --- a/sonata-project/admin-bundle/4.0/config/packages/sonata_admin.php +++ b/sonata-project/admin-bundle/4.0/config/packages/sonata_admin.php @@ -8,17 +8,21 @@ $containerConfigurator->extension('sonata_admin', [ 'title' => 'Sonata Admin', 'dashboard' => [ - 'blocks' => [[ - 'type' => 'sonata.admin.block.admin_list', - 'position' => 'left', - ]], + 'blocks' => [ + [ + 'type' => 'sonata.admin.block.admin_list', + 'position' => 'left', + ], + ], ], ]); $containerConfigurator->extension('sonata_block', [ 'blocks' => [ 'sonata.admin.block.admin_list' => [ - 'contexts' => ['admin'], + 'contexts' => [ + 'admin', + ], ], ], ]); diff --git a/sonata-project/media-bundle/3.13/config/packages/sonata_media.php b/sonata-project/media-bundle/3.13/config/packages/sonata_media.php index de29bc8d..15006b61 100644 --- a/sonata-project/media-bundle/3.13/config/packages/sonata_media.php +++ b/sonata-project/media-bundle/3.13/config/packages/sonata_media.php @@ -9,7 +9,13 @@ 'default_context' => 'default', 'contexts' => [ 'default' => [ - 'providers' => ['sonata.media.provider.dailymotion', 'sonata.media.provider.youtube', 'sonata.media.provider.image', 'sonata.media.provider.file', 'sonata.media.provider.vimeo'], + 'providers' => [ + 'sonata.media.provider.dailymotion', + 'sonata.media.provider.youtube', + 'sonata.media.provider.image', + 'sonata.media.provider.file', + 'sonata.media.provider.vimeo', + ], 'formats' => [ 'small' => [ 'width' => 100, diff --git a/sonata-project/media-bundle/4.0/config/packages/sonata_media.php b/sonata-project/media-bundle/4.0/config/packages/sonata_media.php index 31e69a3c..55548c9f 100644 --- a/sonata-project/media-bundle/4.0/config/packages/sonata_media.php +++ b/sonata-project/media-bundle/4.0/config/packages/sonata_media.php @@ -9,7 +9,13 @@ 'default_context' => 'default', 'contexts' => [ 'default' => [ - 'providers' => ['sonata.media.provider.dailymotion', 'sonata.media.provider.youtube', 'sonata.media.provider.image', 'sonata.media.provider.file', 'sonata.media.provider.vimeo'], + 'providers' => [ + 'sonata.media.provider.dailymotion', + 'sonata.media.provider.youtube', + 'sonata.media.provider.image', + 'sonata.media.provider.file', + 'sonata.media.provider.vimeo', + ], 'formats' => [ 'small' => [ 'width' => 100, diff --git a/sonata-project/page-bundle/3.9/config/packages/sonata_page.php b/sonata-project/page-bundle/3.9/config/packages/sonata_page.php index ffd70a42..6f7c14a2 100644 --- a/sonata-project/page-bundle/3.9/config/packages/sonata_page.php +++ b/sonata-project/page-bundle/3.9/config/packages/sonata_page.php @@ -7,13 +7,19 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('sonata_block', [ 'context_manager' => 'sonata.page.block.context_manager', - 'default_contexts' => ['sonata_page_bundle'], + 'default_contexts' => [ + 'sonata_page_bundle', + ], ]); $containerConfigurator->extension('sonata_admin', [ 'assets' => [ - 'extra_javascripts' => ['bundles/sonatapage/sonata-page.back.min.js'], - 'extra_stylesheets' => ['bundles/sonatapage/sonata-page.back.min.css'], + 'extra_javascripts' => [ + 'bundles/sonatapage/sonata-page.back.min.js', + ], + 'extra_stylesheets' => [ + 'bundles/sonatapage/sonata-page.back.min.css', + ], ], ]); @@ -25,9 +31,24 @@ 'enabled' => true, 'priority' => 150, ], - 'ignore_route_patterns' => ['^(.*)admin(.*)', '^_(.*)'], - 'ignore_routes' => ['sonata_page_cache_esi', 'sonata_page_cache_ssi', 'sonata_page_js_sync_cache', 'sonata_page_js_async_cache', 'sonata_cache_esi', 'sonata_cache_ssi', 'sonata_cache_js_async', 'sonata_cache_js_sync', 'sonata_cache_apc'], - 'ignore_uri_patterns' => ['^/admin\/'], + 'ignore_route_patterns' => [ + '^(.*)admin(.*)', + '^_(.*)', + ], + 'ignore_routes' => [ + 'sonata_page_cache_esi', + 'sonata_page_cache_ssi', + 'sonata_page_js_sync_cache', + 'sonata_page_js_async_cache', + 'sonata_cache_esi', + 'sonata_cache_ssi', + 'sonata_cache_js_async', + 'sonata_cache_js_sync', + 'sonata_cache_apc', + ], + 'ignore_uri_patterns' => [ + '^/admin\/', + ], 'default_template' => 'default', 'templates' => [ 'default' => [ @@ -74,8 +95,12 @@ ], 'direct_publication' => '%kernel.debug%', 'catch_exceptions' => [ - 'not_found' => [404], - 'fatal' => [500], + 'not_found' => [ + 404, + ], + 'fatal' => [ + 500, + ], ], 'class' => [ 'page' => 'App\Entity\SonataPagePage', diff --git a/sonata-project/page-bundle/4.0/config/packages/sonata_page.php b/sonata-project/page-bundle/4.0/config/packages/sonata_page.php index fa8bf0f0..d0540daf 100644 --- a/sonata-project/page-bundle/4.0/config/packages/sonata_page.php +++ b/sonata-project/page-bundle/4.0/config/packages/sonata_page.php @@ -6,13 +6,19 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('sonata_block', [ - 'default_contexts' => ['sonata_page_bundle'], + 'default_contexts' => [ + 'sonata_page_bundle', + ], ]); $containerConfigurator->extension('sonata_admin', [ 'assets' => [ - 'extra_javascripts' => ['bundles/sonatapage/app.js'], - 'extra_stylesheets' => ['bundles/sonatapage/app.css'], + 'extra_javascripts' => [ + 'bundles/sonatapage/app.js', + ], + 'extra_stylesheets' => [ + 'bundles/sonatapage/app.css', + ], ], ]); @@ -23,9 +29,24 @@ 'enabled' => true, 'priority' => 150, ], - 'ignore_route_patterns' => ['^(.*)admin(.*)', '^_(.*)'], - 'ignore_routes' => ['sonata_page_cache_esi', 'sonata_page_cache_ssi', 'sonata_page_js_sync_cache', 'sonata_page_js_async_cache', 'sonata_cache_esi', 'sonata_cache_ssi', 'sonata_cache_js_async', 'sonata_cache_js_sync', 'sonata_cache_apc'], - 'ignore_uri_patterns' => ['^/admin\/'], + 'ignore_route_patterns' => [ + '^(.*)admin(.*)', + '^_(.*)', + ], + 'ignore_routes' => [ + 'sonata_page_cache_esi', + 'sonata_page_cache_ssi', + 'sonata_page_js_sync_cache', + 'sonata_page_js_async_cache', + 'sonata_cache_esi', + 'sonata_cache_ssi', + 'sonata_cache_js_async', + 'sonata_cache_js_sync', + 'sonata_cache_apc', + ], + 'ignore_uri_patterns' => [ + '^/admin\/', + ], 'default_template' => 'default', 'templates' => [ 'default' => [ @@ -72,8 +93,12 @@ ], 'direct_publication' => '%kernel.debug%', 'catch_exceptions' => [ - 'not_found' => [404], - 'fatal' => [500], + 'not_found' => [ + 404, + ], + 'fatal' => [ + 500, + ], ], ]); }; diff --git a/sonata-project/translation-bundle/2.3/config/packages/sonata_translation.php b/sonata-project/translation-bundle/2.3/config/packages/sonata_translation.php index f7697c3b..c4ea6c76 100644 --- a/sonata-project/translation-bundle/2.3/config/packages/sonata_translation.php +++ b/sonata-project/translation-bundle/2.3/config/packages/sonata_translation.php @@ -7,7 +7,9 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('sonata_admin', [ 'assets' => [ - 'extra_stylesheets' => ['bundles/sonatatranslation/css/sonata-translation.css'], + 'extra_stylesheets' => [ + 'bundles/sonatatranslation/css/sonata-translation.css', + ], ], ]); @@ -18,7 +20,9 @@ ]); $containerConfigurator->extension('sonata_translation', [ - 'locales' => ['en'], + 'locales' => [ + 'en', + ], 'default_locale' => 'en', ]); }; diff --git a/spatie/symfony-ignition-bundle/0.0/config/packages/ignition.php b/spatie/symfony-ignition-bundle/0.0/config/packages/ignition.php index 794f9333..23161ba3 100644 --- a/spatie/symfony-ignition-bundle/0.0/config/packages/ignition.php +++ b/spatie/symfony-ignition-bundle/0.0/config/packages/ignition.php @@ -5,7 +5,9 @@ use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; return static function (ContainerConfigurator $containerConfigurator): void { - $containerConfigurator->extension('ignition', [ - 'dark_mode' => false, - ]); + if ($containerConfigurator->env() === 'dev') { + $containerConfigurator->extension('ignition', [ + 'dark_mode' => false, + ]); + } }; diff --git a/stogon/unleash-bundle/0.4/config/packages/unleash.php b/stogon/unleash-bundle/0.4/config/packages/unleash.php new file mode 100644 index 00000000..9006e3e4 --- /dev/null +++ b/stogon/unleash-bundle/0.4/config/packages/unleash.php @@ -0,0 +1,19 @@ +extension('unleash', [ + 'api_url' => 'https://gitlab.com/api/v4/feature_flags/unleash//', + 'instance_id' => '', + 'environment' => '%kernel.environment%', + 'cache' => [ + 'enabled' => true, + 'service' => service('cache.app'), + 'ttl' => 15, + ], + ]); +}; diff --git a/stogon/unleash-bundle/0.4/manifest.json b/stogon/unleash-bundle/0.4/manifest.json new file mode 100644 index 00000000..cb7eccff --- /dev/null +++ b/stogon/unleash-bundle/0.4/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Stogon\\UnleashBundle\\UnleashBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/storyblok/symfony-bundle/0.1/config/packages/storyblok.php b/storyblok/symfony-bundle/0.1/config/packages/storyblok.php new file mode 100644 index 00000000..166a790d --- /dev/null +++ b/storyblok/symfony-bundle/0.1/config/packages/storyblok.php @@ -0,0 +1,12 @@ +extension('storyblok', [ + 'base_uri' => '%env(STORYBLOK_API_BASE_URI)%', + 'token' => '%env(STORYBLOK_API_TOKEN)%', + ]); +}; diff --git a/storyblok/symfony-bundle/0.1/config/routes/storyblok.php b/storyblok/symfony-bundle/0.1/config/routes/storyblok.php new file mode 100644 index 00000000..02534e54 --- /dev/null +++ b/storyblok/symfony-bundle/0.1/config/routes/storyblok.php @@ -0,0 +1,9 @@ +import('@StoryblokBundle/config/routes.php'); +}; diff --git a/storyblok/symfony-bundle/0.1/manifest.json b/storyblok/symfony-bundle/0.1/manifest.json new file mode 100644 index 00000000..4682ead2 --- /dev/null +++ b/storyblok/symfony-bundle/0.1/manifest.json @@ -0,0 +1,15 @@ +{ + "bundles": { + "Storyblok\\Bundle\\StoryblokBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "STORYBLOK_API_BASE_URI": "https://api.storyblok.com", + "STORYBLOK_API_TOKEN": "", + "#1": "STORYBLOK_VERSION=", + "#2": "STORYBLOK_ASSETS_API_TOKEN=", + "#3": "STORYBLOK_WEBHOOK_SECRET=" + } +} diff --git a/sulu/article-bundle/2.0/config/packages/sulu_article.php b/sulu/article-bundle/2.0/config/packages/sulu_article.php index 0547f8f9..56903778 100644 --- a/sulu/article-bundle/2.0/config/packages/sulu_article.php +++ b/sulu/article-bundle/2.0/config/packages/sulu_article.php @@ -7,7 +7,9 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('sulu_article', [ 'index_name' => '%env(resolve:ELASTICSEARCH_INDEX)%', - 'hosts' => ['%env(resolve:ELASTICSEARCH_HOST)%'], + 'hosts' => [ + '%env(resolve:ELASTICSEARCH_HOST)%', + ], 'types' => [ 'article' => [ 'translation_key' => 'sulu_article.article', diff --git a/sulu/sylius-consumer-bundle/0.4/config/packages/sulu_sylius_consumer.php b/sulu/sylius-consumer-bundle/0.4/config/packages/sulu_sylius_consumer.php index 89eabc6c..2fae76d6 100644 --- a/sulu/sylius-consumer-bundle/0.4/config/packages/sulu_sylius_consumer.php +++ b/sulu/sylius-consumer-bundle/0.4/config/packages/sulu_sylius_consumer.php @@ -16,7 +16,9 @@ ], 'buses' => [ 'sulu_sylius_producer.messenger_bus' => [ - 'middleware' => ['doctrine_transaction'], + 'middleware' => [ + 'doctrine_transaction', + ], ], ], ], diff --git a/tsantos/serializer-bundle/1.0/config/packages/test/tsantos_serializer.php b/survos/bunny-bundle/1.5/config/packages/survos_bunny.php similarity index 66% rename from tsantos/serializer-bundle/1.0/config/packages/test/tsantos_serializer.php rename to survos/bunny-bundle/1.5/config/packages/survos_bunny.php index 557f0208..04ffd6ea 100644 --- a/tsantos/serializer-bundle/1.0/config/packages/test/tsantos_serializer.php +++ b/survos/bunny-bundle/1.5/config/packages/survos_bunny.php @@ -5,7 +5,7 @@ use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; return static function (ContainerConfigurator $containerConfigurator): void { - $containerConfigurator->extension('tsantos_serializer', [ - 'generation_strategy' => 'always', + $containerConfigurator->extension('survos_bunny', [ + 'api_key' => '%env(BUNNY_API_KEY)%', ]); }; diff --git a/survos/bunny-bundle/1.5/config/routes/survos_bunny.php b/survos/bunny-bundle/1.5/config/routes/survos_bunny.php new file mode 100644 index 00000000..e610488e --- /dev/null +++ b/survos/bunny-bundle/1.5/config/routes/survos_bunny.php @@ -0,0 +1,10 @@ +import('@SurvosBunnyBundle/config/routes.yaml') + ->prefix('/bunny'); +}; diff --git a/survos/bunny-bundle/1.5/manifest.json b/survos/bunny-bundle/1.5/manifest.json new file mode 100644 index 00000000..8fb1df5c --- /dev/null +++ b/survos/bunny-bundle/1.5/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Survos\\BunnyBundle\\SurvosBunnyBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "BUNNY_API_KEY": "" + } +} diff --git a/survos/bunny-bundle/1.5/post-install.txt b/survos/bunny-bundle/1.5/post-install.txt new file mode 100644 index 00000000..fdaf0c35 --- /dev/null +++ b/survos/bunny-bundle/1.5/post-install.txt @@ -0,0 +1,10 @@ + + success + + + * Next steps: + 1. Get the main API key from https://dash.bunny.net/account/api-key + 2. Optionally add the key to your environment. Otherwise, run the command below with the API key as the argument. + 3. bin/console bunny:config >> .env.local + 4. run bin/console bunny:list to see the zones + 5. Only add the API keys you need to the production environment. diff --git a/survos/command-bundle/1.5/config/packages/survos_command.php b/survos/command-bundle/1.5/config/packages/survos_command.php index 27a9bf00..a6d234a1 100644 --- a/survos/command-bundle/1.5/config/packages/survos_command.php +++ b/survos/command-bundle/1.5/config/packages/survos_command.php @@ -6,6 +6,8 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('survos_command', [ - 'namespaces' => ['app'], + 'namespaces' => [ + 'app', + ], ]); }; diff --git a/survos/command-bundle/1.5/config/routes/survos_command.php b/survos/command-bundle/1.5/config/routes/survos_command.php index 7125566d..12c7b933 100644 --- a/survos/command-bundle/1.5/config/routes/survos_command.php +++ b/survos/command-bundle/1.5/config/routes/survos_command.php @@ -1,10 +1,14 @@ import('@SurvosCommandBundle/config/routes.php') - ->prefix('/admin') // consider adding this path to the access_control key in security - ; +return static function (RoutingConfigurator $routingConfigurator): void { + $routingConfigurator->import([ + 'path' => service('SurvosCommandBundle/src/Controller/'), + 'namespace' => 'Survos\CommandBundle\Controller', + ], 'attribute') + ->prefix('/admin/commands'); }; - diff --git a/survos/command-bundle/1.5/post-install.txt b/survos/command-bundle/1.5/post-install.txt index 22519cef..633b268f 100644 --- a/survos/command-bundle/1.5/post-install.txt +++ b/survos/command-bundle/1.5/post-install.txt @@ -3,6 +3,7 @@ * Next steps: - 1. Configure /config/packages/survos_command.php to expose the namespaces (command prefixes) - 2. secure the /admin route, configure the route in config/routes/survos_command.php; - 3. Visit /admin/commmands. + 1. Configure config/packages/survos_command.yaml to expose the namespaces (command prefixes) + 2. Secure the /admin route, customize the route in config/routes/survos_command.yaml + 3. optionally create a command with bin/console make:command app:do-something + 4. symfony open:local --path=/admin/commands/list diff --git a/survos/crawler-bundle/1.5/config/packages/survos_crawler.php b/survos/crawler-bundle/1.5/config/packages/survos_crawler.php index b1590d76..9d7e299f 100644 --- a/survos/crawler-bundle/1.5/config/packages/survos_crawler.php +++ b/survos/crawler-bundle/1.5/config/packages/survos_crawler.php @@ -7,8 +7,12 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('survos_crawler', [ 'user_class' => 'App\Entity\User', - 'users' => ['user@user.com'], + 'users' => [ + 'user@user.com', + ], 'max_depth' => 3, - 'routes_to_ignore' => ['app_logout'], + 'routes_to_ignore' => [ + 'app_logout', + ], ]); }; diff --git a/survos/crawler-bundle/1.5/config/routes/survos_crawler.php b/survos/crawler-bundle/1.5/config/routes/survos_crawler.php index 08260eef..d8817d6d 100644 --- a/survos/crawler-bundle/1.5/config/routes/survos_crawler.php +++ b/survos/crawler-bundle/1.5/config/routes/survos_crawler.php @@ -1,10 +1,10 @@ import('@SurvosCrawlerBundle/config/routes.php') - ->prefix('/admin') // consider adding this path to the access_control key in security - ; +return static function (RoutingConfigurator $routingConfigurator): void { + $routingConfigurator->import('@SurvosCrawlerBundle/config/routes.yaml') + ->prefix('/crawler'); }; - diff --git a/swag-industries/doctrine-domain-events/1.0/config/packages/doctrine_domain_event.php b/swag-industries/doctrine-domain-events/1.0/config/packages/doctrine_domain_event.php index 68824dce..1bac61e1 100644 --- a/swag-industries/doctrine-domain-events/1.0/config/packages/doctrine_domain_event.php +++ b/swag-industries/doctrine-domain-events/1.0/config/packages/doctrine_domain_event.php @@ -7,7 +7,9 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('biig_domain', [ 'persist_listeners' => [ - 'doctrine' => ['default'], + 'doctrine' => [ + 'default', + ], ], ]); }; diff --git a/swag-industries/doctrine-domain-events/3.1/config/packages/doctrine_domain_event.php b/swag-industries/doctrine-domain-events/3.1/config/packages/doctrine_domain_event.php new file mode 100644 index 00000000..e69de29b diff --git a/swag-industries/doctrine-domain-events/3.1/manifest.json b/swag-industries/doctrine-domain-events/3.1/manifest.json new file mode 100644 index 00000000..48c4d407 --- /dev/null +++ b/swag-industries/doctrine-domain-events/3.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Biig\\Component\\Domain\\Integration\\Symfony\\DomainBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/sylius/admin-ui/0.4/config/routes/sylius_admin_ui.php b/sylius/admin-ui/0.4/config/routes/sylius_admin_ui.php new file mode 100644 index 00000000..1ba46c51 --- /dev/null +++ b/sylius/admin-ui/0.4/config/routes/sylius_admin_ui.php @@ -0,0 +1,10 @@ +import('@SyliusAdminUiBundle/config/routes.php') + ->prefix('/admin'); +}; diff --git a/sylius/admin-ui/0.4/manifest.json b/sylius/admin-ui/0.4/manifest.json new file mode 100644 index 00000000..83f6ea66 --- /dev/null +++ b/sylius/admin-ui/0.4/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Sylius\\AdminUi\\Symfony\\SyliusAdminUiBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/sylius/bootstrap-admin-ui/0.4/config/packages/sylius_bootstrap_admin_ui.php b/sylius/bootstrap-admin-ui/0.4/config/packages/sylius_bootstrap_admin_ui.php new file mode 100644 index 00000000..a466df38 --- /dev/null +++ b/sylius/bootstrap-admin-ui/0.4/config/packages/sylius_bootstrap_admin_ui.php @@ -0,0 +1,9 @@ +import('@SyliusBootstrapAdminUiBundle/config/app.php'); +}; diff --git a/sylius/bootstrap-admin-ui/0.4/manifest.json b/sylius/bootstrap-admin-ui/0.4/manifest.json new file mode 100644 index 00000000..c5ad1636 --- /dev/null +++ b/sylius/bootstrap-admin-ui/0.4/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Sylius\\BootstrapAdminUi\\Symfony\\SyliusBootstrapAdminUiBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/sylius/invoicing-plugin/1.0/config/packages/sylius_invoicing.php b/sylius/invoicing-plugin/1.0/config/packages/sylius_invoicing.php new file mode 100644 index 00000000..a76271c6 --- /dev/null +++ b/sylius/invoicing-plugin/1.0/config/packages/sylius_invoicing.php @@ -0,0 +1,9 @@ +import('@SyliusInvoicingPlugin/config/config.yaml'); +}; diff --git a/sylius/invoicing-plugin/1.0/config/routes/sylius_invoicing.php b/sylius/invoicing-plugin/1.0/config/routes/sylius_invoicing.php new file mode 100644 index 00000000..4ce10e96 --- /dev/null +++ b/sylius/invoicing-plugin/1.0/config/routes/sylius_invoicing.php @@ -0,0 +1,9 @@ +import('@SyliusInvoicingPlugin/config/routes.yaml'); +}; diff --git a/sylius/invoicing-plugin/1.0/manifest.json b/sylius/invoicing-plugin/1.0/manifest.json new file mode 100644 index 00000000..1749ec67 --- /dev/null +++ b/sylius/invoicing-plugin/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Sylius\\InvoicingPlugin\\SyliusInvoicingPlugin": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/sylius/paypal-plugin/1.7/config/packages/sylius_paypal.php b/sylius/paypal-plugin/1.7/config/packages/sylius_paypal.php new file mode 100644 index 00000000..52607afb --- /dev/null +++ b/sylius/paypal-plugin/1.7/config/packages/sylius_paypal.php @@ -0,0 +1,9 @@ +import('@SyliusPayPalPlugin/Resources/config/config.yaml'); +}; diff --git a/sylius/paypal-plugin/1.7/config/routes/sylius_paypal.php b/sylius/paypal-plugin/1.7/config/routes/sylius_paypal.php new file mode 100644 index 00000000..09ceb2e4 --- /dev/null +++ b/sylius/paypal-plugin/1.7/config/routes/sylius_paypal.php @@ -0,0 +1,18 @@ +import('@SyliusPayPalPlugin/Resources/config/admin_routing.yml') + ->prefix('/%sylius_admin.path_name%'); + + $routingConfigurator->import('@SyliusPayPalPlugin/Resources/config/shop_routing.yaml') + ->prefix('/{_locale}') + ->requirements([ + '_locale' => '^[A-Za-z]{2,4}(_([A-Za-z]{4}|[0-9]{3}))?(_([A-Za-z]{2}|[0-9]{3}))?$', + ]); + + $routingConfigurator->import('@SyliusPayPalPlugin/Resources/config/webhook_routing.yaml'); +}; diff --git a/sylius/paypal-plugin/1.7/manifest.json b/sylius/paypal-plugin/1.7/manifest.json new file mode 100644 index 00000000..64042336 --- /dev/null +++ b/sylius/paypal-plugin/1.7/manifest.json @@ -0,0 +1,16 @@ +{ + "bundles": { + "Sylius\\PayPalPlugin\\SyliusPayPalPlugin": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "add-lines": [ + { + "file": "config/routes/sylius_shop.yaml", + "position": "bottom", + "warn_if_missing": true, + "content": "sylius_shop_override_paypal:\n resource: \"@SyliusPayPalPlugin/Resources/config/sylius_shop_override_routing.yaml\"\n prefix: /{_locale}\n requirements:\n _locale: ^[A-Za-z]{2,4}(_([A-Za-z]{4}|[0-9]{3}))?(_([A-Za-z]{2}|[0-9]{3}))?$\n" + } + ] +} diff --git a/sylius/paypal-plugin/2.0/config/packages/sylius_paypal.php b/sylius/paypal-plugin/2.0/config/packages/sylius_paypal.php new file mode 100644 index 00000000..20d4bff9 --- /dev/null +++ b/sylius/paypal-plugin/2.0/config/packages/sylius_paypal.php @@ -0,0 +1,9 @@ +import('@SyliusPayPalPlugin/config/config.yaml'); +}; diff --git a/sylius/paypal-plugin/2.0/config/routes/sylius_paypal.php b/sylius/paypal-plugin/2.0/config/routes/sylius_paypal.php new file mode 100644 index 00000000..b56ec7f7 --- /dev/null +++ b/sylius/paypal-plugin/2.0/config/routes/sylius_paypal.php @@ -0,0 +1,9 @@ +import('@SyliusPayPalPlugin/config/routes.yaml'); +}; diff --git a/sylius/paypal-plugin/2.0/manifest.json b/sylius/paypal-plugin/2.0/manifest.json new file mode 100644 index 00000000..271c34fd --- /dev/null +++ b/sylius/paypal-plugin/2.0/manifest.json @@ -0,0 +1,17 @@ +{ + "bundles": { + "Sylius\\PayPalPlugin\\SyliusPayPalPlugin": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "add-lines": [ + { + "file": "config/packages/fos_rest.yaml", + "position": "after_target", + "warn_if_missing": true, + "target": "fos_rest:", + "content": " ###> sylius/paypal-plugin ###\n exception: true\n view:\n formats:\n json: true\n xml: true\n empty_content: 204\n format_listener:\n rules:\n - { path: '^/api/.*', priorities: ['json', 'xml'], fallback_format: json, prefer_extension: true }\n - { path: '^/', stop: true }\n ###< sylius/paypal-plugin ###\n" + } + ] +} diff --git a/sylius/refund-plugin/2.0/config/packages/sylius_refund.php b/sylius/refund-plugin/2.0/config/packages/sylius_refund.php new file mode 100644 index 00000000..071782e3 --- /dev/null +++ b/sylius/refund-plugin/2.0/config/packages/sylius_refund.php @@ -0,0 +1,9 @@ +import('@SyliusRefundPlugin/config/config.yaml'); +}; diff --git a/sylius/refund-plugin/2.0/config/routes/sylius_refund.php b/sylius/refund-plugin/2.0/config/routes/sylius_refund.php new file mode 100644 index 00000000..b70ecbed --- /dev/null +++ b/sylius/refund-plugin/2.0/config/routes/sylius_refund.php @@ -0,0 +1,9 @@ +import('@SyliusRefundPlugin/config/routes.yaml'); +}; diff --git a/sylius/refund-plugin/2.0/manifest.json b/sylius/refund-plugin/2.0/manifest.json new file mode 100644 index 00000000..74d5366f --- /dev/null +++ b/sylius/refund-plugin/2.0/manifest.json @@ -0,0 +1,16 @@ +{ + "bundles": { + "Sylius\\RefundPlugin\\SyliusRefundPlugin": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "add-lines": [ + { + "file": "assets/admin/entrypoint.js", + "content": "import '../../vendor/sylius/refund-plugin/assets/entrypoint';", + "position": "bottom", + "warn_if_missing": true + } + ] +} diff --git a/sylius/resource-bundle/1.12/config/packages/sylius_resource.php b/sylius/resource-bundle/1.12/config/packages/sylius_resource.php new file mode 100644 index 00000000..63cf687f --- /dev/null +++ b/sylius/resource-bundle/1.12/config/packages/sylius_resource.php @@ -0,0 +1,16 @@ +extension('sylius_resource', [ + 'mapping' => [ + 'paths' => [ + '%kernel.project_dir%/src/Entity', + ], + ], + 'resources' => null, + ]); +}; diff --git a/sylius/resource-bundle/1.12/config/routes/sylius_resource.php b/sylius/resource-bundle/1.12/config/routes/sylius_resource.php new file mode 100644 index 00000000..0def146a --- /dev/null +++ b/sylius/resource-bundle/1.12/config/routes/sylius_resource.php @@ -0,0 +1,11 @@ +import('sylius.routing.loader.crud_routes_attributes', 'service'); + + $routingConfigurator->import('sylius.routing.loader.routes_attributes', 'service'); +}; diff --git a/sylius/resource-bundle/1.12/manifest.json b/sylius/resource-bundle/1.12/manifest.json new file mode 100644 index 00000000..a38eab72 --- /dev/null +++ b/sylius/resource-bundle/1.12/manifest.json @@ -0,0 +1,12 @@ +{ + "container": { + "locale": "en" + }, + "bundles": { + "Sylius\\Bundle\\ResourceBundle\\SyliusResourceBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } +} diff --git a/sylius/resource-bundle/1.12/src/Entity/.gitignore b/sylius/resource-bundle/1.12/src/Entity/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/sylius/resource-bundle/1.9/config/packages/sylius_resource.php b/sylius/resource-bundle/1.9/config/packages/sylius_resource.php index bf2a2a89..63cf687f 100644 --- a/sylius/resource-bundle/1.9/config/packages/sylius_resource.php +++ b/sylius/resource-bundle/1.9/config/packages/sylius_resource.php @@ -7,7 +7,9 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('sylius_resource', [ 'mapping' => [ - 'paths' => ['%kernel.project_dir%/src/Entity'], + 'paths' => [ + '%kernel.project_dir%/src/Entity', + ], ], 'resources' => null, ]); diff --git a/sylius/twig-extra/0.4/manifest.json b/sylius/twig-extra/0.4/manifest.json new file mode 100644 index 00000000..36407ae6 --- /dev/null +++ b/sylius/twig-extra/0.4/manifest.json @@ -0,0 +1,5 @@ +{ + "bundles": { + "Sylius\\TwigExtra\\Symfony\\SyliusTwigExtraBundle": ["all"] + } +} diff --git a/sylius/twig-hooks/0.4/manifest.json b/sylius/twig-hooks/0.4/manifest.json new file mode 100644 index 00000000..d6dacdfa --- /dev/null +++ b/sylius/twig-hooks/0.4/manifest.json @@ -0,0 +1,5 @@ +{ + "bundles": { + "Sylius\\TwigHooks\\SyliusTwigHooksBundle": ["all"] + } +} diff --git a/sylius/ui-translations/0.4/manifest.json b/sylius/ui-translations/0.4/manifest.json new file mode 100644 index 00000000..71485c48 --- /dev/null +++ b/sylius/ui-translations/0.4/manifest.json @@ -0,0 +1,5 @@ +{ + "bundles": { + "Sylius\\UiTranslations\\Symfony\\SyliusUiTranslationsBundle": ["all"] + } +} diff --git a/symfony-bundles/redis-bundle/2.0/config/packages/sb_redis.php b/symfony-bundles/redis-bundle/2.0/config/packages/sb_redis.php index 37e0f192..ec0889b6 100644 --- a/symfony-bundles/redis-bundle/2.0/config/packages/sb_redis.php +++ b/symfony-bundles/redis-bundle/2.0/config/packages/sb_redis.php @@ -8,8 +8,11 @@ $containerConfigurator->extension('sb_redis', [ 'clients' => [ 'default' => [ - '$options' => [], - '$parameters' => ['%env(REDIS_URL)%'], + '$options' => [ + ], + '$parameters' => [ + '%env(REDIS_URL)%', + ], ], ], ]); diff --git a/symfony/apache-pack/1.0/public/.htaccess b/symfony/apache-pack/1.0/public/.htaccess index 3853fa97..082060eb 100644 --- a/symfony/apache-pack/1.0/public/.htaccess +++ b/symfony/apache-pack/1.0/public/.htaccess @@ -9,7 +9,7 @@ DirectoryIndex index.php # feature in your server configuration. Uncomment the following line if you # install assets as symlinks or if you experience problems related to symlinks # when compiling LESS/Sass/CoffeScript assets. -# Options +FollowSymlinks +# Options +SymLinksIfOwnerMatch # Disabling MultiViews prevents unwanted negotiation, e.g. "/index" should not resolve # to the front controller "/index.php" but be rewritten to "/index.php/index". @@ -20,7 +20,7 @@ DirectoryIndex index.php # This Option needs to be enabled for RewriteRule, otherwise it will show an error like # 'Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden' - Options +FollowSymlinks + Options +SymLinksIfOwnerMatch RewriteEngine On @@ -50,7 +50,7 @@ DirectoryIndex index.php # - use Apache >= 2.3.9 and replace all L flags by END flags and remove the # following RewriteCond (best solution) RewriteCond %{ENV:REDIRECT_STATUS} ="" - RewriteRule ^index\.php(?:/(.*)|$) %{ENV:BASE}/$1 [R=301,L] + RewriteRule ^index\.php(?:/(.*)|$) %{ENV:BASE}/$1 [R=308,L] # If the requested filename exists, simply serve it. # We only want to let Apache serve files and not directories. diff --git a/symfonycorp/connect-bundle/5.0/config/routes/symfony_connect.php b/symfonycorp/connect-bundle/5.0/config/routes/symfony_connect.php index db01bfba..a74477cf 100644 --- a/symfonycorp/connect-bundle/5.0/config/routes/symfony_connect.php +++ b/symfonycorp/connect-bundle/5.0/config/routes/symfony_connect.php @@ -9,5 +9,7 @@ $routingConfigurator->add('symfony_connect_login', '/connect/login') ->controller('SymfonyCorp\Bundle\ConnectBundle\Controller\OAuthController::newSessionAction') - ->methods(['GET']); + ->methods([ + 'GET', + ]); }; diff --git a/systemsdk/easy-log-bundle/1.10/config/packages/dev/systemsdk_easy_log.php b/systemsdk/easy-log-bundle/1.10/config/packages/dev/systemsdk_easy_log.php index 4a0b12f1..a5d92f9e 100644 --- a/systemsdk/easy-log-bundle/1.10/config/packages/dev/systemsdk_easy_log.php +++ b/systemsdk/easy-log-bundle/1.10/config/packages/dev/systemsdk_easy_log.php @@ -7,6 +7,9 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('easy_log', [ 'log_path' => '%kernel.logs_dir%/%kernel.environment%-readable.log', - 'ignored_routes' => ['_wdt', '_profiler'], + 'ignored_routes' => [ + '_wdt', + '_profiler', + ], ]); }; diff --git a/systemsdk/easy-log-bundle/1.10/config/packages/test/systemsdk_easy_log.php b/systemsdk/easy-log-bundle/1.10/config/packages/test/systemsdk_easy_log.php index 4a0b12f1..a5d92f9e 100644 --- a/systemsdk/easy-log-bundle/1.10/config/packages/test/systemsdk_easy_log.php +++ b/systemsdk/easy-log-bundle/1.10/config/packages/test/systemsdk_easy_log.php @@ -7,6 +7,9 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('easy_log', [ 'log_path' => '%kernel.logs_dir%/%kernel.environment%-readable.log', - 'ignored_routes' => ['_wdt', '_profiler'], + 'ignored_routes' => [ + '_wdt', + '_profiler', + ], ]); }; diff --git a/tales-from-a-dev/flowbite-bundle/0.4/manifest.json b/tales-from-a-dev/flowbite-bundle/0.4/manifest.json new file mode 100644 index 00000000..8906a013 --- /dev/null +++ b/tales-from-a-dev/flowbite-bundle/0.4/manifest.json @@ -0,0 +1,22 @@ +{ + "bundles": { + "TalesFromADev\\FlowbiteBundle\\TalesFromADevFlowbiteBundle": ["all"] + }, + "add-lines": [ + { + "file": "tailwind.config.js", + "content": " \"./vendor/tales-from-a-dev/flowbite-bundle/templates/**/*.html.twig\",", + "position": "after_target", + "target": "content: [", + "warn_if_missing": true + }, + { + "file": "config/packages/twig.yaml", + "content": " form_themes:\n - '@TalesFromADevFlowbite/form/default.html.twig'", + "position": "after_target", + "target": "default_path: '%kernel.project_dir%/templates'", + "warn_if_missing": true, + "requires": "symfony/twig-bundle" + } + ] +} diff --git a/talleu/php-redis-om/0.3/manifest.json b/talleu/php-redis-om/0.3/manifest.json new file mode 100644 index 00000000..cabe3578 --- /dev/null +++ b/talleu/php-redis-om/0.3/manifest.json @@ -0,0 +1,5 @@ +{ + "bundles": { + "Talleu\\RedisOm\\Bundle\\TalleuRedisOmBundle": ["all"] + } +} diff --git a/tbbc/money-bundle/4.0/config/packages/tbbc_money.php b/tbbc/money-bundle/4.0/config/packages/tbbc_money.php index 9d1fc62a..b8ef578a 100644 --- a/tbbc/money-bundle/4.0/config/packages/tbbc_money.php +++ b/tbbc/money-bundle/4.0/config/packages/tbbc_money.php @@ -6,7 +6,10 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('tbbc_money', [ - 'currencies' => ['USD', 'EUR'], + 'currencies' => [ + 'USD', + 'EUR', + ], 'reference_currency' => 'EUR', 'decimals' => 2, ]); diff --git a/tbmatuka/editorjs-bundle/0.1/config/packages/editorjs.php b/tbmatuka/editorjs-bundle/0.1/config/packages/editorjs.php index 3607967e..fb657737 100644 --- a/tbmatuka/editorjs-bundle/0.1/config/packages/editorjs.php +++ b/tbmatuka/editorjs-bundle/0.1/config/packages/editorjs.php @@ -6,6 +6,8 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('twig', [ - 'form_themes' => ['@TbmatukaEditorjs/Form/editorjs_widget.html.twig'], + 'form_themes' => [ + '@TbmatukaEditorjs/Form/editorjs_widget.html.twig', + ], ]); }; diff --git a/teebbstudios/tuieditor-bundle/1.0/config/packages/teebb_tuieditor.php b/teebbstudios/tuieditor-bundle/1.0/config/packages/teebb_tuieditor.php index 5cb52e55..af338df0 100644 --- a/teebbstudios/tuieditor-bundle/1.0/config/packages/teebb_tuieditor.php +++ b/teebbstudios/tuieditor-bundle/1.0/config/packages/teebb_tuieditor.php @@ -10,7 +10,14 @@ 'configs' => [ 'basic_config' => [ 'to_html' => false, - 'exts' => ['scrollSync', 'colorSyntax', 'uml', 'chart', 'mark', 'table'], + 'exts' => [ + 'scrollSync', + 'colorSyntax', + 'uml', + 'chart', + 'mark', + 'table', + ], ], ], ]); diff --git a/tgalopin/html-sanitizer-bundle/1.0/config/packages/html_sanitizer.php b/tgalopin/html-sanitizer-bundle/1.0/config/packages/html_sanitizer.php index aedf77be..0704949d 100644 --- a/tgalopin/html-sanitizer-bundle/1.0/config/packages/html_sanitizer.php +++ b/tgalopin/html-sanitizer-bundle/1.0/config/packages/html_sanitizer.php @@ -9,7 +9,9 @@ 'default_sanitizer' => 'default', 'sanitizers' => [ 'default' => [ - 'extensions' => ['basic'], + 'extensions' => [ + 'basic', + ], ], ], ]); diff --git a/thecodingmachine/graphqlite-bundle/3.0/config/packages/graphqlite.php b/thecodingmachine/graphqlite-bundle/3.0/config/packages/graphqlite.php index 41611a86..b79ec0c9 100644 --- a/thecodingmachine/graphqlite-bundle/3.0/config/packages/graphqlite.php +++ b/thecodingmachine/graphqlite-bundle/3.0/config/packages/graphqlite.php @@ -8,7 +8,9 @@ $containerConfigurator->extension('graphqlite', [ 'namespace' => [ 'controllers' => 'App\Controller\\', - 'types' => ['App\\'], + 'types' => [ + 'App\\', + ], ], ]); }; diff --git a/thecodingmachine/graphqlite-bundle/6.0/manifest.json b/thecodingmachine/graphqlite-bundle/6.0/manifest.json new file mode 100644 index 00000000..43d458a5 --- /dev/null +++ b/thecodingmachine/graphqlite-bundle/6.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "TheCodingMachine\\GraphQLite\\Bundle\\GraphQLiteBundle": ["all"] + }, + "copy-from-package": { + "config-template/": "%CONFIG_DIR%/" + } +} diff --git a/thecodingmachine/graphqlite-bundle/6.0/post-install.txt b/thecodingmachine/graphqlite-bundle/6.0/post-install.txt new file mode 100644 index 00000000..81f26d59 --- /dev/null +++ b/thecodingmachine/graphqlite-bundle/6.0/post-install.txt @@ -0,0 +1,3 @@ + * Edit the config/packages/graphqlite.yml file to adapt the controllers and the types namespaces to your project. + +Documentation: https://graphqlite.thecodingmachine.io/docs/symfony-bundle diff --git a/thedevopser/castor-symfony/1.0/config/packages/castor.php b/thedevopser/castor-symfony/1.0/config/packages/castor.php new file mode 100644 index 00000000..6618f2e0 --- /dev/null +++ b/thedevopser/castor-symfony/1.0/config/packages/castor.php @@ -0,0 +1,21 @@ +extension('castor', [ + 'vhost' => [ + 'url' => '%env(CASTOR_VHOST_URL)%', + 'nom' => null, + 'server' => '%env(CASTOR_VHOST_SERVER)%', + 'os' => null, + 'ssl' => [ + 'enabled' => '%env(bool:CASTOR_VHOST_SSL_ENABLE)%', + 'certificate' => null, + 'certificate_key' => null, + ], + ], + ]); +}; diff --git a/thedevopser/castor-symfony/1.0/manifest.json b/thedevopser/castor-symfony/1.0/manifest.json new file mode 100644 index 00000000..d2c3868c --- /dev/null +++ b/thedevopser/castor-symfony/1.0/manifest.json @@ -0,0 +1,13 @@ +{ + "bundles": { + "TheDevOpser\\CastorBundle\\CastorBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "CASTOR_VHOST_URL": "test", + "CASTOR_VHOST_SERVER": "apache2", + "CASTOR_VHOST_SSL_ENABLE": "true" + } +} diff --git a/thedevopser/castor-symfony/1.0/post-install.txt b/thedevopser/castor-symfony/1.0/post-install.txt new file mode 100644 index 00000000..5006f6d8 --- /dev/null +++ b/thedevopser/castor-symfony/1.0/post-install.txt @@ -0,0 +1,14 @@ + + Welcome to Castor Bundle! + + + * What's next? + + 1. Run php bin/console castor:install to initialize castor files + 2. Configure your vhosts in config/packages/castor.yaml + + * After each update: + + Run php bin/console castor:install again to get the latest features + +Documentation: https://github.com/thedevopser/castor-symfony diff --git a/tiime/tested-routes-checker-bundle/1.0/manifest.json b/tiime/tested-routes-checker-bundle/1.0/manifest.json new file mode 100644 index 00000000..e6102c2c --- /dev/null +++ b/tiime/tested-routes-checker-bundle/1.0/manifest.json @@ -0,0 +1,5 @@ +{ + "bundles": { + "Tiime\\TestedRoutesCheckerBundle\\TiimeTestedRoutesCheckerBundle": ["dev", "test"] + } +} diff --git a/tilleuls/forgot-password-bundle/1.0/config/packages/coop_tilleuls_forgot_password.php b/tilleuls/forgot-password-bundle/1.0/config/packages/coop_tilleuls_forgot_password.php index c49713d3..023e9c97 100644 --- a/tilleuls/forgot-password-bundle/1.0/config/packages/coop_tilleuls_forgot_password.php +++ b/tilleuls/forgot-password-bundle/1.0/config/packages/coop_tilleuls_forgot_password.php @@ -10,7 +10,8 @@ 'class' => 'App\Entity\PasswordToken', 'expires_in' => '1 day', 'user_field' => 'user', - 'serialization_groups' => [], + 'serialization_groups' => [ + ], ], 'user' => [ 'class' => 'App\Entity\User', diff --git a/timiki/rpc-server-bundle/4.0/config/routes/rpc_server.php b/timiki/rpc-server-bundle/4.0/config/routes/rpc_server.php index 6b36feeb..aba4dbab 100644 --- a/timiki/rpc-server-bundle/4.0/config/routes/rpc_server.php +++ b/timiki/rpc-server-bundle/4.0/config/routes/rpc_server.php @@ -7,5 +7,7 @@ return static function (RoutingConfigurator $routingConfigurator): void { $routingConfigurator->add('rpc', '/rpc') ->controller('RpcServerBundle:Rpc:handler') - ->methods(['POST']); + ->methods([ + 'POST', + ]); }; diff --git a/timiki/rpc-server-bundle/4.2/config/routes/rpc_server.php b/timiki/rpc-server-bundle/4.2/config/routes/rpc_server.php index 6b36feeb..aba4dbab 100644 --- a/timiki/rpc-server-bundle/4.2/config/routes/rpc_server.php +++ b/timiki/rpc-server-bundle/4.2/config/routes/rpc_server.php @@ -7,5 +7,7 @@ return static function (RoutingConfigurator $routingConfigurator): void { $routingConfigurator->add('rpc', '/rpc') ->controller('RpcServerBundle:Rpc:handler') - ->methods(['POST']); + ->methods([ + 'POST', + ]); }; diff --git a/timiki/rpc-server-bundle/5.0/config/routes/rpc_server.php b/timiki/rpc-server-bundle/5.0/config/routes/rpc_server.php index f2b84699..2736b292 100644 --- a/timiki/rpc-server-bundle/5.0/config/routes/rpc_server.php +++ b/timiki/rpc-server-bundle/5.0/config/routes/rpc_server.php @@ -6,6 +6,11 @@ return static function (RoutingConfigurator $routingConfigurator): void { $routingConfigurator->add('rpc', '/rpc') - ->controller(['Timiki\Bundle\RpcServerBundle\Controller\RpcController', 'handlerAction']) - ->methods(['POST']); + ->controller([ + 'Timiki\Bundle\RpcServerBundle\Controller\RpcController', + 'handlerAction', + ]) + ->methods([ + 'POST', + ]); }; diff --git a/tiriel/firestore-odm-bundle/0.2/config/packages/tiriel.php b/tiriel/firestore-odm-bundle/0.2/config/packages/tiriel.php new file mode 100644 index 00000000..6cef3a90 --- /dev/null +++ b/tiriel/firestore-odm-bundle/0.2/config/packages/tiriel.php @@ -0,0 +1,12 @@ +extension('tiriel_firestore_odm', [ + 'project_name' => 'my-project', + 'service_account' => '%kernel.project_dir%/config/secrets/my_project.json', + ]); +}; diff --git a/tiriel/firestore-odm-bundle/0.2/manifest.json b/tiriel/firestore-odm-bundle/0.2/manifest.json new file mode 100644 index 00000000..7d55ff12 --- /dev/null +++ b/tiriel/firestore-odm-bundle/0.2/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Tiriel\\FirestoreOdmBundle\\TirielFirestoreOdmBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/tiriel/firestore-security-bridge/0.2/config/packages/tiriel.php b/tiriel/firestore-security-bridge/0.2/config/packages/tiriel.php new file mode 100644 index 00000000..99d211cb --- /dev/null +++ b/tiriel/firestore-security-bridge/0.2/config/packages/tiriel.php @@ -0,0 +1,11 @@ +extension('tiriel_firestore_security', [ + 'user_manager' => 'my_manager_id', + ]); +}; diff --git a/tiriel/firestore-security-bridge/0.2/manifest.json b/tiriel/firestore-security-bridge/0.2/manifest.json new file mode 100644 index 00000000..557427a3 --- /dev/null +++ b/tiriel/firestore-security-bridge/0.2/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Tiriel\\FirestoreSecurityBridge\\TirielFirestoreSecurityBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/tsantos/serializer-bundle/1.0/config/packages/prod/tsantos_serializer.yaml b/tsantos/serializer-bundle/1.0/config/packages/prod/tsantos_serializer.yaml new file mode 100644 index 00000000..717a0800 --- /dev/null +++ b/tsantos/serializer-bundle/1.0/config/packages/prod/tsantos_serializer.yaml @@ -0,0 +1,2 @@ +tsantos_serializer: + generation_strategy: never diff --git a/tsantos/serializer-bundle/1.0/config/packages/test/tsantos_serializer.yaml b/tsantos/serializer-bundle/1.0/config/packages/test/tsantos_serializer.yaml new file mode 100644 index 00000000..af2cc032 --- /dev/null +++ b/tsantos/serializer-bundle/1.0/config/packages/test/tsantos_serializer.yaml @@ -0,0 +1,2 @@ +tsantos_serializer: + generation_strategy: always diff --git a/tsantos/serializer-bundle/1.0/config/packages/tsantos_serializer.yaml b/tsantos/serializer-bundle/1.0/config/packages/tsantos_serializer.yaml new file mode 100644 index 00000000..d3ab1594 --- /dev/null +++ b/tsantos/serializer-bundle/1.0/config/packages/tsantos_serializer.yaml @@ -0,0 +1,4 @@ +# Read the official documentation page of this bundle for further information about all possible configurations. +# http://tsantos-serializer-bundle.readthedocs.io/ +tsantos_serializer: + generation_strategy: file_not_exists diff --git a/vincentlanglet/twig-cs-fixer/3.0/manifest.json b/vincentlanglet/twig-cs-fixer/3.0/manifest.json new file mode 100644 index 00000000..0bbb6ba8 --- /dev/null +++ b/vincentlanglet/twig-cs-fixer/3.0/manifest.json @@ -0,0 +1,5 @@ +{ + "gitignore": [ + "/.twig-cs-fixer.cache" + ] +} diff --git a/vincentlanglet/twig-cs-fixer/3.0/post-install.txt b/vincentlanglet/twig-cs-fixer/3.0/post-install.txt new file mode 100644 index 00000000..9926c2fc --- /dev/null +++ b/vincentlanglet/twig-cs-fixer/3.0/post-install.txt @@ -0,0 +1,4 @@ + + You can create a `.twig-cs-fixer.dist.php` and configure to your needs + See https://github.com/VincentLanglet/Twig-CS-Fixer/blob/main/docs/configuration.md + For configuration explanation. diff --git a/wedrix/watchtower-bundle/2.0/config/packages/wedrix_watchtower_bundle.php b/wedrix/watchtower-bundle/2.0/config/packages/wedrix_watchtower_bundle.php new file mode 100644 index 00000000..ed5481ef --- /dev/null +++ b/wedrix/watchtower-bundle/2.0/config/packages/wedrix_watchtower_bundle.php @@ -0,0 +1,26 @@ +extension('wedrix_watchtower', [ + 'endpoint' => '/graphql.json', + 'schema_file' => '%kernel.project_dir%/config/watchtower/schema.graphql', + 'plugins_directory' => '%kernel.project_dir%/config/watchtower/plugins', + 'scalar_type_definitions_directory' => '%kernel.project_dir%/config/watchtower/scalar_type_definitions', + 'cache_directory' => '%kernel.project_dir%/var/cache/watchtower', + 'optimize' => false, + 'debug' => true, + 'context' => [ + 'entity_manager' => 'doctrine.orm.entity_manager', + ], + ]); + if ($containerConfigurator->env() === 'prod') { + $containerConfigurator->extension('wedrix_watchtower', [ + 'optimize' => true, + 'debug' => false, + ]); + } +}; diff --git a/wedrix/watchtower-bundle/2.0/config/routes/wedrix_watchtower_bundle_routes.php b/wedrix/watchtower-bundle/2.0/config/routes/wedrix_watchtower_bundle_routes.php new file mode 100644 index 00000000..784947e0 --- /dev/null +++ b/wedrix/watchtower-bundle/2.0/config/routes/wedrix_watchtower_bundle_routes.php @@ -0,0 +1,9 @@ +import('@WedrixWatchtowerBundle/config/routes.yaml'); +}; diff --git a/wedrix/watchtower-bundle/2.0/manifest.json b/wedrix/watchtower-bundle/2.0/manifest.json new file mode 100644 index 00000000..d4785803 --- /dev/null +++ b/wedrix/watchtower-bundle/2.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Wedrix\\WatchtowerBundle\\WedrixWatchtowerBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/weglot/translate-bundle/0.6/config/packages/weglot_translate.php b/weglot/translate-bundle/0.6/config/packages/weglot_translate.php index 8e2adcdc..8312b57a 100644 --- a/weglot/translate-bundle/0.6/config/packages/weglot_translate.php +++ b/weglot/translate-bundle/0.6/config/packages/weglot_translate.php @@ -9,6 +9,9 @@ 'api_key' => '%env(WG_API_KEY)%', 'original_language' => 'en', 'cache' => true, - 'destination_languages' => ['fr', 'de'], + 'destination_languages' => [ + 'fr', + 'de', + ], ]); }; diff --git a/wemxo/dynamic-form-bundle/1.0/config/packages/dynamic_form.php b/wemxo/dynamic-form-bundle/1.0/config/packages/dynamic_form.php index e714693d..ef25e917 100644 --- a/wemxo/dynamic-form-bundle/1.0/config/packages/dynamic_form.php +++ b/wemxo/dynamic-form-bundle/1.0/config/packages/dynamic_form.php @@ -7,7 +7,9 @@ return static function (ContainerConfigurator $containerConfigurator): void { $containerConfigurator->extension('dynamic_form', [ 'recursive' => true, - 'config_paths' => ['%kernel.project_dir%/config/dynamic_form'], + 'config_paths' => [ + '%kernel.project_dir%/config/dynamic_form', + ], 'cache_pool' => null, ]); }; diff --git a/wickedone/phrase-tag-bundle/2.0/config/packages/wicked_one_phrase_tag.php b/wickedone/phrase-tag-bundle/2.0/config/packages/wicked_one_phrase_tag.php new file mode 100644 index 00000000..faaeba44 --- /dev/null +++ b/wickedone/phrase-tag-bundle/2.0/config/packages/wicked_one_phrase_tag.php @@ -0,0 +1,11 @@ +extension('wicked_one_phrase_tag', [ + 'dsn' => '%env(PHRASE_DSN)%', + ]); +}; diff --git a/wickedone/phrase-tag-bundle/2.0/manifest.json b/wickedone/phrase-tag-bundle/2.0/manifest.json new file mode 100644 index 00000000..cca0b366 --- /dev/null +++ b/wickedone/phrase-tag-bundle/2.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "WickedOne\\PhraseTagBundle\\WickedOnePhraseTagBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "PHRASE_DSN": "phrase://PROJECT_ID:API_TOKEN@default?userAgent=myProject" + } +} diff --git a/yousign/zdd-message-bundle/2.0/config/packages/zdd_message.php b/yousign/zdd-message-bundle/2.0/config/packages/zdd_message.php new file mode 100644 index 00000000..4788e9d3 --- /dev/null +++ b/yousign/zdd-message-bundle/2.0/config/packages/zdd_message.php @@ -0,0 +1,8 @@ +extension('zmkr_cloudflare_turnstile', [ + 'captcha' => [ + 'sitekey' => '%env(CLOUDFLARE_TURNSTILE_SITEKEY)%', + 'secret_key' => '%env(CLOUDFLARE_TURNSTILE_SECRET_KEY)%', + ], + ]); +}; diff --git a/zemasterkrom/zmkr-cloudflare-turnstile-bundle/0.1/manifest.json b/zemasterkrom/zmkr-cloudflare-turnstile-bundle/0.1/manifest.json new file mode 100644 index 00000000..c38bc0f4 --- /dev/null +++ b/zemasterkrom/zmkr-cloudflare-turnstile-bundle/0.1/manifest.json @@ -0,0 +1,14 @@ +{ + "bundles": { + "Zemasterkrom\\CloudflareTurnstileBundle\\ZmkrCloudflareTurnstileBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "CLOUDFLARE_TURNSTILE_SITEKEY": "1x00000000000000000000AA", + "CLOUDFLARE_TURNSTILE_SECRET_KEY": "1x0000000000000000000000000000000AA" + } +} diff --git a/zemasterkrom/zmkr-cloudflare-turnstile-bundle/0.1/post-install.txt b/zemasterkrom/zmkr-cloudflare-turnstile-bundle/0.1/post-install.txt new file mode 100644 index 00000000..676e160a --- /dev/null +++ b/zemasterkrom/zmkr-cloudflare-turnstile-bundle/0.1/post-install.txt @@ -0,0 +1,10 @@ + + Almost ready + + + * Configure the captcha initializer parameters: + 1. Modify Cloudflare Turnstile keys in your .env file to use your application keys (CLOUDFLARE_TURNSTILE_SITEKEY, CLOUDFLARE_TURNSTILE_SECRET_KEY) + 2. Associate a CloudflareTurnstileType in your form builder + 3. Check that the submitted form is valid: captcha validation will be automatically triggered + + * Read the documentation at https://github.com/Zemasterkrom/zmkr-cloudflare-turnstile-bundle diff --git a/zendesk/zendesk_api_client_php/2.2/config/packages/zendesk_api_client.php b/zendesk/zendesk_api_client_php/2.2/config/packages/zendesk_api_client.php index 488f15f7..5eef9ab8 100644 --- a/zendesk/zendesk_api_client_php/2.2/config/packages/zendesk_api_client.php +++ b/zendesk/zendesk_api_client_php/2.2/config/packages/zendesk_api_client.php @@ -8,10 +8,14 @@ $services = $containerConfigurator->services(); $services->set('Zendesk\API\HttpClient') - ->args(['%env(ZENDESK_API_SUBDOMAIN)%']) + ->args([ + '%env(ZENDESK_API_SUBDOMAIN)%', + ]) ->call('setAuth', [ - 'basic', [ + 'basic', + [ 'username' => '%env(ZENDESK_API_USERNAME)%', 'token' => '%env(ZENDESK_API_TOKEN)%', - ], ]); + ], + ]); }; diff --git a/zenstruck/redis/0.1/config/packages/zenstruck_redis.php b/zenstruck/redis/0.1/config/packages/zenstruck_redis.php index 736db8d6..e631e5c9 100644 --- a/zenstruck/redis/0.1/config/packages/zenstruck_redis.php +++ b/zenstruck/redis/0.1/config/packages/zenstruck_redis.php @@ -8,6 +8,11 @@ $services = $containerConfigurator->services(); $services->set('Zenstruck\Redis') - ->factory(['Zenstruck\Redis', 'create']) - ->args(['%env(REDIS_DSN)%']); + ->factory([ + 'Zenstruck\Redis', + 'create', + ]) + ->args([ + '%env(REDIS_DSN)%', + ]); }; diff --git a/zim32/symfony-tracing-core/1.0/config/packages/tracing.php b/zim32/symfony-tracing-core/1.0/config/packages/tracing.php new file mode 100644 index 00000000..c5535d42 --- /dev/null +++ b/zim32/symfony-tracing-core/1.0/config/packages/tracing.php @@ -0,0 +1,22 @@ +extension('tracing', [ + 'tracers' => [ + 'default' => null, + ], + 'span_sampler' => [ + 'always_on' => null, + ], + 'exporter' => [ + 'log' => [ + 'service_name' => 'tracing', + 'level' => 'debug', + ], + ], + ]); +}; diff --git a/zim32/symfony-tracing-core/1.0/manifest.json b/zim32/symfony-tracing-core/1.0/manifest.json new file mode 100644 index 00000000..b7b943f9 --- /dev/null +++ b/zim32/symfony-tracing-core/1.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Zim\\SymfonyTracingCoreBundle\\SymfonyTracingCoreBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "OTLP_EXPORTER_ENDPOINT": "http://some.domain.local:4318/v1/traces" + } +} diff --git a/zim32/symfony-tracing-http-client/1.0/config/packages/tracing_http_client.php b/zim32/symfony-tracing-http-client/1.0/config/packages/tracing_http_client.php new file mode 100644 index 00000000..563de1d2 --- /dev/null +++ b/zim32/symfony-tracing-http-client/1.0/config/packages/tracing_http_client.php @@ -0,0 +1,23 @@ +extension('tracing', [ + 'tracers' => [ + 'http' => null, + ], + ]); + + $containerConfigurator->extension('http_client_tracing', [ + 'decorated_services' => [ + [ + 'service' => 'http_client', + 'propagate' => false, + 'eager_content' => true, + ], + ], + ]); +}; diff --git a/zim32/symfony-tracing-http-client/1.0/manifest.json b/zim32/symfony-tracing-http-client/1.0/manifest.json new file mode 100644 index 00000000..1a18309c --- /dev/null +++ b/zim32/symfony-tracing-http-client/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Zim\\SymfonyHttpClientTracingBundle\\SymfonyHttpClientTracingBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/zim32/symfony-tracing-orm/1.0/config/packages/tracing_orm.php b/zim32/symfony-tracing-orm/1.0/config/packages/tracing_orm.php new file mode 100644 index 00000000..cdd6bc06 --- /dev/null +++ b/zim32/symfony-tracing-orm/1.0/config/packages/tracing_orm.php @@ -0,0 +1,19 @@ +extension('tracing', [ + 'tracers' => [ + 'doctrine' => null, + ], + ]); + + $containerConfigurator->extension('orm_tracing', [ + 'ignored_patterns' => [ + 'messenger_messages', + ], + ]); +}; diff --git a/zim32/symfony-tracing-orm/1.0/manifest.json b/zim32/symfony-tracing-orm/1.0/manifest.json new file mode 100644 index 00000000..941d11f1 --- /dev/null +++ b/zim32/symfony-tracing-orm/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Zim\\SymfonyOrmTracingBundle\\SymfonyOrmTracingBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}