diff --git a/ad3n.ratchet-bundle.0.4.json b/ad3n.ratchet-bundle.0.4.json index ec0eea2d..8ab3a287 100644 --- a/ad3n.ratchet-bundle.0.4.json +++ b/ad3n.ratchet-bundle.0.4.json @@ -1,20 +1,6 @@ { - "locks": { - "ad3n/ratchet-bundle": { - "version": "0.4", - "recipe": { - "repo": "0.4", - "branch": "master", - "version": "0.4", - "ref": "a7ed05d9e24b90c4c8bb3c1cde358b9b24c5fbb0" - } - } - }, "manifests": { "ad3n/ratchet-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "ad3n/ratchet-bundle", - "version": "0.4", "manifest": { "bundles": { "Ihsan\\RatchetBundle\\IhsanRatchetBundle": [ @@ -30,13 +16,15 @@ }, "files": { "config/packages/ihsan_ratchet_bundle.yaml": { - "contents": "ihsan_ratchet:\n web_socket_port: \"%env(WEB_SOCKET_PORT)%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "ihsan_ratchet:", + " web_socket_port: \"%env(WEB_SOCKET_PORT)%\"", + "" + ], + "executable": false } }, - "origin": "ad3n/ratchet-bundle:0.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a7ed05d9e24b90c4c8bb3c1cde358b9b24c5fbb0" } } } \ No newline at end of file diff --git a/adback.adback-sdk-php-symfony.2.4.json b/adback.adback-sdk-php-symfony.2.4.json index eb8e3965..3a98fe51 100644 --- a/adback.adback-sdk-php-symfony.2.4.json +++ b/adback.adback-sdk-php-symfony.2.4.json @@ -1,20 +1,6 @@ { - "locks": { - "adback/adback-sdk-php-symfony": { - "version": "2.4", - "recipe": { - "repo": "2.4", - "branch": "master", - "version": "2.4", - "ref": "e654c55d2ccb2061d42e6c31c6a7799ca4526fd1" - } - } - }, "manifests": { "adback/adback-sdk-php-symfony": { - "repository": "github.com/symfony/recipes-contrib", - "package": "adback/adback-sdk-php-symfony", - "version": "2.4", "manifest": { "bundles": { "Adback\\ApiClientBundle\\AdbackApiClientBundle": [ @@ -30,13 +16,15 @@ }, "files": { "config/packages/adback_sdk_php.yaml": { - "contents": "adback_api_client:\n access_token: \"%env(ADBACK_API_CLIENT_ACCESS_TOKEN)%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "adback_api_client:", + " access_token: \"%env(ADBACK_API_CLIENT_ACCESS_TOKEN)%\"", + "" + ], + "executable": false } }, - "origin": "adback/adback-sdk-php-symfony:2.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "e654c55d2ccb2061d42e6c31c6a7799ca4526fd1" } } } \ No newline at end of file diff --git a/adlarge.fixtures-documentation-bundle.1.1.json b/adlarge.fixtures-documentation-bundle.1.1.json index 7ed7ee1c..c911df25 100644 --- a/adlarge.fixtures-documentation-bundle.1.1.json +++ b/adlarge.fixtures-documentation-bundle.1.1.json @@ -1,20 +1,6 @@ { - "locks": { - "adlarge/fixtures-documentation-bundle": { - "version": "1.1", - "recipe": { - "repo": "1.1", - "branch": "master", - "version": "1.1", - "ref": "5660aa4a719721e3b0fb9709f17872488ce4ff7e" - } - } - }, "manifests": { "adlarge/fixtures-documentation-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "adlarge/fixtures-documentation-bundle", - "version": "1.1", "manifest": { "bundles": { "Adlarge\\FixturesDocumentationBundle\\AdlargeFixturesDocumentationBundle": [ @@ -27,18 +13,25 @@ }, "files": { "config/routes/dev/adlarge_fixtures_documentation.yaml": { - "contents": "AdlargeFixturesDocumentation:\n resource: '@AdlargeFixturesDocumentationBundle/Resources/config/routing.yml'\n", - "executable": false, - "encoding": "" + "contents": [ + "AdlargeFixturesDocumentation:", + " resource: '@AdlargeFixturesDocumentationBundle/Resources/config/routing.yml'", + "" + ], + "executable": false }, "config/packages/dev/adlarge_fixtures_documentation.yaml": { - "contents": "adlarge_fixtures_documentation:\n title: 'Fixtures documentation'\n reloadCommands:\n - php bin/console doctrine:fixtures:load\n", - "executable": false, - "encoding": "" + "contents": [ + "adlarge_fixtures_documentation:", + " title: 'Fixtures documentation'", + " reloadCommands:", + " - php bin/console doctrine:fixtures:load", + "" + ], + "executable": false } }, - "origin": "adlarge/fixtures-documentation-bundle:1.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "5660aa4a719721e3b0fb9709f17872488ce4ff7e" } } } \ No newline at end of file diff --git a/ajardin.docker-symfony.0.2.json b/ajardin.docker-symfony.0.2.json index 64e1b35b..7f1a894a 100644 --- a/ajardin.docker-symfony.0.2.json +++ b/ajardin.docker-symfony.0.2.json @@ -1,20 +1,6 @@ { - "locks": { - "ajardin/docker-symfony": { - "version": "0.2", - "recipe": { - "repo": "0.2", - "branch": "master", - "version": "0.2", - "ref": "696b4e17945ac6db614b6d09f073ef74c1567cfd" - } - } - }, "manifests": { "ajardin/docker-symfony": { - "repository": "github.com/symfony/recipes-contrib", - "package": "ajardin/docker-symfony", - "version": "0.2", "manifest": { "composer-scripts": { "bin/docker-upgrade": "php-script" @@ -42,13 +28,68 @@ }, "files": { "bin/docker-upgrade": { - "contents": "#!/usr/bin/env php\nexists(TARGET_DIRECTORY) === false) {\n $filesystem->mkdir(TARGET_DIRECTORY);\n}\n\n/**\n * Mirror the vendor directory with the directory created at the project root\n */\nif ($filesystem->exists(SOURCE_DIRECTORY) === true) {\n $filesystem->mirror(SOURCE_DIRECTORY, TARGET_DIRECTORY, null, ['override' => true]);\n}\n\n/**\n * Define the default environment variables\n */\nif ($filesystem->exists(TARGET_DIRECTORY . '/.env') === false) {\n $filesystem->copy(\n TARGET_DIRECTORY . '/.env.dist',\n TARGET_DIRECTORY . '/.env'\n );\n}\n\n/**\n * Define the default Nginx configuration\n */\nif ($filesystem->exists(TARGET_DIRECTORY . '/nginx/conf.d/custom.conf') === false) {\n $filesystem->copy(\n TARGET_DIRECTORY . '/nginx/conf.d/symfony.conf.dist',\n TARGET_DIRECTORY . '/nginx/conf.d/custom.conf'\n );\n}\n\n/**\n * Copy the default Makefile at the project root\n */\nif ($filesystem->exists('Makefile') === false) {\n $filesystem->copy(\n TARGET_DIRECTORY . '/Makefile.sample',\n 'Makefile'\n );\n}\n", - "executable": true, - "encoding": "" + "contents": [ + "#!/usr/bin/env php", + "exists(TARGET_DIRECTORY) === false) {", + " $filesystem->mkdir(TARGET_DIRECTORY);", + "}", + "", + "/**", + " * Mirror the vendor directory with the directory created at the project root", + " */", + "if ($filesystem->exists(SOURCE_DIRECTORY) === true) {", + " $filesystem->mirror(SOURCE_DIRECTORY, TARGET_DIRECTORY, null, ['override' => true]);", + "}", + "", + "/**", + " * Define the default environment variables", + " */", + "if ($filesystem->exists(TARGET_DIRECTORY . '/.env') === false) {", + " $filesystem->copy(", + " TARGET_DIRECTORY . '/.env.dist',", + " TARGET_DIRECTORY . '/.env'", + " );", + "}", + "", + "/**", + " * Define the default Nginx configuration", + " */", + "if ($filesystem->exists(TARGET_DIRECTORY . '/nginx/conf.d/custom.conf') === false) {", + " $filesystem->copy(", + " TARGET_DIRECTORY . '/nginx/conf.d/symfony.conf.dist',", + " TARGET_DIRECTORY . '/nginx/conf.d/custom.conf'", + " );", + "}", + "", + "/**", + " * Copy the default Makefile at the project root", + " */", + "if ($filesystem->exists('Makefile') === false) {", + " $filesystem->copy(", + " TARGET_DIRECTORY . '/Makefile.sample',", + " 'Makefile'", + " );", + "}", + "" + ], + "executable": true } }, - "origin": "ajardin/docker-symfony:0.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "696b4e17945ac6db614b6d09f073ef74c1567cfd" } } } \ No newline at end of file diff --git a/akondas.symfony-consul-bundle.0.1.json b/akondas.symfony-consul-bundle.0.1.json index 9591e5dc..fb85792e 100644 --- a/akondas.symfony-consul-bundle.0.1.json +++ b/akondas.symfony-consul-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "akondas/symfony-consul-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "f70a218d2bb5225160db926d47b148c142312b31" - } - } - }, "manifests": { "akondas/symfony-consul-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "akondas/symfony-consul-bundle", - "version": "0.1", "manifest": { "bundles": { "Akondas\\ConsulBundle\\ConsulBundle": [ @@ -33,18 +19,28 @@ }, "files": { "config/routes/consul.yaml": { - "contents": "consul_bundle:\n resource: \"@ConsulBundle/Resources/config/routing.yml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "consul_bundle:", + " resource: \"@ConsulBundle/Resources/config/routing.yml\"", + "" + ], + "executable": false }, "config/packages/consul.yaml": { - "contents": "consul:\n service:\n name: '%env(resolve:CONSUL_SERVICE_NAME)%'\n host: '%env(resolve:CONSUL_SERVICE_HOST)%'\n port: '%env(resolve:CONSUL_SERVICE_PORT)%'\n client:\n base_uri: '%env(resolve:CONSUL_CLIENT_BASE_URI)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "consul:", + " service:", + " name: '%env(resolve:CONSUL_SERVICE_NAME)%'", + " host: '%env(resolve:CONSUL_SERVICE_HOST)%'", + " port: '%env(resolve:CONSUL_SERVICE_PORT)%'", + " client:", + " base_uri: '%env(resolve:CONSUL_CLIENT_BASE_URI)%'", + "" + ], + "executable": false } }, - "origin": "akondas/symfony-consul-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "f70a218d2bb5225160db926d47b148c142312b31" } } } \ No newline at end of file diff --git a/alexandret.evc-bundle.1.0.json b/alexandret.evc-bundle.1.0.json index 11887bec..5835f0b0 100644 --- a/alexandret.evc-bundle.1.0.json +++ b/alexandret.evc-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "alexandret/evc-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "32f4cc1f12a640985710762638f18dfdbb68d7df" - } - } - }, "manifests": { "alexandret/evc-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "alexandret/evc-bundle", - "version": "1.0", "manifest": { "bundles": { "Alexandre\\EvcBundle\\AlexandreEvcBundle": [ @@ -32,13 +18,17 @@ }, "files": { "config/packages/alexandre_evc.yaml": { - "contents": "alexandre_evc:\n api_id: '%env(EVC_API)%'\n username: '%env(EVC_USERNAME)%'\n password: '%env(EVC_PASSWORD)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "alexandre_evc:", + " api_id: '%env(EVC_API)%'", + " username: '%env(EVC_USERNAME)%'", + " password: '%env(EVC_PASSWORD)%'", + "" + ], + "executable": false } }, - "origin": "alexandret/evc-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "32f4cc1f12a640985710762638f18dfdbb68d7df" } } } \ No newline at end of file diff --git a/algolia.algolia-search-bundle.2.2.json b/algolia.algolia-search-bundle.2.2.json index 84f3e46c..124aa8a5 100644 --- a/algolia.algolia-search-bundle.2.2.json +++ b/algolia.algolia-search-bundle.2.2.json @@ -1,20 +1,6 @@ { - "locks": { - "algolia/algolia-search-bundle": { - "version": "2.2", - "recipe": { - "repo": "2.2", - "branch": "master", - "version": "2.2", - "ref": "b6d98595a857947b5d05b79eb3a5fbf53b0a18d2" - } - } - }, "manifests": { "algolia/algolia-search-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "algolia/algolia-search-bundle", - "version": "2.2", "manifest": { "bundles": { "Algolia\\AlgoliaSearchBundle\\AlgoliaAlgoliaSearchBundle": [ @@ -31,13 +17,16 @@ }, "files": { "config/packages/algolia.yaml": { - "contents": "algolia:\n application_id: \"%env(ALGOLIA_APP_ID)%\"\n api_key: \"%env(ALGOLIA_API_KEY)%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "algolia:", + " application_id: \"%env(ALGOLIA_APP_ID)%\"", + " api_key: \"%env(ALGOLIA_API_KEY)%\"", + "" + ], + "executable": false } }, - "origin": "algolia/algolia-search-bundle:2.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "b6d98595a857947b5d05b79eb3a5fbf53b0a18d2" } } } \ No newline at end of file diff --git a/algolia.search-bundle.3.0.json b/algolia.search-bundle.3.0.json index 6eac7507..6b1c4ccf 100644 --- a/algolia.search-bundle.3.0.json +++ b/algolia.search-bundle.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "algolia/search-bundle": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "fd172e8feabf6b1c0818e18de90c2a3f82ea0a60" - } - } - }, "manifests": { "algolia/search-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "algolia/search-bundle", - "version": "3.0", "manifest": { "bundles": { "Algolia\\SearchBundle\\AlgoliaSearchBundle": [ @@ -43,13 +29,17 @@ }, "files": { "config/packages/algolia_search.yaml": { - "contents": "# All available configuration can be found here:\n# https://www.algolia.com/doc/api-client/symfony/configuration/\nalgolia_search:\n prefix: '%env(APP_ENV)%_'\n", - "executable": false, - "encoding": "" + "contents": [ + "# All available configuration can be found here:", + "# https://www.algolia.com/doc/api-client/symfony/configuration/", + "algolia_search:", + " prefix: '%env(APP_ENV)%_'", + "" + ], + "executable": false } }, - "origin": "algolia/search-bundle:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "fd172e8feabf6b1c0818e18de90c2a3f82ea0a60" } } } \ No newline at end of file diff --git a/ambient-link.ability-sdk.1.0.json b/ambient-link.ability-sdk.1.0.json index 40d8f139..ea944baf 100644 --- a/ambient-link.ability-sdk.1.0.json +++ b/ambient-link.ability-sdk.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "ambient-link/ability-sdk": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "41ad248e67c065e158415f6cffd693f39f303283" - } - } - }, "manifests": { "ambient-link/ability-sdk": { - "repository": "github.com/symfony/recipes-contrib", - "package": "ambient-link/ability-sdk", - "version": "1.0", "manifest": { "env": { "AMBIENT_LINK_HOST": "", @@ -53,13 +39,31 @@ }, "files": { "config/packages/ability.yaml": { - "contents": "services:\n AmbientLink\\SDK\\SmartMonkeyConnection:\n arguments: ['@amnient.link_connection_settings', '%env(AMBIENT_LINK_USERNAME)%', '%env(AMBIENT_LINK_PASSWORD)%']\n\n amnient.link_connection_settings:\n class: PhpMqtt\\Client\\ConnectionSettings\n\n PhpMqtt\\Client\\Contracts\\MQTTClient: '@PhpMqtt\\Client\\MQTTClient'\n PhpMqtt\\Client\\MQTTClient:\n arguments:\n - '%env(AMBIENT_LINK_HOST)%'\n - '%env(AMBIENT_LINK_PORT)%'\n - '%env(AMBIENT_LINK_MONKEY_ID)%'\n\n AmbientLink\\SDK\\Mqtt\\MqttAdapter:\n arguments:\n $username: '%env(AMBIENT_LINK_USERNAME)%'\n $password: '%env(AMBIENT_LINK_PASSWORD)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " AmbientLink\\SDK\\SmartMonkeyConnection:", + " arguments: ['@amnient.link_connection_settings', '%env(AMBIENT_LINK_USERNAME)%', '%env(AMBIENT_LINK_PASSWORD)%']", + "", + " amnient.link_connection_settings:", + " class: PhpMqtt\\Client\\ConnectionSettings", + "", + " PhpMqtt\\Client\\Contracts\\MQTTClient: '@PhpMqtt\\Client\\MQTTClient'", + " PhpMqtt\\Client\\MQTTClient:", + " arguments:", + " - '%env(AMBIENT_LINK_HOST)%'", + " - '%env(AMBIENT_LINK_PORT)%'", + " - '%env(AMBIENT_LINK_MONKEY_ID)%'", + "", + " AmbientLink\\SDK\\Mqtt\\MqttAdapter:", + " arguments:", + " $username: '%env(AMBIENT_LINK_USERNAME)%'", + " $password: '%env(AMBIENT_LINK_PASSWORD)%'", + "" + ], + "executable": false } }, - "origin": "ambient-link/ability-sdk:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "41ad248e67c065e158415f6cffd693f39f303283" } } } \ No newline at end of file diff --git a/andchir.omnipay-bundle.1.0.json b/andchir.omnipay-bundle.1.0.json index cc546752..f7908fb5 100644 --- a/andchir.omnipay-bundle.1.0.json +++ b/andchir.omnipay-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "andchir/omnipay-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "b70bdce6cb4c9a3933dcc082c270042e630b5507" - } - } - }, "manifests": { "andchir/omnipay-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "andchir/omnipay-bundle", - "version": "1.0", "manifest": { "bundles": { "Andchir\\OmnipayBundle\\OmnipayBundle": [ @@ -27,18 +13,32 @@ }, "files": { "config/routes/omnipay.yaml": { - "contents": "omnipay:\n resource: \"@OmnipayBundle/Resources/config/routing.yml\"\n prefix: /\n", - "executable": false, - "encoding": "" + "contents": [ + "omnipay:", + " resource: \"@OmnipayBundle/Resources/config/routing.yml\"", + " prefix: /", + "" + ], + "executable": false }, "config/packages/omnipay.yaml": { - "contents": "omnipay:\n success_url: '/profile/history_orders'\n fail_url: '/'\n return_url: '/omnipay_return'\n notify_url: '/omnipay_notify'\n cancel_url: '/omnipay_cancel'\n data_keys:\n paymentId: ['orderNumber']\n customerEmail: ['customerNumber']\n gateways: null\n", - "executable": true, - "encoding": "" + "contents": [ + "omnipay:", + " success_url: '/profile/history_orders'", + " fail_url: '/'", + " return_url: '/omnipay_return'", + " notify_url: '/omnipay_notify'", + " cancel_url: '/omnipay_cancel'", + " data_keys:", + " paymentId: ['orderNumber']", + " customerEmail: ['customerNumber']", + " gateways: null", + "" + ], + "executable": true } }, - "origin": "andchir/omnipay-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "b70bdce6cb4c9a3933dcc082c270042e630b5507" } } } \ No newline at end of file diff --git a/andchir.shopkeeper4-comments.1.0.json b/andchir.shopkeeper4-comments.1.0.json index 28669127..a0306e97 100644 --- a/andchir.shopkeeper4-comments.1.0.json +++ b/andchir.shopkeeper4-comments.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "andchir/shopkeeper4-comments": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "8a05fa761a475e2e95f7b556e54d9ab33d532aa9" - } - } - }, "manifests": { "andchir/shopkeeper4-comments": { - "repository": "github.com/symfony/recipes-contrib", - "package": "andchir/shopkeeper4-comments", - "version": "1.0", "manifest": { "bundles": { "Andchir\\CommentsBundle\\CommentsBundle": [ @@ -27,18 +13,25 @@ }, "files": { "config/routes/comments.yaml": { - "contents": "comments:\n resource: '@CommentsBundle'\n type: annotation\n", - "executable": false, - "encoding": "" + "contents": [ + "comments:", + " resource: '@CommentsBundle'", + " type: annotation", + "" + ], + "executable": false }, "config/packages/comments.yaml": { - "contents": "comments:\n comment_class: App\\MainBundle\\Document\\Comment\n status_default: pending\n", - "executable": false, - "encoding": "" + "contents": [ + "comments:", + " comment_class: App\\MainBundle\\Document\\Comment", + " status_default: pending", + "" + ], + "executable": false } }, - "origin": "andchir/shopkeeper4-comments:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "8a05fa761a475e2e95f7b556e54d9ab33d532aa9" } } } \ No newline at end of file diff --git a/anezi.locale-extension.1.0.json b/anezi.locale-extension.1.0.json index 01e7018d..5603aa90 100644 --- a/anezi.locale-extension.1.0.json +++ b/anezi.locale-extension.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "anezi/locale-extension": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "b6c7e92a317efe13229a85e3934681a4f31d8f82" - } - } - }, "manifests": { "anezi/locale-extension": { - "repository": "github.com/symfony/recipes-contrib", - "package": "anezi/locale-extension", - "version": "1.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,21 @@ }, "files": { "config/packages/anezi_locale_extension.yaml": { - "contents": "services:\n anezi_twig.locale_extension:\n class: Anezi\\Locale\\Twig\\Extension\\LocaleExtension\n public: false\n arguments:\n $locales: ['fr', 'en'] # Edit here for your needs.\n tags:\n - { name: twig.extension }\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " anezi_twig.locale_extension:", + " class: Anezi\\Locale\\Twig\\Extension\\LocaleExtension", + " public: false", + " arguments:", + " $locales: ['fr', 'en'] # Edit here for your needs.", + " tags:", + " - { name: twig.extension }", + "" + ], + "executable": false } }, - "origin": "anezi/locale-extension:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "b6c7e92a317efe13229a85e3934681a4f31d8f82" } } } \ No newline at end of file diff --git a/antishov.doctrine-extensions-bundle.1.4.json b/antishov.doctrine-extensions-bundle.1.4.json index a099f544..0687538e 100644 --- a/antishov.doctrine-extensions-bundle.1.4.json +++ b/antishov.doctrine-extensions-bundle.1.4.json @@ -1,20 +1,6 @@ { - "locks": { - "antishov/doctrine-extensions-bundle": { - "version": "1.4", - "recipe": { - "repo": "1.4", - "branch": "master", - "version": "1.4", - "ref": "6c1ceb662f8997085f739cd089bfbef67f245983" - } - } - }, "manifests": { "antishov/doctrine-extensions-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "antishov/doctrine-extensions-bundle", - "version": "1.4", "manifest": { "bundles": { "Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle": [ @@ -27,13 +13,17 @@ }, "files": { "config/packages/stof_doctrine_extensions.yaml": { - "contents": "# Read the documentation: https://symfony.com/doc/current/bundles/StofDoctrineExtensionsBundle/index.html\n# See the official DoctrineExtensions documentation for more details: https://github.com/Atlantic18/DoctrineExtensions/tree/master/doc/\nstof_doctrine_extensions:\n default_locale: en_US\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://symfony.com/doc/current/bundles/StofDoctrineExtensionsBundle/index.html", + "# See the official DoctrineExtensions documentation for more details: https://github.com/Atlantic18/DoctrineExtensions/tree/master/doc/", + "stof_doctrine_extensions:", + " default_locale: en_US", + "" + ], + "executable": false } }, - "origin": "antishov/doctrine-extensions-bundle:1.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "6c1ceb662f8997085f739cd089bfbef67f245983" } } } \ No newline at end of file diff --git a/anyx.login-gate-bundle.1.0.json b/anyx.login-gate-bundle.1.0.json index 6cb36c23..31f579de 100644 --- a/anyx.login-gate-bundle.1.0.json +++ b/anyx.login-gate-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "anyx/login-gate-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "49f0e34d3f1059f8985e8e56e4b5e2b08e5fc79b" - } - } - }, "manifests": { "anyx/login-gate-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "anyx/login-gate-bundle", - "version": "1.0", "manifest": { "bundles": { "Anyx\\LoginGateBundle\\LoginGateBundle": [ @@ -27,13 +13,20 @@ }, "files": { "config/packages/login_gate.yaml": { - "contents": "login_gate:\n storages: ['session'] # Attempts storage engine. Available engines: ['orm', 'session', 'mongodb']\n options:\n max_count_attempts: 3\n timeout: 600 # Ban period (in seconds ... 600 = 10 minutes)\n watch_period: 3600\n\n", - "executable": false, - "encoding": "" + "contents": [ + "login_gate:", + " storages: ['session'] # Attempts storage engine. Available engines: ['orm', 'session', 'mongodb']", + " options:", + " max_count_attempts: 3", + " timeout: 600 # Ban period (in seconds ... 600 = 10 minutes)", + " watch_period: 3600", + "", + "" + ], + "executable": false } }, - "origin": "anyx/login-gate-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "49f0e34d3f1059f8985e8e56e4b5e2b08e5fc79b" } } } \ No newline at end of file diff --git a/armin.scssphp-bundle.1.0.json b/armin.scssphp-bundle.1.0.json index e6dadd8f..eb9b635b 100644 --- a/armin.scssphp-bundle.1.0.json +++ b/armin.scssphp-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "armin/scssphp-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "dfcd909f037c7f1e2535bec00c1eba240d7aa513" - } - } - }, "manifests": { "armin/scssphp-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "armin/scssphp-bundle", - "version": "1.0", "manifest": { "bundles": { "Armin\\ScssphpBundle\\ScssphpBundle": [ @@ -27,18 +13,25 @@ }, "files": { "config/packages/prod/scssphp.yaml": { - "contents": "scssphp:\n enabled: true\n autoUpdate: false\n", - "executable": false, - "encoding": "" + "contents": [ + "scssphp:", + " enabled: true", + " autoUpdate: false", + "" + ], + "executable": false }, "config/packages/scssphp.yaml": { - "contents": "scssphp:\n enabled: true\n autoUpdate: true\n", - "executable": false, - "encoding": "" + "contents": [ + "scssphp:", + " enabled: true", + " autoUpdate: true", + "" + ], + "executable": false } }, - "origin": "armin/scssphp-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "dfcd909f037c7f1e2535bec00c1eba240d7aa513" } } } \ No newline at end of file diff --git a/artox-lab.clarc-bundle.0.1.json b/artox-lab.clarc-bundle.0.1.json index e07183f2..bc323203 100644 --- a/artox-lab.clarc-bundle.0.1.json +++ b/artox-lab.clarc-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "artox-lab/clarc-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "5b211da937aafccca43bcea381f3f2db7edc918f" - } - } - }, "manifests": { "artox-lab/clarc-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "artox-lab/clarc-bundle", - "version": "0.1", "manifest": { "bundles": { "ArtoxLab\\Bundle\\ClarcBundle\\ArtoxLabClarcBundle": [ @@ -33,13 +19,17 @@ }, "files": { "config/packages/artox_lab_clarc.yaml": { - "contents": "artox_lab_clarc:\n api:\n serializer:\n class: \\ArtoxLab\\Bundle\\ClarcBundle\\Core\\Interfaces\\UI\\API\\Transformers\\Serializers\\NullObjectArraySerializer\n", - "executable": false, - "encoding": "" + "contents": [ + "artox_lab_clarc:", + " api:", + " serializer:", + " class: \\ArtoxLab\\Bundle\\ClarcBundle\\Core\\Interfaces\\UI\\API\\Transformers\\Serializers\\NullObjectArraySerializer", + "" + ], + "executable": false } }, - "origin": "artox-lab/clarc-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "5b211da937aafccca43bcea381f3f2db7edc918f" } } } \ No newline at end of file diff --git a/artox-lab.clarc-message-bus-bundle.1.0.json b/artox-lab.clarc-message-bus-bundle.1.0.json index 6da9d01a..768824b8 100644 --- a/artox-lab.clarc-message-bus-bundle.1.0.json +++ b/artox-lab.clarc-message-bus-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "artox-lab/clarc-message-bus-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "f12b61a5d1456c0db63d38a4638e366b385b8316" - } - } - }, "manifests": { "artox-lab/clarc-message-bus-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "artox-lab/clarc-message-bus-bundle", - "version": "1.0", "manifest": { "bundles": { "ArtoxLab\\Bundle\\ClarcMessageBusBundle\\ArtoxLabClarcMessageBusBundle": [ @@ -27,13 +13,18 @@ }, "files": { "config/packages/artox_lab_clarc_message_bus.yaml": { - "contents": "artox_lab_clarc_message_bus:\n bus:\n middleware:\n add_redelivery_stamp_middleware:\n retry_count: 10\n", - "executable": false, - "encoding": "" + "contents": [ + "artox_lab_clarc_message_bus:", + " bus:", + " middleware:", + " add_redelivery_stamp_middleware:", + " retry_count: 10", + "" + ], + "executable": false } }, - "origin": "artox-lab/clarc-message-bus-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "f12b61a5d1456c0db63d38a4638e366b385b8316" } } } \ No newline at end of file diff --git a/artox-lab.sms-bundle.1.0.json b/artox-lab.sms-bundle.1.0.json index c390bfac..68ab4ff0 100644 --- a/artox-lab.sms-bundle.1.0.json +++ b/artox-lab.sms-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "artox-lab/sms-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "bd9cb03c4458d7f089586938e06dadcd1f481ba8" - } - } - }, "manifests": { "artox-lab/sms-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "artox-lab/sms-bundle", - "version": "1.0", "manifest": { "bundles": { "ArtoxLab\\Bundle\\SmsBundle\\ArtoxLabSmsBundle": [ @@ -32,13 +18,17 @@ }, "files": { "config/packages/artox_lab_sms.yaml": { - "contents": "artox_lab_sms:\n providers:\n # You must to define at least one provider configuration\n # See more info at https://github.com/artox-lab/sms-bundle\n", - "executable": false, - "encoding": "" + "contents": [ + "artox_lab_sms:", + " providers:", + " # You must to define at least one provider configuration", + " # See more info at https://github.com/artox-lab/sms-bundle", + "" + ], + "executable": false } }, - "origin": "artox-lab/sms-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "bd9cb03c4458d7f089586938e06dadcd1f481ba8" } } } \ No newline at end of file diff --git a/artprima.prometheus-metrics-bundle.1.0.json b/artprima.prometheus-metrics-bundle.1.0.json index 1b0273ae..974bc456 100644 --- a/artprima.prometheus-metrics-bundle.1.0.json +++ b/artprima.prometheus-metrics-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "artprima/prometheus-metrics-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "a07f1cab0b63419f2153b744a254d9d6c3d732e9" - } - } - }, "manifests": { "artprima/prometheus-metrics-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "artprima/prometheus-metrics-bundle", - "version": "1.0", "manifest": { "bundles": { "Artprima\\PrometheusMetricsBundle\\ArtprimaPrometheusMetricsBundle": [ @@ -27,23 +13,35 @@ }, "files": { "config/routes/metrics.yaml": { - "contents": "app_metrics:\n resource: '@ArtprimaPrometheusMetricsBundle/Resources/config/routing.xml'\n", - "executable": false, - "encoding": "" + "contents": [ + "app_metrics:", + " resource: '@ArtprimaPrometheusMetricsBundle/Resources/config/routing.xml'", + "" + ], + "executable": false }, "config/packages/test/prometheus_metrics.yaml": { - "contents": "artprima_prometheus_metrics:\n type: in_memory\n", - "executable": false, - "encoding": "" + "contents": [ + "artprima_prometheus_metrics:", + " type: in_memory", + "" + ], + "executable": false }, "config/packages/prometheus_metrics.yaml": { - "contents": "artprima_prometheus_metrics:\n namespace: myapp\n type: apcu\n ignored_routes:\n - prometheus_bundle_prometheus\n - _wdt\n", - "executable": false, - "encoding": "" + "contents": [ + "artprima_prometheus_metrics:", + " namespace: myapp", + " type: apcu", + " ignored_routes:", + " - prometheus_bundle_prometheus", + " - _wdt", + "" + ], + "executable": false } }, - "origin": "artprima/prometheus-metrics-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a07f1cab0b63419f2153b744a254d9d6c3d732e9" } } } \ No newline at end of file diff --git a/assoconnect.mjml-bundle.1.0.json b/assoconnect.mjml-bundle.1.0.json index d8486b3e..d2a73767 100644 --- a/assoconnect.mjml-bundle.1.0.json +++ b/assoconnect.mjml-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "assoconnect/mjml-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "74656f4762a2cc83f03f78c50142b3c9285fb18c" - } - } - }, "manifests": { "assoconnect/mjml-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "assoconnect/mjml-bundle", - "version": "1.0", "manifest": { "bundles": { "Assoconnect\\MJMLBundle\\AssoconnectMJMLBundle": [ @@ -26,8 +12,7 @@ ] }, "files": [], - "origin": "assoconnect/mjml-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "74656f4762a2cc83f03f78c50142b3c9285fb18c" } } } \ No newline at end of file diff --git a/async-aws.async-aws-bundle.0.1.json b/async-aws.async-aws-bundle.0.1.json index a34afacd..2fdc815f 100644 --- a/async-aws.async-aws-bundle.0.1.json +++ b/async-aws.async-aws-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "async-aws/async-aws-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "1c5ddc78525b87905779c67df1ab71521f664662" - } - } - }, "manifests": { "async-aws/async-aws-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "async-aws/async-aws-bundle", - "version": "0.1", "manifest": { "bundles": { "AsyncAws\\Symfony\\Bundle\\AsyncAwsBundle": [ @@ -31,13 +17,22 @@ }, "files": { "config/packages/async_aws.yaml": { - "contents": "# Read documentation at https://async-aws.com/integration/symfony-bundle.html\nasync_aws:\n config:\n region: eu-central-1\n accessKeyId: '%env(AWS_KEY)%'\n accessKeySecret: '%env(AWS_SECRET)%'\n\n # All installed clients are automatically autowired. Use this section to customize clients\n clients:\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read documentation at https://async-aws.com/integration/symfony-bundle.html", + "async_aws:", + " config:", + " region: eu-central-1", + " accessKeyId: '%env(AWS_KEY)%'", + " accessKeySecret: '%env(AWS_SECRET)%'", + "", + " # All installed clients are automatically autowired. Use this section to customize clients", + " clients:", + "" + ], + "executable": false } }, - "origin": "async-aws/async-aws-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "1c5ddc78525b87905779c67df1ab71521f664662" } } } \ No newline at end of file diff --git a/async-aws.async-aws-bundle.1.0.json b/async-aws.async-aws-bundle.1.0.json index a4defc03..27a8fee1 100644 --- a/async-aws.async-aws-bundle.1.0.json +++ b/async-aws.async-aws-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "async-aws/async-aws-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "36bc5854429183d4ba6980c916f9e9284deb3a16" - } - } - }, "manifests": { "async-aws/async-aws-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "async-aws/async-aws-bundle", - "version": "1.0", "manifest": { "bundles": { "AsyncAws\\Symfony\\Bundle\\AsyncAwsBundle": [ @@ -27,13 +13,19 @@ }, "files": { "config/packages/async_aws.yaml": { - "contents": "# Read documentation at https://async-aws.com/integration/symfony-bundle.html\nasync_aws:\n config:\n\n # All installed clients are automatically autowired. Use this section to customize clients\n clients:\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read documentation at https://async-aws.com/integration/symfony-bundle.html", + "async_aws:", + " config:", + "", + " # All installed clients are automatically autowired. Use this section to customize clients", + " clients:", + "" + ], + "executable": false } }, - "origin": "async-aws/async-aws-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "36bc5854429183d4ba6980c916f9e9284deb3a16" } } } \ No newline at end of file diff --git a/atlas.symfony.1.0.json b/atlas.symfony.1.0.json index a0d5ae5b..5e5e05c8 100644 --- a/atlas.symfony.1.0.json +++ b/atlas.symfony.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "atlas/symfony": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "59ce1c811d6db5e8c23fd8ecc0fdfa92f00a9dbf" - } - } - }, "manifests": { "atlas/symfony": { - "repository": "github.com/symfony/recipes-contrib", - "package": "atlas/symfony", - "version": "1.0", "manifest": { "bundles": { "Atlas\\Symfony\\AtlasBundle": [ @@ -31,8 +17,7 @@ } }, "files": [], - "origin": "atlas/symfony:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "59ce1c811d6db5e8c23fd8ecc0fdfa92f00a9dbf" } } } \ No newline at end of file diff --git a/aws.aws-sdk-php-symfony.1.3.json b/aws.aws-sdk-php-symfony.1.3.json index afb4813c..a95246a4 100644 --- a/aws.aws-sdk-php-symfony.1.3.json +++ b/aws.aws-sdk-php-symfony.1.3.json @@ -1,20 +1,6 @@ { - "locks": { - "aws/aws-sdk-php-symfony": { - "version": "1.3", - "recipe": { - "repo": "1.3", - "branch": "master", - "version": "1.3", - "ref": "d1753f9e2a669c464b2b0618af9b0123426b67b4" - } - } - }, "manifests": { "aws/aws-sdk-php-symfony": { - "repository": "github.com/symfony/recipes-contrib", - "package": "aws/aws-sdk-php-symfony", - "version": "1.3", "manifest": { "bundles": { "Aws\\Symfony\\AwsBundle": [ @@ -31,13 +17,19 @@ }, "files": { "config/packages/aws.yaml": { - "contents": "aws:\n version: latest\n region: us-east-1\n credentials:\n key: \"%env(AWS_KEY)%\"\n secret: \"%env(AWS_SECRET)%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "aws:", + " version: latest", + " region: us-east-1", + " credentials:", + " key: \"%env(AWS_KEY)%\"", + " secret: \"%env(AWS_SECRET)%\"", + "" + ], + "executable": false } }, - "origin": "aws/aws-sdk-php-symfony:1.3@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "d1753f9e2a669c464b2b0618af9b0123426b67b4" } } } \ No newline at end of file diff --git a/backup-manager.symfony.2.1.json b/backup-manager.symfony.2.1.json index 66678ee7..125f2266 100644 --- a/backup-manager.symfony.2.1.json +++ b/backup-manager.symfony.2.1.json @@ -1,20 +1,6 @@ { - "locks": { - "backup-manager/symfony": { - "version": "2.1", - "recipe": { - "repo": "2.1", - "branch": "master", - "version": "2.1", - "ref": "4bb70c3f71c9bcd581e28724f50569af236df758" - } - } - }, "manifests": { "backup-manager/symfony": { - "repository": "github.com/symfony/recipes-contrib", - "package": "backup-manager/symfony", - "version": "2.1", "manifest": { "bundles": { "BM\\BackupManagerBundle\\BMBackupManagerBundle": [ @@ -35,13 +21,22 @@ }, "files": { "config/packages/bm_backup_manager.yaml": { - "contents": "# See full config at https://github.com/backup-manager/symfony\nbm_backup_manager:\n database:\n development:\n dsn: '%env(resolve:DATABASE_URL)%'\n storage:\n local:\n type: Local\n root: '%kernel.cache_dir%/db'\n", - "executable": false, - "encoding": "" + "contents": [ + "# See full config at https://github.com/backup-manager/symfony", + "bm_backup_manager:", + " database:", + " development:", + " dsn: '%env(resolve:DATABASE_URL)%'", + " storage:", + " local:", + " type: Local", + " root: '%kernel.cache_dir%/db'", + "" + ], + "executable": false } }, - "origin": "backup-manager/symfony:2.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "4bb70c3f71c9bcd581e28724f50569af236df758" } } } \ No newline at end of file diff --git a/baldinof.roadrunner-bundle.0.1.json b/baldinof.roadrunner-bundle.0.1.json index f0029e03..0c9a83ea 100644 --- a/baldinof.roadrunner-bundle.0.1.json +++ b/baldinof.roadrunner-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "baldinof/roadrunner-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "64dda95346658b92b164d8e4408e6d4d9ef293a2" - } - } - }, "manifests": { "baldinof/roadrunner-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "baldinof/roadrunner-bundle", - "version": "0.1", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -38,13 +24,15 @@ }, "files": { "config/packages/baldinof_road_runner.yaml": { - "contents": "baldinof_road_runner:\n should_reboot_kernel: false\n", - "executable": false, - "encoding": "" + "contents": [ + "baldinof_road_runner:", + " should_reboot_kernel: false", + "" + ], + "executable": false } }, - "origin": "baldinof/roadrunner-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "64dda95346658b92b164d8e4408e6d4d9ef293a2" } } } \ No newline at end of file diff --git a/baldinof.roadrunner-bundle.1.2.json b/baldinof.roadrunner-bundle.1.2.json index 07cd109f..30ff55e5 100644 --- a/baldinof.roadrunner-bundle.1.2.json +++ b/baldinof.roadrunner-bundle.1.2.json @@ -1,20 +1,6 @@ { - "locks": { - "baldinof/roadrunner-bundle": { - "version": "1.2", - "recipe": { - "repo": "1.2", - "branch": "master", - "version": "1.2", - "ref": "3c0c7c55596d9f2a3936f3543423b7f36819149c" - } - } - }, "manifests": { "baldinof/roadrunner-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "baldinof/roadrunner-bundle", - "version": "1.2", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -40,13 +26,31 @@ }, "files": { "config/packages/baldinof_road_runner.yaml": { - "contents": "baldinof_road_runner:\n # The kernel is preserved between requests. Change this to `true`\n # if you want to reboot it, and use a fresh container on each request.\n should_reboot_kernel: false\n\n # Integrations are automatically detected, depending on installed bundle & current configuration\n # See https://github.com/baldinof/roadrunner-bundle#integrations\n default_integrations: true\n\n # Allow to send prometheus metrics to the master RoadRunner process,\n # via a `Spiral\\RoadRunner\\MetricsInterface` service.\n # See https://github.com/baldinof/roadrunner-bundle#metrics\n metrics_enabled: false\n\n # You can use middlewares to manipulate PSR requests & responses.\n # See https://github.com/baldinof/roadrunner-bundle#middlewares\n # middlewares:\n # - App\\Middleware\\YourMiddleware\n", - "executable": false, - "encoding": "" + "contents": [ + "baldinof_road_runner:", + " # The kernel is preserved between requests. Change this to `true`", + " # if you want to reboot it, and use a fresh container on each request.", + " should_reboot_kernel: false", + "", + " # Integrations are automatically detected, depending on installed bundle & current configuration", + " # See https://github.com/baldinof/roadrunner-bundle#integrations", + " default_integrations: true", + "", + " # Allow to send prometheus metrics to the master RoadRunner process,", + " # via a `Spiral\\RoadRunner\\MetricsInterface` service.", + " # See https://github.com/baldinof/roadrunner-bundle#metrics", + " metrics_enabled: false", + "", + " # You can use middlewares to manipulate PSR requests & responses.", + " # See https://github.com/baldinof/roadrunner-bundle#middlewares", + " # middlewares:", + " # - App\\Middleware\\YourMiddleware", + "" + ], + "executable": false } }, - "origin": "baldinof/roadrunner-bundle:1.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "3c0c7c55596d9f2a3936f3543423b7f36819149c" } } } \ No newline at end of file diff --git a/baldinof.roadrunner-bundle.2.0.json b/baldinof.roadrunner-bundle.2.0.json index fd66fe3d..865acc4a 100644 --- a/baldinof.roadrunner-bundle.2.0.json +++ b/baldinof.roadrunner-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "baldinof/roadrunner-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "cdd398712fbc03897c0550c856df05fb9ab2b36b" - } - } - }, "manifests": { "baldinof/roadrunner-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "baldinof/roadrunner-bundle", - "version": "2.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -40,13 +26,40 @@ }, "files": { "config/packages/baldinof_road_runner.yaml": { - "contents": "baldinof_road_runner:\n # When the kernel should be rebooted.\n # See https://github.com/baldinof/roadrunner-bundle#kernel-reboots\n kernel_reboot:\n # if you want to use a fresh container on each request, use the `always` strategy\n strategy: on_exception\n # Exceptions you KNOW that do not put your app in an errored state\n allowed_exceptions:\n - Symfony\\Component\\HttpKernel\\Exception\\HttpExceptionInterface\n - Symfony\\Component\\Serializer\\Exception\\ExceptionInterface\n - Symfony\\Contracts\\HttpClient\\Exception\\ExceptionInterface\n\n # Allow to send prometheus metrics to the main RoadRunner process,\n # via a `Spiral\\RoadRunner\\MetricsInterface` service.\n # See https://github.com/baldinof/roadrunner-bundle#metrics\n metrics:\n enabled: false\n # collect:\n # my_counter:\n # type: counter\n # help: Some help\n\n\n # You can use middlewares to manipulate Symfony requests & responses.\n # See https://github.com/baldinof/roadrunner-bundle#middlewares\n # middlewares:\n # - App\\Middleware\\YourMiddleware\n", - "executable": false, - "encoding": "" + "contents": [ + "baldinof_road_runner:", + " # When the kernel should be rebooted.", + " # See https://github.com/baldinof/roadrunner-bundle#kernel-reboots", + " kernel_reboot:", + " # if you want to use a fresh container on each request, use the `always` strategy", + " strategy: on_exception", + " # Exceptions you KNOW that do not put your app in an errored state", + " allowed_exceptions:", + " - Symfony\\Component\\HttpKernel\\Exception\\HttpExceptionInterface", + " - Symfony\\Component\\Serializer\\Exception\\ExceptionInterface", + " - Symfony\\Contracts\\HttpClient\\Exception\\ExceptionInterface", + "", + " # Allow to send prometheus metrics to the main RoadRunner process,", + " # via a `Spiral\\RoadRunner\\MetricsInterface` service.", + " # See https://github.com/baldinof/roadrunner-bundle#metrics", + " metrics:", + " enabled: false", + " # collect:", + " # my_counter:", + " # type: counter", + " # help: Some help", + "", + "", + " # You can use middlewares to manipulate Symfony requests & responses.", + " # See https://github.com/baldinof/roadrunner-bundle#middlewares", + " # middlewares:", + " # - App\\Middleware\\YourMiddleware", + "" + ], + "executable": false } }, - "origin": "baldinof/roadrunner-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "cdd398712fbc03897c0550c856df05fb9ab2b36b" } } } \ No newline at end of file diff --git a/basster.lazy-response-bundle.1.0.json b/basster.lazy-response-bundle.1.0.json index 6f02d233..187e5a0d 100644 --- a/basster.lazy-response-bundle.1.0.json +++ b/basster.lazy-response-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "basster/lazy-response-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "eb9db09d43c64894b6f4d4ab04ed90cbe1197c9b" - } - } - }, "manifests": { "basster/lazy-response-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "basster/lazy-response-bundle", - "version": "1.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,31 @@ }, "files": { "config/packages/basster_lazy_response.yaml": { - "contents": "services:\n _defaults:\n public: false\n autowire: true\n autoconfigure: true\n\n # Enable DTO handler.\n # Comment or remove, if you don't want to use the default.\n # See any of the default handlers for reference.\n Basster\\LazyResponseBundle\\Response\\Handler\\RedirectResponseHandler: null\n\n # Requires twig\n # Basster\\LazyResponseBundle\\Response\\Handler\\TwigResponseHandler: null\n\n # Requires symfony/serializer\n # Basster\\LazyResponseBundle\\Response\\Handler\\JsonSerializeResponseHandler: null\n\n # Feel free to add your own handlers:\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " _defaults:", + " public: false", + " autowire: true", + " autoconfigure: true", + "", + " # Enable DTO handler.", + " # Comment or remove, if you don't want to use the default.", + " # See any of the default handlers for reference.", + " Basster\\LazyResponseBundle\\Response\\Handler\\RedirectResponseHandler: null", + "", + " # Requires twig", + " # Basster\\LazyResponseBundle\\Response\\Handler\\TwigResponseHandler: null", + "", + " # Requires symfony/serializer", + " # Basster\\LazyResponseBundle\\Response\\Handler\\JsonSerializeResponseHandler: null", + "", + " # Feel free to add your own handlers:", + "" + ], + "executable": false } }, - "origin": "basster/lazy-response-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "eb9db09d43c64894b6f4d4ab04ed90cbe1197c9b" } } } \ No newline at end of file diff --git a/basster.twig-base64-extension.1.0.json b/basster.twig-base64-extension.1.0.json index ff615f88..982456c0 100644 --- a/basster.twig-base64-extension.1.0.json +++ b/basster.twig-base64-extension.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "basster/twig-base64-extension": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "0a0762c7d5acf2449f9f7f330a514c666e8d0b92" - } - } - }, "manifests": { "basster/twig-base64-extension": { - "repository": "github.com/symfony/recipes-contrib", - "package": "basster/twig-base64-extension", - "version": "1.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,23 @@ }, "files": { "config/packages/basster_twig_base64.yaml": { - "contents": "services:\n _defaults:\n public: false\n autowire: true\n autoconfigure: true\n\n # registers all neccessary classes as services.\n Basster\\TwigBase64\\Converter\\ImageToBase64Converter: null\n Basster\\TwigBase64\\Twig\\Base64ImageExtension: null\n Basster\\TwigBase64\\Converter\\FileConverterInterface: '@Basster\\TwigBase64\\Converter\\ImageToBase64Converter'\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " _defaults:", + " public: false", + " autowire: true", + " autoconfigure: true", + "", + " # registers all neccessary classes as services.", + " Basster\\TwigBase64\\Converter\\ImageToBase64Converter: null", + " Basster\\TwigBase64\\Twig\\Base64ImageExtension: null", + " Basster\\TwigBase64\\Converter\\FileConverterInterface: '@Basster\\TwigBase64\\Converter\\ImageToBase64Converter'", + "" + ], + "executable": false } }, - "origin": "basster/twig-base64-extension:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "0a0762c7d5acf2449f9f7f330a514c666e8d0b92" } } } \ No newline at end of file diff --git a/bcc.cron-manager-bundle.3.1.json b/bcc.cron-manager-bundle.3.1.json index ac9fd34e..de1de990 100644 --- a/bcc.cron-manager-bundle.3.1.json +++ b/bcc.cron-manager-bundle.3.1.json @@ -1,20 +1,6 @@ { - "locks": { - "bcc/cron-manager-bundle": { - "version": "3.1", - "recipe": { - "repo": "3.1", - "branch": "master", - "version": "3.1", - "ref": "500a1a7b5da7d1a322335f80169b71dcfcd09e27" - } - } - }, "manifests": { "bcc/cron-manager-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "bcc/cron-manager-bundle", - "version": "3.1", "manifest": { "bundles": { "BCC\\CronManagerBundle\\BCCCronManagerBundle": [ @@ -34,13 +20,16 @@ }, "files": { "config/routes/bcc_cron_manager_bundle.yaml": { - "contents": "BCCCronManagerBundle:\n resource: \"@BCCCronManagerBundle/Resources/config/routing.xml\"\n prefix: admin/cron-manager\n", - "executable": false, - "encoding": "" + "contents": [ + "BCCCronManagerBundle:", + " resource: \"@BCCCronManagerBundle/Resources/config/routing.xml\"", + " prefix: admin/cron-manager", + "" + ], + "executable": false } }, - "origin": "bcc/cron-manager-bundle:3.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "500a1a7b5da7d1a322335f80169b71dcfcd09e27" } } } \ No newline at end of file diff --git a/becklyn.assets-bundle.2.4.json b/becklyn.assets-bundle.2.4.json index 283187ab..53cb5af8 100644 --- a/becklyn.assets-bundle.2.4.json +++ b/becklyn.assets-bundle.2.4.json @@ -1,20 +1,6 @@ { - "locks": { - "becklyn/assets-bundle": { - "version": "2.4", - "recipe": { - "repo": "2.4", - "branch": "master", - "version": "2.4", - "ref": "f743de2828a28ae7c30e8cb7ea730cbeb4be4f18" - } - } - }, "manifests": { "becklyn/assets-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "becklyn/assets-bundle", - "version": "2.4", "manifest": { "bundles": { "Becklyn\\AssetsBundle\\BecklynAssetsBundle": [ @@ -27,13 +13,16 @@ }, "files": { "config/routes/becklyn_assets.yaml": { - "contents": "_import.becklyn_assets:\n resource: .\n type: 'becklyn-assets'\n", - "executable": false, - "encoding": "" + "contents": [ + "_import.becklyn_assets:", + " resource: .", + " type: 'becklyn-assets'", + "" + ], + "executable": false } }, - "origin": "becklyn/assets-bundle:2.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "f743de2828a28ae7c30e8cb7ea730cbeb4be4f18" } } } \ No newline at end of file diff --git a/becklyn.gluggi-bundle.3.1.json b/becklyn.gluggi-bundle.3.1.json index 1687afce..fc5cf8b1 100644 --- a/becklyn.gluggi-bundle.3.1.json +++ b/becklyn.gluggi-bundle.3.1.json @@ -1,20 +1,6 @@ { - "locks": { - "becklyn/gluggi-bundle": { - "version": "3.1", - "recipe": { - "repo": "3.1", - "branch": "master", - "version": "3.1", - "ref": "3b26a87dab369e3136baaa870ce1d9c32e2191cc" - } - } - }, "manifests": { "becklyn/gluggi-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "becklyn/gluggi-bundle", - "version": "3.1", "manifest": { "bundles": { "Becklyn\\GluggiBundle\\GluggiBundle": [ @@ -27,13 +13,16 @@ }, "files": { "config/routes/dev/gluggi.yaml": { - "contents": "_import.gluggi:\n resource: \"@GluggiBundle/Resources/config/routes.yaml\"\n prefix: /_layout/\n", - "executable": false, - "encoding": "" + "contents": [ + "_import.gluggi:", + " resource: \"@GluggiBundle/Resources/config/routes.yaml\"", + " prefix: /_layout/", + "" + ], + "executable": false } }, - "origin": "becklyn/gluggi-bundle:3.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "3b26a87dab369e3136baaa870ce1d9c32e2191cc" } } } \ No newline at end of file diff --git a/becklyn.javascript-routing.1.0.json b/becklyn.javascript-routing.1.0.json index 72b4ca57..6d52a3e0 100644 --- a/becklyn.javascript-routing.1.0.json +++ b/becklyn.javascript-routing.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "becklyn/javascript-routing": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "ecb8bf9401b0b107af74b50ad521d9ea982edf96" - } - } - }, "manifests": { "becklyn/javascript-routing": { - "repository": "github.com/symfony/recipes-contrib", - "package": "becklyn/javascript-routing", - "version": "1.0", "manifest": { "bundles": { "Becklyn\\JavaScriptRouting\\BecklynJavaScriptRoutingBundle": [ @@ -27,13 +13,16 @@ }, "files": { "config/routes/becklyn_javascript_routing.yaml": { - "contents": "_import.becklyn_javascript_routing:\n resource: '@BecklynJavaScriptRoutingBundle/Resources/config/routes.yaml'\n prefix: /_v/routing\n", - "executable": false, - "encoding": "" + "contents": [ + "_import.becklyn_javascript_routing:", + " resource: '@BecklynJavaScriptRoutingBundle/Resources/config/routes.yaml'", + " prefix: /_v/routing", + "" + ], + "executable": false } }, - "origin": "becklyn/javascript-routing:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "ecb8bf9401b0b107af74b50ad521d9ea982edf96" } } } \ No newline at end of file diff --git a/becklyn.translations.1.0.json b/becklyn.translations.1.0.json index fd1f4908..5d075c62 100644 --- a/becklyn.translations.1.0.json +++ b/becklyn.translations.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "becklyn/translations": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "b827e87157a4937728b199c68fddcc0b63632c2f" - } - } - }, "manifests": { "becklyn/translations": { - "repository": "github.com/symfony/recipes-contrib", - "package": "becklyn/translations", - "version": "1.0", "manifest": { "bundles": { "Becklyn\\Translations\\BecklynTranslationsBundle": [ @@ -27,13 +13,16 @@ }, "files": { "config/routes/becklyn_translations.yaml": { - "contents": "_import.becklyn_translations:\n resource: '@BecklynTranslationsBundle/Resources/config/routes.yaml'\n prefix: /_v/translations/\n", - "executable": false, - "encoding": "" + "contents": [ + "_import.becklyn_translations:", + " resource: '@BecklynTranslationsBundle/Resources/config/routes.yaml'", + " prefix: /_v/translations/", + "" + ], + "executable": false } }, - "origin": "becklyn/translations:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "b827e87157a4937728b199c68fddcc0b63632c2f" } } } \ No newline at end of file diff --git a/beelab.recaptcha2-bundle.2.0.json b/beelab.recaptcha2-bundle.2.0.json index cad623c0..786876e5 100644 --- a/beelab.recaptcha2-bundle.2.0.json +++ b/beelab.recaptcha2-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "beelab/recaptcha2-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "ad714d23c3c754619d9f2e1bd7b621c0d6185165" - } - } - }, "manifests": { "beelab/recaptcha2-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "beelab/recaptcha2-bundle", - "version": "2.0", "manifest": { "bundles": { "Beelab\\Recaptcha2Bundle\\BeelabRecaptcha2Bundle": [ @@ -35,13 +21,16 @@ }, "files": { "config/packages/beelab_recaptcha2.yaml": { - "contents": "beelab_recaptcha2:\n site_key: '%env(APP_RECAPTCHA_SITE_KEY)%'\n secret: '%env(APP_RECAPTCHA_SECRET)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "beelab_recaptcha2:", + " site_key: '%env(APP_RECAPTCHA_SITE_KEY)%'", + " secret: '%env(APP_RECAPTCHA_SECRET)%'", + "" + ], + "executable": false } }, - "origin": "beelab/recaptcha2-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "ad714d23c3c754619d9f2e1bd7b621c0d6185165" } } } \ No newline at end of file diff --git a/beelab.tag-bundle.1.3.json b/beelab.tag-bundle.1.3.json index 458396b8..b5677cfa 100644 --- a/beelab.tag-bundle.1.3.json +++ b/beelab.tag-bundle.1.3.json @@ -1,20 +1,6 @@ { - "locks": { - "beelab/tag-bundle": { - "version": "1.3", - "recipe": { - "repo": "1.3", - "branch": "master", - "version": "1.3", - "ref": "9bd5cf1ad8576a8ad13e317cf8d7b854883cab9e" - } - } - }, "manifests": { "beelab/tag-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "beelab/tag-bundle", - "version": "1.3", "manifest": { "bundles": { "Beelab\\TagBundle\\BeelabTagBundle": [ @@ -32,18 +18,71 @@ }, "files": { "src/Entity/Tag.php": { - "contents": "name;\n }\n\n public function getId(): int\n {\n return $this->id;\n }\n\n public function setName(?string $name): void\n {\n $this->name = $name;\n }\n\n public function getName(): ?string\n {\n return $this->name;\n }\n}\n\n", - "executable": false, - "encoding": "" + "contents": [ + "name;", + " }", + "", + " public function getId(): int", + " {", + " return $this->id;", + " }", + "", + " public function setName(?string $name): void", + " {", + " $this->name = $name;", + " }", + "", + " public function getName(): ?string", + " {", + " return $this->name;", + " }", + "}", + "", + "" + ], + "executable": false }, "config/packages/beelab_tag.yaml": { - "contents": "beelab_tag:\n tag_class: App\\Entity\\Tag\n", - "executable": false, - "encoding": "" + "contents": [ + "beelab_tag:", + " tag_class: App\\Entity\\Tag", + "" + ], + "executable": false } }, - "origin": "beelab/tag-bundle:1.3@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "9bd5cf1ad8576a8ad13e317cf8d7b854883cab9e" } } } \ No newline at end of file diff --git a/beelab.test-bundle.2.0.json b/beelab.test-bundle.2.0.json index 910c739b..04554f10 100644 --- a/beelab.test-bundle.2.0.json +++ b/beelab.test-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "beelab/test-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "54e66717d8cf2abacb3f90fd8e34561dbb4b313d" - } - } - }, "manifests": { "beelab/test-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "beelab/test-bundle", - "version": "2.0", "manifest": { "bundles": { "Beelab\\TestBundle\\BeelabTestBundle": [ @@ -23,8 +9,7 @@ } }, "files": [], - "origin": "beelab/test-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "54e66717d8cf2abacb3f90fd8e34561dbb4b313d" } } } \ No newline at end of file diff --git a/biig.domain.1.0.json b/biig.domain.1.0.json index 86e7eb52..207b42ea 100644 --- a/biig.domain.1.0.json +++ b/biig.domain.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "biig/domain": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "280d89cd33040967e09b4b7259fcb404adae1c5f" - } - } - }, "manifests": { "biig/domain": { - "repository": "github.com/symfony/recipes-contrib", - "package": "biig/domain", - "version": "1.0", "manifest": { "bundles": { "Biig\\Component\\Domain\\Integration\\Symfony\\DomainBundle": [ @@ -27,13 +13,22 @@ }, "files": { "config/packages/biig_domain.yaml": { - "contents": "biig_domain:\n # Learn more about configuration in the bundle configuration reference\n # https://github.com/biig-io/DomainComponent/blob/v1/docs/domain_event_dispatcher.md#configuration-reference\n\n # Post persist events are *not* activated by default, you need to enable the post persist listeners\n persist_listeners:\n # As doctrine supports many connections, you need to enable your connections one by one\n doctrine: ['default']\n\n", - "executable": false, - "encoding": "" + "contents": [ + "biig_domain:", + " # Learn more about configuration in the bundle configuration reference", + " # https://github.com/biig-io/DomainComponent/blob/v1/docs/domain_event_dispatcher.md#configuration-reference", + "", + " # Post persist events are *not* activated by default, you need to enable the post persist listeners", + " persist_listeners:", + " # As doctrine supports many connections, you need to enable your connections one by one", + " doctrine: ['default']", + "", + "" + ], + "executable": false } }, - "origin": "biig/domain:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "280d89cd33040967e09b4b7259fcb404adae1c5f" } } } \ No newline at end of file diff --git a/birkof.netopia-mobilpay-bundle.1.0.json b/birkof.netopia-mobilpay-bundle.1.0.json index a17e4251..6263132d 100644 --- a/birkof.netopia-mobilpay-bundle.1.0.json +++ b/birkof.netopia-mobilpay-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "birkof/netopia-mobilpay-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "3753f6a7183e53932a7d28dd77d885db10d1e32c" - } - } - }, "manifests": { "birkof/netopia-mobilpay-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "birkof/netopia-mobilpay-bundle", - "version": "1.0", "manifest": { "bundles": { "birkof\\NetopiaMobilPay\\NetopiaMobilPayBundle": [ @@ -40,23 +26,47 @@ }, "files": { "config/netopia_mobilpay/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "config/routes/netopia_mobilpay.yaml": { - "contents": "netopia_mobilpay_return_url:\n path: /netopia-mobilpay/thank-you\n methods: GET\n defaults:\n _controller: FrameworkBundle:Redirect:redirect\n route: default\n permanent: true\n\nnetopia_mobilpay_confirm_url:\n path: /netopia-mobilpay/confirm\n methods: POST\n defaults:\n _controller: FrameworkBundle:Redirect:redirect\n route: default\n permanent: true\n\n", - "executable": false, - "encoding": "" + "contents": [ + "netopia_mobilpay_return_url:", + " path: /netopia-mobilpay/thank-you", + " methods: GET", + " defaults:", + " _controller: FrameworkBundle:Redirect:redirect", + " route: default", + " permanent: true", + "", + "netopia_mobilpay_confirm_url:", + " path: /netopia-mobilpay/confirm", + " methods: POST", + " defaults:", + " _controller: FrameworkBundle:Redirect:redirect", + " route: default", + " permanent: true", + "", + "" + ], + "executable": false }, "config/packages/netopia_mobilpay.yaml": { - "contents": "netopia_mobilpay:\n payment_url: '%env(NETOPIA_MOBILPAY_PAYMENT_URL)%'\n public_cert: '%env(NETOPIA_MOBILPAY_PUBLIC_CERT)%'\n private_key: '%env(NETOPIA_MOBILPAY_PRIVATE_KEY)%'\n signature: '%env(NETOPIA_MOBILPAY_SIGNATURE)%'\n\n", - "executable": false, - "encoding": "" + "contents": [ + "netopia_mobilpay:", + " payment_url: '%env(NETOPIA_MOBILPAY_PAYMENT_URL)%'", + " public_cert: '%env(NETOPIA_MOBILPAY_PUBLIC_CERT)%'", + " private_key: '%env(NETOPIA_MOBILPAY_PRIVATE_KEY)%'", + " signature: '%env(NETOPIA_MOBILPAY_SIGNATURE)%'", + "", + "" + ], + "executable": false } }, - "origin": "birkof/netopia-mobilpay-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "3753f6a7183e53932a7d28dd77d885db10d1e32c" } } } \ No newline at end of file diff --git a/bitbag.shipping-export-plugin.1.0.json b/bitbag.shipping-export-plugin.1.0.json index 9278844b..7a39492d 100644 --- a/bitbag.shipping-export-plugin.1.0.json +++ b/bitbag.shipping-export-plugin.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "bitbag/shipping-export-plugin": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "4095c0f7a2cc51e0f40e806ad7d3256ef5f42ae2" - } - } - }, "manifests": { "bitbag/shipping-export-plugin": { - "repository": "github.com/symfony/recipes-contrib", - "package": "bitbag/shipping-export-plugin", - "version": "1.0", "manifest": { "bundles": { "BitBag\\SyliusShippingExportPlugin\\BitBagSyliusShippingExportPlugin": [ @@ -36,18 +22,24 @@ }, "files": { "config/routes/bitbag_shipping_export_plugin.yaml": { - "contents": "bitbag_shipping_export_plugin:\n resource: \"@BitBagSyliusShippingExportPlugin/Resources/config/routing.yml\"\n prefix: /admin\n", - "executable": false, - "encoding": "" + "contents": [ + "bitbag_shipping_export_plugin:", + " resource: \"@BitBagSyliusShippingExportPlugin/Resources/config/routing.yml\"", + " prefix: /admin", + "" + ], + "executable": false }, "config/packages/bitbag_shipping_export_plugin.yaml": { - "contents": "imports:\n - { resource: \"@BitBagSyliusShippingExportPlugin/Resources/config/config.yml\" }\n", - "executable": false, - "encoding": "" + "contents": [ + "imports:", + " - { resource: \"@BitBagSyliusShippingExportPlugin/Resources/config/config.yml\" }", + "" + ], + "executable": false } }, - "origin": "bitbag/shipping-export-plugin:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "4095c0f7a2cc51e0f40e806ad7d3256ef5f42ae2" } } } \ No newline at end of file diff --git a/boshurik.telegram-bot-bundle.3.1.json b/boshurik.telegram-bot-bundle.3.1.json index 4f9bd832..ed7b9443 100644 --- a/boshurik.telegram-bot-bundle.3.1.json +++ b/boshurik.telegram-bot-bundle.3.1.json @@ -1,20 +1,6 @@ { - "locks": { - "boshurik/telegram-bot-bundle": { - "version": "3.1", - "recipe": { - "repo": "3.1", - "branch": "master", - "version": "3.1", - "ref": "0e172664f2f361f8f3932f32cea845f56650dd01" - } - } - }, "manifests": { "boshurik/telegram-bot-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "boshurik/telegram-bot-bundle", - "version": "3.1", "manifest": { "bundles": { "BoShurik\\TelegramBotBundle\\BoShurikTelegramBotBundle": [ @@ -37,18 +23,25 @@ }, "files": { "config/routes/boshurik_telegram_bot.yaml": { - "contents": "boshurik_telegram_bot_routing:\n resource: \"@BoShurikTelegramBotBundle/Resources/config/routing.yml\"\n prefix: \"/_telegram/%telegram_route_secret%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "boshurik_telegram_bot_routing:", + " resource: \"@BoShurikTelegramBotBundle/Resources/config/routing.yml\"", + " prefix: \"/_telegram/%telegram_route_secret%\"", + "" + ], + "executable": false }, "config/packages/boshurik_telegram_bot.yaml": { - "contents": "boshurik_telegram_bot:\n api:\n token: \"%env(TELEGRAM_BOT_TOKEN)%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "boshurik_telegram_bot:", + " api:", + " token: \"%env(TELEGRAM_BOT_TOKEN)%\"", + "" + ], + "executable": false } }, - "origin": "boshurik/telegram-bot-bundle:3.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "0e172664f2f361f8f3932f32cea845f56650dd01" } } } \ No newline at end of file diff --git a/botjaeger.nexmo-bundle.0.5.json b/botjaeger.nexmo-bundle.0.5.json index eb8fc0bf..2460220c 100644 --- a/botjaeger.nexmo-bundle.0.5.json +++ b/botjaeger.nexmo-bundle.0.5.json @@ -1,20 +1,6 @@ { - "locks": { - "botjaeger/nexmo-bundle": { - "version": "0.5", - "recipe": { - "repo": "0.5", - "branch": "master", - "version": "0.5", - "ref": "4e4625779b88a951a05b32f0bc243869f84d8b84" - } - } - }, "manifests": { "botjaeger/nexmo-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "botjaeger/nexmo-bundle", - "version": "0.5", "manifest": { "bundles": { "Botjaeger\\NexmoBundle\\BotjaegerNexmoBundle": [ @@ -32,13 +18,17 @@ }, "files": { "config/packages/botjaeger_nexmo.yaml": { - "contents": "botjaeger_nexmo:\n api_key: \"%env(BOTJAEGER_NEXMO_API_KEY)%\"\n api_secret: \"%env(BOTJAEGER_NEXMO_API_SECRET)%\"\n api_brand: \"%env(BOTJAEGER_NEXMO_API_BRAND)%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "botjaeger_nexmo:", + " api_key: \"%env(BOTJAEGER_NEXMO_API_KEY)%\"", + " api_secret: \"%env(BOTJAEGER_NEXMO_API_SECRET)%\"", + " api_brand: \"%env(BOTJAEGER_NEXMO_API_BRAND)%\"", + "" + ], + "executable": false } }, - "origin": "botjaeger/nexmo-bundle:0.5@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "4e4625779b88a951a05b32f0bc243869f84d8b84" } } } \ No newline at end of file diff --git a/bref.symfony-bridge.0.1.json b/bref.symfony-bridge.0.1.json index 6d55e58e..d884ec9f 100644 --- a/bref.symfony-bridge.0.1.json +++ b/bref.symfony-bridge.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "bref/symfony-bridge": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "073e577186ef96e4f26df1f8a3dc14a48826d364" - } - } - }, "manifests": { "bref/symfony-bridge": { - "repository": "github.com/symfony/recipes-contrib", - "package": "bref/symfony-bridge", - "version": "0.1", "manifest": { "copy-from-recipe": { "serverless.yaml": "serverless.yml" @@ -31,13 +17,60 @@ }, "files": { "serverless.yaml": { - "contents": "# Read the documentation at https://www.serverless.com/framework/docs/providers/aws/guide/serverless.yml/\nservice: symfony\n\nprovider:\n name: aws\n # The AWS region in which to deploy (us-east-1 is the default)\n region: us-east-1\n # The stage of the application, e.g. dev, production, staging\u2026 ('dev' is the default)\n stage: dev\n runtime: provided.al2\n environment:\n # Symfony environment variables\n APP_ENV: prod\n\nplugins:\n - ./vendor/bref/bref\n\nfunctions:\n # This function runs the Symfony website/API\n web:\n handler: public/index.php\n timeout: 28 # in seconds (API Gateway has a timeout of 29 seconds)\n layers:\n - ${bref:layer.php-80-fpm}\n events:\n - httpApi: '*'\n # This function let us run console commands in Lambda\n console:\n handler: bin/console\n timeout: 120 # in seconds\n layers:\n - ${bref:layer.php-80} # PHP\n - ${bref:layer.console} # The \"console\" layer\n\npackage:\n patterns:\n # Excluded files and folders for deployment\n - '!assets/**'\n - '!node_modules/**'\n - '!public/build/**'\n - '!tests/**'\n - '!var/**'\n # If you want to include files and folders that are part of excluded folders,\n # add them at the end\n - 'var/cache/prod/**'\n - 'public/build/entrypoints.json'\n - 'public/build/manifest.json'\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation at https://www.serverless.com/framework/docs/providers/aws/guide/serverless.yml/", + "service: symfony", + "", + "provider:", + " name: aws", + " # The AWS region in which to deploy (us-east-1 is the default)", + " region: us-east-1", + " # The stage of the application, e.g. dev, production, staging\u2026 ('dev' is the default)", + " stage: dev", + " runtime: provided.al2", + " environment:", + " # Symfony environment variables", + " APP_ENV: prod", + "", + "plugins:", + " - ./vendor/bref/bref", + "", + "functions:", + " # This function runs the Symfony website/API", + " web:", + " handler: public/index.php", + " timeout: 28 # in seconds (API Gateway has a timeout of 29 seconds)", + " layers:", + " - ${bref:layer.php-80-fpm}", + " events:", + " - httpApi: '*'", + " # This function let us run console commands in Lambda", + " console:", + " handler: bin/console", + " timeout: 120 # in seconds", + " layers:", + " - ${bref:layer.php-80} # PHP", + " - ${bref:layer.console} # The \"console\" layer", + "", + "package:", + " patterns:", + " # Excluded files and folders for deployment", + " - '!assets/**'", + " - '!node_modules/**'", + " - '!public/build/**'", + " - '!tests/**'", + " - '!var/**'", + " # If you want to include files and folders that are part of excluded folders,", + " # add them at the end", + " - 'var/cache/prod/**'", + " - 'public/build/entrypoints.json'", + " - 'public/build/manifest.json'", + "" + ], + "executable": false } }, - "origin": "bref/symfony-bridge:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "073e577186ef96e4f26df1f8a3dc14a48826d364" } } } \ No newline at end of file diff --git a/broadway.broadway-bundle.0.4.json b/broadway.broadway-bundle.0.4.json index 297ec345..37c85496 100644 --- a/broadway.broadway-bundle.0.4.json +++ b/broadway.broadway-bundle.0.4.json @@ -1,20 +1,6 @@ { - "locks": { - "broadway/broadway-bundle": { - "version": "0.4", - "recipe": { - "repo": "0.4", - "branch": "master", - "version": "0.4", - "ref": "0601c67ff07896a752e5a72381a22254ff754ea1" - } - } - }, "manifests": { "broadway/broadway-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "broadway/broadway-bundle", - "version": "0.4", "manifest": { "bundles": { "Broadway\\Bundle\\BroadwayBundle\\BroadwayBundle": [ @@ -27,13 +13,40 @@ }, "files": { "config/packages/broadway.yaml": { - "contents": "# see https://github.com/broadway/broadway-bundle\n\nbroadway:\n\n # a service definition id implementing Broadway\\EventStore\\EventStore\n event_store: broadway.event_store.in_memory\n\n # a service definition id implementing Broadway\\ReadModel\\RepositoryFactory\n read_model: broadway.read_model.in_memory.repository_factory\n\n # service definition ids implementing Broadway\\Serializer\\Serializer\n serializer:\n payload: broadway.simple_interface_serializer\n readmodel: broadway.simple_interface_serializer\n metadata: broadway.simple_interface_serializer\n\n command_handling:\n dispatch_events: false\n\n # a service definition id implementing Psr\\Log\\LoggerInterface\n logger: null\n\n saga:\n enabled: false\n\n # a service definition id implementing Broadway\\Saga\\State\\RepositoryInterface\n state_repository: broadway.saga.state.in_memory_repository\n", - "executable": false, - "encoding": "" + "contents": [ + "# see https://github.com/broadway/broadway-bundle", + "", + "broadway:", + "", + " # a service definition id implementing Broadway\\EventStore\\EventStore", + " event_store: broadway.event_store.in_memory", + "", + " # a service definition id implementing Broadway\\ReadModel\\RepositoryFactory", + " read_model: broadway.read_model.in_memory.repository_factory", + "", + " # service definition ids implementing Broadway\\Serializer\\Serializer", + " serializer:", + " payload: broadway.simple_interface_serializer", + " readmodel: broadway.simple_interface_serializer", + " metadata: broadway.simple_interface_serializer", + "", + " command_handling:", + " dispatch_events: false", + "", + " # a service definition id implementing Psr\\Log\\LoggerInterface", + " logger: null", + "", + " saga:", + " enabled: false", + "", + " # a service definition id implementing Broadway\\Saga\\State\\RepositoryInterface", + " state_repository: broadway.saga.state.in_memory_repository", + "" + ], + "executable": false } }, - "origin": "broadway/broadway-bundle:0.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "0601c67ff07896a752e5a72381a22254ff754ea1" } } } \ No newline at end of file diff --git a/broadway.event-store-dbal.0.1.json b/broadway.event-store-dbal.0.1.json index 63b9fdb2..babf0597 100644 --- a/broadway.event-store-dbal.0.1.json +++ b/broadway.event-store-dbal.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "broadway/event-store-dbal": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "59b36f95fafbf4327a57c2493e02fc57d8c8e6ad" - } - } - }, "manifests": { "broadway/event-store-dbal": { - "repository": "github.com/symfony/recipes-contrib", - "package": "broadway/event-store-dbal", - "version": "0.1", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,20 @@ }, "files": { "config/packages/broadway_event_store_dbal.yaml": { - "contents": "broadway:\n event_store:\n dbal:\n enabled: true\n connection: 'default'\n table: 'events'\n use_binary: true\n", - "executable": false, - "encoding": "" + "contents": [ + "broadway:", + " event_store:", + " dbal:", + " enabled: true", + " connection: 'default'", + " table: 'events'", + " use_binary: true", + "" + ], + "executable": false } }, - "origin": "broadway/event-store-dbal:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "59b36f95fafbf4327a57c2493e02fc57d8c8e6ad" } } } \ No newline at end of file diff --git a/broadway.event-store-dbal.0.2.json b/broadway.event-store-dbal.0.2.json index cf7ee672..7b0b1dc5 100644 --- a/broadway.event-store-dbal.0.2.json +++ b/broadway.event-store-dbal.0.2.json @@ -1,20 +1,6 @@ { - "locks": { - "broadway/event-store-dbal": { - "version": "0.2", - "recipe": { - "repo": "0.2", - "branch": "master", - "version": "0.2", - "ref": "a8e44b60058a2798f65be93037aa1562f4de60eb" - } - } - }, "manifests": { "broadway/event-store-dbal": { - "repository": "github.com/symfony/recipes-contrib", - "package": "broadway/event-store-dbal", - "version": "0.2", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,26 @@ }, "files": { "config/packages/broadway_event_store_dbal.yaml": { - "contents": "broadway:\n event_store: broadway.event_store.dbal\n\nservices:\n broadway.event_store.dbal:\n class: Broadway\\EventStore\\Dbal\\DBALEventStore\n arguments:\n - \"@doctrine.dbal.default_connection\"\n - \"@broadway.serializer.payload\"\n - \"@broadway.serializer.metadata\"\n - \"events\"\n - false\n - \"@broadway.uuid.converter\"\n", - "executable": false, - "encoding": "" + "contents": [ + "broadway:", + " event_store: broadway.event_store.dbal", + "", + "services:", + " broadway.event_store.dbal:", + " class: Broadway\\EventStore\\Dbal\\DBALEventStore", + " arguments:", + " - \"@doctrine.dbal.default_connection\"", + " - \"@broadway.serializer.payload\"", + " - \"@broadway.serializer.metadata\"", + " - \"events\"", + " - false", + " - \"@broadway.uuid.converter\"", + "" + ], + "executable": false } }, - "origin": "broadway/event-store-dbal:0.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a8e44b60058a2798f65be93037aa1562f4de60eb" } } } \ No newline at end of file diff --git a/broadway.event-store-mongodb.0.2.json b/broadway.event-store-mongodb.0.2.json index 0937c58f..b4f20ad0 100644 --- a/broadway.event-store-mongodb.0.2.json +++ b/broadway.event-store-mongodb.0.2.json @@ -1,20 +1,6 @@ { - "locks": { - "broadway/event-store-mongodb": { - "version": "0.2", - "recipe": { - "repo": "0.2", - "branch": "master", - "version": "0.2", - "ref": "0c47913c3bd0ddb01d6a9fcebf336ecfea076d92" - } - } - }, "manifests": { "broadway/event-store-mongodb": { - "repository": "github.com/symfony/recipes-contrib", - "package": "broadway/event-store-mongodb", - "version": "0.2", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -30,13 +16,29 @@ }, "files": { "config/packages/broadway_event_store_mongodb.yaml": { - "contents": "broadway:\n event_store: broadway.event_store.mongodb\n\nservices:\n broadway.event_store.mongodb_client:\n class: MongoDB\\Client\n arguments: ['%mongodb_uri%']\n\n broadway.event_store.mongodb_collection:\n class: MongoDB\\Collection\n factory: ['@broadway.event_store.mongodb_client', selectCollection]\n arguments: ['%mongodb_database%', 'events']\n\n broadway.event_store.mongodb:\n class: Broadway\\EventStore\\MongoDB\\MongoDBEventStore\n arguments: ['@broadway.event_store.mongodb_collection', '@broadway.serializer.payload', '@broadway.serializer.metadata']\n", - "executable": false, - "encoding": "" + "contents": [ + "broadway:", + " event_store: broadway.event_store.mongodb", + "", + "services:", + " broadway.event_store.mongodb_client:", + " class: MongoDB\\Client", + " arguments: ['%mongodb_uri%']", + "", + " broadway.event_store.mongodb_collection:", + " class: MongoDB\\Collection", + " factory: ['@broadway.event_store.mongodb_client', selectCollection]", + " arguments: ['%mongodb_database%', 'events']", + "", + " broadway.event_store.mongodb:", + " class: Broadway\\EventStore\\MongoDB\\MongoDBEventStore", + " arguments: ['@broadway.event_store.mongodb_collection', '@broadway.serializer.payload', '@broadway.serializer.metadata']", + "" + ], + "executable": false } }, - "origin": "broadway/event-store-mongodb:0.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "0c47913c3bd0ddb01d6a9fcebf336ecfea076d92" } } } \ No newline at end of file diff --git a/broadway.read-model-elasticsearch.0.3.json b/broadway.read-model-elasticsearch.0.3.json index 12f63fb0..9d006f57 100644 --- a/broadway.read-model-elasticsearch.0.3.json +++ b/broadway.read-model-elasticsearch.0.3.json @@ -1,20 +1,6 @@ { - "locks": { - "broadway/read-model-elasticsearch": { - "version": "0.3", - "recipe": { - "repo": "0.3", - "branch": "master", - "version": "0.3", - "ref": "9afaea6bf879d010ff3d10395e2e21e02388462c" - } - } - }, "manifests": { "broadway/read-model-elasticsearch": { - "repository": "github.com/symfony/recipes-contrib", - "package": "broadway/read-model-elasticsearch", - "version": "0.3", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -25,13 +11,31 @@ }, "files": { "config/packages/broadway_read_model_elasticsearch.yaml": { - "contents": "broadway:\n read_model: broadway.read_model.elasticsearch.repository_factory\n\nservices:\n broadway.elasticsearch.client_factory:\n class: Broadway\\ReadModel\\ElasticSearch\\ElasticSearchClientFactory\n\n broadway.read_model.elasticsearch.repository_factory:\n class: Broadway\\ReadModel\\ElasticSearch\\ElasticSearchRepositoryFactory\n arguments:\n - \"@broadway.elasticsearch.client\"\n - \"@broadway.serializer.readmodel\"\n\n broadway.elasticsearch.client:\n class: Elasticsearch\\Client\n factory: ['@broadway.elasticsearch.client_factory', create]\n arguments:\n - \"%elasticsearch%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "broadway:", + " read_model: broadway.read_model.elasticsearch.repository_factory", + "", + "services:", + " broadway.elasticsearch.client_factory:", + " class: Broadway\\ReadModel\\ElasticSearch\\ElasticSearchClientFactory", + "", + " broadway.read_model.elasticsearch.repository_factory:", + " class: Broadway\\ReadModel\\ElasticSearch\\ElasticSearchRepositoryFactory", + " arguments:", + " - \"@broadway.elasticsearch.client\"", + " - \"@broadway.serializer.readmodel\"", + "", + " broadway.elasticsearch.client:", + " class: Elasticsearch\\Client", + " factory: ['@broadway.elasticsearch.client_factory', create]", + " arguments:", + " - \"%elasticsearch%\"", + "" + ], + "executable": false } }, - "origin": "broadway/read-model-elasticsearch:0.3@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "9afaea6bf879d010ff3d10395e2e21e02388462c" } } } \ No newline at end of file diff --git a/broadway.read-model-mongodb.0.2.json b/broadway.read-model-mongodb.0.2.json index ec030279..58751dd9 100644 --- a/broadway.read-model-mongodb.0.2.json +++ b/broadway.read-model-mongodb.0.2.json @@ -1,20 +1,6 @@ { - "locks": { - "broadway/read-model-mongodb": { - "version": "0.2", - "recipe": { - "repo": "0.2", - "branch": "master", - "version": "0.2", - "ref": "41d08827ba6eae0d103bccdef8267612fc7b78e1" - } - } - }, "manifests": { "broadway/read-model-mongodb": { - "repository": "github.com/symfony/recipes-contrib", - "package": "broadway/read-model-mongodb", - "version": "0.2", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -30,13 +16,31 @@ }, "files": { "config/packages/broadway_read_model_mongodb.yaml": { - "contents": "broadway:\n read_model: broadway.read_model.mongodb.repository_factory\n\nservices:\n broadway.read_model.mongodb_client:\n class: MongoDB\\Client\n arguments: ['%mongodb_uri%']\n\n broadway.read_model.mongodb_collection:\n class: MongoDB\\Collection\n factory: ['@broadway.read_model.mongodb_client', selectCollection]\n arguments: ['%mongodb_database%', 'read_models']\n\n broadway.read_model.mongodb.repository_factory:\n class: Broadway\\ReadModel\\MongoDB\\MongoDBRepositoryFactory\n arguments:\n - \"@broadway.read_model.mongodb_collection\"\n - \"@broadway.serializer.readmodel\"\n", - "executable": false, - "encoding": "" + "contents": [ + "broadway:", + " read_model: broadway.read_model.mongodb.repository_factory", + "", + "services:", + " broadway.read_model.mongodb_client:", + " class: MongoDB\\Client", + " arguments: ['%mongodb_uri%']", + "", + " broadway.read_model.mongodb_collection:", + " class: MongoDB\\Collection", + " factory: ['@broadway.read_model.mongodb_client', selectCollection]", + " arguments: ['%mongodb_database%', 'read_models']", + "", + " broadway.read_model.mongodb.repository_factory:", + " class: Broadway\\ReadModel\\MongoDB\\MongoDBRepositoryFactory", + " arguments:", + " - \"@broadway.read_model.mongodb_collection\"", + " - \"@broadway.serializer.readmodel\"", + "" + ], + "executable": false } }, - "origin": "broadway/read-model-mongodb:0.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "41d08827ba6eae0d103bccdef8267612fc7b78e1" } } } \ No newline at end of file diff --git a/bukashk0zzz.filter-bundle.2.0.json b/bukashk0zzz.filter-bundle.2.0.json index 1bea06b4..8d892202 100644 --- a/bukashk0zzz.filter-bundle.2.0.json +++ b/bukashk0zzz.filter-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "bukashk0zzz/filter-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "0f1035a5f7174f09663157a87f9a0849e85ed369" - } - } - }, "manifests": { "bukashk0zzz/filter-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "bukashk0zzz/filter-bundle", - "version": "2.0", "manifest": { "bundles": { "Bukashk0zzz\\FilterBundle\\Bukashk0zzzFilterBundle": [ @@ -27,13 +13,16 @@ }, "files": { "config/packages/bukashk0zzz_filter.yaml": { - "contents": "bukashk0zzz_filter:\n # Enable if you need auto filtering form data before constraint(Validation) check\n auto_filter_forms: false\n", - "executable": false, - "encoding": "" + "contents": [ + "bukashk0zzz_filter:", + " # Enable if you need auto filtering form data before constraint(Validation) check", + " auto_filter_forms: false", + "" + ], + "executable": false } }, - "origin": "bukashk0zzz/filter-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "0f1035a5f7174f09663157a87f9a0849e85ed369" } } } \ No newline at end of file diff --git a/bukashk0zzz.liip-imagine-serialization-bundle.2.0.json b/bukashk0zzz.liip-imagine-serialization-bundle.2.0.json index 978c7585..860f7c1f 100644 --- a/bukashk0zzz.liip-imagine-serialization-bundle.2.0.json +++ b/bukashk0zzz.liip-imagine-serialization-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "bukashk0zzz/liip-imagine-serialization-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "2e99dff254583c4fec409c7b98a267501fd4e27c" - } - } - }, "manifests": { "bukashk0zzz/liip-imagine-serialization-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "bukashk0zzz/liip-imagine-serialization-bundle", - "version": "2.0", "manifest": { "bundles": { "Bukashk0zzz\\LiipImagineSerializationBundle\\Bukashk0zzzLiipImagineSerializationBundle": [ @@ -27,13 +13,19 @@ }, "files": { "config/packages/bukashk0zzz_liip_imagine_serialization.yaml": { - "contents": "bukashk0zzz_liip_imagine_serialization:\n # Set true for generating url for vichUploader fields\n vichUploaderSerialize: false\n\n # Set true for adding original field value to object\n includeOriginal: false\n", - "executable": false, - "encoding": "" + "contents": [ + "bukashk0zzz_liip_imagine_serialization:", + " # Set true for generating url for vichUploader fields", + " vichUploaderSerialize: false", + "", + " # Set true for adding original field value to object", + " includeOriginal: false", + "" + ], + "executable": false } }, - "origin": "bukashk0zzz/liip-imagine-serialization-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "2e99dff254583c4fec409c7b98a267501fd4e27c" } } } \ No newline at end of file diff --git a/cache.adapter-bundle.1.1.json b/cache.adapter-bundle.1.1.json index 8b65a96c..f7f4fd3e 100644 --- a/cache.adapter-bundle.1.1.json +++ b/cache.adapter-bundle.1.1.json @@ -1,20 +1,6 @@ { - "locks": { - "cache/adapter-bundle": { - "version": "1.1", - "recipe": { - "repo": "1.1", - "branch": "master", - "version": "1.1", - "ref": "808d9142e173dfca88ef8b9aa72a7431d63caf27" - } - } - }, "manifests": { "cache/adapter-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "cache/adapter-bundle", - "version": "1.1", "manifest": { "bundles": { "Cache\\AdapterBundle\\CacheAdapterBundle": [ @@ -30,13 +16,17 @@ }, "files": { "config/packages/cache_adapter.yaml": { - "contents": "cache_adapter:\n providers:\n default:\n factory: cache.factory.array\n", - "executable": false, - "encoding": "" + "contents": [ + "cache_adapter:", + " providers:", + " default:", + " factory: cache.factory.array", + "" + ], + "executable": false } }, - "origin": "cache/adapter-bundle:1.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "808d9142e173dfca88ef8b9aa72a7431d63caf27" } } } \ No newline at end of file diff --git a/cache.cache-bundle.1.0.json b/cache.cache-bundle.1.0.json index 9f494c02..4b0c4b6c 100644 --- a/cache.cache-bundle.1.0.json +++ b/cache.cache-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "cache/cache-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "817d06a0a3bea320ef72beb249285c7988ee9566" - } - } - }, "manifests": { "cache/cache-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "cache/cache-bundle", - "version": "1.0", "manifest": { "bundles": { "Cache\\CacheBundle\\CacheBundle": [ @@ -31,13 +17,27 @@ }, "files": { "config/packages/cache.yaml": { - "contents": "cache:\n session:\n enabled: \"%env(bool:SESSION_CACHE_ENABLED)%\"\n service_id: \"cache.provider.default\"\n use_tagging: true\n ttl: 7200\n router:\n enabled: \"%env(bool:ROUTER_CACHE_ENABLED)%\"\n service_id: \"cache.provider.default\"\n ttl: 86400\n logging:\n enabled: \"%env(bool:APP_DEBUG)%\"\n logger: \"logger\"\n level: \"info\"\n", - "executable": false, - "encoding": "" + "contents": [ + "cache:", + " session:", + " enabled: \"%env(bool:SESSION_CACHE_ENABLED)%\"", + " service_id: \"cache.provider.default\"", + " use_tagging: true", + " ttl: 7200", + " router:", + " enabled: \"%env(bool:ROUTER_CACHE_ENABLED)%\"", + " service_id: \"cache.provider.default\"", + " ttl: 86400", + " logging:", + " enabled: \"%env(bool:APP_DEBUG)%\"", + " logger: \"logger\"", + " level: \"info\"", + "" + ], + "executable": false } }, - "origin": "cache/cache-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "817d06a0a3bea320ef72beb249285c7988ee9566" } } } \ No newline at end of file diff --git a/ckrack.optimus-bundle.0.1.json b/ckrack.optimus-bundle.0.1.json index 42e1317c..0c234314 100644 --- a/ckrack.optimus-bundle.0.1.json +++ b/ckrack.optimus-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "ckrack/optimus-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "dc65a1523edeec7cbf073af3814a5ae0dbc954a7" - } - } - }, "manifests": { "ckrack/optimus-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "ckrack/optimus-bundle", - "version": "0.1", "manifest": { "bundles": { "Ckrack\\OptimusBundle\\CkrackOptimusBundle": [ @@ -40,13 +26,21 @@ }, "files": { "config/packages/ckrack_optimus.yaml": { - "contents": "ckrack_optimus:\n # Set options, as documented at https://github.com/jenssegers/optimus#usage\n prime: \"%env(int:OPTIMUS_PRIME)%\"\n inverse: \"%env(int:OPTIMUS_INVERSE)%\"\n random: \"%env(int:OPTIMUS_RANDOM)%\"\n\n # if set to true, param converter will continue with the next available param converters\n passthrough: true\n", - "executable": false, - "encoding": "" + "contents": [ + "ckrack_optimus:", + " # Set options, as documented at https://github.com/jenssegers/optimus#usage", + " prime: \"%env(int:OPTIMUS_PRIME)%\"", + " inverse: \"%env(int:OPTIMUS_INVERSE)%\"", + " random: \"%env(int:OPTIMUS_RANDOM)%\"", + "", + " # if set to true, param converter will continue with the next available param converters", + " passthrough: true", + "" + ], + "executable": false } }, - "origin": "ckrack/optimus-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "dc65a1523edeec7cbf073af3814a5ae0dbc954a7" } } } \ No newline at end of file diff --git a/codebuds.mattermost-publication-bundle.0.3.json b/codebuds.mattermost-publication-bundle.0.3.json index 1ce120e2..91aeab7e 100644 --- a/codebuds.mattermost-publication-bundle.0.3.json +++ b/codebuds.mattermost-publication-bundle.0.3.json @@ -1,20 +1,6 @@ { - "locks": { - "codebuds/mattermost-publication-bundle": { - "version": "0.3", - "recipe": { - "repo": "0.3", - "branch": "master", - "version": "0.3", - "ref": "58f0ed3809bec1377c9300348997777fcc4f6d94" - } - } - }, "manifests": { "codebuds/mattermost-publication-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "codebuds/mattermost-publication-bundle", - "version": "0.3", "manifest": { "bundles": { "CodeBuds\\MattermostPublicationBundle\\MattermostPublicationBundle": [ @@ -30,13 +16,18 @@ }, "files": { "config/packages/mattermost_publication.yaml": { - "contents": "mattermost_publication:\n webhook_url: '%env(MATTERMOST_WEBHOOK_URL)%'\n # You can also set the default channel, username and icon_url\n # for more information you can checkout the bundle documentation\n # https://github.com/codebuds33/mattermost-publication-bundle/blob/master/README.md\n", - "executable": false, - "encoding": "" + "contents": [ + "mattermost_publication:", + " webhook_url: '%env(MATTERMOST_WEBHOOK_URL)%'", + " # You can also set the default channel, username and icon_url", + " # for more information you can checkout the bundle documentation", + " # https://github.com/codebuds33/mattermost-publication-bundle/blob/master/README.md", + "" + ], + "executable": false } }, - "origin": "codebuds/mattermost-publication-bundle:0.3@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "58f0ed3809bec1377c9300348997777fcc4f6d94" } } } \ No newline at end of file diff --git a/codeception.codeception.2.3.json b/codeception.codeception.2.3.json index aa891563..0f43fd82 100644 --- a/codeception.codeception.2.3.json +++ b/codeception.codeception.2.3.json @@ -1,20 +1,6 @@ { - "locks": { - "codeception/codeception": { - "version": "2.3", - "recipe": { - "repo": "2.3", - "branch": "master", - "version": "2.3", - "ref": "30798e46831f4fc641fca83c0423918518901cd7" - } - } - }, "manifests": { "codeception/codeception": { - "repository": "github.com/symfony/recipes-contrib", - "package": "codeception/codeception", - "version": "2.3", "manifest": { "copy-from-recipe": { "codeception.yml": "codeception.yml", @@ -39,88 +25,266 @@ }, "files": { "codeception.yml": { - "contents": "namespace: App\\Tests\npaths:\n tests: tests\n output: tests/_output\n data: tests/_data\n support: tests/_support\n envs: tests/_envs\nactor_suffix: Tester\nextensions:\n enabled:\n - Codeception\\Extension\\RunFailed\nparams:\n - .env\n", - "executable": false, - "encoding": "" + "contents": [ + "namespace: App\\Tests", + "paths:", + " tests: tests", + " output: tests/_output", + " data: tests/_data", + " support: tests/_support", + " envs: tests/_envs", + "actor_suffix: Tester", + "extensions:", + " enabled:", + " - Codeception\\Extension\\RunFailed", + "params:", + " - .env", + "" + ], + "executable": false }, "tests/unit/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "tests/_output/.gitignore": { - "contents": "*\n!.gitignore\n", - "executable": false, - "encoding": "" + "contents": [ + "*", + "!.gitignore", + "" + ], + "executable": false }, "tests/_data/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "tests/unit.suite.yml": { - "contents": "# Codeception Test Suite Configuration\n#\n# Suite for unit or integration tests.\n\nactor: UnitTester\nmodules:\n enabled:\n - Asserts\n - \\App\\Tests\\Helper\\Unit\n", - "executable": false, - "encoding": "" + "contents": [ + "# Codeception Test Suite Configuration", + "#", + "# Suite for unit or integration tests.", + "", + "actor: UnitTester", + "modules:", + " enabled:", + " - Asserts", + " - \\App\\Tests\\Helper\\Unit", + "" + ], + "executable": false }, "tests/functional/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "tests/functional.suite.yml": { - "contents": "# Codeception Test Suite Configuration\n#\n# Suite for functional tests\n# Emulate web requests and make application process them\n# Include one of framework modules (Symfony2, Yii2, Laravel5) to use it\n# Remove this suite if you don't use frameworks\n\nactor: FunctionalTester\nmodules:\n enabled:\n - Symfony:\n app_path: 'src'\n environment: 'test'\n# - Doctrine2:\n# depends: Symfony\n# cleanup: true\n - \\App\\Tests\\Helper\\Functional\n", - "executable": false, - "encoding": "" + "contents": [ + "# Codeception Test Suite Configuration", + "#", + "# Suite for functional tests", + "# Emulate web requests and make application process them", + "# Include one of framework modules (Symfony2, Yii2, Laravel5) to use it", + "# Remove this suite if you don't use frameworks", + "", + "actor: FunctionalTester", + "modules:", + " enabled:", + " - Symfony:", + " app_path: 'src'", + " environment: 'test'", + "# - Doctrine2:", + "# depends: Symfony", + "# cleanup: true", + " - \\App\\Tests\\Helper\\Functional", + "" + ], + "executable": false }, "tests/acceptance.suite.yml": { - "contents": "# Codeception Test Suite Configuration\n#\n# Suite for acceptance tests.\n# Perform tests in browser using the WebDriver or PhpBrowser.\n# If you need both WebDriver and PHPBrowser tests - create a separate suite.\n\nactor: AcceptanceTester\nmodules:\n enabled:\n - PhpBrowser:\n url: http://localhost:8000\n - \\App\\Tests\\Helper\\Acceptance\n", - "executable": false, - "encoding": "" + "contents": [ + "# Codeception Test Suite Configuration", + "#", + "# Suite for acceptance tests.", + "# Perform tests in browser using the WebDriver or PhpBrowser.", + "# If you need both WebDriver and PHPBrowser tests - create a separate suite.", + "", + "actor: AcceptanceTester", + "modules:", + " enabled:", + " - PhpBrowser:", + " url: http://localhost:8000", + " - \\App\\Tests\\Helper\\Acceptance", + "" + ], + "executable": false }, "tests/acceptance/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "tests/_support/_generated/.gitignore": { - "contents": "*\n!.gitignore\n", - "executable": false, - "encoding": "" + "contents": [ + "*", + "!.gitignore", + "" + ], + "executable": false }, "tests/_support/AcceptanceTester.php": { - "contents": "createQueryBuilder('u')\n ->andWhere('u.exampleField = :val')\n ->setParameter('val', $value)\n ->orderBy('u.id', 'ASC')\n ->setMaxResults(10)\n ->getQuery()\n ->getResult()\n ;\n }\n */\n\n /*\n public function findOneBySomeField($value): ?User\n {\n return $this->createQueryBuilder('u')\n ->andWhere('u.exampleField = :val')\n ->setParameter('val', $value)\n ->getQuery()\n ->getOneOrNullResult()\n ;\n }\n */\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "createQueryBuilder('u')", + " ->andWhere('u.exampleField = :val')", + " ->setParameter('val', $value)", + " ->orderBy('u.id', 'ASC')", + " ->setMaxResults(10)", + " ->getQuery()", + " ->getResult()", + " ;", + " }", + " */", + "", + " /*", + " public function findOneBySomeField($value): ?User", + " {", + " return $this->createQueryBuilder('u')", + " ->andWhere('u.exampleField = :val')", + " ->setParameter('val', $value)", + " ->getQuery()", + " ->getOneOrNullResult()", + " ;", + " }", + " */", + "}", + "" + ], + "executable": false }, "src/Entity/User.php": { - "contents": "ENQUEUE_DSN=amqp+bunny://guest:guest@localhost:5672/%2f", @@ -25,8 +11,7 @@ ] }, "files": [], - "origin": "enqueue/amqp-bunny:0.7@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "fa1a9a0c5ad7a58ced6401f2b9d66d6078679715" } } } \ No newline at end of file diff --git a/enqueue.amqp-ext.0.4.json b/enqueue.amqp-ext.0.4.json index 58f17939..7cc09a3f 100644 --- a/enqueue.amqp-ext.0.4.json +++ b/enqueue.amqp-ext.0.4.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/amqp-ext": { - "version": "0.4", - "recipe": { - "repo": "0.4", - "branch": "master", - "version": "0.4", - "ref": "e1028252228d9f5d7c25bc314e6c39e611622d5d" - } - } - }, "manifests": { "enqueue/amqp-ext": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/amqp-ext", - "version": "0.4", "manifest": { "post-install-output": [ " * Configure ENQUEUE_DSN=amqp://user:pass@example.com:10000/%2f", @@ -25,8 +11,7 @@ ] }, "files": [], - "origin": "enqueue/amqp-ext:0.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "e1028252228d9f5d7c25bc314e6c39e611622d5d" } } } \ No newline at end of file diff --git a/enqueue.amqp-ext.0.7.json b/enqueue.amqp-ext.0.7.json index cf8a6de8..7fe5f19e 100644 --- a/enqueue.amqp-ext.0.7.json +++ b/enqueue.amqp-ext.0.7.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/amqp-ext": { - "version": "0.7", - "recipe": { - "repo": "0.7", - "branch": "master", - "version": "0.7", - "ref": "3c5175ca17ff2dc08715e460214e9ce77aa46580" - } - } - }, "manifests": { "enqueue/amqp-ext": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/amqp-ext", - "version": "0.7", "manifest": { "post-install-output": [ " * Configure ENQUEUE_DSN=amqp+ext://user:pass@example.com:10000/%2f", @@ -25,8 +11,7 @@ ] }, "files": [], - "origin": "enqueue/amqp-ext:0.7@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "3c5175ca17ff2dc08715e460214e9ce77aa46580" } } } \ No newline at end of file diff --git a/enqueue.amqp-lib.0.7.json b/enqueue.amqp-lib.0.7.json index 7056942d..e6d67441 100644 --- a/enqueue.amqp-lib.0.7.json +++ b/enqueue.amqp-lib.0.7.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/amqp-lib": { - "version": "0.7", - "recipe": { - "repo": "0.7", - "branch": "master", - "version": "0.7", - "ref": "ea8241520598c6cd918d0bd62294be11413dfd69" - } - } - }, "manifests": { "enqueue/amqp-lib": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/amqp-lib", - "version": "0.7", "manifest": { "post-install-output": [ " * Configure ENQUEUE_DSN=amqp+lib://user:pass@example.com:10000/%2f", @@ -25,8 +11,7 @@ ] }, "files": [], - "origin": "enqueue/amqp-lib:0.7@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "ea8241520598c6cd918d0bd62294be11413dfd69" } } } \ No newline at end of file diff --git a/enqueue.async-command.0.9.json b/enqueue.async-command.0.9.json index f2928bc5..1737640c 100644 --- a/enqueue.async-command.0.9.json +++ b/enqueue.async-command.0.9.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/async-command": { - "version": "0.9", - "recipe": { - "repo": "0.9", - "branch": "master", - "version": "0.9", - "ref": "33ae5f9fb18cf9a966974c8cced466cc05eac799" - } - } - }, "manifests": { "enqueue/async-command": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/async-command", - "version": "0.9", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,16 @@ }, "files": { "config/packages/enqueue_async_command.yaml": { - "contents": "enqueue:\n default:\n async_commands: true\n", - "executable": false, - "encoding": "" + "contents": [ + "enqueue:", + " default:", + " async_commands: true", + "" + ], + "executable": false } }, - "origin": "enqueue/async-command:0.9@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "33ae5f9fb18cf9a966974c8cced466cc05eac799" } } } \ No newline at end of file diff --git a/enqueue.async-event-dispatcher.0.7.json b/enqueue.async-event-dispatcher.0.7.json index 9502f0c9..4df3dca4 100644 --- a/enqueue.async-event-dispatcher.0.7.json +++ b/enqueue.async-event-dispatcher.0.7.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/async-event-dispatcher": { - "version": "0.7", - "recipe": { - "repo": "0.7", - "branch": "master", - "version": "0.7", - "ref": "9e937ccb79e08b978f91fb816d4e6d645813113a" - } - } - }, "manifests": { "enqueue/async-event-dispatcher": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/async-event-dispatcher", - "version": "0.7", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,18 @@ }, "files": { "config/packages/enqueue_async_event_dispatcher.yaml": { - "contents": "enqueue:\n async_events:\n enabled: true\n # if you'd like to send send messages onTerminate use spool_producer (it makes response time even lesser):\n # spool_producer: true\n", - "executable": false, - "encoding": "" + "contents": [ + "enqueue:", + " async_events:", + " enabled: true", + " # if you'd like to send send messages onTerminate use spool_producer (it makes response time even lesser):", + " # spool_producer: true", + "" + ], + "executable": false } }, - "origin": "enqueue/async-event-dispatcher:0.7@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "9e937ccb79e08b978f91fb816d4e6d645813113a" } } } \ No newline at end of file diff --git a/enqueue.async-event-dispatcher.0.9.json b/enqueue.async-event-dispatcher.0.9.json index e0b85413..ce0f8b81 100644 --- a/enqueue.async-event-dispatcher.0.9.json +++ b/enqueue.async-event-dispatcher.0.9.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/async-event-dispatcher": { - "version": "0.9", - "recipe": { - "repo": "0.9", - "branch": "master", - "version": "0.9", - "ref": "5a6f3bb8af169c434797b6ee623a5ea3dc64b86c" - } - } - }, "manifests": { "enqueue/async-event-dispatcher": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/async-event-dispatcher", - "version": "0.9", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,16 @@ }, "files": { "config/packages/enqueue_async_event_dispatcher.yaml": { - "contents": "enqueue:\n default:\n async_events: true\n", - "executable": false, - "encoding": "" + "contents": [ + "enqueue:", + " default:", + " async_events: true", + "" + ], + "executable": false } }, - "origin": "enqueue/async-event-dispatcher:0.9@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "5a6f3bb8af169c434797b6ee623a5ea3dc64b86c" } } } \ No newline at end of file diff --git a/enqueue.dbal.0.4.json b/enqueue.dbal.0.4.json index 7b76870b..40395ccc 100644 --- a/enqueue.dbal.0.4.json +++ b/enqueue.dbal.0.4.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/dbal": { - "version": "0.4", - "recipe": { - "repo": "0.4", - "branch": "master", - "version": "0.4", - "ref": "4dd47013ecec8a158d186f63ec4b51f1defff897" - } - } - }, "manifests": { "enqueue/dbal": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/dbal", - "version": "0.4", "manifest": { "post-install-output": [ " * Configure ENQUEUE_DSN=mysql://user:pass@localhost:3306/mqdev", @@ -29,8 +15,7 @@ ] }, "files": [], - "origin": "enqueue/dbal:0.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "4dd47013ecec8a158d186f63ec4b51f1defff897" } } } \ No newline at end of file diff --git a/enqueue.enqueue-bundle.0.4.json b/enqueue.enqueue-bundle.0.4.json index c8f58c1a..754b7cfa 100644 --- a/enqueue.enqueue-bundle.0.4.json +++ b/enqueue.enqueue-bundle.0.4.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/enqueue-bundle": { - "version": "0.4", - "recipe": { - "repo": "0.4", - "branch": "master", - "version": "0.4", - "ref": "e6967b803aa3ae4b09fcaab0102d79798726d032" - } - } - }, "manifests": { "enqueue/enqueue-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/enqueue-bundle", - "version": "0.4", "manifest": { "bundles": { "Enqueue\\Bundle\\EnqueueBundle": [ @@ -30,18 +16,28 @@ }, "files": { "config/packages/enqueue.yaml": { - "contents": "enqueue:\n transport:\n default: '%env(resolve:ENQUEUE_DSN)%'\n client: null\n", - "executable": false, - "encoding": "" + "contents": [ + "enqueue:", + " transport:", + " default: '%env(resolve:ENQUEUE_DSN)%'", + " client: null", + "" + ], + "executable": false }, "config/packages/test/enqueue.yaml": { - "contents": "enqueue:\n transport:\n default: 'null://'\n client:\n traceable_producer: true\n", - "executable": false, - "encoding": "" + "contents": [ + "enqueue:", + " transport:", + " default: 'null://'", + " client:", + " traceable_producer: true", + "" + ], + "executable": false } }, - "origin": "enqueue/enqueue-bundle:0.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "e6967b803aa3ae4b09fcaab0102d79798726d032" } } } \ No newline at end of file diff --git a/enqueue.enqueue-bundle.0.9.json b/enqueue.enqueue-bundle.0.9.json index b711f435..ce4d47bf 100644 --- a/enqueue.enqueue-bundle.0.9.json +++ b/enqueue.enqueue-bundle.0.9.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/enqueue-bundle": { - "version": "0.9", - "recipe": { - "repo": "0.9", - "branch": "master", - "version": "0.9", - "ref": "c6ec89b63f963d10ad0d7a7bea170359c119c8bc" - } - } - }, "manifests": { "enqueue/enqueue-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/enqueue-bundle", - "version": "0.9", "manifest": { "bundles": { "Enqueue\\Bundle\\EnqueueBundle": [ @@ -30,18 +16,28 @@ }, "files": { "config/packages/enqueue.yaml": { - "contents": "enqueue:\n default:\n transport: '%env(resolve:ENQUEUE_DSN)%'\n client: null\n", - "executable": false, - "encoding": "" + "contents": [ + "enqueue:", + " default:", + " transport: '%env(resolve:ENQUEUE_DSN)%'", + " client: null", + "" + ], + "executable": false }, "config/packages/test/enqueue.yaml": { - "contents": "enqueue:\n default:\n transport: 'null:'\n client:\n traceable_producer: true\n", - "executable": false, - "encoding": "" + "contents": [ + "enqueue:", + " default:", + " transport: 'null:'", + " client:", + " traceable_producer: true", + "" + ], + "executable": false } }, - "origin": "enqueue/enqueue-bundle:0.9@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "c6ec89b63f963d10ad0d7a7bea170359c119c8bc" } } } \ No newline at end of file diff --git a/enqueue.fs.0.4.json b/enqueue.fs.0.4.json index 6697765d..27afa98a 100644 --- a/enqueue.fs.0.4.json +++ b/enqueue.fs.0.4.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/fs": { - "version": "0.4", - "recipe": { - "repo": "0.4", - "branch": "master", - "version": "0.4", - "ref": "822505a7de797bd869c5757bb9bae85f647d870d" - } - } - }, "manifests": { "enqueue/fs": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/fs", - "version": "0.4", "manifest": { "post-install-output": [ " * Configure ENQUEUE_DSN=file://%kernel.project_dir%/var/queue", @@ -25,8 +11,7 @@ ] }, "files": [], - "origin": "enqueue/fs:0.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "822505a7de797bd869c5757bb9bae85f647d870d" } } } \ No newline at end of file diff --git a/enqueue.gearman.0.7.json b/enqueue.gearman.0.7.json index 958bdf88..765f4c07 100644 --- a/enqueue.gearman.0.7.json +++ b/enqueue.gearman.0.7.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/gearman": { - "version": "0.7", - "recipe": { - "repo": "0.7", - "branch": "master", - "version": "0.7", - "ref": "102e2c2aabba082d3760567c66a000ea5526e964" - } - } - }, "manifests": { "enqueue/gearman": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/gearman", - "version": "0.7", "manifest": { "post-install-output": [ " * Configure ENQUEUE_DSN=gearman://example:5555", @@ -25,8 +11,7 @@ ] }, "files": [], - "origin": "enqueue/gearman:0.7@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "102e2c2aabba082d3760567c66a000ea5526e964" } } } \ No newline at end of file diff --git a/enqueue.gps.0.7.json b/enqueue.gps.0.7.json index d609959a..e33d542e 100644 --- a/enqueue.gps.0.7.json +++ b/enqueue.gps.0.7.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/gps": { - "version": "0.7", - "recipe": { - "repo": "0.7", - "branch": "master", - "version": "0.7", - "ref": "aa20ad2e0e5b30d833b9723d0aee8635816ea206" - } - } - }, "manifests": { "enqueue/gps": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/gps", - "version": "0.7", "manifest": { "env": { "PUBSUB_EMULATOR_HOST": "http://localhost:8900" @@ -30,8 +16,7 @@ ] }, "files": [], - "origin": "enqueue/gps:0.7@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "aa20ad2e0e5b30d833b9723d0aee8635816ea206" } } } \ No newline at end of file diff --git a/enqueue.job-queue-pack.0.8.json b/enqueue.job-queue-pack.0.8.json index f07d5619..bd4f3b33 100644 --- a/enqueue.job-queue-pack.0.8.json +++ b/enqueue.job-queue-pack.0.8.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/job-queue-pack": { - "version": "0.8", - "recipe": { - "repo": "0.8", - "branch": "master", - "version": "0.8", - "ref": "a24c67e3c846bf293a8e95ca7e1b0708fef4b748" - } - } - }, "manifests": { "enqueue/job-queue-pack": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/job-queue-pack", - "version": "0.8", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,24 @@ }, "files": { "config/packages/enqueue_job_queue.yaml": { - "contents": "enqueue:\n job: true\n\ndoctrine:\n orm:\n mappings:\n EnqueueJobQueue:\n is_bundle: false\n type: xml\n dir: '%kernel.project_dir%/vendor/enqueue/job-queue/Doctrine/mapping'\n prefix: 'Enqueue\\JobQueue\\Doctrine\\Entity'\n", - "executable": false, - "encoding": "" + "contents": [ + "enqueue:", + " job: true", + "", + "doctrine:", + " orm:", + " mappings:", + " EnqueueJobQueue:", + " is_bundle: false", + " type: xml", + " dir: '%kernel.project_dir%/vendor/enqueue/job-queue/Doctrine/mapping'", + " prefix: 'Enqueue\\JobQueue\\Doctrine\\Entity'", + "" + ], + "executable": false } }, - "origin": "enqueue/job-queue-pack:0.8@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a24c67e3c846bf293a8e95ca7e1b0708fef4b748" } } } \ No newline at end of file diff --git a/enqueue.job-queue-pack.0.9.json b/enqueue.job-queue-pack.0.9.json index 5663fc50..f64a65b8 100644 --- a/enqueue.job-queue-pack.0.9.json +++ b/enqueue.job-queue-pack.0.9.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/job-queue-pack": { - "version": "0.9", - "recipe": { - "repo": "0.9", - "branch": "master", - "version": "0.9", - "ref": "7d2f96e5f54e85198e4e1c1d611fba7e2726c012" - } - } - }, "manifests": { "enqueue/job-queue-pack": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/job-queue-pack", - "version": "0.9", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,25 @@ }, "files": { "config/packages/enqueue_job_queue.yaml": { - "contents": "enqueue:\n default:\n job: true\n\ndoctrine:\n orm:\n mappings:\n EnqueueJobQueue:\n is_bundle: false\n type: xml\n dir: '%kernel.project_dir%/vendor/enqueue/job-queue/Doctrine/mapping'\n prefix: 'Enqueue\\JobQueue\\Doctrine\\Entity'\n", - "executable": false, - "encoding": "" + "contents": [ + "enqueue:", + " default:", + " job: true", + "", + "doctrine:", + " orm:", + " mappings:", + " EnqueueJobQueue:", + " is_bundle: false", + " type: xml", + " dir: '%kernel.project_dir%/vendor/enqueue/job-queue/Doctrine/mapping'", + " prefix: 'Enqueue\\JobQueue\\Doctrine\\Entity'", + "" + ], + "executable": false } }, - "origin": "enqueue/job-queue-pack:0.9@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "7d2f96e5f54e85198e4e1c1d611fba7e2726c012" } } } \ No newline at end of file diff --git a/enqueue.messenger-adapter.0.1.json b/enqueue.messenger-adapter.0.1.json index cf84aa6e..9a38954f 100644 --- a/enqueue.messenger-adapter.0.1.json +++ b/enqueue.messenger-adapter.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/messenger-adapter": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "9a7119f609b576a30dbf03e4fe44212388e96ea1" - } - } - }, "manifests": { "enqueue/messenger-adapter": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/messenger-adapter", - "version": "0.1", "manifest": { "bundles": { "Enqueue\\MessengerAdapter\\Bundle\\EnqueueAdapterBundle": [ @@ -23,8 +9,7 @@ } }, "files": [], - "origin": "enqueue/messenger-adapter:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "9a7119f609b576a30dbf03e4fe44212388e96ea1" } } } \ No newline at end of file diff --git a/enqueue.mongodb.0.8.json b/enqueue.mongodb.0.8.json index ba518790..52677475 100644 --- a/enqueue.mongodb.0.8.json +++ b/enqueue.mongodb.0.8.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/mongodb": { - "version": "0.8", - "recipe": { - "repo": "0.8", - "branch": "master", - "version": "0.8", - "ref": "a5c95dc09df230a7f877d0b15d7ea38aeb40d32d" - } - } - }, "manifests": { "enqueue/mongodb": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/mongodb", - "version": "0.8", "manifest": { "post-install-output": [ " * Configure ENQUEUE_DSN=mongodb://localhost:27017/db_name", @@ -25,8 +11,7 @@ ] }, "files": [], - "origin": "enqueue/mongodb:0.8@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a5c95dc09df230a7f877d0b15d7ea38aeb40d32d" } } } \ No newline at end of file diff --git a/enqueue.pheanstalk.0.5.json b/enqueue.pheanstalk.0.5.json index 8fc3bdf3..61880027 100644 --- a/enqueue.pheanstalk.0.5.json +++ b/enqueue.pheanstalk.0.5.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/pheanstalk": { - "version": "0.5", - "recipe": { - "repo": "0.5", - "branch": "master", - "version": "0.5", - "ref": "27c30e240fc87e8f8f71a3139ca5099860426d61" - } - } - }, "manifests": { "enqueue/pheanstalk": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/pheanstalk", - "version": "0.5", "manifest": { "post-install-output": [ " * Configure ENQUEUE_DSN=beanstalk://example:5555", @@ -25,8 +11,7 @@ ] }, "files": [], - "origin": "enqueue/pheanstalk:0.5@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "27c30e240fc87e8f8f71a3139ca5099860426d61" } } } \ No newline at end of file diff --git a/enqueue.rdkafka.0.7.json b/enqueue.rdkafka.0.7.json index 0e0bae36..39243d40 100644 --- a/enqueue.rdkafka.0.7.json +++ b/enqueue.rdkafka.0.7.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/rdkafka": { - "version": "0.7", - "recipe": { - "repo": "0.7", - "branch": "master", - "version": "0.7", - "ref": "b3fb412d2190f6b50bc00e4c4835e9e07eb8f75f" - } - } - }, "manifests": { "enqueue/rdkafka": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/rdkafka", - "version": "0.7", "manifest": { "post-install-output": [ " * Configure ENQUEUE_DSN=rdkafka://", @@ -25,8 +11,7 @@ ] }, "files": [], - "origin": "enqueue/rdkafka:0.7@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "b3fb412d2190f6b50bc00e4c4835e9e07eb8f75f" } } } \ No newline at end of file diff --git a/enqueue.rdkafka.0.8.json b/enqueue.rdkafka.0.8.json index 95766329..219ad365 100644 --- a/enqueue.rdkafka.0.8.json +++ b/enqueue.rdkafka.0.8.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/rdkafka": { - "version": "0.8", - "recipe": { - "repo": "0.8", - "branch": "master", - "version": "0.8", - "ref": "52a1ce303070ba433874414402e240cca13ed17d" - } - } - }, "manifests": { "enqueue/rdkafka": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/rdkafka", - "version": "0.8", "manifest": { "post-install-output": [ " * Configure ENQUEUE_DSN=kafka://", @@ -25,8 +11,7 @@ ] }, "files": [], - "origin": "enqueue/rdkafka:0.8@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "52a1ce303070ba433874414402e240cca13ed17d" } } } \ No newline at end of file diff --git a/enqueue.redis.0.7.json b/enqueue.redis.0.7.json index d5028a3f..231121c9 100644 --- a/enqueue.redis.0.7.json +++ b/enqueue.redis.0.7.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/redis": { - "version": "0.7", - "recipe": { - "repo": "0.7", - "branch": "master", - "version": "0.7", - "ref": "9e524ef7bdd0d4af147bc44ccbb9e70c70fd1ee5" - } - } - }, "manifests": { "enqueue/redis": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/redis", - "version": "0.7", "manifest": { "post-install-output": [ " * Configure ENQUEUE_DSN=redis://example.com:1000", @@ -25,8 +11,7 @@ ] }, "files": [], - "origin": "enqueue/redis:0.7@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "9e524ef7bdd0d4af147bc44ccbb9e70c70fd1ee5" } } } \ No newline at end of file diff --git a/enqueue.sqs.0.7.json b/enqueue.sqs.0.7.json index f0fb0948..02ad3c72 100644 --- a/enqueue.sqs.0.7.json +++ b/enqueue.sqs.0.7.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/sqs": { - "version": "0.7", - "recipe": { - "repo": "0.7", - "branch": "master", - "version": "0.7", - "ref": "1249577668563ae1e8c62a3dfce2112a05ed903c" - } - } - }, "manifests": { "enqueue/sqs": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/sqs", - "version": "0.7", "manifest": { "post-install-output": [ " * Configure ENQUEUE_DSN=sqs:?key=aKey&secret=aSecret®ion=aRegion", @@ -25,8 +11,7 @@ ] }, "files": [], - "origin": "enqueue/sqs:0.7@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "1249577668563ae1e8c62a3dfce2112a05ed903c" } } } \ No newline at end of file diff --git a/enqueue.stomp.0.7.json b/enqueue.stomp.0.7.json index 3d591cc2..dfe674f8 100644 --- a/enqueue.stomp.0.7.json +++ b/enqueue.stomp.0.7.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/stomp": { - "version": "0.7", - "recipe": { - "repo": "0.7", - "branch": "master", - "version": "0.7", - "ref": "508c75437a4e05f140d3b51df0a7869451e8ef76" - } - } - }, "manifests": { "enqueue/stomp": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/stomp", - "version": "0.7", "manifest": { "post-install-output": [ " * Configure ENQUEUE_DSN=stomp://example.com:1000?login=theLogin", @@ -25,8 +11,7 @@ ] }, "files": [], - "origin": "enqueue/stomp:0.7@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "508c75437a4e05f140d3b51df0a7869451e8ef76" } } } \ No newline at end of file diff --git a/enqueue.wamp.0.9.json b/enqueue.wamp.0.9.json index c8b04bd4..9ecaa01b 100644 --- a/enqueue.wamp.0.9.json +++ b/enqueue.wamp.0.9.json @@ -1,20 +1,6 @@ { - "locks": { - "enqueue/wamp": { - "version": "0.9", - "recipe": { - "repo": "0.9", - "branch": "master", - "version": "0.9", - "ref": "a0e598c30a4613f9a6dab939bd1ddfa6dae9afae" - } - } - }, "manifests": { "enqueue/wamp": { - "repository": "github.com/symfony/recipes-contrib", - "package": "enqueue/wamp", - "version": "0.9", "manifest": { "post-install-output": [ " * Configure ENQUEUE_DSN=wamp://127.0.0.1:9090", @@ -25,8 +11,7 @@ ] }, "files": [], - "origin": "enqueue/wamp:0.9@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a0e598c30a4613f9a6dab939bd1ddfa6dae9afae" } } } \ No newline at end of file diff --git a/excelwebzone.recaptcha-bundle.1.5.json b/excelwebzone.recaptcha-bundle.1.5.json index 065bf4b0..af4aabcc 100644 --- a/excelwebzone.recaptcha-bundle.1.5.json +++ b/excelwebzone.recaptcha-bundle.1.5.json @@ -1,20 +1,6 @@ { - "locks": { - "excelwebzone/recaptcha-bundle": { - "version": "1.5", - "recipe": { - "repo": "1.5", - "branch": "master", - "version": "1.5", - "ref": "fd4da7bc71749db65bc83abf5d164bfa9c839cf4" - } - } - }, "manifests": { "excelwebzone/recaptcha-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "excelwebzone/recaptcha-bundle", - "version": "1.5", "manifest": { "bundles": { "EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle": [ @@ -31,18 +17,25 @@ }, "files": { "config/packages/dev/ewz_recaptcha.yaml": { - "contents": "ewz_recaptcha:\n enabled: false\n", - "executable": false, - "encoding": "" + "contents": [ + "ewz_recaptcha:", + " enabled: false", + "" + ], + "executable": false }, "config/packages/ewz_recaptcha.yaml": { - "contents": "# See https://github.com/excelwebzone/EWZRecaptchaBundle for full configuration\newz_recaptcha:\n public_key: '%env(EWZ_RECAPTCHA_SITE_KEY)%'\n private_key: '%env(EWZ_RECAPTCHA_SECRET)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "# See https://github.com/excelwebzone/EWZRecaptchaBundle for full configuration", + "ewz_recaptcha:", + " public_key: '%env(EWZ_RECAPTCHA_SITE_KEY)%'", + " private_key: '%env(EWZ_RECAPTCHA_SECRET)%'", + "" + ], + "executable": false } }, - "origin": "excelwebzone/recaptcha-bundle:1.5@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "fd4da7bc71749db65bc83abf5d164bfa9c839cf4" } } } \ No newline at end of file diff --git a/exercise.htmlpurifier-bundle.0.2.json b/exercise.htmlpurifier-bundle.0.2.json index efe7369c..95620a5f 100644 --- a/exercise.htmlpurifier-bundle.0.2.json +++ b/exercise.htmlpurifier-bundle.0.2.json @@ -1,20 +1,6 @@ { - "locks": { - "exercise/htmlpurifier-bundle": { - "version": "0.2", - "recipe": { - "repo": "0.2", - "branch": "master", - "version": "0.2", - "ref": "0b76657841c2ba52647bb1b4a5595a0e3b9f485c" - } - } - }, "manifests": { "exercise/htmlpurifier-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "exercise/htmlpurifier-bundle", - "version": "0.2", "manifest": { "bundles": { "Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle": [ @@ -27,13 +13,18 @@ }, "files": { "config/packages/exercise_html_purifier.yaml": { - "contents": "exercise_html_purifier:\n # full configuration reference: http://htmlpurifier.org/live/configdoc/plain.html\n default:\n # the charset used by the original contents\n Core.Encoding: 'UTF-8'\n", - "executable": false, - "encoding": "" + "contents": [ + "exercise_html_purifier:", + " # full configuration reference: http://htmlpurifier.org/live/configdoc/plain.html", + " default:", + " # the charset used by the original contents", + " Core.Encoding: 'UTF-8'", + "" + ], + "executable": false } }, - "origin": "exercise/htmlpurifier-bundle:0.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "0b76657841c2ba52647bb1b4a5595a0e3b9f485c" } } } \ No newline at end of file diff --git a/exercise.htmlpurifier-bundle.3.0.json b/exercise.htmlpurifier-bundle.3.0.json index 9694707d..aec1d3e5 100644 --- a/exercise.htmlpurifier-bundle.3.0.json +++ b/exercise.htmlpurifier-bundle.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "exercise/htmlpurifier-bundle": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "99590c5352b58fadacd5535337589aba7e44f5a7" - } - } - }, "manifests": { "exercise/htmlpurifier-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "exercise/htmlpurifier-bundle", - "version": "3.0", "manifest": { "bundles": { "Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle": [ @@ -27,13 +13,34 @@ }, "files": { "config/packages/exercise_html_purifier.yaml": { - "contents": "exercise_html_purifier:\n default_cache_serializer_path: '%kernel.cache_dir%/htmlpurifier'\n\n html_profiles:\n default:\n config:\n # the charset used by the original contents\n Core.Encoding: 'UTF-8'\n # full configuration reference: http://htmlpurifier.org/live/configdoc/plain.html\n\n# Read the https://github.com/Exercise/HTMLPurifierBundle/blob/master/README.md file\n# to know how to whitelist elements\n\n# # whitelist attributes by tag\n# attributes: []\n\n# # whitelist elements by name\n# elements: []\n\n# # list of elements that cannot have attributes\n# blank_elements: []\n", - "executable": false, - "encoding": "" + "contents": [ + "exercise_html_purifier:", + " default_cache_serializer_path: '%kernel.cache_dir%/htmlpurifier'", + "", + " html_profiles:", + " default:", + " config:", + " # the charset used by the original contents", + " Core.Encoding: 'UTF-8'", + " # full configuration reference: http://htmlpurifier.org/live/configdoc/plain.html", + "", + "# Read the https://github.com/Exercise/HTMLPurifierBundle/blob/master/README.md file", + "# to know how to whitelist elements", + "", + "# # whitelist attributes by tag", + "# attributes: []", + "", + "# # whitelist elements by name", + "# elements: []", + "", + "# # list of elements that cannot have attributes", + "# blank_elements: []", + "" + ], + "executable": false } }, - "origin": "exercise/htmlpurifier-bundle:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "99590c5352b58fadacd5535337589aba7e44f5a7" } } } \ No newline at end of file diff --git a/expertcoder.swiftmailer-send-grid-bundle.2.0.json b/expertcoder.swiftmailer-send-grid-bundle.2.0.json index 2e030caa..f8c923fb 100644 --- a/expertcoder.swiftmailer-send-grid-bundle.2.0.json +++ b/expertcoder.swiftmailer-send-grid-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "expertcoder/swiftmailer-send-grid-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "43e519108f52c3e84f8215bfff19727911bd6e1d" - } - } - }, "manifests": { "expertcoder/swiftmailer-send-grid-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "expertcoder/swiftmailer-send-grid-bundle", - "version": "2.0", "manifest": { "bundles": { "ExpertCoder\\Swiftmailer\\SendGridBundle\\ExpertCoderSwiftmailerSendGridBundle": [ @@ -30,13 +16,16 @@ }, "files": { "config/packages/expert_coder_swiftmailer_send_grid.yaml": { - "contents": "expert_coder_swiftmailer_send_grid:\n api_key: '%env(SENDGRID_API_KEY)%'\n # categories: [development, client_name]\n", - "executable": false, - "encoding": "" + "contents": [ + "expert_coder_swiftmailer_send_grid:", + " api_key: '%env(SENDGRID_API_KEY)%'", + " # categories: [development, client_name]", + "" + ], + "executable": false } }, - "origin": "expertcoder/swiftmailer-send-grid-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "43e519108f52c3e84f8215bfff19727911bd6e1d" } } } \ No newline at end of file diff --git a/facile-it.mongodb-bundle.0.6.json b/facile-it.mongodb-bundle.0.6.json index 7faa9c19..4ad4f751 100644 --- a/facile-it.mongodb-bundle.0.6.json +++ b/facile-it.mongodb-bundle.0.6.json @@ -1,20 +1,6 @@ { - "locks": { - "facile-it/mongodb-bundle": { - "version": "0.6", - "recipe": { - "repo": "0.6", - "branch": "master", - "version": "0.6", - "ref": "694215679ed64311cea9177b0de851a1fa0c7e74" - } - } - }, "manifests": { "facile-it/mongodb-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "facile-it/mongodb-bundle", - "version": "0.6", "manifest": { "bundles": { "Facile\\MongoDbBundle\\FacileMongoDbBundle": [ @@ -34,13 +20,30 @@ }, "files": { "config/packages/facile_it_mongodb.yaml": { - "contents": "mongo_db_bundle:\n data_collection: '%kernel.debug%'\n clients:\n default:\n hosts:\n - { host: '%env(MONGODB_HOST)%', port: '%env(int:MONGODB_PORT)%' }\n username: '%env(MONGODB_USER)%'\n password: '%env(MONGODB_PASSWORD)%'\n replicaSet: '' # default null (no replica)\n ssl: false\n connectTimeoutMS: 3000\n readPreference: primaryPreferred # see https://docs.mongodb.com/manual/reference/read-preference/#primary for info\n\n connections:\n default:\n client_name: default\n database_name: '%env(MONGODB_DB)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "mongo_db_bundle:", + " data_collection: '%kernel.debug%'", + " clients:", + " default:", + " hosts:", + " - { host: '%env(MONGODB_HOST)%', port: '%env(int:MONGODB_PORT)%' }", + " username: '%env(MONGODB_USER)%'", + " password: '%env(MONGODB_PASSWORD)%'", + " replicaSet: '' # default null (no replica)", + " ssl: false", + " connectTimeoutMS: 3000", + " readPreference: primaryPreferred # see https://docs.mongodb.com/manual/reference/read-preference/#primary for info", + "", + " connections:", + " default:", + " client_name: default", + " database_name: '%env(MONGODB_DB)%'", + "" + ], + "executable": false } }, - "origin": "facile-it/mongodb-bundle:0.6@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "694215679ed64311cea9177b0de851a1fa0c7e74" } } } \ No newline at end of file diff --git a/felds.quick-mailer-bundle.5.0.json b/felds.quick-mailer-bundle.5.0.json index b1d65ed2..ea198d82 100644 --- a/felds.quick-mailer-bundle.5.0.json +++ b/felds.quick-mailer-bundle.5.0.json @@ -1,20 +1,6 @@ { - "locks": { - "felds/quick-mailer-bundle": { - "version": "5.0", - "recipe": { - "repo": "5.0", - "branch": "master", - "version": "5.0", - "ref": "099984e09ee6f7cbdedc05c0ef661adc52c32704" - } - } - }, "manifests": { "felds/quick-mailer-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "felds/quick-mailer-bundle", - "version": "5.0", "manifest": { "bundles": { "Felds\\QuickMailerBundle\\FeldsQuickMailerBundle": [ @@ -27,13 +13,26 @@ }, "files": { "config/packages/felds_quickmailer.yaml": { - "contents": "# For the full configuration, visit:\n# https://github.com/felds/QuickMailerBundle\n\nfelds_quickmailer:\n # Sender info (required)\n from: { name: \"Sender Name\", email: \"sender@example.com\" }\n\n # # Reply-to info (optional)\n # reply_to: { name: \"Reply-to Name\", email: \"reply-to@example.com\" }\n\n templates:\n # This loads a template named `demo`\n demo: path/to/template.html.twig\n", - "executable": false, - "encoding": "" + "contents": [ + "# For the full configuration, visit:", + "# https://github.com/felds/QuickMailerBundle", + "", + "felds_quickmailer:", + " # Sender info (required)", + " from: { name: \"Sender Name\", email: \"sender@example.com\" }", + "", + " # # Reply-to info (optional)", + " # reply_to: { name: \"Reply-to Name\", email: \"reply-to@example.com\" }", + "", + " templates:", + " # This loads a template named `demo`", + " demo: path/to/template.html.twig", + "" + ], + "executable": false } }, - "origin": "felds/quick-mailer-bundle:5.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "099984e09ee6f7cbdedc05c0ef661adc52c32704" } } } \ No newline at end of file diff --git a/ferror.phpscan.1.0.json b/ferror.phpscan.1.0.json index 68f19c91..46d50b0e 100644 --- a/ferror.phpscan.1.0.json +++ b/ferror.phpscan.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "ferror/phpscan": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "5507bd1012c4c6bb9680b733ce0d167b27c97d73" - } - } - }, "manifests": { "ferror/phpscan": { - "repository": "github.com/symfony/recipes-contrib", - "package": "ferror/phpscan", - "version": "1.0", "manifest": { "copy-from-package": { "bin/phpscan": "%BIN_DIR%/phpscan", @@ -22,8 +8,7 @@ } }, "files": [], - "origin": "ferror/phpscan:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "5507bd1012c4c6bb9680b733ce0d167b27c97d73" } } } \ No newline at end of file diff --git a/flagception.flagception-bundle.3.0.json b/flagception.flagception-bundle.3.0.json index ced37e3e..1acd094a 100644 --- a/flagception.flagception-bundle.3.0.json +++ b/flagception.flagception-bundle.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "flagception/flagception-bundle": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "9f045b9e854039c20e9ecf54aa8d9868c1b841cd" - } - } - }, "manifests": { "flagception/flagception-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "flagception/flagception-bundle", - "version": "3.0", "manifest": { "bundles": { "Flagception\\Bundle\\FlagceptionBundle\\FlagceptionBundle": [ @@ -27,13 +13,18 @@ }, "files": { "config/packages/flagception.yaml": { - "contents": "# See full configuration at https://github.com/bestit/flagception-bundle\nflagception:\n features:\n demo_123:\n default: true\n", - "executable": false, - "encoding": "" + "contents": [ + "# See full configuration at https://github.com/bestit/flagception-bundle", + "flagception:", + " features:", + " demo_123:", + " default: true", + "" + ], + "executable": false } }, - "origin": "flagception/flagception-bundle:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "9f045b9e854039c20e9ecf54aa8d9868c1b841cd" } } } \ No newline at end of file diff --git a/flux-se.sylius-payum-stripe-plugin.1.2.json b/flux-se.sylius-payum-stripe-plugin.1.2.json index 7d260542..b7532a78 100644 --- a/flux-se.sylius-payum-stripe-plugin.1.2.json +++ b/flux-se.sylius-payum-stripe-plugin.1.2.json @@ -1,20 +1,6 @@ { - "locks": { - "flux-se/sylius-payum-stripe-plugin": { - "version": "1.2", - "recipe": { - "repo": "1.2", - "branch": "master", - "version": "1.2", - "ref": "2a9d648bdf673d2702c1b9a67726cbe9452b0657" - } - } - }, "manifests": { "flux-se/sylius-payum-stripe-plugin": { - "repository": "github.com/symfony/recipes-contrib", - "package": "flux-se/sylius-payum-stripe-plugin", - "version": "1.2", "manifest": { "bundles": { "FluxSE\\SyliusPayumStripePlugin\\FluxSESyliusPayumStripePlugin": [ @@ -27,13 +13,21 @@ }, "files": { "config/packages/flux_se_sylius_payum_stripe.yaml": { - "contents": "flux_se_sylius_payum_stripe:\n line_item_image:\n # This is the imagine filter use to get the image displayed on Stripe Checkout Session\n # (default: the filter uses into `@ShopBundle/Product/Show/_images.html.twig`)\n imagine_filter: 'sylius_shop_product_original'\n # Fallback image used when no image is set on a product and also when you test this plugin\n # from a private web server (ex: from localhost)\n fallback_image: 'https://placehold.it/400x300'\n", - "executable": false, - "encoding": "" + "contents": [ + "flux_se_sylius_payum_stripe:", + " line_item_image:", + " # This is the imagine filter use to get the image displayed on Stripe Checkout Session", + " # (default: the filter uses into `@ShopBundle/Product/Show/_images.html.twig`)", + " imagine_filter: 'sylius_shop_product_original'", + " # Fallback image used when no image is set on a product and also when you test this plugin", + " # from a private web server (ex: from localhost)", + " fallback_image: 'https://placehold.it/400x300'", + "" + ], + "executable": false } }, - "origin": "flux-se/sylius-payum-stripe-plugin:1.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "2a9d648bdf673d2702c1b9a67726cbe9452b0657" } } } \ No newline at end of file diff --git a/flux-se.sylius-payum-stripe-plugin.2.0.json b/flux-se.sylius-payum-stripe-plugin.2.0.json index 397774b1..290a2f83 100644 --- a/flux-se.sylius-payum-stripe-plugin.2.0.json +++ b/flux-se.sylius-payum-stripe-plugin.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "flux-se/sylius-payum-stripe-plugin": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "04fbe1af8361502462ab7f8c1fd3152508f93f57" - } - } - }, "manifests": { "flux-se/sylius-payum-stripe-plugin": { - "repository": "github.com/symfony/recipes-contrib", - "package": "flux-se/sylius-payum-stripe-plugin", - "version": "2.0", "manifest": { "bundles": { "FluxSE\\SyliusPayumStripePlugin\\FluxSESyliusPayumStripePlugin": [ @@ -27,13 +13,24 @@ }, "files": { "config/packages/flux_se_sylius_payum_stripe.yaml": { - "contents": "imports:\n - { resource: \"@FluxSESyliusPayumStripePlugin/Resources/config/config.yaml\" }\n\nflux_se_sylius_payum_stripe:\n line_item_image:\n # This is the imagine filter use to get the image displayed on Stripe Checkout Session\n # (default: the filter uses into `@ShopBundle/Product/Show/_images.html.twig`)\n imagine_filter: 'sylius_shop_product_original'\n # Fallback image used when no image is set on a product and also when you test this plugin\n # from a private web server (ex: from localhost)\n fallback_image: 'https://placehold.it/400x300'\n", - "executable": false, - "encoding": "" + "contents": [ + "imports:", + " - { resource: \"@FluxSESyliusPayumStripePlugin/Resources/config/config.yaml\" }", + "", + "flux_se_sylius_payum_stripe:", + " line_item_image:", + " # This is the imagine filter use to get the image displayed on Stripe Checkout Session", + " # (default: the filter uses into `@ShopBundle/Product/Show/_images.html.twig`)", + " imagine_filter: 'sylius_shop_product_original'", + " # Fallback image used when no image is set on a product and also when you test this plugin", + " # from a private web server (ex: from localhost)", + " fallback_image: 'https://placehold.it/400x300'", + "" + ], + "executable": false } }, - "origin": "flux-se/sylius-payum-stripe-plugin:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "04fbe1af8361502462ab7f8c1fd3152508f93f57" } } } \ No newline at end of file diff --git a/fresh.centrifugo-bundle.1.3.json b/fresh.centrifugo-bundle.1.3.json index 3fbe241c..0e0b2a61 100644 --- a/fresh.centrifugo-bundle.1.3.json +++ b/fresh.centrifugo-bundle.1.3.json @@ -1,20 +1,6 @@ { - "locks": { - "fresh/centrifugo-bundle": { - "version": "1.3", - "recipe": { - "repo": "1.3", - "branch": "master", - "version": "1.3", - "ref": "5f2161f1025bb45ccb0f2e46e11e4804ef90b5d7" - } - } - }, "manifests": { "fresh/centrifugo-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "fresh/centrifugo-bundle", - "version": "1.3", "manifest": { "bundles": { "Fresh\\CentrifugoBundle\\FreshCentrifugoBundle": [ @@ -32,13 +18,19 @@ }, "files": { "config/packages/fresh_centrifugo.yaml": { - "contents": "fresh_centrifugo:\n api_key: '%env(CENTRIFUGO_API_KEY)%'\n api_endpoint: '%env(CENTRIFUGO_API_ENDPOINT)%'\n secret: '%env(CENTRIFUGO_SECRET)%'\n jwt:\n ttl: 86400 # 1 day\n", - "executable": false, - "encoding": "" + "contents": [ + "fresh_centrifugo:", + " api_key: '%env(CENTRIFUGO_API_KEY)%'", + " api_endpoint: '%env(CENTRIFUGO_API_ENDPOINT)%'", + " secret: '%env(CENTRIFUGO_SECRET)%'", + " jwt:", + " ttl: 86400 # 1 day", + "" + ], + "executable": false } }, - "origin": "fresh/centrifugo-bundle:1.3@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "5f2161f1025bb45ccb0f2e46e11e4804ef90b5d7" } } } \ No newline at end of file diff --git a/fresh.doctrine-enum-bundle.6.0.json b/fresh.doctrine-enum-bundle.6.0.json index 67213bf4..95f243ff 100644 --- a/fresh.doctrine-enum-bundle.6.0.json +++ b/fresh.doctrine-enum-bundle.6.0.json @@ -1,20 +1,6 @@ { - "locks": { - "fresh/doctrine-enum-bundle": { - "version": "6.0", - "recipe": { - "repo": "6.0", - "branch": "master", - "version": "6.0", - "ref": "fab86661c13bc12e4f14f706c86af09912d55bfb" - } - } - }, "manifests": { "fresh/doctrine-enum-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "fresh/doctrine-enum-bundle", - "version": "6.0", "manifest": { "bundles": { "Fresh\\DoctrineEnumBundle\\FreshDoctrineEnumBundle": [ @@ -27,13 +13,13 @@ }, "files": { "src/DBAL/Types/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false } }, - "origin": "fresh/doctrine-enum-bundle:6.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "fab86661c13bc12e4f14f706c86af09912d55bfb" } } } \ No newline at end of file diff --git a/friends-of-behat.symfony-extension.2.0.json b/friends-of-behat.symfony-extension.2.0.json index ac592ba6..564aeb37 100644 --- a/friends-of-behat.symfony-extension.2.0.json +++ b/friends-of-behat.symfony-extension.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "friends-of-behat/symfony-extension": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "1e012e04f573524ca83795cd19df9ea690adb604" - } - } - }, "manifests": { "friends-of-behat/symfony-extension": { - "repository": "github.com/symfony/recipes-contrib", - "package": "friends-of-behat/symfony-extension", - "version": "2.0", "manifest": { "bundles": { "FriendsOfBehat\\SymfonyExtension\\Bundle\\FriendsOfBehatSymfonyExtensionBundle": [ @@ -36,28 +22,106 @@ }, "files": { "features/demo.feature": { - "contents": "# This file contains a user story for demonstration only.\n# Learn how to get started with Behat and BDD on Behat's website:\n# http://behat.org/en/latest/quick_start.html\n\nFeature:\n In order to prove that the Behat Symfony extension is correctly installed\n As a user\n I want to have a demo scenario\n\n Scenario: It receives a response from Symfony's kernel\n When a demo scenario sends a request to \"/\"\n Then the response should be received\n", - "executable": false, - "encoding": "" + "contents": [ + "# This file contains a user story for demonstration only.", + "# Learn how to get started with Behat and BDD on Behat's website:", + "# http://behat.org/en/latest/quick_start.html", + "", + "Feature:", + " In order to prove that the Behat Symfony extension is correctly installed", + " As a user", + " I want to have a demo scenario", + "", + " Scenario: It receives a response from Symfony's kernel", + " When a demo scenario sends a request to \"/\"", + " Then the response should be received", + "" + ], + "executable": false }, "config/services_test.yaml": { - "contents": "services:\n _defaults:\n autowire: true\n autoconfigure: true\n\n App\\Tests\\Behat\\:\n resource: '../tests/Behat/*'\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " _defaults:", + " autowire: true", + " autoconfigure: true", + "", + " App\\Tests\\Behat\\:", + " resource: '../tests/Behat/*'", + "" + ], + "executable": false }, "behat.yml.dist": { - "contents": "default:\n suites:\n default:\n contexts:\n - App\\Tests\\Behat\\DemoContext\n\n extensions:\n FriendsOfBehat\\SymfonyExtension: null\n", - "executable": false, - "encoding": "" + "contents": [ + "default:", + " suites:", + " default:", + " contexts:", + " - App\\Tests\\Behat\\DemoContext", + "", + " extensions:", + " FriendsOfBehat\\SymfonyExtension: null", + "" + ], + "executable": false }, "tests/Behat/DemoContext.php": { - "contents": "kernel = $kernel;\n }\n\n /**\n * @When a demo scenario sends a request to :path\n */\n public function aDemoScenarioSendsARequestTo(string $path): void\n {\n $this->response = $this->kernel->handle(Request::create($path, 'GET'));\n }\n\n /**\n * @Then the response should be received\n */\n public function theResponseShouldBeReceived(): void\n {\n if ($this->response === null) {\n throw new \\RuntimeException('No response received');\n }\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "kernel = $kernel;", + " }", + "", + " /**", + " * @When a demo scenario sends a request to :path", + " */", + " public function aDemoScenarioSendsARequestTo(string $path): void", + " {", + " $this->response = $this->kernel->handle(Request::create($path, 'GET'));", + " }", + "", + " /**", + " * @Then the response should be received", + " */", + " public function theResponseShouldBeReceived(): void", + " {", + " if ($this->response === null) {", + " throw new \\RuntimeException('No response received');", + " }", + " }", + "}", + "" + ], + "executable": false } }, - "origin": "friends-of-behat/symfony-extension:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "1e012e04f573524ca83795cd19df9ea690adb604" } } } \ No newline at end of file diff --git a/friendsofsymfony.ckeditor-bundle.2.0.json b/friendsofsymfony.ckeditor-bundle.2.0.json index df17bd40..e53a7ffc 100644 --- a/friendsofsymfony.ckeditor-bundle.2.0.json +++ b/friendsofsymfony.ckeditor-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "friendsofsymfony/ckeditor-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "f5ad42002183a6881962683e6d84bbb25cdfce5d" - } - } - }, "manifests": { "friendsofsymfony/ckeditor-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "friendsofsymfony/ckeditor-bundle", - "version": "2.0", "manifest": { "bundles": { "FOS\\CKEditorBundle\\FOSCKEditorBundle": [ @@ -30,13 +16,18 @@ }, "files": { "config/packages/fos_ckeditor.yaml": { - "contents": "# Read the documentation: https://symfony.com/doc/current/bundles/FOSCKEditorBundle/index.html\n\ntwig:\n form_themes:\n - '@FOSCKEditor/Form/ckeditor_widget.html.twig'\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://symfony.com/doc/current/bundles/FOSCKEditorBundle/index.html", + "", + "twig:", + " form_themes:", + " - '@FOSCKEditor/Form/ckeditor_widget.html.twig'", + "" + ], + "executable": false } }, - "origin": "friendsofsymfony/ckeditor-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "f5ad42002183a6881962683e6d84bbb25cdfce5d" } } } \ No newline at end of file diff --git a/friendsofsymfony.elastica-bundle.5.0.json b/friendsofsymfony.elastica-bundle.5.0.json index 5bfe485a..2f681281 100644 --- a/friendsofsymfony.elastica-bundle.5.0.json +++ b/friendsofsymfony.elastica-bundle.5.0.json @@ -1,20 +1,6 @@ { - "locks": { - "friendsofsymfony/elastica-bundle": { - "version": "5.0", - "recipe": { - "repo": "5.0", - "branch": "master", - "version": "5.0", - "ref": "46c9cd2c1e07f0fcfd97e96f12b03b2e0845c4cd" - } - } - }, "manifests": { "friendsofsymfony/elastica-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "friendsofsymfony/elastica-bundle", - "version": "5.0", "manifest": { "bundles": { "FOS\\ElasticaBundle\\FOSElasticaBundle": [ @@ -30,13 +16,19 @@ }, "files": { "config/packages/fos_elastica.yaml": { - "contents": "# Read the documentation: https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/doc/setup.md\nfos_elastica:\n clients:\n default: { url: '%env(ELASTICSEARCH_URL)%' }\n indexes:\n app: null\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/doc/setup.md", + "fos_elastica:", + " clients:", + " default: { url: '%env(ELASTICSEARCH_URL)%' }", + " indexes:", + " app: null", + "" + ], + "executable": false } }, - "origin": "friendsofsymfony/elastica-bundle:5.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "46c9cd2c1e07f0fcfd97e96f12b03b2e0845c4cd" } } } \ No newline at end of file diff --git a/friendsofsymfony.jsrouting-bundle.2.0.json b/friendsofsymfony.jsrouting-bundle.2.0.json index e8602dd4..80883801 100644 --- a/friendsofsymfony.jsrouting-bundle.2.0.json +++ b/friendsofsymfony.jsrouting-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "friendsofsymfony/jsrouting-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "370bcf99b04c0dfd0b545745aad622d757af5e1b" - } - } - }, "manifests": { "friendsofsymfony/jsrouting-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "friendsofsymfony/jsrouting-bundle", - "version": "2.0", "manifest": { "bundles": { "FOS\\JsRoutingBundle\\FOSJsRoutingBundle": [ @@ -27,13 +13,15 @@ }, "files": { "config/routes/fos_js_routing.yaml": { - "contents": "fos_js_routing:\n resource: \"@FOSJsRoutingBundle/Resources/config/routing/routing.xml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "fos_js_routing:", + " resource: \"@FOSJsRoutingBundle/Resources/config/routing/routing.xml\"", + "" + ], + "executable": false } }, - "origin": "friendsofsymfony/jsrouting-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "370bcf99b04c0dfd0b545745aad622d757af5e1b" } } } \ No newline at end of file diff --git a/friendsofsymfony.jsrouting-bundle.2.3.json b/friendsofsymfony.jsrouting-bundle.2.3.json index b6f9be81..d6d414f1 100644 --- a/friendsofsymfony.jsrouting-bundle.2.3.json +++ b/friendsofsymfony.jsrouting-bundle.2.3.json @@ -1,20 +1,6 @@ { - "locks": { - "friendsofsymfony/jsrouting-bundle": { - "version": "2.3", - "recipe": { - "repo": "2.3", - "branch": "master", - "version": "2.3", - "ref": "a9f2e49180f75cdc71ae279a929c4b2e0638de84" - } - } - }, "manifests": { "friendsofsymfony/jsrouting-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "friendsofsymfony/jsrouting-bundle", - "version": "2.3", "manifest": { "bundles": { "FOS\\JsRoutingBundle\\FOSJsRoutingBundle": [ @@ -27,13 +13,15 @@ }, "files": { "config/routes/fos_js_routing.yaml": { - "contents": "fos_js_routing:\n resource: \"@FOSJsRoutingBundle/Resources/config/routing/routing-sf4.xml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "fos_js_routing:", + " resource: \"@FOSJsRoutingBundle/Resources/config/routing/routing-sf4.xml\"", + "" + ], + "executable": false } }, - "origin": "friendsofsymfony/jsrouting-bundle:2.3@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a9f2e49180f75cdc71ae279a929c4b2e0638de84" } } } \ No newline at end of file diff --git a/friendsofsymfony.oauth-server-bundle.1.6.json b/friendsofsymfony.oauth-server-bundle.1.6.json index a88b3153..0766dba0 100644 --- a/friendsofsymfony.oauth-server-bundle.1.6.json +++ b/friendsofsymfony.oauth-server-bundle.1.6.json @@ -1,20 +1,6 @@ { - "locks": { - "friendsofsymfony/oauth-server-bundle": { - "version": "1.6", - "recipe": { - "repo": "1.6", - "branch": "master", - "version": "1.6", - "ref": "7300db1277b1ba025cdc2791171d9bf3e7adcc42" - } - } - }, "manifests": { "friendsofsymfony/oauth-server-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "friendsofsymfony/oauth-server-bundle", - "version": "1.6", "manifest": { "bundles": { "FOS\\OAuthServerBundle\\FOSOAuthServerBundle": [ @@ -28,38 +14,168 @@ }, "files": { "src/Entity/Client.php": { - "contents": " __DIR__ . '/json-schema.json',\n 'root-class' => 'MyModel',\n 'namespace' => 'MyApp\\Library\\Generated',\n 'directory' => __DIR__ . '/../../generated',\n];\n", - "executable": false, - "encoding": "" + "contents": [ + " __DIR__ . '/json-schema.json',", + " 'root-class' => 'MyModel',", + " 'namespace' => 'MyApp\\Library\\Generated',", + " 'directory' => __DIR__ . '/../../generated',", + "];", + "" + ], + "executable": false }, "config/packages/jane.yaml": { - "contents": "services:\n jane.serializer.json_encode:\n class: Symfony\\Component\\Serializer\\Encoder\\JsonEncode\n arguments:\n - { json_encode_options: 64 } # \\JSON_UNESCAPED_SLASHES\n\n jane.serializer.json_decode:\n class: Symfony\\Component\\Serializer\\Encoder\\JsonDecode\n arguments:\n - { json_decode_associative: false }\n\n jane.serializer.json_encoder:\n class: Symfony\\Component\\Serializer\\Encoder\\JsonEncoder\n arguments:\n - '@jane.serializer.json_encode'\n - '@jane.serializer.json_decode'\n\n# jane.serializer.object:\n# class: MyApp\\Library\\Generated\\Normalizer\\JaneObjectNormalizer\n#\n# jane.serializer:\n# class: Symfony\\Component\\Serializer\\Serializer\n# arguments:\n# - ['@serializer.denormalizer.array', '@jane.serializer.object']\n# - ['@jane.serializer.json_encoder']\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " jane.serializer.json_encode:", + " class: Symfony\\Component\\Serializer\\Encoder\\JsonEncode", + " arguments:", + " - { json_encode_options: 64 } # \\JSON_UNESCAPED_SLASHES", + "", + " jane.serializer.json_decode:", + " class: Symfony\\Component\\Serializer\\Encoder\\JsonDecode", + " arguments:", + " - { json_decode_associative: false }", + "", + " jane.serializer.json_encoder:", + " class: Symfony\\Component\\Serializer\\Encoder\\JsonEncoder", + " arguments:", + " - '@jane.serializer.json_encode'", + " - '@jane.serializer.json_decode'", + "", + "# jane.serializer.object:", + "# class: MyApp\\Library\\Generated\\Normalizer\\JaneObjectNormalizer", + "#", + "# jane.serializer:", + "# class: Symfony\\Component\\Serializer\\Serializer", + "# arguments:", + "# - ['@serializer.denormalizer.array', '@jane.serializer.object']", + "# - ['@jane.serializer.json_encoder']", + "" + ], + "executable": false }, "bin/jane-generate": { - "contents": "#!/usr/bin/env php\n __DIR__ . '/../config/jane/config.php'], $command->getDefinition());\n\n$command->execute($inputArray, new NullOutput());\n", - "executable": true, - "encoding": "" + "contents": [ + "#!/usr/bin/env php", + " __DIR__ . '/../config/jane/config.php'], $command->getDefinition());", + "", + "$command->execute($inputArray, new NullOutput());", + "" + ], + "executable": true } }, - "origin": "jane-php/json-schema:5.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "3767579880e8b47f87deb6256339291e25a90378" } } } \ No newline at end of file diff --git a/jane-php.json-schema.6.0.json b/jane-php.json-schema.6.0.json index 382af54d..3f7d651f 100644 --- a/jane-php.json-schema.6.0.json +++ b/jane-php.json-schema.6.0.json @@ -1,20 +1,6 @@ { - "locks": { - "jane-php/json-schema": { - "version": "6.0", - "recipe": { - "repo": "6.0", - "branch": "master", - "version": "6.0", - "ref": "5383305f5cc44c1f8f8d11ceeb157b761e437b4c" - } - } - }, "manifests": { "jane-php/json-schema": { - "repository": "github.com/symfony/recipes-contrib", - "package": "jane-php/json-schema", - "version": "6.0", "manifest": { "copy-from-recipe": { "bin/": "%BIN_DIR%/", @@ -36,23 +22,54 @@ }, "files": { "config/jane/json_schema.php": { - "contents": " __DIR__ . '/json-schema.json',\n 'root-class' => 'MyModel',\n 'namespace' => 'MyApp\\Library\\Generated',\n 'directory' => __DIR__ . '/../../generated',\n];\n", - "executable": false, - "encoding": "" + "contents": [ + " __DIR__ . '/json-schema.json',", + " 'root-class' => 'MyModel',", + " 'namespace' => 'MyApp\\Library\\Generated',", + " 'directory' => __DIR__ . '/../../generated',", + "];", + "" + ], + "executable": false }, "config/packages/jane.yaml": { - "contents": "services:\n _defaults:\n autowire: true\n autoconfigure: true\n\n# MyApp\\Library\\Generated\\Normalizer\\JaneObjectNormalizer: null\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " _defaults:", + " autowire: true", + " autoconfigure: true", + "", + "# MyApp\\Library\\Generated\\Normalizer\\JaneObjectNormalizer: null", + "" + ], + "executable": false }, "bin/jane-json-schema-generate": { - "contents": "#!/usr/bin/env php\n __DIR__ . '/../config/jane/json_schema.php'], $command->getDefinition());\n\n$command->execute($inputArray, new NullOutput());\n", - "executable": true, - "encoding": "" + "contents": [ + "#!/usr/bin/env php", + " __DIR__ . '/../config/jane/json_schema.php'], $command->getDefinition());", + "", + "$command->execute($inputArray, new NullOutput());", + "" + ], + "executable": true } }, - "origin": "jane-php/json-schema:6.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "5383305f5cc44c1f8f8d11ceeb157b761e437b4c" } } } \ No newline at end of file diff --git a/jane-php.open-api-common.6.0.json b/jane-php.open-api-common.6.0.json index d06a8a43..37a4023a 100644 --- a/jane-php.open-api-common.6.0.json +++ b/jane-php.open-api-common.6.0.json @@ -1,20 +1,6 @@ { - "locks": { - "jane-php/open-api-common": { - "version": "6.0", - "recipe": { - "repo": "6.0", - "branch": "master", - "version": "6.0", - "ref": "1628ebe907a0d28e3caa22199c6e711d14c8e680" - } - } - }, "manifests": { "jane-php/open-api-common": { - "repository": "github.com/symfony/recipes-contrib", - "package": "jane-php/open-api-common", - "version": "6.0", "manifest": { "copy-from-recipe": { "bin/": "%BIN_DIR%/", @@ -36,23 +22,54 @@ }, "files": { "config/jane/open_api.php": { - "contents": " __DIR__ . '/open-api.yaml',\n 'namespace' => 'MyApp\\Library\\Generated',\n 'directory' => __DIR__ . '/../../generated',\n];\n", - "executable": false, - "encoding": "" + "contents": [ + " __DIR__ . '/open-api.yaml',", + " 'namespace' => 'MyApp\\Library\\Generated',", + " 'directory' => __DIR__ . '/../../generated',", + "];", + "" + ], + "executable": false }, "config/packages/jane.yaml": { - "contents": "services:\n _defaults:\n autowire: true\n autoconfigure: true\n\n# MyApp\\Library\\Generated\\Normalizer\\JaneObjectNormalizer: null\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " _defaults:", + " autowire: true", + " autoconfigure: true", + "", + "# MyApp\\Library\\Generated\\Normalizer\\JaneObjectNormalizer: null", + "" + ], + "executable": false }, "bin/jane-open-api-generate": { - "contents": "#!/usr/bin/env php\n __DIR__ . '/../config/jane/open_api.php'], $command->getDefinition());\n\n$command->execute($inputArray, new NullOutput());\n", - "executable": true, - "encoding": "" + "contents": [ + "#!/usr/bin/env php", + " __DIR__ . '/../config/jane/open_api.php'], $command->getDefinition());", + "", + "$command->execute($inputArray, new NullOutput());", + "" + ], + "executable": true } }, - "origin": "jane-php/open-api-common:6.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "1628ebe907a0d28e3caa22199c6e711d14c8e680" } } } \ No newline at end of file diff --git a/jawira.case-converter-twig.0.0.json b/jawira.case-converter-twig.0.0.json index 82081fcd..04ae4fcb 100644 --- a/jawira.case-converter-twig.0.0.json +++ b/jawira.case-converter-twig.0.0.json @@ -1,20 +1,6 @@ { - "locks": { - "jawira/case-converter-twig": { - "version": "0.0", - "recipe": { - "repo": "0.0", - "branch": "master", - "version": "0.0", - "ref": "aa886497cfde343cc978ea1687abc383219ebce8" - } - } - }, "manifests": { "jawira/case-converter-twig": { - "repository": "github.com/symfony/recipes-contrib", - "package": "jawira/case-converter-twig", - "version": "0.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,17 @@ }, "files": { "config/packages/case_converter_twig.yaml": { - "contents": "services:\n jawira.case.converter.twig:\n class: Jawira\\CaseConverterTwig\\CaseConverterExtension\n tags: ['twig.extension']\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " jawira.case.converter.twig:", + " class: Jawira\\CaseConverterTwig\\CaseConverterExtension", + " tags: ['twig.extension']", + "" + ], + "executable": false } }, - "origin": "jawira/case-converter-twig:0.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "aa886497cfde343cc978ea1687abc383219ebce8" } } } \ No newline at end of file diff --git a/jbtcd.fitbit-bundle.1.0.json b/jbtcd.fitbit-bundle.1.0.json index 6dea7708..1fae171a 100644 --- a/jbtcd.fitbit-bundle.1.0.json +++ b/jbtcd.fitbit-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "jbtcd/fitbit-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "096a20f5f3114a3a90a61f2ca8755ceba162a27a" - } - } - }, "manifests": { "jbtcd/fitbit-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "jbtcd/fitbit-bundle", - "version": "1.0", "manifest": { "bundles": { "FitbitBundle\\FitbitBundle": [ @@ -31,13 +17,28 @@ }, "files": { "config/packages/fitbit.yaml": { - "contents": "fitbit:\n # Get client ID and Secret, register an app here: https://dev.fitbit.com/apps\n clientId: '%env(FITBIT_CLIENT_ID)%'\n clientSecret: '%env(FITBIT_CLIENT_SECRET)%'\n # For available scopes, see here: https://dev.fitbit.com/build/reference/web-api/oauth2/#scope\n scopes:\n - activity\n - heartrate\n - location\n - nutrition\n - profile\n - settings\n - sleep\n - social\n - weight\n", - "executable": false, - "encoding": "" + "contents": [ + "fitbit:", + " # Get client ID and Secret, register an app here: https://dev.fitbit.com/apps", + " clientId: '%env(FITBIT_CLIENT_ID)%'", + " clientSecret: '%env(FITBIT_CLIENT_SECRET)%'", + " # For available scopes, see here: https://dev.fitbit.com/build/reference/web-api/oauth2/#scope", + " scopes:", + " - activity", + " - heartrate", + " - location", + " - nutrition", + " - profile", + " - settings", + " - sleep", + " - social", + " - weight", + "" + ], + "executable": false } }, - "origin": "jbtcd/fitbit-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "096a20f5f3114a3a90a61f2ca8755ceba162a27a" } } } \ No newline at end of file diff --git a/jmose.command-scheduler-bundle.2.0.json b/jmose.command-scheduler-bundle.2.0.json index 5d7d0d31..c10c0a01 100644 --- a/jmose.command-scheduler-bundle.2.0.json +++ b/jmose.command-scheduler-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "jmose/command-scheduler-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "a1d79fcdbfc453e4319171a2b6a3d5dd402421c7" - } - } - }, "manifests": { "jmose/command-scheduler-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "jmose/command-scheduler-bundle", - "version": "2.0", "manifest": { "bundles": { "JMose\\CommandSchedulerBundle\\JMoseCommandSchedulerBundle": [ @@ -34,18 +20,41 @@ }, "files": { "config/routes/scheduler.yaml": { - "contents": "jmose_command_scheduler:\n resource: \"@JMoseCommandSchedulerBundle/Resources/config/routing.yml\"\n prefix: /\n", - "executable": false, - "encoding": "" + "contents": [ + "jmose_command_scheduler:", + " resource: \"@JMoseCommandSchedulerBundle/Resources/config/routing.yml\"", + " prefix: /", + "" + ], + "executable": false }, "config/packages/scheduler.yaml": { - "contents": "# See full configuration at\n# https://github.com/J-Mose/CommandSchedulerBundle/blob/master/Resources/doc/index.md#4---available-configuration\njmose_command_scheduler:\n\n # Scheduler will write output files here. set false to disable it.\n log_path: \"%kernel.logs_dir%\"\n\n # Add namespace you don't want to see its Command in the scheduler.\n excluded_command_namespaces:\n - _global\n - scheduler\n - server\n - container\n - config\n - generate\n - init\n - router\n - doctrine\n - debug\n", - "executable": false, - "encoding": "" + "contents": [ + "# See full configuration at", + "# https://github.com/J-Mose/CommandSchedulerBundle/blob/master/Resources/doc/index.md#4---available-configuration", + "jmose_command_scheduler:", + "", + " # Scheduler will write output files here. set false to disable it.", + " log_path: \"%kernel.logs_dir%\"", + "", + " # Add namespace you don't want to see its Command in the scheduler.", + " excluded_command_namespaces:", + " - _global", + " - scheduler", + " - server", + " - container", + " - config", + " - generate", + " - init", + " - router", + " - doctrine", + " - debug", + "" + ], + "executable": false } }, - "origin": "jmose/command-scheduler-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a1d79fcdbfc453e4319171a2b6a3d5dd402421c7" } } } \ No newline at end of file diff --git a/jms.serializer-bundle.2.0.json b/jms.serializer-bundle.2.0.json index 669c4dea..ae6a2832 100644 --- a/jms.serializer-bundle.2.0.json +++ b/jms.serializer-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "jms/serializer-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "fe60ce509ef04a3f40da96e3979bc8d9b13b2372" - } - } - }, "manifests": { "jms/serializer-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "jms/serializer-bundle", - "version": "2.0", "manifest": { "bundles": { "JMS\\SerializerBundle\\JMSSerializerBundle": [ @@ -27,23 +13,51 @@ }, "files": { "config/packages/dev/jms_serializer.yaml": { - "contents": "jms_serializer:\n visitors:\n json:\n options:\n - JSON_PRETTY_PRINT\n - JSON_UNESCAPED_SLASHES\n - JSON_PRESERVE_ZERO_FRACTION\n", - "executable": false, - "encoding": "" + "contents": [ + "jms_serializer:", + " visitors:", + " json:", + " options:", + " - JSON_PRETTY_PRINT", + " - JSON_UNESCAPED_SLASHES", + " - JSON_PRESERVE_ZERO_FRACTION", + "" + ], + "executable": false }, "config/packages/prod/jms_serializer.yaml": { - "contents": "jms_serializer:\n visitors:\n json:\n options:\n - JSON_UNESCAPED_SLASHES\n - JSON_PRESERVE_ZERO_FRACTION\n", - "executable": false, - "encoding": "" + "contents": [ + "jms_serializer:", + " visitors:", + " json:", + " options:", + " - JSON_UNESCAPED_SLASHES", + " - JSON_PRESERVE_ZERO_FRACTION", + "" + ], + "executable": false }, "config/packages/jms_serializer.yaml": { - "contents": "jms_serializer:\n visitors:\n xml:\n format_output: '%kernel.debug%'\n# metadata:\n# auto_detection: false\n# directories:\n# any-name:\n# namespace_prefix: \"My\\\\FooBundle\"\n# path: \"@MyFooBundle/Resources/config/serializer\"\n# another-name:\n# namespace_prefix: \"My\\\\BarBundle\"\n# path: \"@MyBarBundle/Resources/config/serializer\"\n", - "executable": false, - "encoding": "" + "contents": [ + "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\"", + "" + ], + "executable": false } }, - "origin": "jms/serializer-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "fe60ce509ef04a3f40da96e3979bc8d9b13b2372" } } } \ No newline at end of file diff --git a/jms.serializer-bundle.3.0.json b/jms.serializer-bundle.3.0.json index 94664b79..db4be5e6 100644 --- a/jms.serializer-bundle.3.0.json +++ b/jms.serializer-bundle.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "jms/serializer-bundle": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "384cec52df45f3bfd46a09930d6960a58872b268" - } - } - }, "manifests": { "jms/serializer-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "jms/serializer-bundle", - "version": "3.0", "manifest": { "bundles": { "JMS\\SerializerBundle\\JMSSerializerBundle": [ @@ -27,23 +13,51 @@ }, "files": { "config/packages/dev/jms_serializer.yaml": { - "contents": "jms_serializer:\n visitors:\n json_serialization:\n options:\n - JSON_PRETTY_PRINT\n - JSON_UNESCAPED_SLASHES\n - JSON_PRESERVE_ZERO_FRACTION\n", - "executable": false, - "encoding": "" + "contents": [ + "jms_serializer:", + " visitors:", + " json_serialization:", + " options:", + " - JSON_PRETTY_PRINT", + " - JSON_UNESCAPED_SLASHES", + " - JSON_PRESERVE_ZERO_FRACTION", + "" + ], + "executable": false }, "config/packages/prod/jms_serializer.yaml": { - "contents": "jms_serializer:\n visitors:\n json_serialization:\n options:\n - JSON_UNESCAPED_SLASHES\n - JSON_PRESERVE_ZERO_FRACTION\n", - "executable": false, - "encoding": "" + "contents": [ + "jms_serializer:", + " visitors:", + " json_serialization:", + " options:", + " - JSON_UNESCAPED_SLASHES", + " - JSON_PRESERVE_ZERO_FRACTION", + "" + ], + "executable": false }, "config/packages/jms_serializer.yaml": { - "contents": "jms_serializer:\n visitors:\n xml_serialization:\n format_output: '%kernel.debug%'\n# metadata:\n# auto_detection: false\n# directories:\n# any-name:\n# namespace_prefix: \"My\\\\FooBundle\"\n# path: \"@MyFooBundle/Resources/config/serializer\"\n# another-name:\n# namespace_prefix: \"My\\\\BarBundle\"\n# path: \"@MyBarBundle/Resources/config/serializer\"\n", - "executable": false, - "encoding": "" + "contents": [ + "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\"", + "" + ], + "executable": false } }, - "origin": "jms/serializer-bundle:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "384cec52df45f3bfd46a09930d6960a58872b268" } } } \ No newline at end of file diff --git a/jolicode.gif-exception-bundle.1.0.json b/jolicode.gif-exception-bundle.1.0.json index 96c71406..c9a84a50 100644 --- a/jolicode.gif-exception-bundle.1.0.json +++ b/jolicode.gif-exception-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "jolicode/gif-exception-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "b3348dadb52ed0390e71ae1323caff9e86bbe7f1" - } - } - }, "manifests": { "jolicode/gif-exception-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "jolicode/gif-exception-bundle", - "version": "1.0", "manifest": { "bundles": { "Joli\\GifExceptionBundle\\GifExceptionBundle": [ @@ -24,8 +10,7 @@ } }, "files": [], - "origin": "jolicode/gif-exception-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "b3348dadb52ed0390e71ae1323caff9e86bbe7f1" } } } \ No newline at end of file diff --git a/jolicode.jolitypo.1.0.json b/jolicode.jolitypo.1.0.json index 045fa5d4..746c0bd9 100644 --- a/jolicode.jolitypo.1.0.json +++ b/jolicode.jolitypo.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "jolicode/jolitypo": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "e6b3307304d3829993635408736601e5a1d25f72" - } - } - }, "manifests": { "jolicode/jolitypo": { - "repository": "github.com/symfony/recipes-contrib", - "package": "jolicode/jolitypo", - "version": "1.0", "manifest": { "bundles": { "JoliTypo\\Bridge\\Symfony\\JoliTypoBundle": [ @@ -27,13 +13,23 @@ }, "files": { "config/packages/joli_typo.yaml": { - "contents": "joli_typo:\n presets:\n fr:\n # Please refer to the documentation at https://github.com/jolicode/JoliTypo/blob/master/README.md\n # to learn more about fixers and how to combine them.\n fixers: [ Ellipsis, Dimension, Dash, SmartQuotes, FrenchNoBreakSpace, CurlyQuote, Trademark ]\n locale: fr_FR\n en:\n fixers: [ Ellipsis, Dimension, Dash, SmartQuotes, CurlyQuote, Trademark ]\n locale: en_GB\n", - "executable": false, - "encoding": "" + "contents": [ + "joli_typo:", + " presets:", + " fr:", + " # Please refer to the documentation at https://github.com/jolicode/JoliTypo/blob/master/README.md", + " # to learn more about fixers and how to combine them.", + " fixers: [ Ellipsis, Dimension, Dash, SmartQuotes, FrenchNoBreakSpace, CurlyQuote, Trademark ]", + " locale: fr_FR", + " en:", + " fixers: [ Ellipsis, Dimension, Dash, SmartQuotes, CurlyQuote, Trademark ]", + " locale: en_GB", + "" + ], + "executable": false } }, - "origin": "jolicode/jolitypo:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "e6b3307304d3829993635408736601e5a1d25f72" } } } \ No newline at end of file diff --git a/jonathankablan.fast-entity-bundle.2.0.json b/jonathankablan.fast-entity-bundle.2.0.json index fc5d2625..35964fc2 100644 --- a/jonathankablan.fast-entity-bundle.2.0.json +++ b/jonathankablan.fast-entity-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "jonathankablan/fast-entity-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "bc39fd65adffdb41898701f635e819416744f98f" - } - } - }, "manifests": { "jonathankablan/fast-entity-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "jonathankablan/fast-entity-bundle", - "version": "2.0", "manifest": { "bundles": { "Jonathankablan\\Bundle\\FastEntityBundle": [ @@ -27,13 +13,32 @@ }, "files": { "config/packages/fast_entity.yaml": { - "contents": "fast_entity:\n tables:\n - { name: 'admin' }\n - { name: 'formation' }\n schema:\n # User\n - { entity: 'admin', property: 'username', type: 'string', length: 255, nullable: true }\n - { entity: 'admin', property: 'password', type: 'string', length: 255, nullable: true }\n - { entity: 'admin', property: 'email', type: 'string', length: 255, nullable: true }\n - { entity: 'admin', property: 'active', type: 'boolean', nullable: true }\n - { entity: 'admin', property: 'created', type: 'datetime', nullable: true }\n - { entity: 'admin', property: 'updated', type: 'datetime', nullable: true }\n # Formation\n - { entity: 'formation', property: 'location', type: 'string', length: 255, nullable: true }\n - { entity: 'formation', property: 'price', type: 'integer', length: 11, nullable: true }\n - { entity: 'formation', property: 'created', type: 'datetime', nullable: true }\n - { entity: 'formation', property: 'updated', type: 'datetime', nullable: true }\n relations:\n - { entityTo: 'admin', entityFrom: 'formation', relation: 'OneToOne' }\n", - "executable": false, - "encoding": "" + "contents": [ + "fast_entity:", + " tables:", + " - { name: 'admin' }", + " - { name: 'formation' }", + " schema:", + " # User", + " - { 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 }", + " # Formation", + " - { 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' }", + "" + ], + "executable": false } }, - "origin": "jonathankablan/fast-entity-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "bc39fd65adffdb41898701f635e819416744f98f" } } } \ No newline at end of file diff --git a/jsor.doctrine-postgis.1.7.json b/jsor.doctrine-postgis.1.7.json index 2f2c2959..042c1454 100644 --- a/jsor.doctrine-postgis.1.7.json +++ b/jsor.doctrine-postgis.1.7.json @@ -1,20 +1,6 @@ { - "locks": { - "jsor/doctrine-postgis": { - "version": "1.7", - "recipe": { - "repo": "1.7", - "branch": "master", - "version": "1.7", - "ref": "211979f7917bf6edb8fc5006a17b2e84e8e84d50" - } - } - }, "manifests": { "jsor/doctrine-postgis": { - "repository": "github.com/symfony/recipes-contrib", - "package": "jsor/doctrine-postgis", - "version": "1.7", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,28 @@ }, "files": { "config/packages/jsor_doctrine_postgis.yaml": { - "contents": "services:\n Jsor\\Doctrine\\PostGIS\\Event\\ORMSchemaEventSubscriber:\n tags: [{ name: doctrine.event_subscriber, connection: default }]\n\ndoctrine:\n dbal:\n mapping_types:\n _text: string\n types:\n geometry: 'Jsor\\Doctrine\\PostGIS\\Types\\GeometryType'\n orm:\n dql:\n string_functions:\n ST_AsGeoJSON: 'Jsor\\Doctrine\\PostGIS\\Functions\\ST_AsGeoJSON'\n ST_GeomFromGeoJSON: 'Jsor\\Doctrine\\PostGIS\\Functions\\ST_GeomFromGeoJSON'\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " Jsor\\Doctrine\\PostGIS\\Event\\ORMSchemaEventSubscriber:", + " tags: [{ name: doctrine.event_subscriber, connection: default }]", + "", + "doctrine:", + " dbal:", + " mapping_types:", + " _text: string", + " types:", + " geometry: 'Jsor\\Doctrine\\PostGIS\\Types\\GeometryType'", + " orm:", + " dql:", + " string_functions:", + " ST_AsGeoJSON: 'Jsor\\Doctrine\\PostGIS\\Functions\\ST_AsGeoJSON'", + " ST_GeomFromGeoJSON: 'Jsor\\Doctrine\\PostGIS\\Functions\\ST_GeomFromGeoJSON'", + "" + ], + "executable": false } }, - "origin": "jsor/doctrine-postgis:1.7@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "211979f7917bf6edb8fc5006a17b2e84e8e84d50" } } } \ No newline at end of file diff --git a/jupi007.prestashop-webservice-bundle.1.0.json b/jupi007.prestashop-webservice-bundle.1.0.json index d172ac04..3770e59c 100644 --- a/jupi007.prestashop-webservice-bundle.1.0.json +++ b/jupi007.prestashop-webservice-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "jupi007/prestashop-webservice-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "d3b32d4cf79c652245dbf70eb97609dc85dc789d" - } - } - }, "manifests": { "jupi007/prestashop-webservice-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "jupi007/prestashop-webservice-bundle", - "version": "1.0", "manifest": { "bundles": { "Jupi007\\PrestaShopWebserviceBundle\\Jupi007PrestaShopWebserviceBundle": [ @@ -31,13 +17,17 @@ }, "files": { "config/packages/jupi007_presta_shop_webservice.yaml": { - "contents": "jupi007_presta_shop_webservice:\n connection:\n store_root_path: '%env(PRESTA_WEBSERVICE_ROOT_PATH)%'\n authentication_key: '%env(PRESTA_WEBSERVICE_AUTH_KEY)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "jupi007_presta_shop_webservice:", + " connection:", + " store_root_path: '%env(PRESTA_WEBSERVICE_ROOT_PATH)%'", + " authentication_key: '%env(PRESTA_WEBSERVICE_AUTH_KEY)%'", + "" + ], + "executable": false } }, - "origin": "jupi007/prestashop-webservice-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "d3b32d4cf79c652245dbf70eb97609dc85dc789d" } } } \ No newline at end of file diff --git a/jurry.amqp-symfony-bundle.1.0.json b/jurry.amqp-symfony-bundle.1.0.json index c2eeb853..4ec35230 100644 --- a/jurry.amqp-symfony-bundle.1.0.json +++ b/jurry.amqp-symfony-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "jurry/amqp-symfony-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "c68f5f7f202efaf793d29bbd01dce1ed465633d3" - } - } - }, "manifests": { "jurry/amqp-symfony-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "jurry/amqp-symfony-bundle", - "version": "1.0", "manifest": { "bundles": { "Jurry\\RabbitMQ\\AmqpHandlerBundle": [ @@ -30,13 +16,22 @@ }, "files": { "config/packages/jurry_rabbitmq.yaml": { - "contents": "amqp_handler:\n connection: '%env(JURRY_RABBIT_MQ_DSN)%'\n queues_properties:\n sync_queue:\n name: stores_sync\n message_ttl: 10000 # 10 seconds\n async_queue:\n name: stores_async\n message_ttl: 10000 # 10 seconds\n", - "executable": false, - "encoding": "" + "contents": [ + "amqp_handler:", + " connection: '%env(JURRY_RABBIT_MQ_DSN)%'", + " queues_properties:", + " sync_queue:", + " name: stores_sync", + " message_ttl: 10000 # 10 seconds", + " async_queue:", + " name: stores_async", + " message_ttl: 10000 # 10 seconds", + "" + ], + "executable": false } }, - "origin": "jurry/amqp-symfony-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "c68f5f7f202efaf793d29bbd01dce1ed465633d3" } } } \ No newline at end of file diff --git a/karser.karser-recaptcha3-bundle.0.1.json b/karser.karser-recaptcha3-bundle.0.1.json index ae81fd87..4a6b088b 100644 --- a/karser.karser-recaptcha3-bundle.0.1.json +++ b/karser.karser-recaptcha3-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "karser/karser-recaptcha3-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "c51ce07c10331d506762efe25b6f5843c1a5ea17" - } - } - }, "manifests": { "karser/karser-recaptcha3-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "karser/karser-recaptcha3-bundle", - "version": "0.1", "manifest": { "bundles": { "Karser\\Recaptcha3Bundle\\KarserRecaptcha3Bundle": [ @@ -36,13 +22,18 @@ }, "files": { "config/packages/karser_recaptcha3.yaml": { - "contents": "karser_recaptcha3:\n site_key: '%env(RECAPTCHA3_KEY)%'\n secret_key: '%env(RECAPTCHA3_SECRET)%'\n score_threshold: 0.5\n enabled: true\n", - "executable": false, - "encoding": "" + "contents": [ + "karser_recaptcha3:", + " site_key: '%env(RECAPTCHA3_KEY)%'", + " secret_key: '%env(RECAPTCHA3_SECRET)%'", + " score_threshold: 0.5", + " enabled: true", + "" + ], + "executable": false } }, - "origin": "karser/karser-recaptcha3-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "c51ce07c10331d506762efe25b6f5843c1a5ea17" } } } \ No newline at end of file diff --git a/kerox.twig-image-placeholder-extension.1.0.json b/kerox.twig-image-placeholder-extension.1.0.json index 2979e68b..75f49cac 100644 --- a/kerox.twig-image-placeholder-extension.1.0.json +++ b/kerox.twig-image-placeholder-extension.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "kerox/twig-image-placeholder-extension": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "3a02dea52ca648963f89b0a614d3f12c71369bce" - } - } - }, "manifests": { "kerox/twig-image-placeholder-extension": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kerox/twig-image-placeholder-extension", - "version": "1.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,18 @@ }, "files": { "config/packages/kerox_twig_image_placeholder.yaml": { - "contents": "services:\n Kerox\\TwigImagePlaceholder\\SvgPlaceholderExtension:\n autowire: true\n autoconfigure: true\n\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " Kerox\\TwigImagePlaceholder\\SvgPlaceholderExtension:", + " autowire: true", + " autoconfigure: true", + "", + "" + ], + "executable": false } }, - "origin": "kerox/twig-image-placeholder-extension:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "3a02dea52ca648963f89b0a614d3f12c71369bce" } } } \ No newline at end of file diff --git a/kevinpapst.adminlte-bundle.0.9.json b/kevinpapst.adminlte-bundle.0.9.json index 7813fa6f..33592edc 100644 --- a/kevinpapst.adminlte-bundle.0.9.json +++ b/kevinpapst.adminlte-bundle.0.9.json @@ -1,20 +1,6 @@ { - "locks": { - "kevinpapst/adminlte-bundle": { - "version": "0.9", - "recipe": { - "repo": "0.9", - "branch": "master", - "version": "0.9", - "ref": "36a77f782cd6f7cd761384c6a301fedf018e37e5" - } - } - }, "manifests": { "kevinpapst/adminlte-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kevinpapst/adminlte-bundle", - "version": "0.9", "manifest": { "bundles": { "KevinPapst\\AdminLTEBundle\\AdminLTEBundle": [ @@ -36,13 +22,36 @@ }, "files": { "config/packages/admin_lte.yaml": { - "contents": "# Configuration file for the AdminLTE bundle\n#\n# For more information about the bundle settings visit:\n# https://github.com/kevinpapst/AdminLTEBundle/blob/master/Resources/docs/configurations.md\n#\n# For tabs in the control_sidebar (right screen) add the 'control_sidebar' config key:\n# https://github.com/kevinpapst/AdminLTEBundle/blob/master/Resources/docs/control_sidebar.md\n\nadmin_lte:\n options:\n skin: skin-blue\n fixed_layout: false\n boxed_layout: false\n collapsed_sidebar: false\n mini_sidebar: false\n\n knp_menu:\n enable: false\n\n routes:\n adminlte_welcome: home\n adminlte_login: login\n adminlte_profile: profile\n", - "executable": false, - "encoding": "" + "contents": [ + "# Configuration file for the AdminLTE bundle", + "#", + "# For more information about the bundle settings visit:", + "# https://github.com/kevinpapst/AdminLTEBundle/blob/master/Resources/docs/configurations.md", + "#", + "# For tabs in the control_sidebar (right screen) add the 'control_sidebar' config key:", + "# https://github.com/kevinpapst/AdminLTEBundle/blob/master/Resources/docs/control_sidebar.md", + "", + "admin_lte:", + " options:", + " skin: skin-blue", + " fixed_layout: false", + " boxed_layout: false", + " collapsed_sidebar: false", + " mini_sidebar: false", + "", + " knp_menu:", + " enable: false", + "", + " routes:", + " adminlte_welcome: home", + " adminlte_login: login", + " adminlte_profile: profile", + "" + ], + "executable": false } }, - "origin": "kevinpapst/adminlte-bundle:0.9@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "36a77f782cd6f7cd761384c6a301fedf018e37e5" } } } \ No newline at end of file diff --git a/kibatic.timezone-bundle.1.0.json b/kibatic.timezone-bundle.1.0.json index bf394f89..62866b21 100644 --- a/kibatic.timezone-bundle.1.0.json +++ b/kibatic.timezone-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "kibatic/timezone-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "abc7b048190a7082523f9bf1af533d7c41f51c2a" - } - } - }, "manifests": { "kibatic/timezone-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kibatic/timezone-bundle", - "version": "1.0", "manifest": { "bundles": { "Kibatic\\TimezoneBundle\\KibaticTimezoneBundle": [ @@ -27,13 +13,16 @@ }, "files": { "config/packages/kibatic_timezone.yaml": { - "contents": "kibatic_timezone:\n default_display_timezone: 'Europe/Paris'\n timezone_provider: 'kibatic_timezone.default_provider'\n", - "executable": false, - "encoding": "" + "contents": [ + "kibatic_timezone:", + " default_display_timezone: 'Europe/Paris'", + " timezone_provider: 'kibatic_timezone.default_provider'", + "" + ], + "executable": false } }, - "origin": "kibatic/timezone-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "abc7b048190a7082523f9bf1af533d7c41f51c2a" } } } \ No newline at end of file diff --git a/klaviyo.php-sdk.2.0.json b/klaviyo.php-sdk.2.0.json index 20dfac81..e76ea5b0 100644 --- a/klaviyo.php-sdk.2.0.json +++ b/klaviyo.php-sdk.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "klaviyo/php-sdk": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "6f3d5e0e102bf03f28144b8a42f6341a8f15f5d6" - } - } - }, "manifests": { "klaviyo/php-sdk": { - "repository": "github.com/symfony/recipes-contrib", - "package": "klaviyo/php-sdk", - "version": "2.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -26,13 +12,18 @@ }, "files": { "config/packages/klaviyo.yaml": { - "contents": "services:\n Klaviyo\\Klaviyo:\n arguments:\n $private_key: '%env(KLAVIYO_PRIVATE_KEY)%'\n $public_key: '%env(KLAVIYO_PUBLIC_KEY)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " Klaviyo\\Klaviyo:", + " arguments:", + " $private_key: '%env(KLAVIYO_PRIVATE_KEY)%'", + " $public_key: '%env(KLAVIYO_PUBLIC_KEY)%'", + "" + ], + "executable": false } }, - "origin": "klaviyo/php-sdk:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "6f3d5e0e102bf03f28144b8a42f6341a8f15f5d6" } } } \ No newline at end of file diff --git a/kms.froala-editor-bundle.3.0.json b/kms.froala-editor-bundle.3.0.json index 066d39fb..820ff807 100644 --- a/kms.froala-editor-bundle.3.0.json +++ b/kms.froala-editor-bundle.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "kms/froala-editor-bundle": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "666a78d430cecebe61a1990d7b8f638e45b2eeab" - } - } - }, "manifests": { "kms/froala-editor-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kms/froala-editor-bundle", - "version": "3.0", "manifest": { "bundles": { "KMS\\FroalaEditorBundle\\KMSFroalaEditorBundle": [ @@ -27,18 +13,28 @@ }, "files": { "config/routes/kms_froala_editor.yaml": { - "contents": "kms_froala_editor:\n resource: \"@KMSFroalaEditorBundle/Resources/config/routing.yml\"\n prefix: /froala-editor\n", - "executable": false, - "encoding": "" + "contents": [ + "kms_froala_editor:", + " resource: \"@KMSFroalaEditorBundle/Resources/config/routing.yml\"", + " prefix: /froala-editor", + "" + ], + "executable": false }, "config/packages/kms_froala_editor.yaml": { - "contents": "twig:\n form_themes:\n - '@KMSFroalaEditor/Form/froala_widget.html.twig'\n\nkms_froala_editor:\n language: en\n", - "executable": false, - "encoding": "" + "contents": [ + "twig:", + " form_themes:", + " - '@KMSFroalaEditor/Form/froala_widget.html.twig'", + "", + "kms_froala_editor:", + " language: en", + "" + ], + "executable": false } }, - "origin": "kms/froala-editor-bundle:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "666a78d430cecebe61a1990d7b8f638e45b2eeab" } } } \ No newline at end of file diff --git a/knojector.steam-authentication-bundle.1.0.json b/knojector.steam-authentication-bundle.1.0.json index ecc12ca9..2bc379a6 100644 --- a/knojector.steam-authentication-bundle.1.0.json +++ b/knojector.steam-authentication-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "knojector/steam-authentication-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "e52348a77b9b3e6f068cf51422289a52f331b5d0" - } - } - }, "manifests": { "knojector/steam-authentication-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "knojector/steam-authentication-bundle", - "version": "1.0", "manifest": { "bundles": { "Knojector\\SteamAuthenticationBundle\\KnojectorSteamAuthenticationBundle": [ @@ -27,13 +13,17 @@ }, "files": { "config/packages/knojector_steam_authentication.yaml": { - "contents": "# https://github.com/knojector/SteamAuthenticationBundle for configuration documentation\nknojector_steam_authentication:\n login_success_redirect: ''\n login_failure_redirect: ''\n", - "executable": false, - "encoding": "" + "contents": [ + "# https://github.com/knojector/SteamAuthenticationBundle for configuration documentation", + "knojector_steam_authentication:", + " login_success_redirect: ''", + " login_failure_redirect: ''", + "" + ], + "executable": false } }, - "origin": "knojector/steam-authentication-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "e52348a77b9b3e6f068cf51422289a52f331b5d0" } } } \ No newline at end of file diff --git a/knplabs.dictionary-bundle.2.0.json b/knplabs.dictionary-bundle.2.0.json index 63d0b155..13c481f4 100644 --- a/knplabs.dictionary-bundle.2.0.json +++ b/knplabs.dictionary-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "knplabs/dictionary-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "fdf88f39d4c2ad0197bfeff8af4539220c4ce8d3" - } - } - }, "manifests": { "knplabs/dictionary-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "knplabs/dictionary-bundle", - "version": "2.0", "manifest": { "bundles": { "Knp\\DictionaryBundle\\KnpDictionaryBundle": [ @@ -27,13 +13,15 @@ }, "files": { "config/packages/knp_dictionary.yaml": { - "contents": "knp_dictionary:\n dictionaries: []\n", - "executable": false, - "encoding": "" + "contents": [ + "knp_dictionary:", + " dictionaries: []", + "" + ], + "executable": false } }, - "origin": "knplabs/dictionary-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "fdf88f39d4c2ad0197bfeff8af4539220c4ce8d3" } } } \ No newline at end of file diff --git a/knplabs.github-api.2.6.json b/knplabs.github-api.2.6.json index e76b830a..8bed810b 100644 --- a/knplabs.github-api.2.6.json +++ b/knplabs.github-api.2.6.json @@ -1,20 +1,6 @@ { - "locks": { - "knplabs/github-api": { - "version": "2.6", - "recipe": { - "repo": "2.6", - "branch": "master", - "version": "2.6", - "ref": "a7d5781e4a8e84f1c238c43e4c9bb806f01d8a3f" - } - } - }, "manifests": { "knplabs/github-api": { - "repository": "github.com/symfony/recipes-contrib", - "package": "knplabs/github-api", - "version": "2.6", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -27,13 +13,26 @@ }, "files": { "config/packages/github_api.yaml": { - "contents": "services:\n Github\\Client:\n arguments:\n - '@Github\\HttpClient\\Builder'\n # Uncomment to enable authentication\n #calls:\n # - ['authenticate', ['%env(GITHUB_USERNAME)%', '%env(GITHUB_SECRET)%', '%env(GITHUB_AUTH_METHOD)%']]\n\n Github\\HttpClient\\Builder:\n arguments:\n - '@?Http\\Client\\HttpClient'\n - '@?Http\\Message\\RequestFactory'\n - '@?Http\\Message\\StreamFactory'\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " Github\\Client:", + " arguments:", + " - '@Github\\HttpClient\\Builder'", + " # Uncomment to enable authentication", + " #calls:", + " # - ['authenticate', ['%env(GITHUB_USERNAME)%', '%env(GITHUB_SECRET)%', '%env(GITHUB_AUTH_METHOD)%']]", + "", + " Github\\HttpClient\\Builder:", + " arguments:", + " - '@?Http\\Client\\HttpClient'", + " - '@?Http\\Message\\RequestFactory'", + " - '@?Http\\Message\\StreamFactory'", + "" + ], + "executable": false } }, - "origin": "knplabs/github-api:2.6@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a7d5781e4a8e84f1c238c43e4c9bb806f01d8a3f" } } } \ No newline at end of file diff --git a/knplabs.knp-snappy-bundle.1.5.json b/knplabs.knp-snappy-bundle.1.5.json index 43f8780c..ce030e10 100644 --- a/knplabs.knp-snappy-bundle.1.5.json +++ b/knplabs.knp-snappy-bundle.1.5.json @@ -1,20 +1,6 @@ { - "locks": { - "knplabs/knp-snappy-bundle": { - "version": "1.5", - "recipe": { - "repo": "1.5", - "branch": "master", - "version": "1.5", - "ref": "c81bdcf4a9d4e7b1959071457f9608631865d381" - } - } - }, "manifests": { "knplabs/knp-snappy-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "knplabs/knp-snappy-bundle", - "version": "1.5", "manifest": { "bundles": { "Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle": [ @@ -31,13 +17,22 @@ }, "files": { "config/packages/knp_snappy.yaml": { - "contents": "knp_snappy:\n pdf:\n enabled: true\n binary: '%env(WKHTMLTOPDF_PATH)%'\n options: []\n image:\n enabled: true\n binary: '%env(WKHTMLTOIMAGE_PATH)%'\n options: []\n", - "executable": false, - "encoding": "" + "contents": [ + "knp_snappy:", + " pdf:", + " enabled: true", + " binary: '%env(WKHTMLTOPDF_PATH)%'", + " options: []", + " image:", + " enabled: true", + " binary: '%env(WKHTMLTOIMAGE_PATH)%'", + " options: []", + "" + ], + "executable": false } }, - "origin": "knplabs/knp-snappy-bundle:1.5@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "c81bdcf4a9d4e7b1959071457f9608631865d381" } } } \ No newline at end of file diff --git a/knplabs.packagist-api.1.6.json b/knplabs.packagist-api.1.6.json index 20d3743e..2bd2aa04 100644 --- a/knplabs.packagist-api.1.6.json +++ b/knplabs.packagist-api.1.6.json @@ -1,20 +1,6 @@ { - "locks": { - "knplabs/packagist-api": { - "version": "1.6", - "recipe": { - "repo": "1.6", - "branch": "master", - "version": "1.6", - "ref": "6db69661915a16528535b90973e02593cc3b84e3" - } - } - }, "manifests": { "knplabs/packagist-api": { - "repository": "github.com/symfony/recipes-contrib", - "package": "knplabs/packagist-api", - "version": "1.6", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,15 @@ }, "files": { "config/packages/knp_packagist_api.yaml": { - "contents": "services:\n Packagist\\Api\\Client: null\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " Packagist\\Api\\Client: null", + "" + ], + "executable": false } }, - "origin": "knplabs/packagist-api:1.6@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "6db69661915a16528535b90973e02593cc3b84e3" } } } \ No newline at end of file diff --git a/knpuniversity.oauth2-client-bundle.1.20.json b/knpuniversity.oauth2-client-bundle.1.20.json index 441d04bf..31a3f704 100644 --- a/knpuniversity.oauth2-client-bundle.1.20.json +++ b/knpuniversity.oauth2-client-bundle.1.20.json @@ -1,20 +1,6 @@ { - "locks": { - "knpuniversity/oauth2-client-bundle": { - "version": "1.20", - "recipe": { - "repo": "1.20", - "branch": "master", - "version": "1.20", - "ref": "1ff300d8c030f55c99219cc55050b97a695af3f6" - } - } - }, "manifests": { "knpuniversity/oauth2-client-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "knpuniversity/oauth2-client-bundle", - "version": "1.20", "manifest": { "bundles": { "KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle": [ @@ -32,13 +18,16 @@ }, "files": { "config/packages/knpu_oauth2_client.yaml": { - "contents": "knpu_oauth2_client:\n clients:\n # configure your clients as described here: https://github.com/knpuniversity/oauth2-client-bundle#configuration\n", - "executable": false, - "encoding": "" + "contents": [ + "knpu_oauth2_client:", + " clients:", + " # configure your clients as described here: https://github.com/knpuniversity/oauth2-client-bundle#configuration", + "" + ], + "executable": false } }, - "origin": "knpuniversity/oauth2-client-bundle:1.20@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "1ff300d8c030f55c99219cc55050b97a695af3f6" } } } \ No newline at end of file diff --git a/knyk.mailbox-bundle.1.0.json b/knyk.mailbox-bundle.1.0.json index 283e7d59..61190348 100644 --- a/knyk.mailbox-bundle.1.0.json +++ b/knyk.mailbox-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "knyk/mailbox-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "6357f5b57185fb0593792ae7f93c06ccc28265bb" - } - } - }, "manifests": { "knyk/mailbox-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "knyk/mailbox-bundle", - "version": "1.0", "manifest": { "bundles": { "Knyk\\MailboxBundle\\MailboxBundle": [ @@ -27,13 +13,15 @@ }, "files": { "config/packages/knyk_mailbox.yaml": { - "contents": "mailbox:\n connections: []\n", - "executable": false, - "encoding": "" + "contents": [ + "mailbox:", + " connections: []", + "" + ], + "executable": false } }, - "origin": "knyk/mailbox-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "6357f5b57185fb0593792ae7f93c06ccc28265bb" } } } \ No newline at end of file diff --git a/koff.i18n-form-bundle.4.0.json b/koff.i18n-form-bundle.4.0.json index c7dc3ff3..88dcfcd9 100644 --- a/koff.i18n-form-bundle.4.0.json +++ b/koff.i18n-form-bundle.4.0.json @@ -1,20 +1,6 @@ { - "locks": { - "koff/i18n-form-bundle": { - "version": "4.0", - "recipe": { - "repo": "4.0", - "branch": "master", - "version": "4.0", - "ref": "8fb73591e5bfeb6899517623472e42fbaef00815" - } - } - }, "manifests": { "koff/i18n-form-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "koff/i18n-form-bundle", - "version": "4.0", "manifest": { "bundles": { "Koff\\Bundle\\I18nFormBundle\\I18nFormBundle": [ @@ -36,13 +22,17 @@ }, "files": { "config/packages/i18n_form.yaml": { - "contents": "i18n_form:\n locales: 'en' # array or string separated with \"|\" or \",\"\n# required_locales: 'en'\n# excluded_fields: 'id|locale|translatable'\n", - "executable": false, - "encoding": "" + "contents": [ + "i18n_form:", + " locales: 'en' # array or string separated with \"|\" or \",\"", + "# required_locales: 'en'", + "# excluded_fields: 'id|locale|translatable'", + "" + ], + "executable": false } }, - "origin": "koff/i18n-form-bundle:4.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "8fb73591e5bfeb6899517623472e42fbaef00815" } } } \ No newline at end of file diff --git a/kriswallsmith.buzz.0.17.json b/kriswallsmith.buzz.0.17.json index a31cb420..6472ff2b 100644 --- a/kriswallsmith.buzz.0.17.json +++ b/kriswallsmith.buzz.0.17.json @@ -1,20 +1,6 @@ { - "locks": { - "kriswallsmith/buzz": { - "version": "0.17", - "recipe": { - "repo": "0.17", - "branch": "master", - "version": "0.17", - "ref": "89a8c10882c422723d1c7f80a41f7008b17f608c" - } - } - }, "manifests": { "kriswallsmith/buzz": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kriswallsmith/buzz", - "version": "0.17", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,54 @@ }, "files": { "config/packages/buzz.yaml": { - "contents": "# Read more about client options at: https://github.com/kriswallsmith/Buzz/blob/master/doc/client.md\nservices:\n _defaults:\n public: false\n\n # Tell the auto wire system to use \"FileGetContents\" client as default client.\n # Set this to any of the other clients below (e.g. Curl or MultiCurl) to use a different default client.\n Buzz\\Client\\BuzzClientInterface: '@buzz.file_get_contents_client'\n\n # Clients\n buzz.file_get_contents_client:\n class: Buzz\\Client\\FileGetContents\n arguments:\n - timeout: 10\n\n buzz.curl_client:\n class: Buzz\\Client\\Curl\n arguments:\n - timeout: 10\n\n buzz.multi_curl_client:\n class: Buzz\\Client\\MultiCurl\n arguments:\n - timeout: 10\n\n # Browser\n Buzz\\Browser:\n arguments: ['@Buzz\\Client\\BuzzClientInterface']\n calls:\n - ['addMiddleware', ['@buzz.middleware.content_length']]\n - ['addMiddleware', ['@buzz.middleware.logger']]\n\n # Middlewares\n buzz.middleware.content_length:\n class: Buzz\\Middleware\\ContentLengthMiddleware\n\n buzz.middleware.logger:\n class: Buzz\\Middleware\\LoggerMiddleware\n arguments: ['@?logger']\n tags:\n - { name: monolog.logger, channel: buzz }\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read more about client options at: https://github.com/kriswallsmith/Buzz/blob/master/doc/client.md", + "services:", + " _defaults:", + " public: false", + "", + " # Tell the auto wire system to use \"FileGetContents\" client as default client.", + " # Set this to any of the other clients below (e.g. Curl or MultiCurl) to use a different default client.", + " Buzz\\Client\\BuzzClientInterface: '@buzz.file_get_contents_client'", + "", + " # Clients", + " buzz.file_get_contents_client:", + " class: Buzz\\Client\\FileGetContents", + " arguments:", + " - timeout: 10", + "", + " buzz.curl_client:", + " class: Buzz\\Client\\Curl", + " arguments:", + " - timeout: 10", + "", + " buzz.multi_curl_client:", + " class: Buzz\\Client\\MultiCurl", + " arguments:", + " - timeout: 10", + "", + " # Browser", + " Buzz\\Browser:", + " arguments: ['@Buzz\\Client\\BuzzClientInterface']", + " calls:", + " - ['addMiddleware', ['@buzz.middleware.content_length']]", + " - ['addMiddleware', ['@buzz.middleware.logger']]", + "", + " # Middlewares", + " buzz.middleware.content_length:", + " class: Buzz\\Middleware\\ContentLengthMiddleware", + "", + " buzz.middleware.logger:", + " class: Buzz\\Middleware\\LoggerMiddleware", + " arguments: ['@?logger']", + " tags:", + " - { name: monolog.logger, channel: buzz }", + "" + ], + "executable": false } }, - "origin": "kriswallsmith/buzz:0.17@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "89a8c10882c422723d1c7f80a41f7008b17f608c" } } } \ No newline at end of file diff --git a/kriswallsmith.buzz.1.0.json b/kriswallsmith.buzz.1.0.json index e4e53fa3..167b64cb 100644 --- a/kriswallsmith.buzz.1.0.json +++ b/kriswallsmith.buzz.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "kriswallsmith/buzz": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "7238da98cc4912f7ff0a124cbac6e89ffb149db2" - } - } - }, "manifests": { "kriswallsmith/buzz": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kriswallsmith/buzz", - "version": "1.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -27,13 +13,67 @@ }, "files": { "config/packages/buzz.yaml": { - "contents": "# Read more about client options at: https://github.com/kriswallsmith/Buzz/blob/master/doc/client.md\nservices:\n _defaults:\n public: false\n\n # Tell the auto wire system to use \"FileGetContents\" client as default client.\n # Set this to any of the other clients below (e.g. Curl or MultiCurl) to use a different default client.\n Buzz\\Client\\BuzzClientInterface: '@buzz.client.file_get_contents'\n Buzz\\Client\\BatchClientInterface: '@buzz.client.multi_curl'\n\n # Register alias for PSR-18\n Psr\\Http\\Client\\ClientInterface: '@Buzz\\Client\\BuzzClientInterface'\n\n # Clients\n buzz.client.file_get_contents:\n class: Buzz\\Client\\FileGetContents\n arguments:\n - '@Psr\\Http\\Message\\ResponseFactoryInterface'\n -\n timeout: 10\n allow_redirects: false\n\n buzz.client.curl:\n class: Buzz\\Client\\Curl\n arguments:\n - '@Psr\\Http\\Message\\ResponseFactoryInterface'\n -\n timeout: 10\n allow_redirects: false\n\n buzz.client.multi_curl:\n class: Buzz\\Client\\MultiCurl\n arguments:\n - '@Psr\\Http\\Message\\ResponseFactoryInterface'\n -\n timeout: 10\n allow_redirects: false\n\n # Browser\n Buzz\\Browser:\n arguments: ['@Buzz\\Client\\BuzzClientInterface', '@Psr\\Http\\Message\\RequestFactoryInterface']\n calls:\n - ['addMiddleware', ['@buzz.middleware.content_length']]\n - ['addMiddleware', ['@buzz.middleware.logger']]\n\n # Middleware\n buzz.middleware.content_length:\n class: Buzz\\Middleware\\ContentLengthMiddleware\n\n buzz.middleware.logger:\n class: Buzz\\Middleware\\LoggerMiddleware\n arguments: ['@?logger']\n tags:\n - { name: monolog.logger, channel: buzz }\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read more about client options at: https://github.com/kriswallsmith/Buzz/blob/master/doc/client.md", + "services:", + " _defaults:", + " public: false", + "", + " # Tell the auto wire system to use \"FileGetContents\" client as default client.", + " # Set this to any of the other clients below (e.g. Curl or MultiCurl) to use a different default client.", + " Buzz\\Client\\BuzzClientInterface: '@buzz.client.file_get_contents'", + " Buzz\\Client\\BatchClientInterface: '@buzz.client.multi_curl'", + "", + " # Register alias for PSR-18", + " Psr\\Http\\Client\\ClientInterface: '@Buzz\\Client\\BuzzClientInterface'", + "", + " # Clients", + " buzz.client.file_get_contents:", + " class: Buzz\\Client\\FileGetContents", + " arguments:", + " - '@Psr\\Http\\Message\\ResponseFactoryInterface'", + " -", + " timeout: 10", + " allow_redirects: false", + "", + " buzz.client.curl:", + " class: Buzz\\Client\\Curl", + " arguments:", + " - '@Psr\\Http\\Message\\ResponseFactoryInterface'", + " -", + " timeout: 10", + " allow_redirects: false", + "", + " buzz.client.multi_curl:", + " class: Buzz\\Client\\MultiCurl", + " arguments:", + " - '@Psr\\Http\\Message\\ResponseFactoryInterface'", + " -", + " timeout: 10", + " allow_redirects: false", + "", + " # Browser", + " Buzz\\Browser:", + " arguments: ['@Buzz\\Client\\BuzzClientInterface', '@Psr\\Http\\Message\\RequestFactoryInterface']", + " calls:", + " - ['addMiddleware', ['@buzz.middleware.content_length']]", + " - ['addMiddleware', ['@buzz.middleware.logger']]", + "", + " # Middleware", + " buzz.middleware.content_length:", + " class: Buzz\\Middleware\\ContentLengthMiddleware", + "", + " buzz.middleware.logger:", + " class: Buzz\\Middleware\\LoggerMiddleware", + " arguments: ['@?logger']", + " tags:", + " - { name: monolog.logger, channel: buzz }", + "" + ], + "executable": false } }, - "origin": "kriswallsmith/buzz:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "7238da98cc4912f7ff0a124cbac6e89ffb149db2" } } } \ No newline at end of file diff --git a/kunicmarko.jms-messenger-adapter.0.1.json b/kunicmarko.jms-messenger-adapter.0.1.json index d6eec315..848a9575 100644 --- a/kunicmarko.jms-messenger-adapter.0.1.json +++ b/kunicmarko.jms-messenger-adapter.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "kunicmarko/jms-messenger-adapter": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "6bf8921b8c99eb4a89ae573b47125678a27d756a" - } - } - }, "manifests": { "kunicmarko/jms-messenger-adapter": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kunicmarko/jms-messenger-adapter", - "version": "0.1", "manifest": { "bundles": { "KunicMarko\\JMSMessengerAdapter\\Bridge\\Symfony\\JMSMessengerAdapterBundle": [ @@ -27,13 +13,20 @@ }, "files": { "config/packages/jms_messenger.yaml": { - "contents": "# Read the documentation: https://github.com/kunicmarko20/jms-messenger-adapter#documentation\n\nframework:\n messenger:\n enabled: true\n serializer:\n default_serializer: messenger.transport.jms_serializer\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://github.com/kunicmarko20/jms-messenger-adapter#documentation", + "", + "framework:", + " messenger:", + " enabled: true", + " serializer:", + " default_serializer: messenger.transport.jms_serializer", + "" + ], + "executable": false } }, - "origin": "kunicmarko/jms-messenger-adapter:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "6bf8921b8c99eb4a89ae573b47125678a27d756a" } } } \ No newline at end of file diff --git a/kunstmaan.admin-bundle.5.2.json b/kunstmaan.admin-bundle.5.2.json index 7d17e923..45f38a7a 100644 --- a/kunstmaan.admin-bundle.5.2.json +++ b/kunstmaan.admin-bundle.5.2.json @@ -1,20 +1,6 @@ { - "locks": { - "kunstmaan/admin-bundle": { - "version": "5.2", - "recipe": { - "repo": "5.2", - "branch": "master", - "version": "5.2", - "ref": "a68fc81d9f62aec9d8795c10eb4938d0d4515c03" - } - } - }, "manifests": { "kunstmaan/admin-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kunstmaan/admin-bundle", - "version": "5.2", "manifest": { "bundles": { "Kunstmaan\\AdminBundle\\KunstmaanAdminBundle": [ @@ -27,18 +13,31 @@ }, "files": { "config/routes/kunstmaan_admin.yaml": { - "contents": "KunstmaanAdminBundle:\n resource: \"@KunstmaanAdminBundle/Resources/config/routing.yml\"\n # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements\n prefix: /{_locale}/\n requirements:\n _locale: \"%kunstmaan_admin.required_locales%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "KunstmaanAdminBundle:", + " resource: \"@KunstmaanAdminBundle/Resources/config/routing.yml\"", + " # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements", + " prefix: /{_locale}/", + " requirements:", + " _locale: \"%kunstmaan_admin.required_locales%\"", + "" + ], + "executable": false }, "config/packages/kunstmaan_admin.yaml": { - "contents": "kunstmaan_admin:\n multi_language: true\n required_locales: nl|fr|en\n default_locale: en\n admin_locales: ['en']\n website_title: 'MyProject' #Rename this to your website name\n", - "executable": false, - "encoding": "" + "contents": [ + "kunstmaan_admin:", + " multi_language: true", + " required_locales: nl|fr|en", + " default_locale: en", + " admin_locales: ['en']", + " website_title: 'MyProject' #Rename this to your website name", + "" + ], + "executable": false } }, - "origin": "kunstmaan/admin-bundle:5.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a68fc81d9f62aec9d8795c10eb4938d0d4515c03" } } } \ No newline at end of file diff --git a/kunstmaan.admin-bundle.5.9.json b/kunstmaan.admin-bundle.5.9.json index b3c1550b..905f95ee 100644 --- a/kunstmaan.admin-bundle.5.9.json +++ b/kunstmaan.admin-bundle.5.9.json @@ -1,20 +1,6 @@ { - "locks": { - "kunstmaan/admin-bundle": { - "version": "5.9", - "recipe": { - "repo": "5.9", - "branch": "master", - "version": "5.9", - "ref": "95cc4ed06baf72267192c33579a348b5d213bc56" - } - } - }, "manifests": { "kunstmaan/admin-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kunstmaan/admin-bundle", - "version": "5.9", "manifest": { "bundles": { "Kunstmaan\\AdminBundle\\KunstmaanAdminBundle": [ @@ -27,18 +13,32 @@ }, "files": { "config/routes/kunstmaan_admin.yaml": { - "contents": "KunstmaanAdminBundle:\n resource: \"@KunstmaanAdminBundle/Resources/config/routing.yml\"\n # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements\n prefix: /{_locale}/\n requirements:\n _locale: \"%kunstmaan_admin.required_locales%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "KunstmaanAdminBundle:", + " resource: \"@KunstmaanAdminBundle/Resources/config/routing.yml\"", + " # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements", + " prefix: /{_locale}/", + " requirements:", + " _locale: \"%kunstmaan_admin.required_locales%\"", + "" + ], + "executable": false }, "config/packages/kunstmaan_admin.yaml": { - "contents": "kunstmaan_admin:\n multi_language: true\n required_locales: nl|fr|en\n default_locale: en\n admin_locales: ['en']\n website_title: 'MyProject' #Rename this to your website name\n exception_logging: false\n", - "executable": false, - "encoding": "" + "contents": [ + "kunstmaan_admin:", + " multi_language: true", + " required_locales: nl|fr|en", + " default_locale: en", + " admin_locales: ['en']", + " website_title: 'MyProject' #Rename this to your website name", + " exception_logging: false", + "" + ], + "executable": false } }, - "origin": "kunstmaan/admin-bundle:5.9@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "95cc4ed06baf72267192c33579a348b5d213bc56" } } } \ No newline at end of file diff --git a/kunstmaan.adminlist-bundle.5.2.json b/kunstmaan.adminlist-bundle.5.2.json index 51b8b6bb..6100b117 100644 --- a/kunstmaan.adminlist-bundle.5.2.json +++ b/kunstmaan.adminlist-bundle.5.2.json @@ -1,20 +1,6 @@ { - "locks": { - "kunstmaan/adminlist-bundle": { - "version": "5.2", - "recipe": { - "repo": "5.2", - "branch": "master", - "version": "5.2", - "ref": "7614cf923bbdd5a30bd2092ac7b2d47ecb6f6a52" - } - } - }, "manifests": { "kunstmaan/adminlist-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kunstmaan/adminlist-bundle", - "version": "5.2", "manifest": { "bundles": { "Kunstmaan\\AdminListBundle\\KunstmaanAdminListBundle": [ @@ -27,13 +13,19 @@ }, "files": { "config/routes/kunstmaan_adminlist.yaml": { - "contents": "KunstmaanAdminListBundle:\n resource: \"@KunstmaanAdminListBundle/Resources/config/routing.yml\"\n # If your site is not multi language, remove the \"{_locale}/\" part of the prefix and the requirements\n prefix: /{_locale}/\n requirements:\n _locale: \"%kunstmaan_admin.required_locales%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "KunstmaanAdminListBundle:", + " resource: \"@KunstmaanAdminListBundle/Resources/config/routing.yml\"", + " # If your site is not multi language, remove the \"{_locale}/\" part of the prefix and the requirements", + " prefix: /{_locale}/", + " requirements:", + " _locale: \"%kunstmaan_admin.required_locales%\"", + "" + ], + "executable": false } }, - "origin": "kunstmaan/adminlist-bundle:5.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "7614cf923bbdd5a30bd2092ac7b2d47ecb6f6a52" } } } \ No newline at end of file diff --git a/kunstmaan.config-bundle.5.2.json b/kunstmaan.config-bundle.5.2.json index f6cf4c96..93a22f6e 100644 --- a/kunstmaan.config-bundle.5.2.json +++ b/kunstmaan.config-bundle.5.2.json @@ -1,20 +1,6 @@ { - "locks": { - "kunstmaan/config-bundle": { - "version": "5.2", - "recipe": { - "repo": "5.2", - "branch": "master", - "version": "5.2", - "ref": "363631d5188512f7df1028aba166f4d5038790c0" - } - } - }, "manifests": { "kunstmaan/config-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kunstmaan/config-bundle", - "version": "5.2", "manifest": { "bundles": { "Kunstmaan\\ConfigBundle\\KunstmaanConfigBundle": [ @@ -27,18 +13,29 @@ }, "files": { "config/routes/kunstmaan_config.yaml": { - "contents": "KunstmaanConfigBundle:\n resource: \"@KunstmaanConfigBundle/Resources/config/routing.yml\"\n # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements\n prefix: /{_locale}/\n requirements:\n _locale: \"%kunstmaan_admin.required_locales%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "KunstmaanConfigBundle:", + " resource: \"@KunstmaanConfigBundle/Resources/config/routing.yml\"", + " # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements", + " prefix: /{_locale}/", + " requirements:", + " _locale: \"%kunstmaan_admin.required_locales%\"", + "" + ], + "executable": false }, "config/packages/kunstmaan_config.yaml": { - "contents": "#kunstmaan_config:\n # Add your custom config entities here\n# entities:\n# - \\App\\Entity\\CustomConfigEntity\n", - "executable": false, - "encoding": "" + "contents": [ + "#kunstmaan_config:", + " # Add your custom config entities here", + "# entities:", + "# - \\App\\Entity\\CustomConfigEntity", + "" + ], + "executable": false } }, - "origin": "kunstmaan/config-bundle:5.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "363631d5188512f7df1028aba166f4d5038790c0" } } } \ No newline at end of file diff --git a/kunstmaan.dashboard-bundle.5.2.json b/kunstmaan.dashboard-bundle.5.2.json index 33e924aa..c3372486 100644 --- a/kunstmaan.dashboard-bundle.5.2.json +++ b/kunstmaan.dashboard-bundle.5.2.json @@ -1,20 +1,6 @@ { - "locks": { - "kunstmaan/dashboard-bundle": { - "version": "5.2", - "recipe": { - "repo": "5.2", - "branch": "master", - "version": "5.2", - "ref": "a0512649a7b21b9a01639b0edfe2a2a3a1846d6c" - } - } - }, "manifests": { "kunstmaan/dashboard-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kunstmaan/dashboard-bundle", - "version": "5.2", "manifest": { "bundles": { "Kunstmaan\\DashboardBundle\\KunstmaanDashboardBundle": [ @@ -33,18 +19,34 @@ }, "files": { "config/routes/kunstmaan_dashboard.yaml": { - "contents": "KunstmaanDashboardBundle:\n resource: \"@KunstmaanDashboardBundle/Resources/config/routing.yml\"\n # If your site is not multi language, remove the \"{_locale}/\" part of the prefix and the requirements\n prefix: /{_locale}/\n requirements:\n _locale: \"%kunstmaan_admin.required_locales%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "KunstmaanDashboardBundle:", + " resource: \"@KunstmaanDashboardBundle/Resources/config/routing.yml\"", + " # If your site is not multi language, remove the \"{_locale}/\" part of the prefix and the requirements", + " prefix: /{_locale}/", + " requirements:", + " _locale: \"%kunstmaan_admin.required_locales%\"", + "" + ], + "executable": false }, "config/packages/kunstmaan_dashboard.yaml": { - "contents": "# Configurate the dashboard bundle google api parameters to enable the google widget\n# More info at https://kunstmaanbundlescms.readthedocs.io/en/latest/cookbook/google-analytics-dashboard/\nkunstmaan_dashboard:\n google_analytics:\n api:\n client_id: '%env(GOOGLE_API_CLIENT_ID)%'\n client_secret: '%env(GOOGLE_API_CLIENT_SECRET)%'\n dev_key: '%env(GOOGLE_API_DEV_KEY)%'\n app_name: '%env(GOOGLE_API_APP_NAME)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "# Configurate the dashboard bundle google api parameters to enable the google widget", + "# More info at https://kunstmaanbundlescms.readthedocs.io/en/latest/cookbook/google-analytics-dashboard/", + "kunstmaan_dashboard:", + " google_analytics:", + " api:", + " client_id: '%env(GOOGLE_API_CLIENT_ID)%'", + " client_secret: '%env(GOOGLE_API_CLIENT_SECRET)%'", + " dev_key: '%env(GOOGLE_API_DEV_KEY)%'", + " app_name: '%env(GOOGLE_API_APP_NAME)%'", + "" + ], + "executable": false } }, - "origin": "kunstmaan/dashboard-bundle:5.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a0512649a7b21b9a01639b0edfe2a2a3a1846d6c" } } } \ No newline at end of file diff --git a/kunstmaan.form-bundle.5.2.json b/kunstmaan.form-bundle.5.2.json index a84d75fd..8477b08f 100644 --- a/kunstmaan.form-bundle.5.2.json +++ b/kunstmaan.form-bundle.5.2.json @@ -1,20 +1,6 @@ { - "locks": { - "kunstmaan/form-bundle": { - "version": "5.2", - "recipe": { - "repo": "5.2", - "branch": "master", - "version": "5.2", - "ref": "83a7fdab06983ea08c4c9e69db2ae12f33000525" - } - } - }, "manifests": { "kunstmaan/form-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kunstmaan/form-bundle", - "version": "5.2", "manifest": { "bundles": { "Kunstmaan\\FormBundle\\KunstmaanFormBundle": [ @@ -27,13 +13,19 @@ }, "files": { "config/routes/kunstmaan_form.yaml": { - "contents": "KunstmaanFormBundle:\n resource: \"@KunstmaanFormBundle/Resources/config/routing.yml\"\n # If your site is not multi language, remove the \"{_locale}/\" part of the prefix and the requirements\n prefix: /{_locale}/\n requirements:\n _locale: \"%kunstmaan_admin.required_locales%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "KunstmaanFormBundle:", + " resource: \"@KunstmaanFormBundle/Resources/config/routing.yml\"", + " # If your site is not multi language, remove the \"{_locale}/\" part of the prefix and the requirements", + " prefix: /{_locale}/", + " requirements:", + " _locale: \"%kunstmaan_admin.required_locales%\"", + "" + ], + "executable": false } }, - "origin": "kunstmaan/form-bundle:5.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "83a7fdab06983ea08c4c9e69db2ae12f33000525" } } } \ No newline at end of file diff --git a/kunstmaan.media-bundle.5.2.json b/kunstmaan.media-bundle.5.2.json index 19e8c794..896b9717 100644 --- a/kunstmaan.media-bundle.5.2.json +++ b/kunstmaan.media-bundle.5.2.json @@ -1,20 +1,6 @@ { - "locks": { - "kunstmaan/media-bundle": { - "version": "5.2", - "recipe": { - "repo": "5.2", - "branch": "master", - "version": "5.2", - "ref": "ee895d7c1b22fcd623e0ce020295838c27bfa5b4" - } - } - }, "manifests": { "kunstmaan/media-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kunstmaan/media-bundle", - "version": "5.2", "manifest": { "bundles": { "Kunstmaan\\MediaBundle\\KunstmaanMediaBundle": [ @@ -31,18 +17,25 @@ }, "files": { "public/uploads/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "config/routes/kunstmaan_media.yaml": { - "contents": "KunstmaanMediaBundle:\n resource: \"@KunstmaanMediaBundle/Resources/config/routing.yml\"\n # If your site is not multi language, remove the \"{_locale}/\" part of the prefix and the requirements\n prefix: /{_locale}/\n requirements:\n _locale: \"%kunstmaan_admin.required_locales%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "KunstmaanMediaBundle:", + " resource: \"@KunstmaanMediaBundle/Resources/config/routing.yml\"", + " # If your site is not multi language, remove the \"{_locale}/\" part of the prefix and the requirements", + " prefix: /{_locale}/", + " requirements:", + " _locale: \"%kunstmaan_admin.required_locales%\"", + "" + ], + "executable": false } }, - "origin": "kunstmaan/media-bundle:5.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "ee895d7c1b22fcd623e0ce020295838c27bfa5b4" } } } \ No newline at end of file diff --git a/kunstmaan.menu-bundle.5.2.json b/kunstmaan.menu-bundle.5.2.json index 25d48235..b57e83c2 100644 --- a/kunstmaan.menu-bundle.5.2.json +++ b/kunstmaan.menu-bundle.5.2.json @@ -1,20 +1,6 @@ { - "locks": { - "kunstmaan/menu-bundle": { - "version": "5.2", - "recipe": { - "repo": "5.2", - "branch": "master", - "version": "5.2", - "ref": "a5427a3cbecbe3fa89656ba2b84d00e8e902ea81" - } - } - }, "manifests": { "kunstmaan/menu-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kunstmaan/menu-bundle", - "version": "5.2", "manifest": { "bundles": { "Kunstmaan\\MenuBundle\\KunstmaanMenuBundle": [ @@ -27,18 +13,31 @@ }, "files": { "config/routes/kunstmaan_menu.yaml": { - "contents": "KunstmaanMenuBundle:\n resource: \"@KunstmaanMenuBundle/Resources/config/routing.yml\"\n # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements\n prefix: /{_locale}/\n requirements:\n _locale: \"%kunstmaan_admin.required_locales%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "KunstmaanMenuBundle:", + " resource: \"@KunstmaanMenuBundle/Resources/config/routing.yml\"", + " # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements", + " prefix: /{_locale}/", + " requirements:", + " _locale: \"%kunstmaan_admin.required_locales%\"", + "" + ], + "executable": false }, "config/packages/kunstmaan_menu.yaml": { - "contents": "#kunstmaan_menu:\n# menus:\n# - main_navigation\n# - footer_navigation\n#\n# This is example configuration code. You can add as many menu's as you like\n", - "executable": false, - "encoding": "" + "contents": [ + "#kunstmaan_menu:", + "# menus:", + "# - main_navigation", + "# - footer_navigation", + "#", + "# This is example configuration code. You can add as many menu's as you like", + "" + ], + "executable": false } }, - "origin": "kunstmaan/menu-bundle:5.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a5427a3cbecbe3fa89656ba2b84d00e8e902ea81" } } } \ No newline at end of file diff --git a/kunstmaan.node-bundle.5.2.json b/kunstmaan.node-bundle.5.2.json index b63f2d85..30ec0270 100644 --- a/kunstmaan.node-bundle.5.2.json +++ b/kunstmaan.node-bundle.5.2.json @@ -1,20 +1,6 @@ { - "locks": { - "kunstmaan/node-bundle": { - "version": "5.2", - "recipe": { - "repo": "5.2", - "branch": "master", - "version": "5.2", - "ref": "dc1275d2e7548fba16eb631049f26ccef4523b8e" - } - } - }, "manifests": { "kunstmaan/node-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kunstmaan/node-bundle", - "version": "5.2", "manifest": { "bundles": { "Kunstmaan\\NodeBundle\\KunstmaanNodeBundle": [ @@ -27,18 +13,28 @@ }, "files": { "config/routes/kunstmaan_node.yaml": { - "contents": "KunstmaanNodeBundle:\n resource: \"@KunstmaanNodeBundle/Resources/config/routing.yml\"\n # If your site is not multi language, remove the \"{_locale}/\" part of the prefix and the requirements\n prefix: /{_locale}/\n requirements:\n _locale: \"%kunstmaan_admin.required_locales%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "KunstmaanNodeBundle:", + " resource: \"@KunstmaanNodeBundle/Resources/config/routing.yml\"", + " # If your site is not multi language, remove the \"{_locale}/\" part of the prefix and the requirements", + " prefix: /{_locale}/", + " requirements:", + " _locale: \"%kunstmaan_admin.required_locales%\"", + "" + ], + "executable": false }, "config/packages/kunstmaan_node.yaml": { - "contents": "kunstmaan_node:\n lock:\n enabled: true\n", - "executable": false, - "encoding": "" + "contents": [ + "kunstmaan_node:", + " lock:", + " enabled: true", + "" + ], + "executable": false } }, - "origin": "kunstmaan/node-bundle:5.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "dc1275d2e7548fba16eb631049f26ccef4523b8e" } } } \ No newline at end of file diff --git a/kunstmaan.node-bundle.5.5.json b/kunstmaan.node-bundle.5.5.json index 91408d96..df161b9e 100644 --- a/kunstmaan.node-bundle.5.5.json +++ b/kunstmaan.node-bundle.5.5.json @@ -1,20 +1,6 @@ { - "locks": { - "kunstmaan/node-bundle": { - "version": "5.5", - "recipe": { - "repo": "5.5", - "branch": "master", - "version": "5.5", - "ref": "d8f05c24426d6314c7aedc34362bf1447a51223c" - } - } - }, "manifests": { "kunstmaan/node-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kunstmaan/node-bundle", - "version": "5.5", "manifest": { "bundles": { "Kunstmaan\\NodeBundle\\KunstmaanNodeBundle": [ @@ -27,18 +13,29 @@ }, "files": { "config/routes/kunstmaan_node.yaml": { - "contents": "KunstmaanNodeBundle:\n resource: \"@KunstmaanNodeBundle/Resources/config/routing.yml\"\n # If your site is not multi language, remove the \"{_locale}/\" part of the prefix and the requirements\n prefix: /{_locale}/\n requirements:\n _locale: \"%kunstmaan_admin.required_locales%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "KunstmaanNodeBundle:", + " resource: \"@KunstmaanNodeBundle/Resources/config/routing.yml\"", + " # If your site is not multi language, remove the \"{_locale}/\" part of the prefix and the requirements", + " prefix: /{_locale}/", + " requirements:", + " _locale: \"%kunstmaan_admin.required_locales%\"", + "" + ], + "executable": false }, "config/packages/kunstmaan_node.yaml": { - "contents": "kunstmaan_node:\n lock:\n enabled: true\n enable_permissions: false\n", - "executable": false, - "encoding": "" + "contents": [ + "kunstmaan_node:", + " lock:", + " enabled: true", + " enable_permissions: false", + "" + ], + "executable": false } }, - "origin": "kunstmaan/node-bundle:5.5@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "d8f05c24426d6314c7aedc34362bf1447a51223c" } } } \ No newline at end of file diff --git a/kunstmaan.pagepart-bundle.5.2.json b/kunstmaan.pagepart-bundle.5.2.json index 06519481..bd5b127c 100644 --- a/kunstmaan.pagepart-bundle.5.2.json +++ b/kunstmaan.pagepart-bundle.5.2.json @@ -1,20 +1,6 @@ { - "locks": { - "kunstmaan/pagepart-bundle": { - "version": "5.2", - "recipe": { - "repo": "5.2", - "branch": "master", - "version": "5.2", - "ref": "d4e16ada4cfba27365aea43711e01dc7fe103d30" - } - } - }, "manifests": { "kunstmaan/pagepart-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kunstmaan/pagepart-bundle", - "version": "5.2", "manifest": { "bundles": { "Kunstmaan\\PagePartBundle\\KunstmaanPagePartBundle": [ @@ -27,18 +13,30 @@ }, "files": { "config/routes/kunstmaan_pagepart.yaml": { - "contents": "KunstmaanPagePartBundle:\n resource: \"@KunstmaanPagePartBundle/Resources/config/routing.yml\"\n # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements\n prefix: /{_locale}/\n requirements:\n _locale: \"%kunstmaan_admin.required_locales%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "KunstmaanPagePartBundle:", + " resource: \"@KunstmaanPagePartBundle/Resources/config/routing.yml\"", + " # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements", + " prefix: /{_locale}/", + " requirements:", + " _locale: \"%kunstmaan_admin.required_locales%\"", + "" + ], + "executable": false }, "config/packages/kunstmaan_pagepart.yaml": { - "contents": "imports:\n - { resource: '../kunstmaancms/**/*.yml', ignore_errors: true}\n\nkunstmaan_page_part:\n extended_pagepart_chooser: true\n", - "executable": false, - "encoding": "" + "contents": [ + "imports:", + " - { resource: '../kunstmaancms/**/*.yml', ignore_errors: true}", + "", + "kunstmaan_page_part:", + " extended_pagepart_chooser: true", + "" + ], + "executable": false } }, - "origin": "kunstmaan/pagepart-bundle:5.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "d4e16ada4cfba27365aea43711e01dc7fe103d30" } } } \ No newline at end of file diff --git a/kunstmaan.redirect-bundle.5.2.json b/kunstmaan.redirect-bundle.5.2.json index 4d1e572a..3922dcd7 100644 --- a/kunstmaan.redirect-bundle.5.2.json +++ b/kunstmaan.redirect-bundle.5.2.json @@ -1,20 +1,6 @@ { - "locks": { - "kunstmaan/redirect-bundle": { - "version": "5.2", - "recipe": { - "repo": "5.2", - "branch": "master", - "version": "5.2", - "ref": "50672a9edd40f693a47557afca641de2d405e350" - } - } - }, "manifests": { "kunstmaan/redirect-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kunstmaan/redirect-bundle", - "version": "5.2", "manifest": { "bundles": { "Kunstmaan\\RedirectBundle\\KunstmaanRedirectBundle": [ @@ -27,13 +13,19 @@ }, "files": { "config/routes/kunstmaan_redirect.yaml": { - "contents": "KunstmaanRedirectBundle:\n resource: \"@KunstmaanRedirectBundle/Resources/config/routing.yml\"\n # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements\n prefix: /{_locale}/\n requirements:\n _locale: \"%kunstmaan_admin.required_locales%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "KunstmaanRedirectBundle:", + " resource: \"@KunstmaanRedirectBundle/Resources/config/routing.yml\"", + " # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements", + " prefix: /{_locale}/", + " requirements:", + " _locale: \"%kunstmaan_admin.required_locales%\"", + "" + ], + "executable": false } }, - "origin": "kunstmaan/redirect-bundle:5.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "50672a9edd40f693a47557afca641de2d405e350" } } } \ No newline at end of file diff --git a/kunstmaan.search-bundle.5.2.json b/kunstmaan.search-bundle.5.2.json index 3dfd9ef6..a699fa0c 100644 --- a/kunstmaan.search-bundle.5.2.json +++ b/kunstmaan.search-bundle.5.2.json @@ -1,20 +1,6 @@ { - "locks": { - "kunstmaan/search-bundle": { - "version": "5.2", - "recipe": { - "repo": "5.2", - "branch": "master", - "version": "5.2", - "ref": "9d01a6ee0822f655ee7b696b98bd590ef3caa58d" - } - } - }, "manifests": { "kunstmaan/search-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kunstmaan/search-bundle", - "version": "5.2", "manifest": { "bundles": { "Kunstmaan\\SearchBundle\\KunstmaanSearchBundle": [ @@ -27,13 +13,19 @@ }, "files": { "config/packages/kunstmaan_search.yaml": { - "contents": "kunstmaan_search:\n connection:\n driver: elastic_search\n host: localhost\n port: 9200\n index_prefix: myproject # Change this prefix to you liking. Maybe the name of your project\n", - "executable": false, - "encoding": "" + "contents": [ + "kunstmaan_search:", + " connection:", + " driver: elastic_search", + " host: localhost", + " port: 9200", + " index_prefix: myproject # Change this prefix to you liking. Maybe the name of your project", + "" + ], + "executable": false } }, - "origin": "kunstmaan/search-bundle:5.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "9d01a6ee0822f655ee7b696b98bd590ef3caa58d" } } } \ No newline at end of file diff --git a/kunstmaan.search-bundle.5.6.json b/kunstmaan.search-bundle.5.6.json index fe02dace..b1f7fdb7 100644 --- a/kunstmaan.search-bundle.5.6.json +++ b/kunstmaan.search-bundle.5.6.json @@ -1,20 +1,6 @@ { - "locks": { - "kunstmaan/search-bundle": { - "version": "5.6", - "recipe": { - "repo": "5.6", - "branch": "master", - "version": "5.6", - "ref": "ecdee37c6bfdd3872e1d6ede6a37e88c4546a94a" - } - } - }, "manifests": { "kunstmaan/search-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kunstmaan/search-bundle", - "version": "5.6", "manifest": { "bundles": { "Kunstmaan\\SearchBundle\\KunstmaanSearchBundle": [ @@ -30,13 +16,21 @@ }, "files": { "config/packages/kunstmaan_search.yaml": { - "contents": "# Default we set the used elasticsearch version to 7 in the \"kunstmaan_search.elasticsearch_version\" parameter.\n# If you want to use Elasticsearch 6, change the value of the \"kunstmaan_search.elasticsearch_version\" parameter to \"6\" and run \"composer req ruflin/elastica ^6.0\"\nkunstmaan_search:\n connection:\n driver: elastic_search\n host: localhost\n port: 9200\n index_prefix: myproject # TODO: Change this prefix to you liking. Maybe the name of your project\n", - "executable": false, - "encoding": "" + "contents": [ + "# Default we set the used elasticsearch version to 7 in the \"kunstmaan_search.elasticsearch_version\" parameter.", + "# If you want to use Elasticsearch 6, change the value of the \"kunstmaan_search.elasticsearch_version\" parameter to \"6\" and run \"composer req ruflin/elastica ^6.0\"", + "kunstmaan_search:", + " connection:", + " driver: elastic_search", + " host: localhost", + " port: 9200", + " index_prefix: myproject # TODO: Change this prefix to you liking. Maybe the name of your project", + "" + ], + "executable": false } }, - "origin": "kunstmaan/search-bundle:5.6@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "ecdee37c6bfdd3872e1d6ede6a37e88c4546a94a" } } } \ No newline at end of file diff --git a/kunstmaan.seo-bundle.5.2.json b/kunstmaan.seo-bundle.5.2.json index ca02304f..0ca03d8f 100644 --- a/kunstmaan.seo-bundle.5.2.json +++ b/kunstmaan.seo-bundle.5.2.json @@ -1,20 +1,6 @@ { - "locks": { - "kunstmaan/seo-bundle": { - "version": "5.2", - "recipe": { - "repo": "5.2", - "branch": "master", - "version": "5.2", - "ref": "76b5d6d013b3bd87a6d19ecc72282c282c065446" - } - } - }, "manifests": { "kunstmaan/seo-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kunstmaan/seo-bundle", - "version": "5.2", "manifest": { "bundles": { "Kunstmaan\\SeoBundle\\KunstmaanSeoBundle": [ @@ -27,13 +13,24 @@ }, "files": { "config/routes/kunstmaan_seo.yaml": { - "contents": "KunstmaanSeoBundle:\n resource: \"@KunstmaanSeoBundle/Resources/config/routing.yml\"\n # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements\n prefix: /{_locale}/\n requirements:\n _locale: \"%kunstmaan_admin.required_locales%\"\n\n# Robots.txt\nKunstmaanSeoBundle_robots:\n resource: \"@KunstmaanSeoBundle/Controller/RobotsController.php\"\n type: annotation\n", - "executable": false, - "encoding": "" + "contents": [ + "KunstmaanSeoBundle:", + " resource: \"@KunstmaanSeoBundle/Resources/config/routing.yml\"", + " # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements", + " prefix: /{_locale}/", + " requirements:", + " _locale: \"%kunstmaan_admin.required_locales%\"", + "", + "# Robots.txt", + "KunstmaanSeoBundle_robots:", + " resource: \"@KunstmaanSeoBundle/Controller/RobotsController.php\"", + " type: annotation", + "" + ], + "executable": false } }, - "origin": "kunstmaan/seo-bundle:5.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "76b5d6d013b3bd87a6d19ecc72282c282c065446" } } } \ No newline at end of file diff --git a/kunstmaan.sitemap-bundle.5.2.json b/kunstmaan.sitemap-bundle.5.2.json index 3462a43c..f4c35e0d 100644 --- a/kunstmaan.sitemap-bundle.5.2.json +++ b/kunstmaan.sitemap-bundle.5.2.json @@ -1,20 +1,6 @@ { - "locks": { - "kunstmaan/sitemap-bundle": { - "version": "5.2", - "recipe": { - "repo": "5.2", - "branch": "master", - "version": "5.2", - "ref": "57990ee1c678fbf14769d7963364353c473f13e2" - } - } - }, "manifests": { "kunstmaan/sitemap-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kunstmaan/sitemap-bundle", - "version": "5.2", "manifest": { "bundles": { "Kunstmaan\\SitemapBundle\\KunstmaanSitemapBundle": [ @@ -27,13 +13,19 @@ }, "files": { "config/routes/kunstmaan_sitemap.yaml": { - "contents": "KunstmaanSitemapBundle:\n resource: \"@KunstmaanSitemapBundle/Resources/config/routing.yml\"\n # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements\n prefix: /\n requirements:\n _locale: \"%kunstmaan_admin.required_locales%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "KunstmaanSitemapBundle:", + " resource: \"@KunstmaanSitemapBundle/Resources/config/routing.yml\"", + " # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements", + " prefix: /", + " requirements:", + " _locale: \"%kunstmaan_admin.required_locales%\"", + "" + ], + "executable": false } }, - "origin": "kunstmaan/sitemap-bundle:5.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "57990ee1c678fbf14769d7963364353c473f13e2" } } } \ No newline at end of file diff --git a/kunstmaan.translator-bundle.5.2.json b/kunstmaan.translator-bundle.5.2.json index 1f19e2a3..b5b6f4c3 100644 --- a/kunstmaan.translator-bundle.5.2.json +++ b/kunstmaan.translator-bundle.5.2.json @@ -1,20 +1,6 @@ { - "locks": { - "kunstmaan/translator-bundle": { - "version": "5.2", - "recipe": { - "repo": "5.2", - "branch": "master", - "version": "5.2", - "ref": "91568addc2273da9b3675848b3e1b62e4cf64af8" - } - } - }, "manifests": { "kunstmaan/translator-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kunstmaan/translator-bundle", - "version": "5.2", "manifest": { "bundles": { "Kunstmaan\\TranslatorBundle\\KunstmaanTranslatorBundle": [ @@ -27,18 +13,29 @@ }, "files": { "config/routes/kunstmaan_translator.yaml": { - "contents": "KunstmaanTranslatorBundle:\n resource: \"@KunstmaanTranslatorBundle/Resources/config/routing.yml\"\n # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements\n prefix: /{_locale}/\n requirements:\n _locale: \"%kunstmaan_admin.required_locales%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "KunstmaanTranslatorBundle:", + " resource: \"@KunstmaanTranslatorBundle/Resources/config/routing.yml\"", + " # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements", + " prefix: /{_locale}/", + " requirements:", + " _locale: \"%kunstmaan_admin.required_locales%\"", + "" + ], + "executable": false }, "config/packages/kunstmaan_translator.yaml": { - "contents": "kunstmaan_translator:\n enabled: true\n # Add your preferred locales here\n managed_locales: ['nl', 'en', 'de', 'fr']\n", - "executable": false, - "encoding": "" + "contents": [ + "kunstmaan_translator:", + " enabled: true", + " # Add your preferred locales here", + " managed_locales: ['nl', 'en', 'de', 'fr']", + "" + ], + "executable": false } }, - "origin": "kunstmaan/translator-bundle:5.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "91568addc2273da9b3675848b3e1b62e4cf64af8" } } } \ No newline at end of file diff --git a/kunstmaan.user-management-bundle.5.2.json b/kunstmaan.user-management-bundle.5.2.json index 4ddf5e48..e1473501 100644 --- a/kunstmaan.user-management-bundle.5.2.json +++ b/kunstmaan.user-management-bundle.5.2.json @@ -1,20 +1,6 @@ { - "locks": { - "kunstmaan/user-management-bundle": { - "version": "5.2", - "recipe": { - "repo": "5.2", - "branch": "master", - "version": "5.2", - "ref": "a848e62394fe7e85626f11caa198d018f791b0dd" - } - } - }, "manifests": { "kunstmaan/user-management-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kunstmaan/user-management-bundle", - "version": "5.2", "manifest": { "bundles": { "Kunstmaan\\UserManagementBundle\\KunstmaanUserManagementBundle": [ @@ -27,13 +13,19 @@ }, "files": { "config/routes/kunstmaan_user_management.yaml": { - "contents": "KunstmaanUserManagementBundle:\n resource: \"@KunstmaanUserManagementBundle/Resources/config/routing.yml\"\n # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements\n prefix: /{_locale}/\n requirements:\n _locale: \"%kunstmaan_admin.required_locales%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "KunstmaanUserManagementBundle:", + " resource: \"@KunstmaanUserManagementBundle/Resources/config/routing.yml\"", + " # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements", + " prefix: /{_locale}/", + " requirements:", + " _locale: \"%kunstmaan_admin.required_locales%\"", + "" + ], + "executable": false } }, - "origin": "kunstmaan/user-management-bundle:5.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a848e62394fe7e85626f11caa198d018f791b0dd" } } } \ No newline at end of file diff --git a/kynno.smartbots-bundle.0.1.json b/kynno.smartbots-bundle.0.1.json index ff51e034..9ba2a3ab 100644 --- a/kynno.smartbots-bundle.0.1.json +++ b/kynno.smartbots-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "kynno/smartbots-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "fce1ecbb1fef50d90cf4415538f063838eb4c4c8" - } - } - }, "manifests": { "kynno/smartbots-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "kynno/smartbots-bundle", - "version": "0.1", "manifest": { "bundles": { "Kynno\\SmartBotsBundle\\SmartBotsBundle": [ @@ -31,13 +17,19 @@ }, "files": { "config/packages/smartbots.yaml": { - "contents": "kynno_smartbots:\n api_key: \"%env(SMARTBOTS_API_KEY)%\"\n bots:\n Kynno:\n name: \"KynnoSystem Resident\"\n botSecret: \"%env(BOT_KYNNO_SECRET)%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "kynno_smartbots:", + " api_key: \"%env(SMARTBOTS_API_KEY)%\"", + " bots:", + " Kynno:", + " name: \"KynnoSystem Resident\"", + " botSecret: \"%env(BOT_KYNNO_SECRET)%\"", + "" + ], + "executable": false } }, - "origin": "kynno/smartbots-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "fce1ecbb1fef50d90cf4415538f063838eb4c4c8" } } } \ No newline at end of file diff --git a/lag.adminbundle.1.0.json b/lag.adminbundle.1.0.json index 661acd74..b1af9ecf 100644 --- a/lag.adminbundle.1.0.json +++ b/lag.adminbundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "lag/adminbundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "d1967ac7b058210ed958b5a7cca70a89ce7749af" - } - } - }, "manifests": { "lag/adminbundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "lag/adminbundle", - "version": "1.0", "manifest": { "bundles": { "LAG\\AdminBundle\\LAGAdminBundle": [ @@ -27,18 +13,22 @@ }, "files": { "config/packages/lag_admin.yaml": { - "contents": "lag_admin:\n application:\n resources_path: '%kernel.project_dir%/config/admin/resources'\n", - "executable": false, - "encoding": "" + "contents": [ + "lag_admin:", + " application:", + " resources_path: '%kernel.project_dir%/config/admin/resources'", + "" + ], + "executable": false }, "config/admin/resources/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false } }, - "origin": "lag/adminbundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "d1967ac7b058210ed958b5a7cca70a89ce7749af" } } } \ No newline at end of file diff --git a/league.flysystem-bundle.1.0.json b/league.flysystem-bundle.1.0.json index 32fb8b5e..b346f1e6 100644 --- a/league.flysystem-bundle.1.0.json +++ b/league.flysystem-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "league/flysystem-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "913dc3d7a5a1af0d2b044c5ac3a16e2f851d7380" - } - } - }, "manifests": { "league/flysystem-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "league/flysystem-bundle", - "version": "1.0", "manifest": { "bundles": { "League\\FlysystemBundle\\FlysystemBundle": [ @@ -34,18 +20,26 @@ }, "files": { "var/storage/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "config/packages/flysystem.yaml": { - "contents": "# Read the documentation at https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md\nflysystem:\n storages:\n default.storage:\n adapter: 'local'\n options:\n directory: '%kernel.project_dir%/%VAR_DIR%/storage/default'\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation at https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md", + "flysystem:", + " storages:", + " default.storage:", + " adapter: 'local'", + " options:", + " directory: '%kernel.project_dir%/%VAR_DIR%/storage/default'", + "" + ], + "executable": false } }, - "origin": "league/flysystem-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "913dc3d7a5a1af0d2b044c5ac3a16e2f851d7380" } } } \ No newline at end of file diff --git a/league.tactician-bundle.1.0.json b/league.tactician-bundle.1.0.json index 6bf8e7cc..ad9f9665 100644 --- a/league.tactician-bundle.1.0.json +++ b/league.tactician-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "league/tactician-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "222c3d39d38378bc6a9790a0b5baf841ba6679b9" - } - } - }, "manifests": { "league/tactician-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "league/tactician-bundle", - "version": "1.0", "manifest": { "bundles": { "League\\Tactician\\Bundle\\TacticianBundle": [ @@ -27,13 +13,28 @@ }, "files": { "config/packages/league_tactician.yaml": { - "contents": "# Library documentation: http://tactician.thephpleague.com/\n# Bundle documentation: https://github.com/thephpleague/tactician-bundle/blob/v1.0/README.md\ntactician:\n commandbus:\n default:\n middleware:\n# Security middleware - https://github.com/thephpleague/tactician-bundle#security-middleware-tacticianmiddlewaresecurity\n# - tactician.middleware.security\n# Validator middleware - https://github.com/thephpleague/tactician-bundle/tree/v1.0#validator-middleware-tacticianmiddlewarevalidator\n# - tactician.middleware.validator\n# Locking middleware - http://tactician.thephpleague.com/plugins/locking-middleware/\n# - tactician.middleware.locking\n# Doctrine transactional middleware, requires additional package - https://github.com/thephpleague/tactician-doctrine\n# - tactician.middleware.doctrine\n - tactician.middleware.command_handler\n", - "executable": false, - "encoding": "" + "contents": [ + "# Library documentation: http://tactician.thephpleague.com/", + "# Bundle documentation: https://github.com/thephpleague/tactician-bundle/blob/v1.0/README.md", + "tactician:", + " commandbus:", + " default:", + " middleware:", + "# Security middleware - https://github.com/thephpleague/tactician-bundle#security-middleware-tacticianmiddlewaresecurity", + "# - tactician.middleware.security", + "# Validator middleware - https://github.com/thephpleague/tactician-bundle/tree/v1.0#validator-middleware-tacticianmiddlewarevalidator", + "# - tactician.middleware.validator", + "# Locking middleware - http://tactician.thephpleague.com/plugins/locking-middleware/", + "# - tactician.middleware.locking", + "# Doctrine transactional middleware, requires additional package - https://github.com/thephpleague/tactician-doctrine", + "# - tactician.middleware.doctrine", + " - tactician.middleware.command_handler", + "" + ], + "executable": false } }, - "origin": "league/tactician-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "222c3d39d38378bc6a9790a0b5baf841ba6679b9" } } } \ No newline at end of file diff --git a/leapt.core-bundle.2.2.json b/leapt.core-bundle.2.2.json index e96438ba..668e48a2 100644 --- a/leapt.core-bundle.2.2.json +++ b/leapt.core-bundle.2.2.json @@ -1,20 +1,6 @@ { - "locks": { - "leapt/core-bundle": { - "version": "2.2", - "recipe": { - "repo": "2.2", - "branch": "master", - "version": "2.2", - "ref": "3a70ffc856464fc26a5d421983a84e2fc64a55fe" - } - } - }, "manifests": { "leapt/core-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "leapt/core-bundle", - "version": "2.2", "manifest": { "bundles": { "Leapt\\CoreBundle\\LeaptCoreBundle": [ @@ -30,13 +16,16 @@ }, "files": { "config/packages/leapt_core.yaml": { - "contents": "# Read the documentation: https://core-bundle.leapt.io/configuration_reference.html\nleapt_core:\n upload_dir: '%kernel.project_dir%/public'\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://core-bundle.leapt.io/configuration_reference.html", + "leapt_core:", + " upload_dir: '%kernel.project_dir%/public'", + "" + ], + "executable": false } }, - "origin": "leapt/core-bundle:2.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "3a70ffc856464fc26a5d421983a84e2fc64a55fe" } } } \ No newline at end of file diff --git a/leapt.im-bundle.2.0.json b/leapt.im-bundle.2.0.json index bd7aed70..5b1f5df9 100644 --- a/leapt.im-bundle.2.0.json +++ b/leapt.im-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "leapt/im-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "feeab1653fecfa06354b38a7ba89ef30753fb7a2" - } - } - }, "manifests": { "leapt/im-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "leapt/im-bundle", - "version": "2.0", "manifest": { "bundles": { "Leapt\\ImBundle\\LeaptImBundle": [ @@ -30,18 +16,28 @@ }, "files": { "config/routes/leapt_im.yaml": { - "contents": "leapt_im:\n resource: '@LeaptImBundle/Resources/config/routing.yml'\n", - "executable": false, - "encoding": "" + "contents": [ + "leapt_im:", + " resource: '@LeaptImBundle/Resources/config/routing.yml'", + "" + ], + "executable": false }, "config/packages/leapt_im.yaml": { - "contents": "# Read the documentation: https://github.com/leapt/im-bundle/blob/master/docs/configuration.rst\nleapt_im:\n cache_path: cache/im\n formats:\n # Resize to fit in 100x100, only if bigger, and remove all crap (meta-data, ...)\n medium:\n thumbnail: 100x100>\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://github.com/leapt/im-bundle/blob/master/docs/configuration.rst", + "leapt_im:", + " cache_path: cache/im", + " formats:", + " # Resize to fit in 100x100, only if bigger, and remove all crap (meta-data, ...)", + " medium:", + " thumbnail: 100x100>", + "" + ], + "executable": false } }, - "origin": "leapt/im-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "feeab1653fecfa06354b38a7ba89ef30753fb7a2" } } } \ No newline at end of file diff --git a/leogout.seo-bundle.1.0.json b/leogout.seo-bundle.1.0.json index 578dccb2..885996b1 100644 --- a/leogout.seo-bundle.1.0.json +++ b/leogout.seo-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "leogout/seo-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "664d3f978cca5b6e4e4314e05e5e89b1cbf36858" - } - } - }, "manifests": { "leogout/seo-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "leogout/seo-bundle", - "version": "1.0", "manifest": { "bundles": { "Leogout\\Bundle\\SeoBundle\\LeogoutSeoBundle": [ @@ -27,13 +13,22 @@ }, "files": { "config/packages/leogout_seo.yaml": { - "contents": "leogout_seo:\n # By default, the SEO generators services are not loaded if you don't configure them. The following default configuration\n # loads the services but they won't render anything.\n # See https://github.com/leogout/SeoBundle#configuration-reference to configure them.\n # See https://github.com/leogout/SeoBundle#setting-values-dynamically to use them directly in your controller.\n general: null\n basic: null\n og: null\n twitter: null\n", - "executable": false, - "encoding": "" + "contents": [ + "leogout_seo:", + " # By default, the SEO generators services are not loaded if you don't configure them. The following default configuration", + " # loads the services but they won't render anything.", + " # See https://github.com/leogout/SeoBundle#configuration-reference to configure them.", + " # See https://github.com/leogout/SeoBundle#setting-values-dynamically to use them directly in your controller.", + " general: null", + " basic: null", + " og: null", + " twitter: null", + "" + ], + "executable": false } }, - "origin": "leogout/seo-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "664d3f978cca5b6e4e4314e05e5e89b1cbf36858" } } } \ No newline at end of file diff --git a/lepiaf.sapient-bundle.0.1.json b/lepiaf.sapient-bundle.0.1.json index 6736dad9..d710faf4 100644 --- a/lepiaf.sapient-bundle.0.1.json +++ b/lepiaf.sapient-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "lepiaf/sapient-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "37101293e516acdf806bf0684e4b9316af9c5d26" - } - } - }, "manifests": { "lepiaf/sapient-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "lepiaf/sapient-bundle", - "version": "0.1", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -34,13 +20,22 @@ }, "files": { "config/packages/sapient.yaml": { - "contents": "sapient:\n # By default, bundle does nothing without initial configuration.\n # Run command sapient:configure to get initial configuration.\n # See http://sapient-bundle.readthedocs.io/en/latest/installation.html\n guzzle_middleware:\n unseal: false\n verify: false\n sealing_public_keys: null\n verifying_public_keys: null\n", - "executable": false, - "encoding": "" + "contents": [ + "sapient:", + " # By default, bundle does nothing without initial configuration.", + " # Run command sapient:configure to get initial configuration.", + " # See http://sapient-bundle.readthedocs.io/en/latest/installation.html", + " guzzle_middleware:", + " unseal: false", + " verify: false", + " sealing_public_keys: null", + " verifying_public_keys: null", + "" + ], + "executable": false } }, - "origin": "lepiaf/sapient-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "37101293e516acdf806bf0684e4b9316af9c5d26" } } } \ No newline at end of file diff --git a/lexik.cron-file-generator-bundle.1.0.json b/lexik.cron-file-generator-bundle.1.0.json index 286a3195..79815cae 100644 --- a/lexik.cron-file-generator-bundle.1.0.json +++ b/lexik.cron-file-generator-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "lexik/cron-file-generator-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "d3668cda50ed5c60ccc771c14fea75c1ab057d78" - } - } - }, "manifests": { "lexik/cron-file-generator-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "lexik/cron-file-generator-bundle", - "version": "1.0", "manifest": { "bundles": { "Lexik\\Bundle\\CronFileGeneratorBundle\\LexikCronFileGeneratorBundle": [ @@ -27,13 +13,26 @@ }, "files": { "config/packages/lexik_cron_file_generator.yaml": { - "contents": "# see https://github.com/lexik/LexikCronFileGeneratorBundle/blob/master/Resources/doc/index.md\nlexik_cron_file_generator:\n env_available: # declare your env availables\n - staging # example: staging, prod\n user:\n staging: 'project_staging' # user for execute the cron\n php_version: 'php7.2'\n absolute_path:\n staging: 'project_dir/bin/console'\n output_path: '%kernel.cache_dir%/cron_test' # filename will be cron_test\n # crons configuration is optional but you need at least one for execute the command\n # crons:\n # - { name: 'Send email', command: 'app:test', env: { staging: '* * * * *', prod: '* 5 * * *' } }\n", - "executable": false, - "encoding": "" + "contents": [ + "# see https://github.com/lexik/LexikCronFileGeneratorBundle/blob/master/Resources/doc/index.md", + "lexik_cron_file_generator:", + " env_available: # declare your env availables", + " - staging # example: staging, prod", + " user:", + " staging: 'project_staging' # user for execute the cron", + " php_version: 'php7.2'", + " absolute_path:", + " staging: 'project_dir/bin/console'", + " output_path: '%kernel.cache_dir%/cron_test' # filename will be cron_test", + " # crons configuration is optional but you need at least one for execute the command", + " # crons:", + " # - { name: 'Send email', command: 'app:test', env: { staging: '* * * * *', prod: '* 5 * * *' } }", + "" + ], + "executable": false } }, - "origin": "lexik/cron-file-generator-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "d3668cda50ed5c60ccc771c14fea75c1ab057d78" } } } \ No newline at end of file diff --git a/lexik.maintenance-bundle.2.1.json b/lexik.maintenance-bundle.2.1.json index 4ffd5b5e..c8368c68 100644 --- a/lexik.maintenance-bundle.2.1.json +++ b/lexik.maintenance-bundle.2.1.json @@ -1,20 +1,6 @@ { - "locks": { - "lexik/maintenance-bundle": { - "version": "2.1", - "recipe": { - "repo": "2.1", - "branch": "master", - "version": "2.1", - "ref": "c7b1a155b60c553d2c6e272d210e8614c89a7e5c" - } - } - }, "manifests": { "lexik/maintenance-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "lexik/maintenance-bundle", - "version": "2.1", "manifest": { "bundles": { "Lexik\\Bundle\\MaintenanceBundle\\LexikMaintenanceBundle": [ @@ -27,13 +13,17 @@ }, "files": { "config/packages/lexik_maintenance.yaml": { - "contents": "lexik_maintenance:\n driver:\n class: '\\Lexik\\Bundle\\MaintenanceBundle\\Drivers\\FileDriver'\n options: { file_path: '%kernel.project_dir%/var/cache/lock' }\n", - "executable": false, - "encoding": "" + "contents": [ + "lexik_maintenance:", + " driver:", + " class: '\\Lexik\\Bundle\\MaintenanceBundle\\Drivers\\FileDriver'", + " options: { file_path: '%kernel.project_dir%/var/cache/lock' }", + "" + ], + "executable": false } }, - "origin": "lexik/maintenance-bundle:2.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "c7b1a155b60c553d2c6e272d210e8614c89a7e5c" } } } \ No newline at end of file diff --git a/liip.imagine-bundle.1.8.json b/liip.imagine-bundle.1.8.json index 800ed8d0..d4b3c602 100644 --- a/liip.imagine-bundle.1.8.json +++ b/liip.imagine-bundle.1.8.json @@ -1,20 +1,6 @@ { - "locks": { - "liip/imagine-bundle": { - "version": "1.8", - "recipe": { - "repo": "1.8", - "branch": "master", - "version": "1.8", - "ref": "ffbb72e74598f04cc7f79f9fc736c77eeb98f569" - } - } - }, "manifests": { "liip/imagine-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "liip/imagine-bundle", - "version": "1.8", "manifest": { "bundles": { "Liip\\ImagineBundle\\LiipImagineBundle": [ @@ -37,18 +23,25 @@ }, "files": { "config/routes/liip_imagine.yaml": { - "contents": "_liip_imagine:\n resource: \"@LiipImagineBundle/Resources/config/routing.yaml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "_liip_imagine:", + " resource: \"@LiipImagineBundle/Resources/config/routing.yaml\"", + "" + ], + "executable": false }, "config/packages/liip_imagine.yaml": { - "contents": "# See dos how to configure the bundle: https://symfony.com/doc/current/bundles/LiipImagineBundle/basic-usage.html\nliip_imagine:\n # valid drivers options include \"gd\" or \"gmagick\" or \"imagick\"\n driver: \"gd\"\n", - "executable": false, - "encoding": "" + "contents": [ + "# See dos how to configure the bundle: https://symfony.com/doc/current/bundles/LiipImagineBundle/basic-usage.html", + "liip_imagine:", + " # valid drivers options include \"gd\" or \"gmagick\" or \"imagick\"", + " driver: \"gd\"", + "" + ], + "executable": false } }, - "origin": "liip/imagine-bundle:1.8@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "ffbb72e74598f04cc7f79f9fc736c77eeb98f569" } } } \ No newline at end of file diff --git a/liip.monitor-bundle.2.6.json b/liip.monitor-bundle.2.6.json index 95d98ea0..44f9ba75 100644 --- a/liip.monitor-bundle.2.6.json +++ b/liip.monitor-bundle.2.6.json @@ -1,20 +1,6 @@ { - "locks": { - "liip/monitor-bundle": { - "version": "2.6", - "recipe": { - "repo": "2.6", - "branch": "master", - "version": "2.6", - "ref": "02c7cd93304dead890f9042fc2670dd9b0e0c091" - } - } - }, "manifests": { "liip/monitor-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "liip/monitor-bundle", - "version": "2.6", "manifest": { "bundles": { "Liip\\MonitorBundle\\LiipMonitorBundle": [ @@ -33,13 +19,16 @@ }, "files": { "config/packages/monitor.yaml": { - "contents": "liip_monitor:\n # enabling the controller requires that `assets` are enabled in the framework bundle\n enable_controller: false\n", - "executable": false, - "encoding": "" + "contents": [ + "liip_monitor:", + " # enabling the controller requires that `assets` are enabled in the framework bundle", + " enable_controller: false", + "" + ], + "executable": false } }, - "origin": "liip/monitor-bundle:2.6@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "02c7cd93304dead890f9042fc2670dd9b0e0c091" } } } \ No newline at end of file diff --git a/lireincore.imgcache-bundle.0.1.json b/lireincore.imgcache-bundle.0.1.json index f2fb8631..50ac39cf 100644 --- a/lireincore.imgcache-bundle.0.1.json +++ b/lireincore.imgcache-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "lireincore/imgcache-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "6f25f3b1a002e26a1050c4d394bdf5c3275845e4" - } - } - }, "manifests": { "lireincore/imgcache-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "lireincore/imgcache-bundle", - "version": "0.1", "manifest": { "bundles": { "LireinCore\\ImgCacheBundle\\LireinCoreImgCacheBundle": [ @@ -27,13 +13,17 @@ }, "files": { "config/packages/lireincore_imgcache.yaml": { - "contents": "lireincore_imgcache:\n driver: gd\n destdir: '%kernel.project_dir%/public/thumbs'\n webdir: '%kernel.project_dir%/public'\n", - "executable": true, - "encoding": "" + "contents": [ + "lireincore_imgcache:", + " driver: gd", + " destdir: '%kernel.project_dir%/public/thumbs'", + " webdir: '%kernel.project_dir%/public'", + "" + ], + "executable": true } }, - "origin": "lireincore/imgcache-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "6f25f3b1a002e26a1050c4d394bdf5c3275845e4" } } } \ No newline at end of file diff --git a/liuggio.statsd-client-bundle.1.6.json b/liuggio.statsd-client-bundle.1.6.json index 7ad6d160..f23e4257 100644 --- a/liuggio.statsd-client-bundle.1.6.json +++ b/liuggio.statsd-client-bundle.1.6.json @@ -1,20 +1,6 @@ { - "locks": { - "liuggio/statsd-client-bundle": { - "version": "1.6", - "recipe": { - "repo": "1.6", - "branch": "master", - "version": "1.6", - "ref": "4cd9b2466b6064c057d63b2075e210bbae4d460f" - } - } - }, "manifests": { "liuggio/statsd-client-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "liuggio/statsd-client-bundle", - "version": "1.6", "manifest": { "bundles": { "Liuggio\\StatsDClientBundle\\LiuggioStatsDClientBundle": [ @@ -32,13 +18,18 @@ }, "files": { "config/packages/liuggio_stats_d_client.yaml": { - "contents": "liuggio_stats_d_client:\n connection:\n host: '%env(STATS_D_HOST)%'\n port: '%env(STATS_D_PORT)%'\n protocol: '%env(STATS_D_PROTOCOL)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "liuggio_stats_d_client:", + " connection:", + " host: '%env(STATS_D_HOST)%'", + " port: '%env(STATS_D_PORT)%'", + " protocol: '%env(STATS_D_PROTOCOL)%'", + "" + ], + "executable": false } }, - "origin": "liuggio/statsd-client-bundle:1.6@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "4cd9b2466b6064c057d63b2075e210bbae4d460f" } } } \ No newline at end of file diff --git a/lolautruche.payline-bundle.2.0.json b/lolautruche.payline-bundle.2.0.json index 82ac0d25..a7f085cb 100644 --- a/lolautruche.payline-bundle.2.0.json +++ b/lolautruche.payline-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "lolautruche/payline-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "175b8f89ccbe1fb373b8cc3ac90abd495125eaa8" - } - } - }, "manifests": { "lolautruche/payline-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "lolautruche/payline-bundle", - "version": "2.0", "manifest": { "bundles": { "Lolautruche\\PaylineBundle\\LolautruchePaylineBundle": [ @@ -46,18 +32,33 @@ }, "files": { "config/routes/payline.yaml": { - "contents": "LolautruchePaylineBundle:\n resource: '@LolautruchePaylineBundle/Resources/config/routing.yml'\n prefix: /\n", - "executable": false, - "encoding": "" + "contents": [ + "LolautruchePaylineBundle:", + " resource: '@LolautruchePaylineBundle/Resources/config/routing.yml'", + " prefix: /", + "" + ], + "executable": false }, "config/packages/payline.yaml": { - "contents": "lolautruche_payline:\n merchant_id: '%env(PAYLINE_MERCHANT_ID)%'\n access_key: '%env(PAYLINE_ACCESS_KEY)%'\n contract_number: '%env(PAYLINE_CONTRACT_NUMBER)%'\n environment: '%env(PAYLINE_ENVIRONMENT)%'\n # Can be EUR (or \u20ac), USD (or $), POUND (or \u00a3).\n default_currency: '\u20ac'\n # Route name for the confirmation page the user will be redirected to, once the payment has been processed.\n default_confirmation_route: 'route_name_for_confirmation_page'\n # Route name for the error page the user will be redirected to if there was an error with the payment.\n default_error_route: 'route_name_for_error_page'\n", - "executable": false, - "encoding": "" + "contents": [ + "lolautruche_payline:", + " merchant_id: '%env(PAYLINE_MERCHANT_ID)%'", + " access_key: '%env(PAYLINE_ACCESS_KEY)%'", + " contract_number: '%env(PAYLINE_CONTRACT_NUMBER)%'", + " environment: '%env(PAYLINE_ENVIRONMENT)%'", + " # Can be EUR (or \u20ac), USD (or $), POUND (or \u00a3).", + " default_currency: '\u20ac'", + " # Route name for the confirmation page the user will be redirected to, once the payment has been processed.", + " default_confirmation_route: 'route_name_for_confirmation_page'", + " # Route name for the error page the user will be redirected to if there was an error with the payment.", + " default_error_route: 'route_name_for_error_page'", + "" + ], + "executable": false } }, - "origin": "lolautruche/payline-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "175b8f89ccbe1fb373b8cc3ac90abd495125eaa8" } } } \ No newline at end of file diff --git a/long-running.long-running.0.1.json b/long-running.long-running.0.1.json index 1c19a061..88ab9ade 100644 --- a/long-running.long-running.0.1.json +++ b/long-running.long-running.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "long-running/long-running": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "b661d2358dbaee7826b470522ec4cb6b948cc80a" - } - } - }, "manifests": { "long-running/long-running": { - "repository": "github.com/symfony/recipes-contrib", - "package": "long-running/long-running", - "version": "0.1", "manifest": { "bundles": { "LongRunning\\Bundle\\LongRunningBundle\\LongRunningBundle": [ @@ -23,8 +9,7 @@ } }, "files": [], - "origin": "long-running/long-running:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "b661d2358dbaee7826b470522ec4cb6b948cc80a" } } } \ No newline at end of file diff --git a/loophp.psr17.1.0.json b/loophp.psr17.1.0.json index 77d37ad5..9f1c1e1b 100644 --- a/loophp.psr17.1.0.json +++ b/loophp.psr17.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "loophp/psr17": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "3eba84e2a18dbc40cc5b3516863fe5808c5aa10d" - } - } - }, "manifests": { "loophp/psr17": { - "repository": "github.com/symfony/recipes-contrib", - "package": "loophp/psr17", - "version": "1.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,21 @@ }, "files": { "config/packages/loophp_psr17.yaml": { - "contents": "services:\n # Register loophp/psr17/Psr17 class and autowire/autoconfigure it.\n loophp\\psr17\\Psr17:\n autowire: true\n autoconfigure: true\n\n # Alias the service to the Psr17 interface.\n loophp\\psr17\\Psr17Interface: '@loophp\\psr17\\Psr17'\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " # Register loophp/psr17/Psr17 class and autowire/autoconfigure it.", + " loophp\\psr17\\Psr17:", + " autowire: true", + " autoconfigure: true", + "", + " # Alias the service to the Psr17 interface.", + " loophp\\psr17\\Psr17Interface: '@loophp\\psr17\\Psr17'", + "" + ], + "executable": false } }, - "origin": "loophp/psr17:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "3eba84e2a18dbc40cc5b3516863fe5808c5aa10d" } } } \ No newline at end of file diff --git a/m-adamski.symfony-mailer-bundle.1.0.json b/m-adamski.symfony-mailer-bundle.1.0.json index 6f25258b..45d88751 100644 --- a/m-adamski.symfony-mailer-bundle.1.0.json +++ b/m-adamski.symfony-mailer-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "m-adamski/symfony-mailer-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "fcdd70fac7c2bdf08ce9ea0ab6e465965c3f0d31" - } - } - }, "manifests": { "m-adamski/symfony-mailer-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "m-adamski/symfony-mailer-bundle", - "version": "1.0", "manifest": { "bundles": { "Adamski\\Symfony\\MailerBundle\\MailerBundle": [ @@ -27,13 +13,16 @@ }, "files": { "config/packages/mailer.yaml": { - "contents": "mailer:\n sender_address: noreply@example.com\n sender_name: noreply\n", - "executable": false, - "encoding": "" + "contents": [ + "mailer:", + " sender_address: noreply@example.com", + " sender_name: noreply", + "" + ], + "executable": false } }, - "origin": "m-adamski/symfony-mailer-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "fcdd70fac7c2bdf08ce9ea0ab6e465965c3f0d31" } } } \ No newline at end of file diff --git a/m-adamski.symfony-schedule-bundle.1.0.json b/m-adamski.symfony-schedule-bundle.1.0.json index 0c2fd0f7..fbe8c1ff 100644 --- a/m-adamski.symfony-schedule-bundle.1.0.json +++ b/m-adamski.symfony-schedule-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "m-adamski/symfony-schedule-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "0215dfa83bf43437aab95d419d1043016a4a537a" - } - } - }, "manifests": { "m-adamski/symfony-schedule-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "m-adamski/symfony-schedule-bundle", - "version": "1.0", "manifest": { "bundles": { "Adamski\\Symfony\\ScheduleBundle\\ScheduleBundle": [ @@ -27,13 +13,15 @@ }, "files": { "config/packages/schedule.yaml": { - "contents": "schedule:\n manager: Adamski\\Symfony\\ScheduleBundle\\Model\\ScheduleManager\n", - "executable": false, - "encoding": "" + "contents": [ + "schedule:", + " manager: Adamski\\Symfony\\ScheduleBundle\\Model\\ScheduleManager", + "" + ], + "executable": false } }, - "origin": "m-adamski/symfony-schedule-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "0215dfa83bf43437aab95d419d1043016a4a537a" } } } \ No newline at end of file diff --git a/maba.webpack-bundle.1.0.json b/maba.webpack-bundle.1.0.json index 49ff14d3..547210fd 100644 --- a/maba.webpack-bundle.1.0.json +++ b/maba.webpack-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "maba/webpack-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "33b0bf2e73d774902dd21bab3d93f5b5ce459668" - } - } - }, "manifests": { "maba/webpack-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "maba/webpack-bundle", - "version": "1.0", "manifest": { "bundles": { "Maba\\Bundle\\WebpackBundle\\MabaWebpackBundle": [ @@ -42,13 +28,13 @@ }, "files": { "assets/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false } }, - "origin": "maba/webpack-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "33b0bf2e73d774902dd21bab3d93f5b5ce459668" } } } \ No newline at end of file diff --git a/machy8.webloader-bundle.1.1.json b/machy8.webloader-bundle.1.1.json index 1ce2233c..4508a1dc 100644 --- a/machy8.webloader-bundle.1.1.json +++ b/machy8.webloader-bundle.1.1.json @@ -1,20 +1,6 @@ { - "locks": { - "machy8/webloader-bundle": { - "version": "1.1", - "recipe": { - "repo": "1.1", - "branch": "master", - "version": "1.1", - "ref": "b112347eb64f7c47ec375c42dfe32489d2687b95" - } - } - }, "manifests": { "machy8/webloader-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "machy8/webloader-bundle", - "version": "1.1", "manifest": { "bundles": { "WebLoader\\WebLoaderBundle\\WebLoaderBundle": [ @@ -28,23 +14,33 @@ }, "files": { "public/webtemp/.gitignore": { - "contents": "*\n!.gitignore\n", - "executable": false, - "encoding": "" + "contents": [ + "*", + "!.gitignore", + "" + ], + "executable": false }, "config/packages/dev/web_loader.yaml": { - "contents": "web_loader:\n disableCache: true\n", - "executable": false, - "encoding": "" + "contents": [ + "web_loader:", + " disableCache: true", + "" + ], + "executable": false }, "config/packages/web_loader.yaml": { - "contents": "web_loader:\n pathPlaceholders:\n filesCollections:\n filesCollectionsContainers:\n", - "executable": false, - "encoding": "" + "contents": [ + "web_loader:", + " pathPlaceholders:", + " filesCollections:", + " filesCollectionsContainers:", + "" + ], + "executable": false } }, - "origin": "machy8/webloader-bundle:1.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "b112347eb64f7c47ec375c42dfe32489d2687b95" } } } \ No newline at end of file diff --git a/macpaw.sentry-monolog-adapter.0.0.json b/macpaw.sentry-monolog-adapter.0.0.json index 1aeedb27..838a08c6 100644 --- a/macpaw.sentry-monolog-adapter.0.0.json +++ b/macpaw.sentry-monolog-adapter.0.0.json @@ -1,20 +1,6 @@ { - "locks": { - "macpaw/sentry-monolog-adapter": { - "version": "0.0", - "recipe": { - "repo": "0.0", - "branch": "master", - "version": "0.0", - "ref": "fac1514766f2d80aeeb89f566a4fb62a388890e0" - } - } - }, "manifests": { "macpaw/sentry-monolog-adapter": { - "repository": "github.com/symfony/recipes-contrib", - "package": "macpaw/sentry-monolog-adapter", - "version": "0.0", "manifest": { "bundles": { "SentryMonologAdapter\\SentryMonologAdapterBundle": [ @@ -30,13 +16,17 @@ }, "files": { "config/packages/sentry_monolog_adapter.yaml": { - "contents": "sentry_monolog_adapter:\n messenger_logging_middleware:\n logging_strategies:\n - id: sentry_monolog_adapter.log_all_strategy\n", - "executable": false, - "encoding": "" + "contents": [ + "sentry_monolog_adapter:", + " messenger_logging_middleware:", + " logging_strategies:", + " - id: sentry_monolog_adapter.log_all_strategy", + "" + ], + "executable": false } }, - "origin": "macpaw/sentry-monolog-adapter:0.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "fac1514766f2d80aeeb89f566a4fb62a388890e0" } } } \ No newline at end of file diff --git a/macpaw.symfony-health-check-bundle.0.1.json b/macpaw.symfony-health-check-bundle.0.1.json index cd3c88ff..cf673fec 100644 --- a/macpaw.symfony-health-check-bundle.0.1.json +++ b/macpaw.symfony-health-check-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "macpaw/symfony-health-check-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "ba4b50177ad3c5e019062ce8b559d0e7e7e1d1eb" - } - } - }, "manifests": { "macpaw/symfony-health-check-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "macpaw/symfony-health-check-bundle", - "version": "0.1", "manifest": { "bundles": { "SymfonyHealthCheckBundle\\SymfonyHealthCheckBundle": [ @@ -40,18 +26,24 @@ }, "files": { "config/routes/symfony_health_check.yaml": { - "contents": "health_check:\n resource: '@SymfonyHealthCheckBundle/Resources/config/routes.xml'\n", - "executable": false, - "encoding": "" + "contents": [ + "health_check:", + " resource: '@SymfonyHealthCheckBundle/Resources/config/routes.xml'", + "" + ], + "executable": false }, "config/packages/symfony_health_check.yaml": { - "contents": "symfony_health_check:\n health_checks:\n - id: symfony_health_check.status_up_check\n", - "executable": false, - "encoding": "" + "contents": [ + "symfony_health_check:", + " health_checks:", + " - id: symfony_health_check.status_up_check", + "" + ], + "executable": false } }, - "origin": "macpaw/symfony-health-check-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "ba4b50177ad3c5e019062ce8b559d0e7e7e1d1eb" } } } \ No newline at end of file diff --git a/mael.intervention-image-bundle.1.0.json b/mael.intervention-image-bundle.1.0.json index a686cd9d..955180ef 100644 --- a/mael.intervention-image-bundle.1.0.json +++ b/mael.intervention-image-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "mael/intervention-image-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "92cfe8be16c732d0bacebc47b68ebdb784bcba0a" - } - } - }, "manifests": { "mael/intervention-image-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "mael/intervention-image-bundle", - "version": "1.0", "manifest": { "bundles": { "Mael\\InterventionImageBundle\\MaelInterventionImageBundle": [ @@ -32,13 +18,15 @@ }, "files": { "config/packages/mael_intervention_image.yaml": { - "contents": "mael_intervention_image:\n driver: gd ##\u00a0gd or imagick - Default is gd\n", - "executable": false, - "encoding": "" + "contents": [ + "mael_intervention_image:", + " driver: gd ##\u00a0gd or imagick - Default is gd", + "" + ], + "executable": false } }, - "origin": "mael/intervention-image-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "92cfe8be16c732d0bacebc47b68ebdb784bcba0a" } } } \ No newline at end of file diff --git a/mael.recaptcha-bundle.0.1.json b/mael.recaptcha-bundle.0.1.json index ccde8c08..6f132ea3 100644 --- a/mael.recaptcha-bundle.0.1.json +++ b/mael.recaptcha-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "mael/recaptcha-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "b52c27935ee0cf6b549dff2639415635614d77f5" - } - } - }, "manifests": { "mael/recaptcha-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "mael/recaptcha-bundle", - "version": "0.1", "manifest": { "bundles": { "Mael\\MaelRecaptchaBundle\\MaelRecaptchaBundle": [ @@ -35,13 +21,16 @@ }, "files": { "config/packages/mael_recaptcha.yaml": { - "contents": "mael_recaptcha:\n key: '%env(resolve:MAEL_RECAPTCHA_KEY)%'\n secret: '%env(resolve:MAEL_RECAPTCHA_SECRET)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "mael_recaptcha:", + " key: '%env(resolve:MAEL_RECAPTCHA_KEY)%'", + " secret: '%env(resolve:MAEL_RECAPTCHA_SECRET)%'", + "" + ], + "executable": false } }, - "origin": "mael/recaptcha-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "b52c27935ee0cf6b549dff2639415635614d77f5" } } } \ No newline at end of file diff --git a/mailgun.mailgun-php.2.3.json b/mailgun.mailgun-php.2.3.json index 8c6813b3..13fa661c 100644 --- a/mailgun.mailgun-php.2.3.json +++ b/mailgun.mailgun-php.2.3.json @@ -1,20 +1,6 @@ { - "locks": { - "mailgun/mailgun-php": { - "version": "2.3", - "recipe": { - "repo": "2.3", - "branch": "master", - "version": "2.3", - "ref": "9aea325919644b58a53edf71d1212005e7081cad" - } - } - }, "manifests": { "mailgun/mailgun-php": { - "repository": "github.com/symfony/recipes-contrib", - "package": "mailgun/mailgun-php", - "version": "2.3", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -26,13 +12,18 @@ }, "files": { "config/packages/mailgun.yaml": { - "contents": "services:\n Mailgun\\Mailgun:\n class: Mailgun\\Mailgun\n factory: ['Mailgun\\Mailgun', create]\n arguments: ['%env(MAILGUN_API_KEY)%']\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " Mailgun\\Mailgun:", + " class: Mailgun\\Mailgun", + " factory: ['Mailgun\\Mailgun', create]", + " arguments: ['%env(MAILGUN_API_KEY)%']", + "" + ], + "executable": false } }, - "origin": "mailgun/mailgun-php:2.3@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "9aea325919644b58a53edf71d1212005e7081cad" } } } \ No newline at end of file diff --git a/mailjet.mailjet-bundle.1.0.json b/mailjet.mailjet-bundle.1.0.json index ae9b2f27..cb04831f 100644 --- a/mailjet.mailjet-bundle.1.0.json +++ b/mailjet.mailjet-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "mailjet/mailjet-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "48a7f92015372654b5056855da5e94d54bd8d948" - } - } - }, "manifests": { "mailjet/mailjet-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "mailjet/mailjet-bundle", - "version": "1.0", "manifest": { "bundles": { "Mailjet\\MailjetBundle\\MailjetBundle": [ @@ -31,13 +17,17 @@ }, "files": { "config/packages/mailjet.yaml": { - "contents": "mailjet:\n api_key: \"%env(MAILJET_APIKEY_PUBLIC)%\"\n secret_key: \"%env(MAILJET_APIKEY_PRIVATE)%\"\n\n", - "executable": false, - "encoding": "" + "contents": [ + "mailjet:", + " api_key: \"%env(MAILJET_APIKEY_PUBLIC)%\"", + " secret_key: \"%env(MAILJET_APIKEY_PRIVATE)%\"", + "", + "" + ], + "executable": false } }, - "origin": "mailjet/mailjet-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "48a7f92015372654b5056855da5e94d54bd8d948" } } } \ No newline at end of file diff --git a/mailxpert.apibundle.0.1.json b/mailxpert.apibundle.0.1.json index b3e36df8..6b7969f4 100644 --- a/mailxpert.apibundle.0.1.json +++ b/mailxpert.apibundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "mailxpert/apibundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "c5ebe490e51efb3c4397ab64207845a36cf209b0" - } - } - }, "manifests": { "mailxpert/apibundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "mailxpert/apibundle", - "version": "0.1", "manifest": { "bundles": { "Mailxpert\\APIBundle\\MailxpertAPIBundle": [ @@ -32,23 +18,54 @@ }, "files": { "src/Entity/AccessToken.php": { - "contents": "id = $id;\n }\n\n public function getId(): AttributeValueId\n {\n return $this->id;\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id = $id;", + " }", + "", + " public function getId(): AttributeValueId", + " {", + " return $this->id;", + " }", + "}", + "" + ], + "executable": false }, "src/Entity/Attribute.php": { - "contents": "id = $id;\n }\n\n public function getId(): AttributeId\n {\n return $this->id;\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id = $id;", + " }", + "", + " public function getId(): AttributeId", + " {", + " return $this->id;", + " }", + "}", + "" + ], + "executable": false }, "config/packages/msgphp_eav.yaml": { - "contents": "msgphp_eav:\n class_mapping:\n MsgPhp\\Eav\\Attribute: App\\Entity\\Attribute\n MsgPhp\\Eav\\AttributeValue: App\\Entity\\AttributeValue\n", - "executable": false, - "encoding": "" + "contents": [ + "msgphp_eav:", + " class_mapping:", + " MsgPhp\\Eav\\Attribute: App\\Entity\\Attribute", + " MsgPhp\\Eav\\AttributeValue: App\\Entity\\AttributeValue", + "" + ], + "executable": false } }, - "origin": "msgphp/eav-bundle:0.10@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "71d362982856b2f7ddaf76d82e032e6746aab2ac" } } } \ No newline at end of file diff --git a/msgphp.user-bundle.0.10.json b/msgphp.user-bundle.0.10.json index 2672ed1a..85e5f928 100644 --- a/msgphp.user-bundle.0.10.json +++ b/msgphp.user-bundle.0.10.json @@ -1,20 +1,6 @@ { - "locks": { - "msgphp/user-bundle": { - "version": "0.10", - "recipe": { - "repo": "0.10", - "branch": "master", - "version": "0.10", - "ref": "ba0713a124b0716cce44f2989fd31a20945318ba" - } - } - }, "manifests": { "msgphp/user-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "msgphp/user-bundle", - "version": "0.10", "manifest": { "bundles": { "MsgPhp\\UserBundle\\MsgPhpUserBundle": [ @@ -34,18 +20,48 @@ }, "files": { "src/Entity/User.php": { - "contents": "id = $id;\n }\n\n public function getId(): UserId\n {\n return $this->id;\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id = $id;", + " }", + "", + " public function getId(): UserId", + " {", + " return $this->id;", + " }", + "}", + "" + ], + "executable": false }, "config/packages/msgphp_user.yaml": { - "contents": "msgphp_user:\n class_mapping:\n MsgPhp\\User\\User: App\\Entity\\User\n", - "executable": false, - "encoding": "" + "contents": [ + "msgphp_user:", + " class_mapping:", + " MsgPhp\\User\\User: App\\Entity\\User", + "" + ], + "executable": false } }, - "origin": "msgphp/user-bundle:0.10@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "ba0713a124b0716cce44f2989fd31a20945318ba" } } } \ No newline at end of file diff --git a/mtarld.api-platform-ms-bundle.0.1.json b/mtarld.api-platform-ms-bundle.0.1.json index 1fa803d0..8c9e79ee 100644 --- a/mtarld.api-platform-ms-bundle.0.1.json +++ b/mtarld.api-platform-ms-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "mtarld/api-platform-ms-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "f486d838d15925251cfd85e4ec56669cd02672cd" - } - } - }, "manifests": { "mtarld/api-platform-ms-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "mtarld/api-platform-ms-bundle", - "version": "0.1", "manifest": { "bundles": { "Mtarld\\ApiPlatformMsBundle\\ApiPlatformMsBundle": [ @@ -32,13 +18,23 @@ }, "files": { "config/packages/api_platform_ms.yaml": { - "contents": "api_platform_ms:\n # Name of the current microservice\n name: app\n\n # List of related microservices\n #microservices:\n # product:\n # base_uri: https://product.api\n # api_path: /api\n # format: jsonld\n", - "executable": false, - "encoding": "" + "contents": [ + "api_platform_ms:", + " # Name of the current microservice", + " name: app", + "", + " # List of related microservices", + " #microservices:", + " # product:", + " # base_uri: https://product.api", + " # api_path: /api", + " # format: jsonld", + "" + ], + "executable": false } }, - "origin": "mtarld/api-platform-ms-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "f486d838d15925251cfd85e4ec56669cd02672cd" } } } \ No newline at end of file diff --git a/mtarld.symbok-bundle.2.0.json b/mtarld.symbok-bundle.2.0.json index b2f565f7..b1d6cba6 100644 --- a/mtarld.symbok-bundle.2.0.json +++ b/mtarld.symbok-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "mtarld/symbok-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "c1ae1108fa1d7889f0c105c956f74f141cef52dc" - } - } - }, "manifests": { "mtarld/symbok-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "mtarld/symbok-bundle", - "version": "2.0", "manifest": { "bundles": { "Mtarld\\SymbokBundle\\SymbokBundle": [ @@ -31,13 +17,17 @@ }, "files": { "config/packages/symbok.yaml": { - "contents": "symbok:\n # Namespaces that you want to be processed by symbok\n namespaces:\n # - 'App\\Entity'\n", - "executable": false, - "encoding": "" + "contents": [ + "symbok:", + " # Namespaces that you want to be processed by symbok", + " namespaces:", + " # - 'App\\Entity'", + "" + ], + "executable": false } }, - "origin": "mtarld/symbok-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "c1ae1108fa1d7889f0c105c956f74f141cef52dc" } } } \ No newline at end of file diff --git a/mukadi.wallet-bundle.1.0.json b/mukadi.wallet-bundle.1.0.json index 50b7d046..677d3879 100644 --- a/mukadi.wallet-bundle.1.0.json +++ b/mukadi.wallet-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "mukadi/wallet-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "70ccca0d3588edf6bc7de66f2c2b0d7ee3ea1433" - } - } - }, "manifests": { "mukadi/wallet-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "mukadi/wallet-bundle", - "version": "1.0", "manifest": { "bundles": { "Mukadi\\WalletBundle\\MukadiWalletBundle": [ @@ -28,8 +14,7 @@ } }, "files": [], - "origin": "mukadi/wallet-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "70ccca0d3588edf6bc7de66f2c2b0d7ee3ea1433" } } } \ No newline at end of file diff --git a/mukadi.wordpress-bundle.1.0.json b/mukadi.wordpress-bundle.1.0.json index d8595a69..0369be2b 100644 --- a/mukadi.wordpress-bundle.1.0.json +++ b/mukadi.wordpress-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "mukadi/wordpress-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "7f7604fa8b7c982adffb4b49df9eb099cfded8c6" - } - } - }, "manifests": { "mukadi/wordpress-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "mukadi/wordpress-bundle", - "version": "1.0", "manifest": { "bundles": { "Mukadi\\WordpressBundle\\MukadiWordpressBundle": [ @@ -60,78 +46,350 @@ }, "files": { "public/.htaccess": { - "contents": "\n RewriteEngine On\n\n RewriteCond %{REQUEST_URI}::$1 ^(/.+)/(.*)::\\2$\n RewriteRule ^(.*) - [E=BASE:%1]\n\n RewriteCond %{ENV:REDIRECT_STATUS} ^$\n RewriteRule ^index\\.php(/(.*)|$) %{ENV:BASE}/$2 [R=301,L]\n\n RewriteCond %{REQUEST_FILENAME} -f [OR]\n RewriteCond %{REQUEST_FILENAME} -d\n RewriteRule .? - [L]\n\n # Rewrite all other queries to the front controller.\n RewriteRule .? %{ENV:BASE}/index.php [L]\n\n\n\n \n RedirectMatch 302 ^/$ /index.php/\n \n\n", - "executable": false, - "encoding": "" + "contents": [ + "", + " RewriteEngine On", + "", + " RewriteCond %{REQUEST_URI}::$1 ^(/.+)/(.*)::\\2$", + " RewriteRule ^(.*) - [E=BASE:%1]", + "", + " RewriteCond %{ENV:REDIRECT_STATUS} ^$", + " RewriteRule ^index\\.php(/(.*)|$) %{ENV:BASE}/$2 [R=301,L]", + "", + " RewriteCond %{REQUEST_FILENAME} -f [OR]", + " RewriteCond %{REQUEST_FILENAME} -d", + " RewriteRule .? - [L]", + "", + " # Rewrite all other queries to the front controller.", + " RewriteRule .? %{ENV:BASE}/index.php [L]", + "", + "", + "", + " ", + " RedirectMatch 302 ^/$ /index.php/", + " ", + "", + "" + ], + "executable": false }, "public/index.php": { - "contents": "load(__DIR__.'/../.env');\n }\n\n $env = $_SERVER['APP_ENV'] ?? 'dev';\n $debug = (bool) ($_SERVER['APP_DEBUG'] ?? ('prod' !== $env));\n\n if ($debug) {\n umask(0000);\n\n Debug::enable();\n }\n define('WP_DEBUG', $debug);\n\n if ($trustedProxies = $_SERVER['TRUSTED_PROXIES'] ?? false) {\n Request::setTrustedProxies(explode(',', $trustedProxies), Request::HEADER_X_FORWARDED_ALL ^ Request::HEADER_X_FORWARDED_HOST);\n }\n\n if ($trustedHosts = $_SERVER['TRUSTED_HOSTS'] ?? false) {\n Request::setTrustedHosts(explode(',', $trustedHosts));\n }\n\n $kernel = new Kernel($env, $debug);\n # SF container in WP\n $GLOBALS['sf'] = function ($id) use (&$kernel) {\n return $kernel->getContainer()->get($id);\n };\n\n $kernelRequest = Request::createFromGlobals();\n $kernelResponse = $kernel->handle($kernelRequest);\n $kernelResponse->send();\n $kernel->terminate($kernelRequest, $kernelResponse);\n}\nrun();\n", - "executable": false, - "encoding": "" + "contents": [ + "load(__DIR__.'/../.env');", + " }", + "", + " $env = $_SERVER['APP_ENV'] ?? 'dev';", + " $debug = (bool) ($_SERVER['APP_DEBUG'] ?? ('prod' !== $env));", + "", + " if ($debug) {", + " umask(0000);", + "", + " Debug::enable();", + " }", + " define('WP_DEBUG', $debug);", + "", + " if ($trustedProxies = $_SERVER['TRUSTED_PROXIES'] ?? false) {", + " Request::setTrustedProxies(explode(',', $trustedProxies), Request::HEADER_X_FORWARDED_ALL ^ Request::HEADER_X_FORWARDED_HOST);", + " }", + "", + " if ($trustedHosts = $_SERVER['TRUSTED_HOSTS'] ?? false) {", + " Request::setTrustedHosts(explode(',', $trustedHosts));", + " }", + "", + " $kernel = new Kernel($env, $debug);", + " # SF container in WP", + " $GLOBALS['sf'] = function ($id) use (&$kernel) {", + " return $kernel->getContainer()->get($id);", + " };", + "", + " $kernelRequest = Request::createFromGlobals();", + " $kernelResponse = $kernel->handle($kernelRequest);", + " $kernelResponse->send();", + " $kernel->terminate($kernelRequest, $kernelResponse);", + "}", + "run();", + "" + ], + "executable": false }, "wp-config.php": { - "contents": "apply();\n/** Sets up WordPress vars and included files. */\nrequire_once(ABSPATH . 'wp-settings.php');\n", - "executable": false, - "encoding": "" + "contents": [ + "apply();", + "/** Sets up WordPress vars and included files. */", + "require_once(ABSPATH . 'wp-settings.php');", + "" + ], + "executable": false }, "config/packages/mukadi_wordpress.yaml": { - "contents": "mukadi_wordpress:\n table_prefix: \"%env(WP_PREFIX)%\"\n wordpress_directory: '%kernel.project_dir%/%env(WP_DIR)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "mukadi_wordpress:", + " table_prefix: \"%env(WP_PREFIX)%\"", + " wordpress_directory: '%kernel.project_dir%/%env(WP_DIR)%'", + "" + ], + "executable": false }, "sf-wp-bootstrap.php": { - "contents": "load(__DIR__.'/../.env');\n }\n\n $env = $_SERVER['APP_ENV'] ?? 'dev';\n $debug = (bool) ($_SERVER['APP_DEBUG'] ?? ('prod' !== $env));\n\n if ($debug) {\n umask(0000);\n\n Debug::enable();\n }\n define('WP_DEBUG', $debug);\n\n if ($trustedProxies = $_SERVER['TRUSTED_PROXIES'] ?? false) {\n Request::setTrustedProxies(explode(',', $trustedProxies), Request::HEADER_X_FORWARDED_ALL ^ Request::HEADER_X_FORWARDED_HOST);\n }\n\n if ($trustedHosts = $_SERVER['TRUSTED_HOSTS'] ?? false) {\n Request::setTrustedHosts(explode(',', $trustedHosts));\n }\n\n $kernel = new Kernel($env, $debug);\n # SF container in WP\n $GLOBALS['sf'] = function ($id) use (&$kernel) {\n return $kernel->getContainer()->get($id);\n };\n\n $kernelRequest = Request::createFromGlobals();\n $kernelResponse = $kernel->handle($kernelRequest);\n $kernelResponse->send();\n $kernel->terminate($kernelRequest, $kernelResponse);\n}\nrun();\n", - "executable": false, - "encoding": "" + "contents": [ + "load(__DIR__.'/../.env');", + " }", + "", + " $env = $_SERVER['APP_ENV'] ?? 'dev';", + " $debug = (bool) ($_SERVER['APP_DEBUG'] ?? ('prod' !== $env));", + "", + " if ($debug) {", + " umask(0000);", + "", + " Debug::enable();", + " }", + " define('WP_DEBUG', $debug);", + "", + " if ($trustedProxies = $_SERVER['TRUSTED_PROXIES'] ?? false) {", + " Request::setTrustedProxies(explode(',', $trustedProxies), Request::HEADER_X_FORWARDED_ALL ^ Request::HEADER_X_FORWARDED_HOST);", + " }", + "", + " if ($trustedHosts = $_SERVER['TRUSTED_HOSTS'] ?? false) {", + " Request::setTrustedHosts(explode(',', $trustedHosts));", + " }", + "", + " $kernel = new Kernel($env, $debug);", + " # SF container in WP", + " $GLOBALS['sf'] = function ($id) use (&$kernel) {", + " return $kernel->getContainer()->get($id);", + " };", + "", + " $kernelRequest = Request::createFromGlobals();", + " $kernelResponse = $kernel->handle($kernelRequest);", + " $kernelResponse->send();", + " $kernel->terminate($kernelRequest, $kernelResponse);", + "}", + "run();", + "" + ], + "executable": false }, "wp/plugins/index.php": { - "contents": "\n\n
\n \n
\n
\n

\n
\n\n \n
\n \n
\n

Nothing to see.

\n
\n \n
\n\n", + "", + "
", + " ", + "
", + "
", + "

", + "
", + "", + " ", + "
", + " ", + "
", + "

Nothing to see.

", + "
", + " ", + "
", + "", + "\n>\n\n \">\n \n \n\n>\n\n
\n \n
\n", - "executable": false, - "encoding": "" + "contents": [ + "", + ">", + "", + " \">", + " ", + " ", + "", + ">", + "", + "
", + " ", + "
", + "" + ], + "executable": false }, "wp/themes/wp-blank/screenshot.png": { "contents": "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AAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAIBAySkAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAgAvW/w0A2pQ0askLI/kAAAAASUVORK5CYII=", - "executable": false, - "encoding": "base64" + "executable": false }, "wp/themes/wp-blank/footer.php": { - "contents": " \n\n\n", - "executable": false, - "encoding": "" + "contents": [ + " ", + "", + "", + "" + ], + "executable": false }, "wp/mu-plugins/symfony-bridge.php": { - "contents": "dispatch($name, $event);\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "dispatch($name, $event);", + "}", + "" + ], + "executable": false } }, - "origin": "mukadi/wordpress-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "7f7604fa8b7c982adffb4b49df9eb099cfded8c6" } } } \ No newline at end of file diff --git a/mukadi.wordpress-bundle.1.1.json b/mukadi.wordpress-bundle.1.1.json index 9c78431a..bec257aa 100644 --- a/mukadi.wordpress-bundle.1.1.json +++ b/mukadi.wordpress-bundle.1.1.json @@ -1,20 +1,6 @@ { - "locks": { - "mukadi/wordpress-bundle": { - "version": "1.1", - "recipe": { - "repo": "1.1", - "branch": "master", - "version": "1.1", - "ref": "34832dabf553f50dd7ceb7c2f4f1c5767d1526f9" - } - } - }, "manifests": { "mukadi/wordpress-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "mukadi/wordpress-bundle", - "version": "1.1", "manifest": { "bundles": { "Mukadi\\WordpressBundle\\MukadiWordpressBundle": [ @@ -61,68 +47,275 @@ }, "files": { "public/wp-config.php": { - "contents": "apply();\n/** Sets up WordPress vars and included files. */\nrequire_once(ABSPATH . 'wp-settings.php');\n", - "executable": false, - "encoding": "" + "contents": [ + "apply();", + "/** Sets up WordPress vars and included files. */", + "require_once(ABSPATH . 'wp-settings.php');", + "" + ], + "executable": false }, "public/.htaccess": { - "contents": "# BEGIN WordPress\n\n RewriteEngine On\n RewriteBase /\n RewriteRule ^index\\.php$ - [L]\n RewriteCond %{REQUEST_FILENAME} !-f\n RewriteCond %{REQUEST_FILENAME} !-d\n RewriteRule . /index.php [L]\n\n# END WordPress\n", - "executable": false, - "encoding": "" + "contents": [ + "# BEGIN WordPress", + "", + " RewriteEngine On", + " RewriteBase /", + " RewriteRule ^index\\.php$ - [L]", + " RewriteCond %{REQUEST_FILENAME} !-f", + " RewriteCond %{REQUEST_FILENAME} !-d", + " RewriteRule . /index.php [L]", + "", + "# END WordPress", + "" + ], + "executable": false }, "public/plugins/index.php": { - "contents": "\n\n
\n \n
\n
\n

\n
\n\n \n
\n \n
\n

Nothing to see.

\n
\n \n
\n\n", + "", + "
", + " ", + "
", + "
", + "

", + "
", + "", + " ", + "
", + " ", + "
", + "

Nothing to see.

", + "
", + " ", + "
", + "", + "\n>\n\n \">\n \n \n\n>\n\n
\n \n
\n", - "executable": false, - "encoding": "" + "contents": [ + "", + ">", + "", + " \">", + " ", + " ", + "", + ">", + "", + "
", + " ", + "
", + "" + ], + "executable": false }, "public/themes/wp-blank/screenshot.png": { "contents": "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AAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAIBAySkAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAgAvW/w0A2pQ0askLI/kAAAAASUVORK5CYII=", - "executable": false, - "encoding": "base64" + "executable": false }, "public/themes/wp-blank/footer.php": { - "contents": " \n\n\n", - "executable": false, - "encoding": "" + "contents": [ + " ", + "", + "", + "" + ], + "executable": false }, "public/mu-plugins/symfony-bridge.php": { - "contents": "dispatch($name, $event);\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "dispatch($name, $event);", + "}", + "" + ], + "executable": false }, "config/packages/mukadi_wordpress.yaml": { - "contents": "mukadi_wordpress:\n table_prefix: \"%env(WP_PREFIX)%\"\n wordpress_directory: '%kernel.project_dir%/public/%env(WP_DIR)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "mukadi_wordpress:", + " table_prefix: \"%env(WP_PREFIX)%\"", + " wordpress_directory: '%kernel.project_dir%/public/%env(WP_DIR)%'", + "" + ], + "executable": false }, "sf-wp-bootstrap.php": { - "contents": "load(__DIR__.'/../.env');\n }\n\n $env = $_SERVER['APP_ENV'] ?? 'dev';\n $debug = (bool) ($_SERVER['APP_DEBUG'] ?? ('prod' !== $env));\n\n if ($debug) {\n umask(0000);\n\n Debug::enable();\n }\n define('WP_DEBUG', $debug);\n\n if ($trustedProxies = $_SERVER['TRUSTED_PROXIES'] ?? false) {\n Request::setTrustedProxies(explode(',', $trustedProxies), Request::HEADER_X_FORWARDED_ALL ^ Request::HEADER_X_FORWARDED_HOST);\n }\n\n if ($trustedHosts = $_SERVER['TRUSTED_HOSTS'] ?? false) {\n Request::setTrustedHosts(explode(',', $trustedHosts));\n }\n\n $kernel = new Kernel($env, $debug);\n # SF container in WP\n $GLOBALS['sf'] = function ($id) use (&$kernel) {\n return $kernel->getContainer()->get($id);\n };\n\n $kernelRequest = Request::createFromGlobals();\n $kernelResponse = $kernel->handle($kernelRequest);\n $kernelResponse->send();\n $kernel->terminate($kernelRequest, $kernelResponse);\n}\nrun();\n", - "executable": false, - "encoding": "" + "contents": [ + "load(__DIR__.'/../.env');", + " }", + "", + " $env = $_SERVER['APP_ENV'] ?? 'dev';", + " $debug = (bool) ($_SERVER['APP_DEBUG'] ?? ('prod' !== $env));", + "", + " if ($debug) {", + " umask(0000);", + "", + " Debug::enable();", + " }", + " define('WP_DEBUG', $debug);", + "", + " if ($trustedProxies = $_SERVER['TRUSTED_PROXIES'] ?? false) {", + " Request::setTrustedProxies(explode(',', $trustedProxies), Request::HEADER_X_FORWARDED_ALL ^ Request::HEADER_X_FORWARDED_HOST);", + " }", + "", + " if ($trustedHosts = $_SERVER['TRUSTED_HOSTS'] ?? false) {", + " Request::setTrustedHosts(explode(',', $trustedHosts));", + " }", + "", + " $kernel = new Kernel($env, $debug);", + " # SF container in WP", + " $GLOBALS['sf'] = function ($id) use (&$kernel) {", + " return $kernel->getContainer()->get($id);", + " };", + "", + " $kernelRequest = Request::createFromGlobals();", + " $kernelResponse = $kernel->handle($kernelRequest);", + " $kernelResponse->send();", + " $kernel->terminate($kernelRequest, $kernelResponse);", + "}", + "run();", + "" + ], + "executable": false } }, - "origin": "mukadi/wordpress-bundle:1.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "34832dabf553f50dd7ceb7c2f4f1c5767d1526f9" } } } \ No newline at end of file diff --git a/mukadi.wordpress-bundle.2.0.json b/mukadi.wordpress-bundle.2.0.json index bdcdf99b..4eafdf88 100644 --- a/mukadi.wordpress-bundle.2.0.json +++ b/mukadi.wordpress-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "mukadi/wordpress-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "f77e08be7b66762338d69afdf6cab4cebdd356b4" - } - } - }, "manifests": { "mukadi/wordpress-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "mukadi/wordpress-bundle", - "version": "2.0", "manifest": { "bundles": { "Mukadi\\WordpressBundle\\MukadiWordpressBundle": [ @@ -58,8 +44,7 @@ ] }, "files": [], - "origin": "mukadi/wordpress-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "f77e08be7b66762338d69afdf6cab4cebdd356b4" } } } \ No newline at end of file diff --git a/nbgrp.env-bundle.1.0.json b/nbgrp.env-bundle.1.0.json index 23f92100..9e0d60bb 100644 --- a/nbgrp.env-bundle.1.0.json +++ b/nbgrp.env-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "nbgrp/env-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "fac98cc4b74518d93ce223d8032eee20af284b00" - } - } - }, "manifests": { "nbgrp/env-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "nbgrp/env-bundle", - "version": "1.0", "manifest": { "bundles": { "NbGroup\\Symfony\\NbgroupEnvBundle": [ @@ -27,13 +13,21 @@ }, "files": { "config/packages/nbgroup_env.yaml": { - "contents": "# See https://github.com/nbgrp/env-bundle#readme for detailed configuration\nnbgroup_env:\n array_cast: false # \"true\" to enable Array Cast processor\n csv: false # set delimiters mapping to enable CSV processor (see below)\n\n# csv: # enable CSV processor\n# dot: '.' # \"csv-dot:FOO\" will parse env FOO into array with \".\" as a separator\n# colon: ':' # \"csv-colon:FOO\" will parse env FOO into array with \":\" as a separator\n", - "executable": false, - "encoding": "" + "contents": [ + "# See https://github.com/nbgrp/env-bundle#readme for detailed configuration", + "nbgroup_env:", + " array_cast: false # \"true\" to enable Array Cast processor", + " csv: false # set delimiters mapping to enable CSV processor (see below)", + "", + "# csv: # enable CSV processor", + "# dot: '.' # \"csv-dot:FOO\" will parse env FOO into array with \".\" as a separator", + "# colon: ':' # \"csv-colon:FOO\" will parse env FOO into array with \":\" as a separator", + "" + ], + "executable": false } }, - "origin": "nbgrp/env-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "fac98cc4b74518d93ce223d8032eee20af284b00" } } } \ No newline at end of file diff --git a/nedac.sylius-minimum-order-value-plugin.1.0.json b/nedac.sylius-minimum-order-value-plugin.1.0.json index 7a528aa6..de618dfe 100644 --- a/nedac.sylius-minimum-order-value-plugin.1.0.json +++ b/nedac.sylius-minimum-order-value-plugin.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "nedac/sylius-minimum-order-value-plugin": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "51c9987f3bd93cdcc1d2c8d9bf38bfbde706a63c" - } - } - }, "manifests": { "nedac/sylius-minimum-order-value-plugin": { - "repository": "github.com/symfony/recipes-contrib", - "package": "nedac/sylius-minimum-order-value-plugin", - "version": "1.0", "manifest": { "bundles": { "Nedac\\SyliusMinimumOrderValuePlugin\\NedacSyliusMinimumOrderValuePlugin": [ @@ -31,18 +17,41 @@ }, "files": { "src/Entity/Channel/Channel.php": { - "contents": "\n *\n * @ORM\\Entity\n * @ORM\\Table(name=\"page\",\n * uniqueConstraints={@ORM\\UniqueConstraint(name=\"path_idx\", columns={\n * \"path\", \"locale\"\n * })}\n * )\n * @ORM\\HasLifecycleCallbacks()\n */\nclass Page extends BasePage{\n\n /**\n * @var integer $id\n *\n * @ORM\\Column(type=\"integer\")\n * @ORM\\Id\n * @ORM\\GeneratedValue(strategy=\"IDENTITY\")\n */\n protected $id;\n\n /**\n * @var ContentRoute\n * @ORM\\OneToOne(\n * targetEntity = \"Networking\\InitCmsBundle\\Entity\\ContentRoute\",\n * cascade={\"remove\", \"persist\"}\n * )\n * @ORM\\JoinColumn(name=\"content_route_id\", referencedColumnName=\"id\")\n */\n protected $contentRoute;\n\n /**\n * @ORM\\OneToMany(targetEntity=\"Networking\\InitCmsBundle\\Entity\\LayoutBlock\",\n * mappedBy=\"page\",\n * cascade={\"remove\", \"persist\"},\n * orphanRemoval=true\n * )\n * @ORM\\OrderBy({\"sortOrder\" = \"ASC\"})\n */\n protected $layoutBlock;\n\n /**\n * @ORM\\OneToMany(targetEntity=\"Networking\\InitCmsBundle\\Entity\\MenuItem\",\n * mappedBy=\"page\",\n * cascade={\"remove\"},\n * orphanRemoval=true\n * )\n */\n protected $menuItem;\n\n /**\n * @ORM\\OneToMany(targetEntity=\"Networking\\InitCmsBundle\\Entity\\PageSnapshot\",\n * mappedBy=\"page\",\n * cascade={\"remove\"},\n * orphanRemoval=true\n * )\n * @ORM\\OrderBy({\"version\" = \"DESC\"})\n */\n protected $snapshots;\n\n /**\n * @ORM\\OneToMany(targetEntity=\"App\\Entity\\Page\",\n * mappedBy=\"parent\"\n * )\n */\n protected $children;\n\n /**\n * @var Page\n * @ORM\\ManyToOne(targetEntity=\"App\\Entity\\Page\" )\n * @ORM\\JoinColumn(name=\"alias_id\", referencedColumnName=\"id\", onDelete=\"SET NULL\")\n */\n protected $alias;\n\n /**\n * @var Page\n * @ORM\\ManyToOne(targetEntity=\"App\\Entity\\Page\", inversedBy=\"children\", cascade=\"persist\" )\n * @ORM\\JoinColumn(name=\"parent_id\", referencedColumnName=\"id\", onDelete=\"SET NULL\")\n * @Gedmo\\TreeParent\n */\n protected $parent;\n\n /**\n * @var ArrayCollection $originals\n * @ORM\\ManyToMany(\n * targetEntity=\"App\\Entity\\Page\",\n * inversedBy=\"translations\",\n * cascade={\"persist\"}\n * )\n * @ORM\\JoinTable(\n * name=\"page_translation\",\n * joinColumns={\n * @ORM\\JoinColumn(name=\"translation_id\", referencedColumnName=\"id\")\n * },\n * inverseJoinColumns={\n * @ORM\\JoinColumn(name=\"original_id\", referencedColumnName=\"id\")\n * }\n * )\n */\n protected $originals;\n\n /**\n * @var ArrayCollection $translations\n * @ORM\\ManyToMany(\n * targetEntity=\"App\\Entity\\Page\",\n * mappedBy=\"originals\",\n * cascade={\"persist\"}\n * )\n */\n protected $translations;\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "", + " *", + " * @ORM\\Entity", + " * @ORM\\Table(name=\"page\",", + " * uniqueConstraints={@ORM\\UniqueConstraint(name=\"path_idx\", columns={", + " * \"path\", \"locale\"", + " * })}", + " * )", + " * @ORM\\HasLifecycleCallbacks()", + " */", + "class Page extends BasePage{", + "", + " /**", + " * @var integer $id", + " *", + " * @ORM\\Column(type=\"integer\")", + " * @ORM\\Id", + " * @ORM\\GeneratedValue(strategy=\"IDENTITY\")", + " */", + " protected $id;", + "", + " /**", + " * @var ContentRoute", + " * @ORM\\OneToOne(", + " * targetEntity = \"Networking\\InitCmsBundle\\Entity\\ContentRoute\",", + " * cascade={\"remove\", \"persist\"}", + " * )", + " * @ORM\\JoinColumn(name=\"content_route_id\", referencedColumnName=\"id\")", + " */", + " protected $contentRoute;", + "", + " /**", + " * @ORM\\OneToMany(targetEntity=\"Networking\\InitCmsBundle\\Entity\\LayoutBlock\",", + " * mappedBy=\"page\",", + " * cascade={\"remove\", \"persist\"},", + " * orphanRemoval=true", + " * )", + " * @ORM\\OrderBy({\"sortOrder\" = \"ASC\"})", + " */", + " protected $layoutBlock;", + "", + " /**", + " * @ORM\\OneToMany(targetEntity=\"Networking\\InitCmsBundle\\Entity\\MenuItem\",", + " * mappedBy=\"page\",", + " * cascade={\"remove\"},", + " * orphanRemoval=true", + " * )", + " */", + " protected $menuItem;", + "", + " /**", + " * @ORM\\OneToMany(targetEntity=\"Networking\\InitCmsBundle\\Entity\\PageSnapshot\",", + " * mappedBy=\"page\",", + " * cascade={\"remove\"},", + " * orphanRemoval=true", + " * )", + " * @ORM\\OrderBy({\"version\" = \"DESC\"})", + " */", + " protected $snapshots;", + "", + " /**", + " * @ORM\\OneToMany(targetEntity=\"App\\Entity\\Page\",", + " * mappedBy=\"parent\"", + " * )", + " */", + " protected $children;", + "", + " /**", + " * @var Page", + " * @ORM\\ManyToOne(targetEntity=\"App\\Entity\\Page\" )", + " * @ORM\\JoinColumn(name=\"alias_id\", referencedColumnName=\"id\", onDelete=\"SET NULL\")", + " */", + " protected $alias;", + "", + " /**", + " * @var Page", + " * @ORM\\ManyToOne(targetEntity=\"App\\Entity\\Page\", inversedBy=\"children\", cascade=\"persist\" )", + " * @ORM\\JoinColumn(name=\"parent_id\", referencedColumnName=\"id\", onDelete=\"SET NULL\")", + " * @Gedmo\\TreeParent", + " */", + " protected $parent;", + "", + " /**", + " * @var ArrayCollection $originals", + " * @ORM\\ManyToMany(", + " * targetEntity=\"App\\Entity\\Page\",", + " * inversedBy=\"translations\",", + " * cascade={\"persist\"}", + " * )", + " * @ORM\\JoinTable(", + " * name=\"page_translation\",", + " * joinColumns={", + " * @ORM\\JoinColumn(name=\"translation_id\", referencedColumnName=\"id\")", + " * },", + " * inverseJoinColumns={", + " * @ORM\\JoinColumn(name=\"original_id\", referencedColumnName=\"id\")", + " * }", + " * )", + " */", + " protected $originals;", + "", + " /**", + " * @var ArrayCollection $translations", + " * @ORM\\ManyToMany(", + " * targetEntity=\"App\\Entity\\Page\",", + " * mappedBy=\"originals\",", + " * cascade={\"persist\"}", + " * )", + " */", + " protected $translations;", + "}", + "" + ], + "executable": false }, "src/Entity/User.php": { - "contents": "\n menuItem:\n exclude: true\n accessor:\n getter: prepareMenuItemsForSerialization\n type: ArrayCollection\n isHome:\n type: boolean\n status:\n type: string\n visibility:\n type: string\n activeFrom:\n type: DateTime\n activeTo:\n type: DateTime\n locale:\n type: string\n translations:\n accessor:\n getter: convertTranslationsToIntegerArray\n type: array\n originals:\n accessor:\n getter: convertOriginalsToIntegerArray\n type: array\n snapshots:\n exclude: true\n snapshotClassType:\n type: string\n oldTitle:\n exclude: true\n tags:\n exclude: true\n contentRoute:\n exclude: true\n", - "executable": false, - "encoding": "" + "contents": [ + "App\\Entity\\Page:", + " properties:", + " id:", + " type: integer", + " createdAt:", + " type: DateTime", + " updatedAt:", + " type: DateTime", + " pageName:", + " type: string", + " metaTitle:", + " type: string", + " url:", + " type: string", + " path:", + " type: string", + " level:", + " type: integer", + " metaKeyword:", + " type: string", + " metaDescription:", + " type: string", + " parent:", + " accessor:", + " getter: convertParentToInteger", + " type: integer", + " alias:", + " accessor:", + " getter: convertAliasToInteger", + " type: integer", + " parents:", + " accessor:", + " getter: convertParentsToArray", + " type: array", + " children:", + " accessor:", + " getter: convertChildrenToIntegerArray", + " type: array", + " allChildren:", + " exclude: true", + " layoutBlock:", + " type: ArrayCollection", + " menuItem:", + " exclude: true", + " accessor:", + " getter: prepareMenuItemsForSerialization", + " type: ArrayCollection", + " isHome:", + " type: boolean", + " status:", + " type: string", + " visibility:", + " type: string", + " activeFrom:", + " type: DateTime", + " activeTo:", + " type: DateTime", + " locale:", + " type: string", + " translations:", + " accessor:", + " getter: convertTranslationsToIntegerArray", + " type: array", + " originals:", + " accessor:", + " getter: convertOriginalsToIntegerArray", + " type: array", + " snapshots:", + " exclude: true", + " snapshotClassType:", + " type: string", + " oldTitle:", + " exclude: true", + " tags:", + " exclude: true", + " contentRoute:", + " exclude: true", + "" + ], + "executable": false } }, - "origin": "networking/init-cms-bundle:4.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "bfda6b9bc4c321733c085d065a74aaaca0997ed7" } } } \ No newline at end of file diff --git a/nicohaase.twig-isbn-formatter.0.1.json b/nicohaase.twig-isbn-formatter.0.1.json index 1abdc285..032da73d 100644 --- a/nicohaase.twig-isbn-formatter.0.1.json +++ b/nicohaase.twig-isbn-formatter.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "nicohaase/twig-isbn-formatter": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "1d9d480242b38506243f591224fc2e386d1cd90c" - } - } - }, "manifests": { "nicohaase/twig-isbn-formatter": { - "repository": "github.com/symfony/recipes-contrib", - "package": "nicohaase/twig-isbn-formatter", - "version": "0.1", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,20 @@ }, "files": { "config/packages/twig_isbn_formatter.yaml": { - "contents": "services:\n _defaults:\n public: false\n autowire: true\n autoconfigure: true\n\n NicoHaase\\TwigIsbnFormatter\\IsbnFormatterExtension: null\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " _defaults:", + " public: false", + " autowire: true", + " autoconfigure: true", + "", + " NicoHaase\\TwigIsbnFormatter\\IsbnFormatterExtension: null", + "" + ], + "executable": false } }, - "origin": "nicohaase/twig-isbn-formatter:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "1d9d480242b38506243f591224fc2e386d1cd90c" } } } \ No newline at end of file diff --git a/nordeus.crowd-user-bundle.2.0.json b/nordeus.crowd-user-bundle.2.0.json index ebaf56bf..60ad0310 100644 --- a/nordeus.crowd-user-bundle.2.0.json +++ b/nordeus.crowd-user-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "nordeus/crowd-user-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "cf39e8a9ebad184c8478c234c8be3b3193ea7238" - } - } - }, "manifests": { "nordeus/crowd-user-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "nordeus/crowd-user-bundle", - "version": "2.0", "manifest": { "bundles": { "Nordeus\\CrowdUserBundle\\NordeusCrowdUserBundle": [ @@ -38,18 +24,30 @@ }, "files": { "config/routes/nordeus_crowd_user.yaml": { - "contents": "nordeus_crowd_user:\n resource: \"@NordeusCrowdUserBundle/Resources/config/routing.yaml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "nordeus_crowd_user:", + " resource: \"@NordeusCrowdUserBundle/Resources/config/routing.yaml\"", + "" + ], + "executable": false }, "config/packages/nordeus_crowd_user.yaml": { - "contents": "# https://github.com/Nordeus/CrowdUserBundle#4-configure-parameters\nnordeus_crowd_user:\n crowd_application_name: '%env(NORDEUS_CROWD_APPLICATION_NAME)%'\n crowd_application_password: '%env(NORDEUS_CROWD_APPLICATION_PASSWORD)%'\n crowd_service_url: http://crowd.your_domain.com:8095\n sso_cookie_domain: your_domain.com\n roles_to_groups:\n ROLE_USER: [ users ]\n ROLE_ADMIN: [ admins, superadmins ]\n", - "executable": false, - "encoding": "" + "contents": [ + "# https://github.com/Nordeus/CrowdUserBundle#4-configure-parameters", + "nordeus_crowd_user:", + " crowd_application_name: '%env(NORDEUS_CROWD_APPLICATION_NAME)%'", + " crowd_application_password: '%env(NORDEUS_CROWD_APPLICATION_PASSWORD)%'", + " 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 ]", + "" + ], + "executable": false } }, - "origin": "nordeus/crowd-user-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "cf39e8a9ebad184c8478c234c8be3b3193ea7238" } } } \ No newline at end of file diff --git a/notfloran.mjml-bundle.3.0.json b/notfloran.mjml-bundle.3.0.json index 51baa562..427e6a2b 100644 --- a/notfloran.mjml-bundle.3.0.json +++ b/notfloran.mjml-bundle.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "notfloran/mjml-bundle": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "158f3cc144a0ccf89b40c1a6290407ba84dcf5e2" - } - } - }, "manifests": { "notfloran/mjml-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "notfloran/mjml-bundle", - "version": "3.0", "manifest": { "bundles": { "NotFloran\\MjmlBundle\\MjmlBundle": [ @@ -30,18 +16,28 @@ }, "files": { "config/packages/prod/mjml.yaml": { - "contents": "mjml:\n options:\n minify: true\n", - "executable": false, - "encoding": "" + "contents": [ + "mjml:", + " options:", + " minify: true", + "" + ], + "executable": false }, "config/packages/mjml.yaml": { - "contents": "# see https://github.com/notFloran/mjml-bundle#binary\nmjml:\n renderer: 'binary'\n options:\n binary: '%kernel.project_dir%/node_modules/.bin/mjml'\n minify: false\n", - "executable": false, - "encoding": "" + "contents": [ + "# see https://github.com/notFloran/mjml-bundle#binary", + "mjml:", + " renderer: 'binary'", + " options:", + " binary: '%kernel.project_dir%/node_modules/.bin/mjml'", + " minify: false", + "" + ], + "executable": false } }, - "origin": "notfloran/mjml-bundle:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "158f3cc144a0ccf89b40c1a6290407ba84dcf5e2" } } } \ No newline at end of file diff --git a/ns3777k.prometheus-bundle.1.0.json b/ns3777k.prometheus-bundle.1.0.json index 6315e0ef..a1f5eded 100644 --- a/ns3777k.prometheus-bundle.1.0.json +++ b/ns3777k.prometheus-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "ns3777k/prometheus-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "3dc7f388737fcffbe0343eee25eddbb2634f27e3" - } - } - }, "manifests": { "ns3777k/prometheus-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "ns3777k/prometheus-bundle", - "version": "1.0", "manifest": { "bundles": { "Ns3777k\\PrometheusBundle\\Ns3777kPrometheusBundle": [ @@ -27,23 +13,35 @@ }, "files": { "config/routes/ns3777k_prometheus_metrics.yaml": { - "contents": "metrics:\n resource: '@Ns3777kPrometheusBundle/Resources/config/routing.xml'\n", - "executable": false, - "encoding": "" + "contents": [ + "metrics:", + " resource: '@Ns3777kPrometheusBundle/Resources/config/routing.xml'", + "" + ], + "executable": false }, "config/packages/test/ns3777k_prometheus.yaml": { - "contents": "ns3777k_prometheus:\n adapter: in_memory\n", - "executable": false, - "encoding": "" + "contents": [ + "ns3777k_prometheus:", + " adapter: in_memory", + "" + ], + "executable": false }, "config/packages/ns3777k_prometheus.yaml": { - "contents": "ns3777k_prometheus:\n namespace: app\n adapter: apcu\n\n listener:\n ignored_routes: [metrics, _wdt]\n", - "executable": false, - "encoding": "" + "contents": [ + "ns3777k_prometheus:", + " namespace: app", + " adapter: apcu", + "", + " listener:", + " ignored_routes: [metrics, _wdt]", + "" + ], + "executable": false } }, - "origin": "ns3777k/prometheus-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "3dc7f388737fcffbe0343eee25eddbb2634f27e3" } } } \ No newline at end of file diff --git a/nubox.symfony-webpack-php-generator.1.0.json b/nubox.symfony-webpack-php-generator.1.0.json index 6375e811..f94a3afe 100644 --- a/nubox.symfony-webpack-php-generator.1.0.json +++ b/nubox.symfony-webpack-php-generator.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "nubox/symfony-webpack-php-generator": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "910f3e2e640ac6b1dc1d9cd6e00aed34ab93491a" - } - } - }, "manifests": { "nubox/symfony-webpack-php-generator": { - "repository": "github.com/symfony/recipes-contrib", - "package": "nubox/symfony-webpack-php-generator", - "version": "1.0", "manifest": { "bundles": { "NuBox\\WebPack\\Generator\\SymfonyWebpackPHPGeneratorBundle": [ @@ -29,8 +15,7 @@ ] }, "files": [], - "origin": "nubox/symfony-webpack-php-generator:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "910f3e2e640ac6b1dc1d9cd6e00aed34ab93491a" } } } \ No newline at end of file diff --git a/nuboxdevcom.maintenance-bundle.2.0.json b/nuboxdevcom.maintenance-bundle.2.0.json index 2c1cec47..d18fbdb6 100644 --- a/nuboxdevcom.maintenance-bundle.2.0.json +++ b/nuboxdevcom.maintenance-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "nuboxdevcom/maintenance-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "bd53f9097f444c90079c17d2533ada4edff9beb5" - } - } - }, "manifests": { "nuboxdevcom/maintenance-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "nuboxdevcom/maintenance-bundle", - "version": "2.0", "manifest": { "bundles": { "NDC\\MaintenanceBundle\\NDCMaintenanceBundle": [ @@ -27,13 +13,16 @@ }, "files": { "config/packages/ndc_maintenance.yaml": { - "contents": "ndc_maintenance:\n authorized_ips:\n - '127.0.0.1'\n", - "executable": false, - "encoding": "" + "contents": [ + "ndc_maintenance:", + " authorized_ips:", + " - '127.0.0.1'", + "" + ], + "executable": false } }, - "origin": "nuboxdevcom/maintenance-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "bd53f9097f444c90079c17d2533ada4edff9beb5" } } } \ No newline at end of file diff --git a/nucleos.dompdf-bundle.3.1.json b/nucleos.dompdf-bundle.3.1.json index 925e9b4b..80ea4132 100644 --- a/nucleos.dompdf-bundle.3.1.json +++ b/nucleos.dompdf-bundle.3.1.json @@ -1,20 +1,6 @@ { - "locks": { - "nucleos/dompdf-bundle": { - "version": "3.1", - "recipe": { - "repo": "3.1", - "branch": "master", - "version": "3.1", - "ref": "1021b8850e3d41716cd324c73160384e70a9857e" - } - } - }, "manifests": { "nucleos/dompdf-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "nucleos/dompdf-bundle", - "version": "3.1", "manifest": { "bundles": { "Nucleos\\DompdfBundle\\NucleosDompdfBundle": [ @@ -27,13 +13,16 @@ }, "files": { "config/packages/nucleos_dompdf.yaml": { - "contents": "nucleos_dompdf:\n defaults:\n chroot: '%kernel.project_dir%/public/assets' # See https://github.com/dompdf/dompdf/wiki/Usage#security-restrictions-for-local-files\n", - "executable": false, - "encoding": "" + "contents": [ + "nucleos_dompdf:", + " defaults:", + " chroot: '%kernel.project_dir%/public/assets' # See https://github.com/dompdf/dompdf/wiki/Usage#security-restrictions-for-local-files", + "" + ], + "executable": false } }, - "origin": "nucleos/dompdf-bundle:3.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "1021b8850e3d41716cd324c73160384e70a9857e" } } } \ No newline at end of file diff --git a/nucleos.user-bundle.1.1.json b/nucleos.user-bundle.1.1.json index 093b7288..f2b7a0d4 100644 --- a/nucleos.user-bundle.1.1.json +++ b/nucleos.user-bundle.1.1.json @@ -1,20 +1,6 @@ { - "locks": { - "nucleos/user-bundle": { - "version": "1.1", - "recipe": { - "repo": "1.1", - "branch": "master", - "version": "1.1", - "ref": "88cca294afe46854e805316dbcde52696c661ce6" - } - } - }, "manifests": { "nucleos/user-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "nucleos/user-bundle", - "version": "1.1", "manifest": { "bundles": { "Nucleos\\UserBundle\\NucleosUserBundle": [ @@ -31,28 +17,75 @@ }, "files": { "src/Entity/User/Group.php": { - "contents": "id = $id;\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id = $id;", + " }", + "}", + "" + ], + "executable": false }, "src/Entity/User/User.php": { - "contents": "\n */\nclass User extends BaseUser\n{\n public function setId(string $id): void\n {\n $this->id = $id;\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "", + " */", + "class User extends BaseUser", + "{", + " public function setId(string $id): void", + " {", + " $this->id = $id;", + " }", + "}", + "" + ], + "executable": false }, "config/routes/nucleos_user.yaml": { - "contents": "nucleos_user:\n resource: \"@NucleosUserBundle/Resources/config/routing/all.xml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "nucleos_user:", + " resource: \"@NucleosUserBundle/Resources/config/routing/all.xml\"", + "" + ], + "executable": false }, "config/packages/nucleos_user.yaml": { - "contents": "nucleos_user:\n firewall_name: main\n\n from_email: '%env(MAIL_SENDER)%'\n\n user_class: 'App\\Entity\\User\\User'\n\n group:\n group_class: 'App\\Entity\\User\\Group'\n", - "executable": false, - "encoding": "" + "contents": [ + "nucleos_user:", + " firewall_name: main", + "", + " from_email: '%env(MAIL_SENDER)%'", + "", + " user_class: 'App\\Entity\\User\\User'", + "", + " group:", + " group_class: 'App\\Entity\\User\\Group'", + "" + ], + "executable": false } }, - "origin": "nucleos/user-bundle:1.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "88cca294afe46854e805316dbcde52696c661ce6" } } } \ No newline at end of file diff --git a/numberninecms.cms.0.2.json b/numberninecms.cms.0.2.json index a3ab9a6d..f4eaae9e 100644 --- a/numberninecms.cms.0.2.json +++ b/numberninecms.cms.0.2.json @@ -1,20 +1,6 @@ { - "locks": { - "numberninecms/cms": { - "version": "0.2", - "recipe": { - "repo": "0.2", - "branch": "master", - "version": "0.2", - "ref": "05febb5d67411bb2646db60ba5a4a12813609c27" - } - } - }, "manifests": { "numberninecms/cms": { - "repository": "github.com/symfony/recipes-contrib", - "package": "numberninecms/cms", - "version": "0.2", "manifest": { "bundles": { "NumberNine\\Bundle\\NumberNineBundle": [ @@ -41,13 +27,15 @@ }, "files": { "config/routes/numbernine.yaml": { - "contents": "numbernine:\n resource: '@NumberNineBundle/Resources/config/routing.yaml'\n", - "executable": false, - "encoding": "" + "contents": [ + "numbernine:", + " resource: '@NumberNineBundle/Resources/config/routing.yaml'", + "" + ], + "executable": false } }, - "origin": "numberninecms/cms:0.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "05febb5d67411bb2646db60ba5a4a12813609c27" } } } \ No newline at end of file diff --git a/oat-sa.bundle-health-check.1.0.json b/oat-sa.bundle-health-check.1.0.json index 5c666264..ae5cf2f0 100644 --- a/oat-sa.bundle-health-check.1.0.json +++ b/oat-sa.bundle-health-check.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "oat-sa/bundle-health-check": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "003ae282d7649c68a650298f21f410067f131d08" - } - } - }, "manifests": { "oat-sa/bundle-health-check": { - "repository": "github.com/symfony/recipes-contrib", - "package": "oat-sa/bundle-health-check", - "version": "1.0", "manifest": { "bundles": { "OAT\\Bundle\\HealthCheckBundle\\HealthCheckBundle": [ @@ -32,13 +18,18 @@ }, "files": { "config/routes/health_check.yaml": { - "contents": "health_check_check:\n resource: '@HealthCheckBundle/Resources/config/routing/health_check_check.yaml'\n\nhealth_check_ping:\n resource: '@HealthCheckBundle/Resources/config/routing/health_check_ping.yaml'\n", - "executable": false, - "encoding": "" + "contents": [ + "health_check_check:", + " resource: '@HealthCheckBundle/Resources/config/routing/health_check_check.yaml'", + "", + "health_check_ping:", + " resource: '@HealthCheckBundle/Resources/config/routing/health_check_ping.yaml'", + "" + ], + "executable": false } }, - "origin": "oat-sa/bundle-health-check:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "003ae282d7649c68a650298f21f410067f131d08" } } } \ No newline at end of file diff --git a/oat-sa.bundle-lti1p3.2.0.json b/oat-sa.bundle-lti1p3.2.0.json index 8d165115..c9cff315 100644 --- a/oat-sa.bundle-lti1p3.2.0.json +++ b/oat-sa.bundle-lti1p3.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "oat-sa/bundle-lti1p3": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "f78f0066e7d021430ae554c44754c0ee16ba1b51" - } - } - }, "manifests": { "oat-sa/bundle-lti1p3": { - "repository": "github.com/symfony/recipes-contrib", - "package": "oat-sa/bundle-lti1p3", - "version": "2.0", "manifest": { "bundles": { "OAT\\Bundle\\Lti1p3Bundle\\Lti1p3Bundle": [ @@ -39,18 +25,67 @@ }, "files": { "config/routes/lti1p3.yaml": { - "contents": "lti1p3_jwks:\n resource: '@Lti1p3Bundle/Resources/config/routing/jwks.yaml'\n\nlti1p3_message_platform:\n resource: '@Lti1p3Bundle/Resources/config/routing/message/platform.yaml'\n\nlti1p3_message_tool:\n resource: '@Lti1p3Bundle/Resources/config/routing/message/tool.yaml'\n\nlti1p3_service_platform:\n resource: '@Lti1p3Bundle/Resources/config/routing/service/platform.yaml'\n", - "executable": false, - "encoding": "" + "contents": [ + "lti1p3_jwks:", + " resource: '@Lti1p3Bundle/Resources/config/routing/jwks.yaml'", + "", + "lti1p3_message_platform:", + " resource: '@Lti1p3Bundle/Resources/config/routing/message/platform.yaml'", + "", + "lti1p3_message_tool:", + " resource: '@Lti1p3Bundle/Resources/config/routing/message/tool.yaml'", + "", + "lti1p3_service_platform:", + " resource: '@Lti1p3Bundle/Resources/config/routing/service/platform.yaml'", + "" + ], + "executable": false }, "config/packages/lti1p3.yaml": { - "contents": "lti1p3:\n key_chains:\n platformKey:\n key_set_name: \"platformSet\"\n public_key: \"file://%kernel.project_dir%/config/secrets/dev/public.key\"\n private_key: \"file://%kernel.project_dir%/config/secrets/dev/private.key\"\n private_key_passphrase: null\n toolKey:\n key_set_name: \"toolSet\"\n public_key: \"file://%kernel.project_dir%/config/secrets/dev/public.key\"\n private_key: \"file://%kernel.project_dir%/config/secrets/dev/private.key\"\n private_key_passphrase: null\n platforms:\n localPlatform:\n name: \"Local platform\"\n audience: \"http://localhost/platform\"\n oidc_authentication_url: \"http://localhost/lti1p3/oidc/login-authentication\"\n oauth2_access_token_url: \"http://localhost/lti1p3/auth/platformKey/token\"\n tools:\n localTool:\n name: \"Local tool\"\n audience: \"http://localhost/tool\"\n oidc_login_initiation_url: \"http://localhost/lti1p3/oidc/login-initiation\"\n launch_url: \"http://localhost/lti1p3/tool/launch\"\n deep_link_launch_url: null\n registrations:\n local:\n client_id: \"client_id\"\n platform: \"localPlatform\"\n tool: \"localTool\"\n deployment_ids:\n - \"deploymentId1\"\n platform_key_chain: \"platformKey\"\n tool_key_chain: \"toolKey\"\n platform_jwks_url: null\n tool_jwks_url: null\n\n", - "executable": false, - "encoding": "" + "contents": [ + "lti1p3:", + " key_chains:", + " platformKey:", + " key_set_name: \"platformSet\"", + " public_key: \"file://%kernel.project_dir%/config/secrets/dev/public.key\"", + " private_key: \"file://%kernel.project_dir%/config/secrets/dev/private.key\"", + " private_key_passphrase: null", + " toolKey:", + " key_set_name: \"toolSet\"", + " public_key: \"file://%kernel.project_dir%/config/secrets/dev/public.key\"", + " private_key: \"file://%kernel.project_dir%/config/secrets/dev/private.key\"", + " private_key_passphrase: null", + " platforms:", + " localPlatform:", + " name: \"Local platform\"", + " audience: \"http://localhost/platform\"", + " oidc_authentication_url: \"http://localhost/lti1p3/oidc/login-authentication\"", + " oauth2_access_token_url: \"http://localhost/lti1p3/auth/platformKey/token\"", + " tools:", + " localTool:", + " name: \"Local tool\"", + " audience: \"http://localhost/tool\"", + " oidc_login_initiation_url: \"http://localhost/lti1p3/oidc/login-initiation\"", + " launch_url: \"http://localhost/lti1p3/tool/launch\"", + " deep_link_launch_url: null", + " registrations:", + " local:", + " client_id: \"client_id\"", + " platform: \"localPlatform\"", + " tool: \"localTool\"", + " deployment_ids:", + " - \"deploymentId1\"", + " platform_key_chain: \"platformKey\"", + " tool_key_chain: \"toolKey\"", + " platform_jwks_url: null", + " tool_jwks_url: null", + "", + "" + ], + "executable": false } }, - "origin": "oat-sa/bundle-lti1p3:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "f78f0066e7d021430ae554c44754c0ee16ba1b51" } } } \ No newline at end of file diff --git a/oat-sa.bundle-lti1p3.3.0.json b/oat-sa.bundle-lti1p3.3.0.json index 8e090019..eb370afc 100644 --- a/oat-sa.bundle-lti1p3.3.0.json +++ b/oat-sa.bundle-lti1p3.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "oat-sa/bundle-lti1p3": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "2ab374bc274fde3da5cff38d840f620178f56a6b" - } - } - }, "manifests": { "oat-sa/bundle-lti1p3": { - "repository": "github.com/symfony/recipes-contrib", - "package": "oat-sa/bundle-lti1p3", - "version": "3.0", "manifest": { "bundles": { "OAT\\Bundle\\Lti1p3Bundle\\Lti1p3Bundle": [ @@ -39,18 +25,66 @@ }, "files": { "config/routes/lti1p3.yaml": { - "contents": "lti1p3_jwks:\n resource: '@Lti1p3Bundle/Resources/config/routing/jwks.yaml'\n\nlti1p3_message_platform:\n resource: '@Lti1p3Bundle/Resources/config/routing/message/platform.yaml'\n\nlti1p3_message_tool:\n resource: '@Lti1p3Bundle/Resources/config/routing/message/tool.yaml'\n\nlti1p3_service_platform:\n resource: '@Lti1p3Bundle/Resources/config/routing/service/platform.yaml'\n", - "executable": false, - "encoding": "" + "contents": [ + "lti1p3_jwks:", + " resource: '@Lti1p3Bundle/Resources/config/routing/jwks.yaml'", + "", + "lti1p3_message_platform:", + " resource: '@Lti1p3Bundle/Resources/config/routing/message/platform.yaml'", + "", + "lti1p3_message_tool:", + " resource: '@Lti1p3Bundle/Resources/config/routing/message/tool.yaml'", + "", + "lti1p3_service_platform:", + " resource: '@Lti1p3Bundle/Resources/config/routing/service/platform.yaml'", + "" + ], + "executable": false }, "config/packages/lti1p3.yaml": { - "contents": "lti1p3:\n key_chains:\n platformKey:\n key_set_name: \"platformSet\"\n public_key: \"file://%kernel.project_dir%/config/secrets/dev/public.key\"\n private_key: \"file://%kernel.project_dir%/config/secrets/dev/private.key\"\n private_key_passphrase: null\n toolKey:\n key_set_name: \"toolSet\"\n public_key: \"file://%kernel.project_dir%/config/secrets/dev/public.key\"\n private_key: \"file://%kernel.project_dir%/config/secrets/dev/private.key\"\n private_key_passphrase: null\n platforms:\n localPlatform:\n name: \"Local platform\"\n audience: \"http://localhost/platform\"\n oidc_authentication_url: \"http://localhost/lti1p3/oidc/authentication\"\n oauth2_access_token_url: \"http://localhost/lti1p3/auth/platformKey/token\"\n tools:\n localTool:\n name: \"Local tool\"\n audience: \"http://localhost/tool\"\n oidc_initiation_url: \"http://localhost/lti1p3/oidc/initiation\"\n launch_url: null\n deep_linking_url: null\n registrations:\n local:\n client_id: \"client_id\"\n platform: \"localPlatform\"\n tool: \"localTool\"\n deployment_ids:\n - \"deploymentId1\"\n platform_key_chain: \"platformKey\"\n tool_key_chain: \"toolKey\"\n platform_jwks_url: null\n tool_jwks_url: null\n", - "executable": false, - "encoding": "" + "contents": [ + "lti1p3:", + " key_chains:", + " platformKey:", + " key_set_name: \"platformSet\"", + " public_key: \"file://%kernel.project_dir%/config/secrets/dev/public.key\"", + " private_key: \"file://%kernel.project_dir%/config/secrets/dev/private.key\"", + " private_key_passphrase: null", + " toolKey:", + " key_set_name: \"toolSet\"", + " public_key: \"file://%kernel.project_dir%/config/secrets/dev/public.key\"", + " private_key: \"file://%kernel.project_dir%/config/secrets/dev/private.key\"", + " private_key_passphrase: null", + " platforms:", + " localPlatform:", + " name: \"Local platform\"", + " audience: \"http://localhost/platform\"", + " oidc_authentication_url: \"http://localhost/lti1p3/oidc/authentication\"", + " oauth2_access_token_url: \"http://localhost/lti1p3/auth/platformKey/token\"", + " tools:", + " localTool:", + " name: \"Local tool\"", + " audience: \"http://localhost/tool\"", + " oidc_initiation_url: \"http://localhost/lti1p3/oidc/initiation\"", + " launch_url: null", + " deep_linking_url: null", + " registrations:", + " local:", + " client_id: \"client_id\"", + " platform: \"localPlatform\"", + " tool: \"localTool\"", + " deployment_ids:", + " - \"deploymentId1\"", + " platform_key_chain: \"platformKey\"", + " tool_key_chain: \"toolKey\"", + " platform_jwks_url: null", + " tool_jwks_url: null", + "" + ], + "executable": false } }, - "origin": "oat-sa/bundle-lti1p3:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "2ab374bc274fde3da5cff38d840f620178f56a6b" } } } \ No newline at end of file diff --git a/octopouce-mu.admin-bundle.1.0.json b/octopouce-mu.admin-bundle.1.0.json index beb5a115..5cd29f4d 100644 --- a/octopouce-mu.admin-bundle.1.0.json +++ b/octopouce-mu.admin-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "octopouce-mu/admin-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "32e9b062877ffba387de9192e190f349bc874573" - } - } - }, "manifests": { "octopouce-mu/admin-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "octopouce-mu/admin-bundle", - "version": "1.0", "manifest": { "bundles": { "Octopouce\\AdminBundle\\OctopouceAdminBundle": [ @@ -27,18 +13,24 @@ }, "files": { "config/routes/octopouce.yaml": { - "contents": "_octopouce_admin:\n resource: \"@OctopouceAdminBundle/Resources/config/routing/routing.yaml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "_octopouce_admin:", + " resource: \"@OctopouceAdminBundle/Resources/config/routing/routing.yaml\"", + "" + ], + "executable": false }, "config/packages/octopouce.yaml": { - "contents": "octopouce_admin:\n dashboard:\n enabled: true\n", - "executable": false, - "encoding": "" + "contents": [ + "octopouce_admin:", + " dashboard:", + " enabled: true", + "" + ], + "executable": false } }, - "origin": "octopouce-mu/admin-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "32e9b062877ffba387de9192e190f349bc874573" } } } \ No newline at end of file diff --git a/odiseoteam.sylius-vendor-plugin.1.2.json b/odiseoteam.sylius-vendor-plugin.1.2.json index 5db56ec2..58dbd9f3 100644 --- a/odiseoteam.sylius-vendor-plugin.1.2.json +++ b/odiseoteam.sylius-vendor-plugin.1.2.json @@ -1,20 +1,6 @@ { - "locks": { - "odiseoteam/sylius-vendor-plugin": { - "version": "1.2", - "recipe": { - "repo": "1.2", - "branch": "master", - "version": "1.2", - "ref": "001463bcdb5c8ab5b61ca1a6ab98381359614d14" - } - } - }, "manifests": { "odiseoteam/sylius-vendor-plugin": { - "repository": "github.com/symfony/recipes-contrib", - "package": "odiseoteam/sylius-vendor-plugin", - "version": "1.2", "manifest": { "bundles": { "Odiseo\\SyliusVendorPlugin\\OdiseoSyliusVendorPlugin": [ @@ -27,18 +13,34 @@ }, "files": { "config/routes/odiseo_sylius_vendor_plugin.yaml": { - "contents": "odiseo_sylius_vendor_plugin_admin:\n resource: \"@OdiseoSyliusVendorPlugin/Resources/config/routing/admin.yaml\"\n prefix: /admin\n\nodiseo_sylius_vendor_plugin_shop:\n resource: \"@OdiseoSyliusVendorPlugin/Resources/config/routing/shop.yaml\"\n prefix: /{_locale}/vendors\n requirements:\n _locale: ^[a-z]{2}(?:_[A-Z]{2})?$\n\nodiseo_sylius_vendor_plugin_api:\n resource: \"@OdiseoSyliusVendorPlugin/Resources/config/routing/api.yaml\"\n prefix: /api\n", - "executable": false, - "encoding": "" + "contents": [ + "odiseo_sylius_vendor_plugin_admin:", + " resource: \"@OdiseoSyliusVendorPlugin/Resources/config/routing/admin.yaml\"", + " prefix: /admin", + "", + "odiseo_sylius_vendor_plugin_shop:", + " resource: \"@OdiseoSyliusVendorPlugin/Resources/config/routing/shop.yaml\"", + " prefix: /{_locale}/vendors", + " requirements:", + " _locale: ^[a-z]{2}(?:_[A-Z]{2})?$", + "", + "odiseo_sylius_vendor_plugin_api:", + " resource: \"@OdiseoSyliusVendorPlugin/Resources/config/routing/api.yaml\"", + " prefix: /api", + "" + ], + "executable": false }, "config/packages/odiseo_sylius_vendor_plugin.yaml": { - "contents": "imports:\n - { resource: \"@OdiseoSyliusVendorPlugin/Resources/config/config.yaml\" }\n", - "executable": false, - "encoding": "" + "contents": [ + "imports:", + " - { resource: \"@OdiseoSyliusVendorPlugin/Resources/config/config.yaml\" }", + "" + ], + "executable": false } }, - "origin": "odiseoteam/sylius-vendor-plugin:1.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "001463bcdb5c8ab5b61ca1a6ab98381359614d14" } } } \ No newline at end of file diff --git a/odolbeau.phone-number-bundle.3.0.json b/odolbeau.phone-number-bundle.3.0.json index 223b4204..e355ca1e 100644 --- a/odolbeau.phone-number-bundle.3.0.json +++ b/odolbeau.phone-number-bundle.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "odolbeau/phone-number-bundle": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "4388686329b81291918a948cd42891829fb1de71" - } - } - }, "manifests": { "odolbeau/phone-number-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "odolbeau/phone-number-bundle", - "version": "3.0", "manifest": { "bundles": { "Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle": [ @@ -38,13 +24,19 @@ }, "files": { "config/packages/misd_phone_number.yaml": { - "contents": "# To persist libphonenumber\\PhoneNumber objects, add the Misd\\PhoneNumberBundle\\Doctrine\\DBAL\\Types\\PhoneNumberType mapping to your application's config.\n# This requires: doctrine/doctrine-bundle\n#doctrine:\n# dbal:\n# types:\n# phone_number: Misd\\PhoneNumberBundle\\Doctrine\\DBAL\\Types\\PhoneNumberType\n", - "executable": false, - "encoding": "" + "contents": [ + "# To persist libphonenumber\\PhoneNumber objects, add the Misd\\PhoneNumberBundle\\Doctrine\\DBAL\\Types\\PhoneNumberType mapping to your application's config.", + "# This requires: doctrine/doctrine-bundle", + "#doctrine:", + "# dbal:", + "# types:", + "# phone_number: Misd\\PhoneNumberBundle\\Doctrine\\DBAL\\Types\\PhoneNumberType", + "" + ], + "executable": false } }, - "origin": "odolbeau/phone-number-bundle:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "4388686329b81291918a948cd42891829fb1de71" } } } \ No newline at end of file diff --git a/omines.datatables-bundle.0.1.json b/omines.datatables-bundle.0.1.json index 7cd5ecec..469b4501 100644 --- a/omines.datatables-bundle.0.1.json +++ b/omines.datatables-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "omines/datatables-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "467488ddc00aa190c37a4357f226457d4dd6b339" - } - } - }, "manifests": { "omines/datatables-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "omines/datatables-bundle", - "version": "0.1", "manifest": { "bundles": { "Omines\\DataTablesBundle\\DataTablesBundle": [ @@ -27,13 +13,27 @@ }, "files": { "config/packages/datatables.yaml": { - "contents": "# Latest documentation available at https://omines.github.io/datatables-bundle/#configuration\ndatatables:\n # Set options, as documented at https://datatables.net/reference/option/\n options:\n lengthMenu : [10, 25, 50, 100, 250, 500, 1000, 2500]\n pageLength: 50\n dom: \"<'row' <'col-sm-12' tr>><'row' <'col-sm-6'l><'col-sm-6 text-right'pi>>\"\n\n template_parameters:\n # Example classes to integrate nicely with Bootstrap 3.x\n className: 'table table-striped table-bordered table-hover data-table'\n\n # You can for example override this to \"tables\" to keep the translation domains separated nicely\n translation_domain: 'messages'\n", - "executable": false, - "encoding": "" + "contents": [ + "# Latest documentation available at https://omines.github.io/datatables-bundle/#configuration", + "datatables:", + " # Set options, as documented at https://datatables.net/reference/option/", + " options:", + " 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>>\"", + "", + " template_parameters:", + " # Example classes to integrate nicely with Bootstrap 3.x", + " className: 'table table-striped table-bordered table-hover data-table'", + "", + " # You can for example override this to \"tables\" to keep the translation domains separated nicely", + " translation_domain: 'messages'", + "" + ], + "executable": false } }, - "origin": "omines/datatables-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "467488ddc00aa190c37a4357f226457d4dd6b339" } } } \ No newline at end of file diff --git a/oneup.flysystem-bundle.3.0.json b/oneup.flysystem-bundle.3.0.json index 72e15aff..6b6681b8 100644 --- a/oneup.flysystem-bundle.3.0.json +++ b/oneup.flysystem-bundle.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "oneup/flysystem-bundle": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "e6c6440b279273a468e1f570b0fc1d4ff54ad69e" - } - } - }, "manifests": { "oneup/flysystem-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "oneup/flysystem-bundle", - "version": "3.0", "manifest": { "bundles": { "Oneup\\FlysystemBundle\\OneupFlysystemBundle": [ @@ -27,13 +13,23 @@ }, "files": { "config/packages/oneup_flysystem.yaml": { - "contents": "# Read the documentation: https://github.com/1up-lab/OneupFlysystemBundle/blob/release/3.x/Resources/doc/index.md\noneup_flysystem:\n adapters:\n default_adapter:\n local:\n directory: '%kernel.cache_dir%/flysystem'\n filesystems:\n default_filesystem:\n adapter: default_adapter\n alias: League\\Flysystem\\Filesystem\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://github.com/1up-lab/OneupFlysystemBundle/blob/release/3.x/Resources/doc/index.md", + "oneup_flysystem:", + " adapters:", + " default_adapter:", + " local:", + " directory: '%kernel.cache_dir%/flysystem'", + " filesystems:", + " default_filesystem:", + " adapter: default_adapter", + " alias: League\\Flysystem\\Filesystem", + "" + ], + "executable": false } }, - "origin": "oneup/flysystem-bundle:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "e6c6440b279273a468e1f570b0fc1d4ff54ad69e" } } } \ No newline at end of file diff --git a/oneup.flysystem-bundle.4.0.json b/oneup.flysystem-bundle.4.0.json index a2de218a..3aa1415e 100644 --- a/oneup.flysystem-bundle.4.0.json +++ b/oneup.flysystem-bundle.4.0.json @@ -1,20 +1,6 @@ { - "locks": { - "oneup/flysystem-bundle": { - "version": "4.0", - "recipe": { - "repo": "4.0", - "branch": "master", - "version": "4.0", - "ref": "3ae1b83985e89138f5443bbc2d9b8c074b497d49" - } - } - }, "manifests": { "oneup/flysystem-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "oneup/flysystem-bundle", - "version": "4.0", "manifest": { "bundles": { "Oneup\\FlysystemBundle\\OneupFlysystemBundle": [ @@ -27,13 +13,23 @@ }, "files": { "config/packages/oneup_flysystem.yaml": { - "contents": "# Read the documentation: https://github.com/1up-lab/OneupFlysystemBundle\noneup_flysystem:\n adapters:\n default_adapter:\n local:\n location: '%kernel.cache_dir%/flysystem'\n filesystems:\n default_filesystem:\n adapter: default_adapter\n alias: League\\Flysystem\\Filesystem\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://github.com/1up-lab/OneupFlysystemBundle", + "oneup_flysystem:", + " adapters:", + " default_adapter:", + " local:", + " location: '%kernel.cache_dir%/flysystem'", + " filesystems:", + " default_filesystem:", + " adapter: default_adapter", + " alias: League\\Flysystem\\Filesystem", + "" + ], + "executable": false } }, - "origin": "oneup/flysystem-bundle:4.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "3ae1b83985e89138f5443bbc2d9b8c074b497d49" } } } \ No newline at end of file diff --git a/oneup.uploader-bundle.2.0.json b/oneup.uploader-bundle.2.0.json index 79e6d97f..15fc7f2a 100644 --- a/oneup.uploader-bundle.2.0.json +++ b/oneup.uploader-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "oneup/uploader-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "b19678d1535b9fe7cdf4647fd3483455e4fca458" - } - } - }, "manifests": { "oneup/uploader-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "oneup/uploader-bundle", - "version": "2.0", "manifest": { "bundles": { "Oneup\\UploaderBundle\\OneupUploaderBundle": [ @@ -27,18 +13,28 @@ }, "files": { "config/routes/oneup_uploader.yaml": { - "contents": "oneup_uploader:\n resource: .\n type: uploader\n", - "executable": false, - "encoding": "" + "contents": [ + "oneup_uploader:", + " resource: .", + " type: uploader", + "" + ], + "executable": false }, "config/packages/oneup_uploader.yaml": { - "contents": "# Read the documentation: https://github.com/1up-lab/OneupUploaderBundle/blob/master/Resources/doc/index.md\noneup_uploader:\n mappings:\n # This is a mapping example, remove it and create your own mappings.\n gallery:\n frontend: dropzone # or any uploader you use in the frontend\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://github.com/1up-lab/OneupUploaderBundle/blob/master/Resources/doc/index.md", + "oneup_uploader:", + " mappings:", + " # This is a mapping example, remove it and create your own mappings.", + " gallery:", + " frontend: dropzone # or any uploader you use in the frontend", + "" + ], + "executable": false } }, - "origin": "oneup/uploader-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "b19678d1535b9fe7cdf4647fd3483455e4fca458" } } } \ No newline at end of file diff --git a/onurb.doctrine-yuml-bundle.1.1.json b/onurb.doctrine-yuml-bundle.1.1.json index f4442ed2..0c7660c7 100644 --- a/onurb.doctrine-yuml-bundle.1.1.json +++ b/onurb.doctrine-yuml-bundle.1.1.json @@ -1,20 +1,6 @@ { - "locks": { - "onurb/doctrine-yuml-bundle": { - "version": "1.1", - "recipe": { - "repo": "1.1", - "branch": "master", - "version": "1.1", - "ref": "81130d6607195660087a01442f30be1edad71804" - } - } - }, "manifests": { "onurb/doctrine-yuml-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "onurb/doctrine-yuml-bundle", - "version": "1.1", "manifest": { "bundles": { "Onurb\\Bundle\\YumlBundle\\OnurbYumlBundle": [ @@ -27,13 +13,16 @@ }, "files": { "config/routes/dev/yuml.yaml": { - "contents": "doctrine_yuml:\n resource: \"@OnurbYumlBundle/Resources/config/routing.yml\"\n prefix: /\n", - "executable": false, - "encoding": "" + "contents": [ + "doctrine_yuml:", + " resource: \"@OnurbYumlBundle/Resources/config/routing.yml\"", + " prefix: /", + "" + ], + "executable": false } }, - "origin": "onurb/doctrine-yuml-bundle:1.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "81130d6607195660087a01442f30be1edad71804" } } } \ No newline at end of file diff --git a/orbitale.cms-bundle.3.0.json b/orbitale.cms-bundle.3.0.json index c61c4193..3230a76f 100644 --- a/orbitale.cms-bundle.3.0.json +++ b/orbitale.cms-bundle.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "orbitale/cms-bundle": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "069435187e19a4592d1b08b30c24af83ee74f246" - } - } - }, "manifests": { "orbitale/cms-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "orbitale/cms-bundle", - "version": "3.0", "manifest": { "bundles": { "Orbitale\\Bundle\\CmsBundle\\OrbitaleCmsBundle": [ @@ -28,28 +14,102 @@ }, "files": { "src/Entity/Page.php": { - "contents": "id;\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id;", + " }", + "}", + "" + ], + "executable": false }, "src/Entity/Category.php": { - "contents": "id;\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id;", + " }", + "}", + "" + ], + "executable": false }, "config/routes/orbitale_cms.yaml": { - "contents": "orbitale_cms_category:\n resource: \"@OrbitaleCmsBundle/Resources/config/routing/categories.yaml\"\n prefix: /category/\n\norbitale_cms_page:\n resource: \"@OrbitaleCmsBundle/Resources/config/routing/pages.yaml\"\n prefix: /page/\n", - "executable": false, - "encoding": "" + "contents": [ + "orbitale_cms_category:", + " resource: \"@OrbitaleCmsBundle/Resources/config/routing/categories.yaml\"", + " prefix: /category/", + "", + "orbitale_cms_page:", + " resource: \"@OrbitaleCmsBundle/Resources/config/routing/pages.yaml\"", + " prefix: /page/", + "" + ], + "executable": false }, "config/packages/orbitale_cms.yaml": { - "contents": "orbitale_cms:\n page_class: App\\Entity\\Page\n category_class: App\\Entity\\Category\n# Define your layout here if you need a custom layout for your CMS\n# layouts:\n# main: { resource: base.html.twig }\n", - "executable": false, - "encoding": "" + "contents": [ + "orbitale_cms:", + " page_class: App\\Entity\\Page", + " category_class: App\\Entity\\Category", + "# Define your layout here if you need a custom layout for your CMS", + "# layouts:", + "# main: { resource: base.html.twig }", + "" + ], + "executable": false } }, - "origin": "orbitale/cms-bundle:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "069435187e19a4592d1b08b30c24af83ee74f246" } } } \ No newline at end of file diff --git a/orbitale.easyimpress-bundle.1.0.json b/orbitale.easyimpress-bundle.1.0.json index ca96c1e2..289d458b 100644 --- a/orbitale.easyimpress-bundle.1.0.json +++ b/orbitale.easyimpress-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "orbitale/easyimpress-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "d13df16ea1990be70160d21ea4e9a3bcbd974edd" - } - } - }, "manifests": { "orbitale/easyimpress-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "orbitale/easyimpress-bundle", - "version": "1.0", "manifest": { "bundles": { "Orbitale\\Bundle\\EasyImpressBundle\\EasyImpressBundle": [ @@ -27,23 +13,45 @@ }, "files": { "config/routes/orbitale_easy_impress.yaml": { - "contents": "easy_impress:\n resource: '@EasyImpressBundle/Resources/config/routing.yml'\n prefix: /presentations\n", - "executable": false, - "encoding": "" + "contents": [ + "easy_impress:", + " resource: '@EasyImpressBundle/Resources/config/routing.yml'", + " prefix: /presentations", + "" + ], + "executable": false }, "config/presentations/home.yaml": { - "contents": "# Read the documentation https://github.com/Orbitale/EasyImpressBundle#yml-reference for more details about yaml options\ndata:\n # In seconds\n transition-duration: 1000\n\nslides:\n -\n content: 'Hello world!'\n data:\n x: 0\n y: 0\n z: 1000\n rotate-x: 0\n rotate-y: 0\n rotate-z: 0\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation https://github.com/Orbitale/EasyImpressBundle#yml-reference for more details about yaml options", + "data:", + " # In seconds", + " transition-duration: 1000", + "", + "slides:", + " -", + " content: 'Hello world!'", + " data:", + " x: 0", + " y: 0", + " z: 1000", + " rotate-x: 0", + " rotate-y: 0", + " rotate-z: 0", + "" + ], + "executable": false }, "config/packages/orbitale_easy_impress.yaml": { - "contents": "easy_impress:\n presentations_dir: '%kernel.project_dir%/config/presentations'\n", - "executable": false, - "encoding": "" + "contents": [ + "easy_impress:", + " presentations_dir: '%kernel.project_dir%/config/presentations'", + "" + ], + "executable": false } }, - "origin": "orbitale/easyimpress-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "d13df16ea1990be70160d21ea4e9a3bcbd974edd" } } } \ No newline at end of file diff --git a/oskarstark.env-var-extension.1.0.json b/oskarstark.env-var-extension.1.0.json index b61dec21..223a9c29 100644 --- a/oskarstark.env-var-extension.1.0.json +++ b/oskarstark.env-var-extension.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "oskarstark/env-var-extension": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "18de027ec5a217ac2ff53bee5b3a1741d13d90a4" - } - } - }, "manifests": { "oskarstark/env-var-extension": { - "repository": "github.com/symfony/recipes-contrib", - "package": "oskarstark/env-var-extension", - "version": "1.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,16 @@ }, "files": { "config/packages/oskarstark_env_var_extension.yaml": { - "contents": "services:\n OskarStark\\Twig\\EnvVarExtension:\n tags: ['twig.extension']\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " OskarStark\\Twig\\EnvVarExtension:", + " tags: ['twig.extension']", + "" + ], + "executable": false } }, - "origin": "oskarstark/env-var-extension:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "18de027ec5a217ac2ff53bee5b3a1741d13d90a4" } } } \ No newline at end of file diff --git a/oskarstark.no-floc-listener.0.1.json b/oskarstark.no-floc-listener.0.1.json index b4d2c236..ae1e3513 100644 --- a/oskarstark.no-floc-listener.0.1.json +++ b/oskarstark.no-floc-listener.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "oskarstark/no-floc-listener": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "84795143ce2f4db46ace4e6391a6202bd7b8545a" - } - } - }, "manifests": { "oskarstark/no-floc-listener": { - "repository": "github.com/symfony/recipes-contrib", - "package": "oskarstark/no-floc-listener", - "version": "0.1", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,16 @@ }, "files": { "config/packages/oskarstark_symfony_no_floc_listener.yaml": { - "contents": "services:\n OskarStark\\Symfony\\EventListener\\NoFlocListener:\n autoconfigure: true\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " OskarStark\\Symfony\\EventListener\\NoFlocListener:", + " autoconfigure: true", + "" + ], + "executable": false } }, - "origin": "oskarstark/no-floc-listener:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "84795143ce2f4db46ace4e6391a6202bd7b8545a" } } } \ No newline at end of file diff --git a/oskarstark.readable-filesize-extension.0.1.json b/oskarstark.readable-filesize-extension.0.1.json index 5998b830..0bf1bdd5 100644 --- a/oskarstark.readable-filesize-extension.0.1.json +++ b/oskarstark.readable-filesize-extension.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "oskarstark/readable-filesize-extension": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "39befdbade7c9859628534df1e18cc15a78b7b3c" - } - } - }, "manifests": { "oskarstark/readable-filesize-extension": { - "repository": "github.com/symfony/recipes-contrib", - "package": "oskarstark/readable-filesize-extension", - "version": "0.1", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,19 @@ }, "files": { "config/packages/oskarstark_readable_filesize_extension.yaml": { - "contents": "services:\n _defaults:\n autowire: true\n\n OskarStark\\Twig\\ReadableFilesizeExtension:\n tags: ['twig.extension']\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " _defaults:", + " autowire: true", + "", + " OskarStark\\Twig\\ReadableFilesizeExtension:", + " tags: ['twig.extension']", + "" + ], + "executable": false } }, - "origin": "oskarstark/readable-filesize-extension:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "39befdbade7c9859628534df1e18cc15a78b7b3c" } } } \ No newline at end of file diff --git a/oskarstark.symfony-http-responder.0.1.json b/oskarstark.symfony-http-responder.0.1.json index 024df30e..3438cf64 100644 --- a/oskarstark.symfony-http-responder.0.1.json +++ b/oskarstark.symfony-http-responder.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "oskarstark/symfony-http-responder": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "e21c52cec9a4645bfb7bce755e7ad05f77449947" - } - } - }, "manifests": { "oskarstark/symfony-http-responder": { - "repository": "github.com/symfony/recipes-contrib", - "package": "oskarstark/symfony-http-responder", - "version": "0.1", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,18 @@ }, "files": { "config/packages/oskarstark_symfony_http_responder.yaml": { - "contents": "services:\n _defaults:\n autowire: true\n\n OskarStark\\Symfony\\Http\\Responder: null\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " _defaults:", + " autowire: true", + "", + " OskarStark\\Symfony\\Http\\Responder: null", + "" + ], + "executable": false } }, - "origin": "oskarstark/symfony-http-responder:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "e21c52cec9a4645bfb7bce755e7ad05f77449947" } } } \ No newline at end of file diff --git a/otobul.epaybg-bundle.1.0.json b/otobul.epaybg-bundle.1.0.json index a1c147f8..2084c148 100644 --- a/otobul.epaybg-bundle.1.0.json +++ b/otobul.epaybg-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "otobul/epaybg-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "d1f0d9124921836288cb9d1b1147fde4d918ec58" - } - } - }, "manifests": { "otobul/epaybg-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "otobul/epaybg-bundle", - "version": "1.0", "manifest": { "bundles": { "Otobul\\EpaybgBundle\\OtobulEpaybgBundle": [ @@ -32,18 +18,31 @@ }, "files": { "config/routes/otobul_epaybg.yaml": { - "contents": "otobul_epaybg:\n resource: '@OtobulEpaybgBundle/Resources/config/routes.xml'\n prefix: /webhook/epaybg\n", - "executable": false, - "encoding": "" + "contents": [ + "otobul_epaybg:", + " resource: '@OtobulEpaybgBundle/Resources/config/routes.xml'", + " prefix: /webhook/epaybg", + "" + ], + "executable": false }, "config/packages/otobul_epaybg.yaml": { - "contents": "otobul_epaybg:\n # Identification number of the merchant\n min: '%env(OTOBUL_EPAYBG_MIN)%'\n\n # The secret word of the merchant\n secret: '%env(OTOBUL_EPAYBG_SECRET)%'\n\n # If true all requests will be sent to ePay.bg\u2019s Demo System\n isDemo: '%env(bool:OTOBUL_EPAYBG_IS_DEMO)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "otobul_epaybg:", + " # Identification number of the merchant", + " min: '%env(OTOBUL_EPAYBG_MIN)%'", + "", + " # The secret word of the merchant", + " secret: '%env(OTOBUL_EPAYBG_SECRET)%'", + "", + " # If true all requests will be sent to ePay.bg\u2019s Demo System", + " isDemo: '%env(bool:OTOBUL_EPAYBG_IS_DEMO)%'", + "" + ], + "executable": false } }, - "origin": "otobul/epaybg-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "d1f0d9124921836288cb9d1b1147fde4d918ec58" } } } \ No newline at end of file diff --git a/overblog.graphiql-bundle.0.1.json b/overblog.graphiql-bundle.0.1.json index 5f1c66aa..d3bd7a44 100644 --- a/overblog.graphiql-bundle.0.1.json +++ b/overblog.graphiql-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "overblog/graphiql-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "96d185c63491cd15c1570f6243ec1808f4462970" - } - } - }, "manifests": { "overblog/graphiql-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "overblog/graphiql-bundle", - "version": "0.1", "manifest": { "bundles": { "Overblog\\GraphiQLBundle\\OverblogGraphiQLBundle": [ @@ -30,13 +16,15 @@ }, "files": { "config/routes/dev/graphiql.yaml": { - "contents": "overblog_graphiql:\n resource: \"@OverblogGraphiQLBundle/Resources/config/routing.xml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "overblog_graphiql:", + " resource: \"@OverblogGraphiQLBundle/Resources/config/routing.xml\"", + "" + ], + "executable": false } }, - "origin": "overblog/graphiql-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "96d185c63491cd15c1570f6243ec1808f4462970" } } } \ No newline at end of file diff --git a/overblog.graphql-bundle.0.11.json b/overblog.graphql-bundle.0.11.json index 17cdc28f..793223e0 100644 --- a/overblog.graphql-bundle.0.11.json +++ b/overblog.graphql-bundle.0.11.json @@ -1,20 +1,6 @@ { - "locks": { - "overblog/graphql-bundle": { - "version": "0.11", - "recipe": { - "repo": "0.11", - "branch": "master", - "version": "0.11", - "ref": "7b4f1ce797bc4a2421c4354b7ca462fc5e2e05de" - } - } - }, "manifests": { "overblog/graphql-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "overblog/graphql-bundle", - "version": "0.11", "manifest": { "bundles": { "Overblog\\GraphQLBundle\\OverblogGraphQLBundle": [ @@ -32,23 +18,38 @@ }, "files": { "config/routes/graphql.yaml": { - "contents": "overblog_graphql_endpoint:\n resource: \"@OverblogGraphQLBundle/Resources/config/routing/graphql.yml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "overblog_graphql_endpoint:", + " resource: \"@OverblogGraphQLBundle/Resources/config/routing/graphql.yml\"", + "" + ], + "executable": false }, "config/graphql/types/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "config/packages/graphql.yaml": { - "contents": "overblog_graphql:\n definitions:\n schema:\n query: Query\n mappings:\n auto_discover: false\n types:\n -\n type: yaml\n dir: \"%kernel.project_dir%/config/graphql/types\"\n suffix: null\n", - "executable": false, - "encoding": "" + "contents": [ + "overblog_graphql:", + " definitions:", + " schema:", + " query: Query", + " mappings:", + " auto_discover: false", + " types:", + " -", + " type: yaml", + " dir: \"%kernel.project_dir%/config/graphql/types\"", + " suffix: null", + "" + ], + "executable": false } }, - "origin": "overblog/graphql-bundle:0.11@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "7b4f1ce797bc4a2421c4354b7ca462fc5e2e05de" } } } \ No newline at end of file diff --git a/overblog.graphql-bundle.0.12.json b/overblog.graphql-bundle.0.12.json index 1b3ebbdf..1165568d 100644 --- a/overblog.graphql-bundle.0.12.json +++ b/overblog.graphql-bundle.0.12.json @@ -1,20 +1,6 @@ { - "locks": { - "overblog/graphql-bundle": { - "version": "0.12", - "recipe": { - "repo": "0.12", - "branch": "master", - "version": "0.12", - "ref": "b122f3bfcfc0706c617a74afa8510af4799810f6" - } - } - }, "manifests": { "overblog/graphql-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "overblog/graphql-bundle", - "version": "0.12", "manifest": { "bundles": { "Overblog\\GraphQLBundle\\OverblogGraphQLBundle": [ @@ -32,23 +18,37 @@ }, "files": { "config/routes/graphql.yaml": { - "contents": "overblog_graphql_endpoint:\n resource: \"@OverblogGraphQLBundle/Resources/config/routing/graphql.yml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "overblog_graphql_endpoint:", + " resource: \"@OverblogGraphQLBundle/Resources/config/routing/graphql.yml\"", + "" + ], + "executable": false }, "config/graphql/types/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "config/packages/graphql.yaml": { - "contents": "overblog_graphql:\n definitions:\n schema:\n query: Query\n mappings:\n types:\n -\n type: yaml\n dir: \"%kernel.project_dir%/config/graphql/types\"\n suffix: null\n", - "executable": false, - "encoding": "" + "contents": [ + "overblog_graphql:", + " definitions:", + " schema:", + " query: Query", + " mappings:", + " types:", + " -", + " type: yaml", + " dir: \"%kernel.project_dir%/config/graphql/types\"", + " suffix: null", + "" + ], + "executable": false } }, - "origin": "overblog/graphql-bundle:0.12@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "b122f3bfcfc0706c617a74afa8510af4799810f6" } } } \ No newline at end of file diff --git a/overblog.graphql-bundle.0.9.json b/overblog.graphql-bundle.0.9.json index a4873d10..0f755695 100644 --- a/overblog.graphql-bundle.0.9.json +++ b/overblog.graphql-bundle.0.9.json @@ -1,20 +1,6 @@ { - "locks": { - "overblog/graphql-bundle": { - "version": "0.9", - "recipe": { - "repo": "0.9", - "branch": "master", - "version": "0.9", - "ref": "3d209565ed43a115454d165b69a752292997f749" - } - } - }, "manifests": { "overblog/graphql-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "overblog/graphql-bundle", - "version": "0.9", "manifest": { "bundles": { "Overblog\\GraphQLBundle\\OverblogGraphQLBundle": [ @@ -33,28 +19,46 @@ }, "files": { "config/routes/dev/graphql_graphiql.yaml": { - "contents": "overblog_graphql_graphiql:\n resource: \"@OverblogGraphQLBundle/Resources/config/routing/graphiql.yml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "overblog_graphql_graphiql:", + " resource: \"@OverblogGraphQLBundle/Resources/config/routing/graphiql.yml\"", + "" + ], + "executable": false }, "config/routes/graphql.yaml": { - "contents": "overblog_graphql_endpoint:\n resource: \"@OverblogGraphQLBundle/Resources/config/routing/graphql.yml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "overblog_graphql_endpoint:", + " resource: \"@OverblogGraphQLBundle/Resources/config/routing/graphql.yml\"", + "" + ], + "executable": false }, "config/graphql/types/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "config/packages/graphql.yaml": { - "contents": "overblog_graphql:\n definitions:\n schema:\n query: Query\n mappings:\n auto_discover: false\n types:\n -\n type: yaml\n dir: \"%kernel.project_dir%/config/graphql/types\"\n suffix: null\n", - "executable": false, - "encoding": "" + "contents": [ + "overblog_graphql:", + " definitions:", + " schema:", + " query: Query", + " mappings:", + " auto_discover: false", + " types:", + " -", + " type: yaml", + " dir: \"%kernel.project_dir%/config/graphql/types\"", + " suffix: null", + "" + ], + "executable": false } }, - "origin": "overblog/graphql-bundle:0.9@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "3d209565ed43a115454d165b69a752292997f749" } } } \ No newline at end of file diff --git a/pablok.supercache-bundle.0.5.json b/pablok.supercache-bundle.0.5.json index 944a78a8..067ad6fc 100644 --- a/pablok.supercache-bundle.0.5.json +++ b/pablok.supercache-bundle.0.5.json @@ -1,20 +1,6 @@ { - "locks": { - "pablok/supercache-bundle": { - "version": "0.5", - "recipe": { - "repo": "0.5", - "branch": "master", - "version": "0.5", - "ref": "5b17bac71b92c1035fad1720d4bc0f5e9fe17498" - } - } - }, "manifests": { "pablok/supercache-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "pablok/supercache-bundle", - "version": "0.5", "manifest": { "bundles": { "PabloK\\SupercacheBundle\\SupercacheBundle": [ @@ -27,13 +13,17 @@ }, "files": { "config/packages/prod/supercache.yaml": { - "contents": "supercache:\n enabled: true\n cache_dir: '%kernel.project_dir%/public/webcache'\n cache_status_header: false\n", - "executable": false, - "encoding": "" + "contents": [ + "supercache:", + " enabled: true", + " cache_dir: '%kernel.project_dir%/public/webcache'", + " cache_status_header: false", + "" + ], + "executable": false } }, - "origin": "pablok/supercache-bundle:0.5@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "5b17bac71b92c1035fad1720d4bc0f5e9fe17498" } } } \ No newline at end of file diff --git a/pasaiakoudala.authbundle.0.1.json b/pasaiakoudala.authbundle.0.1.json index 1413960c..5e14ea05 100644 --- a/pasaiakoudala.authbundle.0.1.json +++ b/pasaiakoudala.authbundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "pasaiakoudala/authbundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "103b22429f7b0236fc553d48db3072fa4c305efe" - } - } - }, "manifests": { "pasaiakoudala/authbundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "pasaiakoudala/authbundle", - "version": "0.1", "manifest": { "bundles": { "PasaiakoUdala\\AuthBundle\\PasaiakoUdalaAuthBundle": [ @@ -41,23 +27,60 @@ }, "files": { "config/routes/pasaiako_udala_auth.yaml": { - "contents": "pasaiako_udala_auth:\n resource: '@PasaiakoUdalaAuthBundle/Resources/config/routes.xml'\n prefix: /\n", - "executable": false, - "encoding": "" + "contents": [ + "pasaiako_udala_auth:", + " resource: '@PasaiakoUdalaAuthBundle/Resources/config/routes.xml'", + " prefix: /", + "" + ], + "executable": false }, "config/packages/security.yaml.dist": { - "contents": "security:\n enable_authenticator_manager: true\n password_hashers:\n PasaiakoUdala\\AuthBundle\\Entity\\User:\n algorithm: auto\n\n providers:\n database_users:\n entity: { class: PasaiakoUdala\\AuthBundle\\Entity\\User, property: username }\n\n firewalls:\n dev:\n pattern: ^/(_(profiler|wdt)|css|images|js)/\n security: false\n main:\n # pattern: ^/\n lazy: true\n provider: database_users\n custom_authenticator: paud.form.auth\n logout:\n path: pasaiakoudala_auth_logout\n # target: default\n\n\n access_control:\n # - { path: ^/login, roles: PUBLIC_ACCESS }\n - { path: ^/admin, roles: ROLE_ADMIN }\n", - "executable": false, - "encoding": "" + "contents": [ + "security:", + " enable_authenticator_manager: true", + " password_hashers:", + " PasaiakoUdala\\AuthBundle\\Entity\\User:", + " algorithm: auto", + "", + " providers:", + " database_users:", + " entity: { class: PasaiakoUdala\\AuthBundle\\Entity\\User, property: username }", + "", + " firewalls:", + " dev:", + " pattern: ^/(_(profiler|wdt)|css|images|js)/", + " security: false", + " main:", + " # pattern: ^/", + " lazy: true", + " provider: database_users", + " custom_authenticator: paud.form.auth", + " logout:", + " path: pasaiakoudala_auth_logout", + " # target: default", + "", + "", + " access_control:", + " # - { path: ^/login, roles: PUBLIC_ACCESS }", + " - { path: ^/admin, roles: ROLE_ADMIN }", + "" + ], + "executable": false }, "config/packages/pasaiako_udala_auth.yaml": { - "contents": "pasaiako_udala_auth:\n route_after_successfull_login: \"default\"\n LDAP_ADMIN_TALDEAK: \"Rol-taldea1, Rol-taldea2\"\n LDAP_KUDEATU_TALDEAK: \"Rol-taldea1, Rol-taldea2\"\n LDAP_USER_TALDEA: \"Rol-taldea1, Rol-taldea2\"\n", - "executable": false, - "encoding": "" + "contents": [ + "pasaiako_udala_auth:", + " route_after_successfull_login: \"default\"", + " LDAP_ADMIN_TALDEAK: \"Rol-taldea1, Rol-taldea2\"", + " LDAP_KUDEATU_TALDEAK: \"Rol-taldea1, Rol-taldea2\"", + " LDAP_USER_TALDEA: \"Rol-taldea1, Rol-taldea2\"", + "" + ], + "executable": false } }, - "origin": "pasaiakoudala/authbundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "103b22429f7b0236fc553d48db3072fa4c305efe" } } } \ No newline at end of file diff --git a/payplug.sylius-payplug-plugin.0.2.json b/payplug.sylius-payplug-plugin.0.2.json index 84cd8714..449269b1 100644 --- a/payplug.sylius-payplug-plugin.0.2.json +++ b/payplug.sylius-payplug-plugin.0.2.json @@ -1,20 +1,6 @@ { - "locks": { - "payplug/sylius-payplug-plugin": { - "version": "0.2", - "recipe": { - "repo": "0.2", - "branch": "master", - "version": "0.2", - "ref": "b6347329505744f57300bdd89b1c0066df6dd37a" - } - } - }, "manifests": { "payplug/sylius-payplug-plugin": { - "repository": "github.com/symfony/recipes-contrib", - "package": "payplug/sylius-payplug-plugin", - "version": "0.2", "manifest": { "bundles": { "PayPlug\\SyliusPayPlugPlugin\\PayPlugSyliusPayPlugPlugin": [ @@ -27,13 +13,16 @@ }, "files": { "config/packages/sylius_payplug.yaml": { - "contents": "imports:\n - { resource: \"@PayPlugSyliusPayPlugPlugin/Resources/config/config.yml\" }\n - { resource: \"@PayPlugSyliusPayPlugPlugin/Resources/config/services.xml\" }\n", - "executable": false, - "encoding": "" + "contents": [ + "imports:", + " - { resource: \"@PayPlugSyliusPayPlugPlugin/Resources/config/config.yml\" }", + " - { resource: \"@PayPlugSyliusPayPlugPlugin/Resources/config/services.xml\" }", + "" + ], + "executable": false } }, - "origin": "payplug/sylius-payplug-plugin:0.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "b6347329505744f57300bdd89b1c0066df6dd37a" } } } \ No newline at end of file diff --git a/payum.payum-bundle.2.4.json b/payum.payum-bundle.2.4.json index d402da38..7010915e 100644 --- a/payum.payum-bundle.2.4.json +++ b/payum.payum-bundle.2.4.json @@ -1,20 +1,6 @@ { - "locks": { - "payum/payum-bundle": { - "version": "2.4", - "recipe": { - "repo": "2.4", - "branch": "master", - "version": "2.4", - "ref": "518ac22defa04a8a1d82479ed362e2921487adf0" - } - } - }, "manifests": { "payum/payum-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "payum/payum-bundle", - "version": "2.4", "manifest": { "bundles": { "Payum\\Bundle\\PayumBundle\\PayumBundle": [ @@ -27,13 +13,30 @@ }, "files": { "config/packages/payum.yaml": { - "contents": "payum:\n storages:\n Payum\\Core\\Model\\Payment:\n filesystem:\n storage_dir: '%kernel.project_dir%/var/payum/payments'\n id_property: number\n\n security:\n token_storage:\n Payum\\Core\\Model\\Token:\n filesystem:\n storage_dir: '%kernel.project_dir%/var/payum/gateways'\n id_property: hash\n\n gateways:\n offline:\n factory: offline\n", - "executable": false, - "encoding": "" + "contents": [ + "payum:", + " storages:", + " Payum\\Core\\Model\\Payment:", + " filesystem:", + " storage_dir: '%kernel.project_dir%/var/payum/payments'", + " id_property: number", + "", + " security:", + " token_storage:", + " Payum\\Core\\Model\\Token:", + " filesystem:", + " storage_dir: '%kernel.project_dir%/var/payum/gateways'", + " id_property: hash", + "", + " gateways:", + " offline:", + " factory: offline", + "" + ], + "executable": false } }, - "origin": "payum/payum-bundle:2.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "518ac22defa04a8a1d82479ed362e2921487adf0" } } } \ No newline at end of file diff --git a/pentatrion.upload-bundle.0.2.json b/pentatrion.upload-bundle.0.2.json index d7969631..4397947a 100644 --- a/pentatrion.upload-bundle.0.2.json +++ b/pentatrion.upload-bundle.0.2.json @@ -1,20 +1,6 @@ { - "locks": { - "pentatrion/upload-bundle": { - "version": "0.2", - "recipe": { - "repo": "0.2", - "branch": "master", - "version": "0.2", - "ref": "8cc96a58d4d48c5e5cefc95b8dc0d1ed0e0c1a47" - } - } - }, "manifests": { "pentatrion/upload-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "pentatrion/upload-bundle", - "version": "0.2", "manifest": { "bundles": { "Pentatrion\\UploadBundle\\PentatrionUploadBundle": [ @@ -38,18 +24,28 @@ }, "files": { "config/routes/pentatrion_upload.yaml": { - "contents": "_pentatrion_upload:\n prefix: /media-manager\n resource: \"@PentatrionUploadBundle/Resources/config/routing.yaml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "_pentatrion_upload:", + " prefix: /media-manager", + " resource: \"@PentatrionUploadBundle/Resources/config/routing.yaml\"", + "" + ], + "executable": false }, "config/packages/pentatrion_upload.yaml": { - "contents": "# All available configuration can be found here:\n# https://github.com/lhapaipai/upload-bundle#advanced-configuration\n\npentatrion_upload:\n # update to [\"small\"] if you have installed liip/imagine-bundle\n liip_filters: []\n", - "executable": false, - "encoding": "" + "contents": [ + "# All available configuration can be found here:", + "# https://github.com/lhapaipai/upload-bundle#advanced-configuration", + "", + "pentatrion_upload:", + " # update to [\"small\"] if you have installed liip/imagine-bundle", + " liip_filters: []", + "" + ], + "executable": false } }, - "origin": "pentatrion/upload-bundle:0.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "8cc96a58d4d48c5e5cefc95b8dc0d1ed0e0c1a47" } } } \ No newline at end of file diff --git a/pentatrion.vite-bundle.0.1.json b/pentatrion.vite-bundle.0.1.json index eb3cfd9a..a167f450 100644 --- a/pentatrion.vite-bundle.0.1.json +++ b/pentatrion.vite-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "pentatrion/vite-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "bbc1dbabe95240a0988959e1ded978725692bcfa" - } - } - }, "manifests": { "pentatrion/vite-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "pentatrion/vite-bundle", - "version": "0.1", "manifest": { "bundles": { "Pentatrion\\ViteBundle\\PentatrionViteBundle": [ @@ -46,8 +32,7 @@ ] }, "files": [], - "origin": "pentatrion/vite-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "bbc1dbabe95240a0988959e1ded978725692bcfa" } } } \ No newline at end of file diff --git a/php-amqplib.rabbitmq-bundle.1.12.json b/php-amqplib.rabbitmq-bundle.1.12.json index 41eb7106..09ccbf5d 100644 --- a/php-amqplib.rabbitmq-bundle.1.12.json +++ b/php-amqplib.rabbitmq-bundle.1.12.json @@ -1,20 +1,6 @@ { - "locks": { - "php-amqplib/rabbitmq-bundle": { - "version": "1.12", - "recipe": { - "repo": "1.12", - "branch": "master", - "version": "1.12", - "ref": "ce3ca2e4577270c4f518539aa6b9e878998fcfef" - } - } - }, "manifests": { "php-amqplib/rabbitmq-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "php-amqplib/rabbitmq-bundle", - "version": "1.12", "manifest": { "bundles": { "OldSound\\RabbitMqBundle\\OldSoundRabbitMqBundle": [ @@ -31,18 +17,34 @@ }, "files": { "src/Consumer/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "config/packages/old_sound_rabbit_mq.yaml": { - "contents": "old_sound_rabbit_mq:\n connections:\n default:\n url: '%env(RABBITMQ_URL)%'\n# producers:\n# # use 'old_sound_rabbit_mq.task_producer' service to send data.\n# task:\n# connection: default\n# exchange_options: { name: 'task', type: direct }\n# consumers:\n# task:\n# connection: default\n# exchange_options: { name: 'task', type: direct }\n# queue_options: { name: 'task'}\n# callback: App\\Consumer\\TaskConsumer\n", - "executable": false, - "encoding": "" + "contents": [ + "old_sound_rabbit_mq:", + " connections:", + " default:", + " url: '%env(RABBITMQ_URL)%'", + "# producers:", + "# # use 'old_sound_rabbit_mq.task_producer' service to send data.", + "# task:", + "# connection: default", + "# exchange_options: { name: 'task', type: direct }", + "# consumers:", + "# task:", + "# connection: default", + "# exchange_options: { name: 'task', type: direct }", + "# queue_options: { name: 'task'}", + "# callback: App\\Consumer\\TaskConsumer", + "" + ], + "executable": false } }, - "origin": "php-amqplib/rabbitmq-bundle:1.12@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "ce3ca2e4577270c4f518539aa6b9e878998fcfef" } } } \ No newline at end of file diff --git a/php-http.httplug-bundle.1.6.json b/php-http.httplug-bundle.1.6.json index 3942baf9..d11b126f 100644 --- a/php-http.httplug-bundle.1.6.json +++ b/php-http.httplug-bundle.1.6.json @@ -1,20 +1,6 @@ { - "locks": { - "php-http/httplug-bundle": { - "version": "1.6", - "recipe": { - "repo": "1.6", - "branch": "master", - "version": "1.6", - "ref": "87b3d491d593d2c6e3b90bf0689ac69a188bfa5f" - } - } - }, "manifests": { "php-http/httplug-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "php-http/httplug-bundle", - "version": "1.6", "manifest": { "bundles": { "Http\\HttplugBundle\\HttplugBundle": [ @@ -27,13 +13,27 @@ }, "files": { "config/packages/httplug.yaml": { - "contents": "httplug:\n plugins:\n retry:\n retry: 1\n\n discovery:\n client: 'auto'\n\n clients:\n app:\n http_methods_client: true\n plugins:\n - 'httplug.plugin.content_length'\n - 'httplug.plugin.redirect'\n", - "executable": false, - "encoding": "" + "contents": [ + "httplug:", + " plugins:", + " retry:", + " retry: 1", + "", + " discovery:", + " client: 'auto'", + "", + " clients:", + " app:", + " http_methods_client: true", + " plugins:", + " - 'httplug.plugin.content_length'", + " - 'httplug.plugin.redirect'", + "" + ], + "executable": false } }, - "origin": "php-http/httplug-bundle:1.6@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "87b3d491d593d2c6e3b90bf0689ac69a188bfa5f" } } } \ No newline at end of file diff --git a/php-translation.loco-adapter.0.8.json b/php-translation.loco-adapter.0.8.json index 2a6ba341..428c4e33 100644 --- a/php-translation.loco-adapter.0.8.json +++ b/php-translation.loco-adapter.0.8.json @@ -1,20 +1,6 @@ { - "locks": { - "php-translation/loco-adapter": { - "version": "0.8", - "recipe": { - "repo": "0.8", - "branch": "master", - "version": "0.8", - "ref": "c97545d1c229338606d881294eceeb4cdc993777" - } - } - }, "manifests": { "php-translation/loco-adapter": { - "repository": "github.com/symfony/recipes-contrib", - "package": "php-translation/loco-adapter", - "version": "0.8", "manifest": { "bundles": { "Translation\\PlatformAdapter\\Loco\\Bridge\\Symfony\\TranslationAdapterLocoBundle": [ @@ -30,13 +16,19 @@ }, "files": { "config/packages/php_translation_loco_adapter.yaml": { - "contents": "translation_adapter_loco:\n index_parameter: 'id' # 'text' or 'name'. Leave blank for \"auto\" See https://localise.biz/api/docs/export/exportlocale\n projects:\n my_project:\n api_key: '%env(LOCO_PROJECT_API_KEY)%'\n domains: ['messages']\n", - "executable": false, - "encoding": "" + "contents": [ + "translation_adapter_loco:", + " index_parameter: 'id' # 'text' or 'name'. Leave blank for \"auto\" See https://localise.biz/api/docs/export/exportlocale", + " projects:", + " my_project:", + " api_key: '%env(LOCO_PROJECT_API_KEY)%'", + " domains: ['messages']", + "" + ], + "executable": false } }, - "origin": "php-translation/loco-adapter:0.8@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "c97545d1c229338606d881294eceeb4cdc993777" } } } \ No newline at end of file diff --git a/php-translation.symfony-bundle.0.10.json b/php-translation.symfony-bundle.0.10.json index 8d6e3219..1e08015e 100644 --- a/php-translation.symfony-bundle.0.10.json +++ b/php-translation.symfony-bundle.0.10.json @@ -1,20 +1,6 @@ { - "locks": { - "php-translation/symfony-bundle": { - "version": "0.10", - "recipe": { - "repo": "0.10", - "branch": "master", - "version": "0.10", - "ref": "5c712c2758c3cccb964713f0061493b8ce2dd430" - } - } - }, "manifests": { "php-translation/symfony-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "php-translation/symfony-bundle", - "version": "0.10", "manifest": { "bundles": { "Translation\\Bundle\\TranslationBundle": [ @@ -27,28 +13,56 @@ }, "files": { "config/routes/php_translation.yaml": { - "contents": "_translation_edit_in_place:\n resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yaml'\n prefix: /admin\n", - "executable": false, - "encoding": "" + "contents": [ + "_translation_edit_in_place:", + " resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yaml'", + " prefix: /admin", + "" + ], + "executable": false }, "config/routes/dev/php_translation.yaml": { - "contents": "_translation_webui:\n resource: \"@TranslationBundle/Resources/config/routing_webui.yaml\"\n prefix: /admin\n\n_translation_profiler:\n resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yaml'\n", - "executable": false, - "encoding": "" + "contents": [ + "_translation_webui:", + " resource: \"@TranslationBundle/Resources/config/routing_webui.yaml\"", + " prefix: /admin", + "", + "_translation_profiler:", + " resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yaml'", + "" + ], + "executable": false }, "config/packages/php_translation.yaml": { - "contents": "translation:\n locales: [\"en\"]\n edit_in_place:\n enabled: false\n config_name: app\n configs:\n app:\n dirs: [\"%kernel.project_dir%/templates\", \"%kernel.project_dir%/src\"]\n output_dir: \"%kernel.project_dir%/translations\"\n excluded_names: [\"*TestCase.php\", \"*Test.php\"]\n excluded_dirs: [cache, data, logs]\n", - "executable": false, - "encoding": "" + "contents": [ + "translation:", + " locales: [\"en\"]", + " edit_in_place:", + " enabled: false", + " config_name: app", + " configs:", + " app:", + " 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]", + "" + ], + "executable": false }, "config/packages/dev/php_translation.yaml": { - "contents": "translation:\n symfony_profiler:\n enabled: true\n webui:\n enabled: true\n", - "executable": false, - "encoding": "" + "contents": [ + "translation:", + " symfony_profiler:", + " enabled: true", + " webui:", + " enabled: true", + "" + ], + "executable": false } }, - "origin": "php-translation/symfony-bundle:0.10@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "5c712c2758c3cccb964713f0061493b8ce2dd430" } } } \ No newline at end of file diff --git a/php-translation.symfony-bundle.0.4.json b/php-translation.symfony-bundle.0.4.json index c2ac6326..8daafc41 100644 --- a/php-translation.symfony-bundle.0.4.json +++ b/php-translation.symfony-bundle.0.4.json @@ -1,20 +1,6 @@ { - "locks": { - "php-translation/symfony-bundle": { - "version": "0.4", - "recipe": { - "repo": "0.4", - "branch": "master", - "version": "0.4", - "ref": "c066e57abc57851ffe788ea3af87b5ea10bf976f" - } - } - }, "manifests": { "php-translation/symfony-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "php-translation/symfony-bundle", - "version": "0.4", "manifest": { "bundles": { "Translation\\Bundle\\TranslationBundle": [ @@ -27,28 +13,56 @@ }, "files": { "config/routes/php_translation.yaml": { - "contents": "_translation_edit_in_place:\n resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yml'\n prefix: /admin\n", - "executable": false, - "encoding": "" + "contents": [ + "_translation_edit_in_place:", + " resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yml'", + " prefix: /admin", + "" + ], + "executable": false }, "config/routes/dev/php_translation.yaml": { - "contents": "_translation_webui:\n resource: \"@TranslationBundle/Resources/config/routing_webui.yml\"\n prefix: /admin\n\n_translation_profiler:\n resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yml'\n", - "executable": false, - "encoding": "" + "contents": [ + "_translation_webui:", + " resource: \"@TranslationBundle/Resources/config/routing_webui.yml\"", + " prefix: /admin", + "", + "_translation_profiler:", + " resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yml'", + "" + ], + "executable": false }, "config/packages/php_translation.yaml": { - "contents": "translation:\n locales: [\"en\"]\n edit_in_place:\n enabled: false\n config_name: app\n configs:\n app:\n dirs: [\"%kernel.project_dir%/templates\", \"%kernel.project_dir%/src\"]\n output_dir: \"%kernel.project_dir%/translations\"\n excluded_names: [\"*TestCase.php\", \"*Test.php\"]\n excluded_dirs: [cache, data, logs]\n", - "executable": false, - "encoding": "" + "contents": [ + "translation:", + " locales: [\"en\"]", + " edit_in_place:", + " enabled: false", + " config_name: app", + " configs:", + " app:", + " 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]", + "" + ], + "executable": false }, "config/packages/dev/php_translation.yaml": { - "contents": "translation:\n symfony_profiler:\n enabled: true\n webui:\n enabled: true\n", - "executable": false, - "encoding": "" + "contents": [ + "translation:", + " symfony_profiler:", + " enabled: true", + " webui:", + " enabled: true", + "" + ], + "executable": false } }, - "origin": "php-translation/symfony-bundle:0.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "c066e57abc57851ffe788ea3af87b5ea10bf976f" } } } \ No newline at end of file diff --git a/phpfastcache.phpfastcache-bundle.3.0.json b/phpfastcache.phpfastcache-bundle.3.0.json index e1ac8b5c..44d0ceda 100644 --- a/phpfastcache.phpfastcache-bundle.3.0.json +++ b/phpfastcache.phpfastcache-bundle.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "phpfastcache/phpfastcache-bundle": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "02e96b4f3739af1dbfdf799e493bcc8e9bd04025" - } - } - }, "manifests": { "phpfastcache/phpfastcache-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "phpfastcache/phpfastcache-bundle", - "version": "3.0", "manifest": { "bundles": { "Phpfastcache\\Bundle\\PhpfastcacheBundle": [ @@ -31,13 +17,26 @@ }, "files": { "config/packages/phpfastcache.yaml": { - "contents": "phpfastcache:\n twig_driver: \"filecache\" # This option must be a valid declared driver, in our example: \"filecache\"\n twig_block_debug: false # This option will wrap CACHE/ENDCACHE blocks with block debug as HTML comment\n drivers:\n filecache:\n type: Files\n parameters:\n path: \"%env(PHPFASTCACHE_FILECACHE_PATH)%\"\n\n# Define your drivers here. The example below connects to database 0 of the default Redis server.\n#\n# See https://github.com/PHPSocialNetwork/phpfastcache-bundle/wiki for instructions on\n# how to configure the bundle.\n", - "executable": false, - "encoding": "" + "contents": [ + "phpfastcache:", + " twig_driver: \"filecache\" # This option must be a valid declared driver, in our example: \"filecache\"", + " twig_block_debug: false # This option will wrap CACHE/ENDCACHE blocks with block debug as HTML comment", + " drivers:", + " filecache:", + " type: Files", + " parameters:", + " path: \"%env(PHPFASTCACHE_FILECACHE_PATH)%\"", + "", + "# Define your drivers here. The example below connects to database 0 of the default Redis server.", + "#", + "# See https://github.com/PHPSocialNetwork/phpfastcache-bundle/wiki for instructions on", + "# how to configure the bundle.", + "" + ], + "executable": false } }, - "origin": "phpfastcache/phpfastcache-bundle:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "02e96b4f3739af1dbfdf799e493bcc8e9bd04025" } } } \ No newline at end of file diff --git a/phpfastcgi.fastcgi-daemon.0.11.json b/phpfastcgi.fastcgi-daemon.0.11.json index 4a30e47c..7ae1f1e9 100644 --- a/phpfastcgi.fastcgi-daemon.0.11.json +++ b/phpfastcgi.fastcgi-daemon.0.11.json @@ -1,20 +1,6 @@ { - "locks": { - "phpfastcgi/fastcgi-daemon": { - "version": "0.11", - "recipe": { - "repo": "0.11", - "branch": "master", - "version": "0.11", - "ref": "2011211eeb0a0c800ca496b090c65d161f5c3ed6" - } - } - }, "manifests": { "phpfastcgi/fastcgi-daemon": { - "repository": "github.com/symfony/recipes-contrib", - "package": "phpfastcgi/fastcgi-daemon", - "version": "0.11", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/", @@ -31,18 +17,61 @@ }, "files": { "src/FastCGIKernel.php": { - "contents": "kernel = $kernel;\n }\n\n public function handleRequest(RequestInterface $request)\n {\n $this->kernel->boot(); \n\n $symfonyRequest = $request->getHttpFoundationRequest();\n $symfonyResponse = $this->kernel->handle($symfonyRequest);\n\n if ($this->kernel instanceof TerminableInterface) {\n $this->kernel->terminate($symfonyRequest, $symfonyResponse);\n }\n\n return $symfonyResponse;\n }\n}\n\n", - "executable": false, - "encoding": "" + "contents": [ + "kernel = $kernel;", + " }", + "", + " public function handleRequest(RequestInterface $request)", + " {", + " $this->kernel->boot(); ", + "", + " $symfonyRequest = $request->getHttpFoundationRequest();", + " $symfonyResponse = $this->kernel->handle($symfonyRequest);", + "", + " if ($this->kernel instanceof TerminableInterface) {", + " $this->kernel->terminate($symfonyRequest, $symfonyResponse);", + " }", + "", + " return $symfonyResponse;", + " }", + "}", + "", + "" + ], + "executable": false }, "config/packages/fastcgi_daemon.yaml": { - "contents": "services:\n App\\FastCGIKernel:\n autowire: true\n\n PHPFastCGI\\FastCGIDaemon\\Driver\\DriverContainer: null\n PHPFastCGI\\FastCGIDaemon\\Command\\DaemonRunCommand:\n arguments: ['@App\\FastCGIKernel', '@PHPFastCGI\\FastCGIDaemon\\Driver\\DriverContainer', 'fastcgi-daemon:run']\n tags:\n - { name: console.command }\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " App\\FastCGIKernel:", + " autowire: true", + "", + " PHPFastCGI\\FastCGIDaemon\\Driver\\DriverContainer: null", + " PHPFastCGI\\FastCGIDaemon\\Command\\DaemonRunCommand:", + " arguments: ['@App\\FastCGIKernel', '@PHPFastCGI\\FastCGIDaemon\\Driver\\DriverContainer', 'fastcgi-daemon:run']", + " tags:", + " - { name: console.command }", + "" + ], + "executable": false } }, - "origin": "phpfastcgi/fastcgi-daemon:0.11@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "2011211eeb0a0c800ca496b090c65d161f5c3ed6" } } } \ No newline at end of file diff --git a/phpzlc.admin-business.1.0.json b/phpzlc.admin-business.1.0.json index 93963c5f..a9183d87 100644 --- a/phpzlc.admin-business.1.0.json +++ b/phpzlc.admin-business.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "phpzlc/admin-business": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "0c1ec358b8ddd45c2bef97720dbd185631975d22" - } - } - }, "manifests": { "phpzlc/admin-business": { - "repository": "github.com/symfony/recipes-contrib", - "package": "phpzlc/admin-business", - "version": "1.0", "manifest": { "copy-from-package": { "routing/": "config/routing/", @@ -27,8 +13,7 @@ } }, "files": [], - "origin": "phpzlc/admin-business:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "0c1ec358b8ddd45c2bef97720dbd185631975d22" } } } \ No newline at end of file diff --git a/phpzlc.admin.1.0.json b/phpzlc.admin.1.0.json index c28c590b..d214db6f 100644 --- a/phpzlc.admin.1.0.json +++ b/phpzlc.admin.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "phpzlc/admin": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "71905c278a0bc9a183b72698fdba5a96cb794671" - } - } - }, "manifests": { "phpzlc/admin": { - "repository": "github.com/symfony/recipes-contrib", - "package": "phpzlc/admin", - "version": "1.0", "manifest": { "bundles": { "PHPZlc\\Admin\\Bundle\\PHPZlcAdminBundle": [ @@ -29,8 +15,7 @@ } }, "files": [], - "origin": "phpzlc/admin:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "71905c278a0bc9a183b72698fdba5a96cb794671" } } } \ No newline at end of file diff --git a/phpzlc.auth-business.1.0.json b/phpzlc.auth-business.1.0.json index d0ca2dd2..0cb21008 100644 --- a/phpzlc.auth-business.1.0.json +++ b/phpzlc.auth-business.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "phpzlc/auth-business": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "2c1ca19d8a406130101d0bf03905ed97a876cc74" - } - } - }, "manifests": { "phpzlc/auth-business": { - "repository": "github.com/symfony/recipes-contrib", - "package": "phpzlc/auth-business", - "version": "1.0", "manifest": { "copy-from-package": { "Business/": "src/Business/", @@ -24,8 +10,7 @@ } }, "files": [], - "origin": "phpzlc/auth-business:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "2c1ca19d8a406130101d0bf03905ed97a876cc74" } } } \ No newline at end of file diff --git a/phpzlc.captcha-business.1.0.json b/phpzlc.captcha-business.1.0.json index f8caeab7..9e015b1e 100644 --- a/phpzlc.captcha-business.1.0.json +++ b/phpzlc.captcha-business.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "phpzlc/captcha-business": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "a2f09f8cfbc645246d1b156f11459a1b37365eeb" - } - } - }, "manifests": { "phpzlc/captcha-business": { - "repository": "github.com/symfony/recipes-contrib", - "package": "phpzlc/captcha-business", - "version": "1.0", "manifest": { "copy-from-package": { "Business/": "src/Business/", @@ -24,8 +10,7 @@ } }, "files": [], - "origin": "phpzlc/captcha-business:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a2f09f8cfbc645246d1b156f11459a1b37365eeb" } } } \ No newline at end of file diff --git a/phpzlc.document-bundle.1.1.json b/phpzlc.document-bundle.1.1.json index 50c5e9d9..ce89cc3d 100644 --- a/phpzlc.document-bundle.1.1.json +++ b/phpzlc.document-bundle.1.1.json @@ -1,20 +1,6 @@ { - "locks": { - "phpzlc/document-bundle": { - "version": "1.1", - "recipe": { - "repo": "1.1", - "branch": "master", - "version": "1.1", - "ref": "669453aa86b676874f881655983abb8e1ac357a9" - } - } - }, "manifests": { "phpzlc/document-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "phpzlc/document-bundle", - "version": "1.1", "manifest": { "bundles": { "PHPZlc\\Document\\DocumentBundle\\DocumentBundle": [ @@ -36,18 +22,103 @@ }, "files": { "Document/DemoDocument.php": { - "contents": "add()\n ->setTitle('\u6f14\u793a\u63a5\u53e3')\n ->setUrl('/demo')\n ->setReturnType('html')\n ->setReturn('\u6f14\u793a\u63a5\u53e3')\n ->generate();\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "add()", + " ->setTitle('\u6f14\u793a\u63a5\u53e3')", + " ->setUrl('/demo')", + " ->setReturnType('html')", + " ->setReturn('\u6f14\u793a\u63a5\u53e3')", + " ->generate();", + " }", + "}", + "" + ], + "executable": false }, "Document/Config.php": { - "contents": "id;\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id;", + " }", + "}", + "" + ], + "executable": false }, "config/routes/pierstoval_character_manager.yaml": { - "contents": "generator_steps:\n resource: \"@PierstovalCharacterManagerBundle/Controller/StepController.php\"\n type: annotation\n prefix: /character_generator/\n", - "executable": false, - "encoding": "" + "contents": [ + "generator_steps:", + " resource: \"@PierstovalCharacterManagerBundle/Controller/StepController.php\"", + " type: annotation", + " prefix: /character_generator/", + "" + ], + "executable": false }, "config/packages/pierstoval_character_manager.yaml": { - "contents": "pierstoval_character_manager:\n character_class: App\\Entity\\Character\n steps:\n step_01:\n action: App\\CharacterGenerator\\Step01\n", - "executable": false, - "encoding": "" + "contents": [ + "pierstoval_character_manager:", + " character_class: App\\Entity\\Character", + " steps:", + " step_01:", + " action: App\\CharacterGenerator\\Step01", + "" + ], + "executable": false } }, - "origin": "pierstoval/character-manager:0.5@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "f3223cfb6af047c8b9ba13c8491d10d98eb604df" } } } \ No newline at end of file diff --git a/piou-piou.ribs-cron-bundle.1.0.json b/piou-piou.ribs-cron-bundle.1.0.json index b0d86a2b..811b9ffa 100644 --- a/piou-piou.ribs-cron-bundle.1.0.json +++ b/piou-piou.ribs-cron-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "piou-piou/ribs-cron-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "e68472b35d03fafc6821f73559dbd353d11fdfaf" - } - } - }, "manifests": { "piou-piou/ribs-cron-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "piou-piou/ribs-cron-bundle", - "version": "1.0", "manifest": { "bundles": { "PiouPiou\\RibsCronBundle\\RibsCronBundle": [ @@ -31,13 +17,19 @@ }, "files": { "config/ribs_cron.yaml": { - "contents": "parameters:\n data_directory: '%kernel.project_dir%/data/'\n ribs_cron_ip_external: '%env(IP_CRON_EXTERNAL)%'\n ribs_cron_ip_internal: '%env(IP_CRON_INTERNAL)%'\n ribs_cron:\n# testCronCall: '* * * * *'\n", - "executable": false, - "encoding": "" + "contents": [ + "parameters:", + " data_directory: '%kernel.project_dir%/data/'", + " ribs_cron_ip_external: '%env(IP_CRON_EXTERNAL)%'", + " ribs_cron_ip_internal: '%env(IP_CRON_INTERNAL)%'", + " ribs_cron:", + "# testCronCall: '* * * * *'", + "" + ], + "executable": false } }, - "origin": "piou-piou/ribs-cron-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "e68472b35d03fafc6821f73559dbd353d11fdfaf" } } } \ No newline at end of file diff --git a/player259.graphql-bundle.1.0.json b/player259.graphql-bundle.1.0.json index 8a8354b7..b2ac42cd 100644 --- a/player259.graphql-bundle.1.0.json +++ b/player259.graphql-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "player259/graphql-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "777682b208eb5d6c64e4bc75a3ced1e11b8542a9" - } - } - }, "manifests": { "player259/graphql-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "player259/graphql-bundle", - "version": "1.0", "manifest": { "bundles": { "Player259\\GraphQLBundle\\Player259GraphQLBundle": [ @@ -27,13 +13,18 @@ }, "files": { "config/routes/player259_graphql.yaml": { - "contents": "# Read the documentation: https://github.com/player259/graphql-bundle/blob/master/Resources/doc/index.rst#installation\n# Resource file contains single /graphql action\nplayer259_graphql:\n resource: '@Player259GraphQLBundle/Resources/config/routing.xml'\n prefix: /\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://github.com/player259/graphql-bundle/blob/master/Resources/doc/index.rst#installation", + "# Resource file contains single /graphql action", + "player259_graphql:", + " resource: '@Player259GraphQLBundle/Resources/config/routing.xml'", + " prefix: /", + "" + ], + "executable": false } }, - "origin": "player259/graphql-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "777682b208eb5d6c64e4bc75a3ced1e11b8542a9" } } } \ No newline at end of file diff --git a/pomm-project.pomm-bundle.2.3.json b/pomm-project.pomm-bundle.2.3.json index 73c3fa3c..6fed558c 100644 --- a/pomm-project.pomm-bundle.2.3.json +++ b/pomm-project.pomm-bundle.2.3.json @@ -1,20 +1,6 @@ { - "locks": { - "pomm-project/pomm-bundle": { - "version": "2.3", - "recipe": { - "repo": "2.3", - "branch": "master", - "version": "2.3", - "ref": "7f10aab539e8268582d10713e4712e59726a7b48" - } - } - }, "manifests": { "pomm-project/pomm-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "pomm-project/pomm-bundle", - "version": "2.3", "manifest": { "bundles": { "PommProject\\PommBundle\\PommBundle": [ @@ -30,18 +16,26 @@ }, "files": { "config/routes/dev/pomm.yaml": { - "contents": "_pomm:\n resource: \"@PommBundle/Resources/config/routing.yml\"\n prefix: /_pomm\n", - "executable": false, - "encoding": "" + "contents": [ + "_pomm:", + " resource: \"@PommBundle/Resources/config/routing.yml\"", + " prefix: /_pomm", + "" + ], + "executable": false }, "config/packages/pomm.yaml": { - "contents": "pomm:\n configuration:\n db:\n dsn: \"%env(DATABASE_URL)%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "pomm:", + " configuration:", + " db:", + " dsn: \"%env(DATABASE_URL)%\"", + "" + ], + "executable": false } }, - "origin": "pomm-project/pomm-bundle:2.3@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "7f10aab539e8268582d10713e4712e59726a7b48" } } } \ No newline at end of file diff --git a/pond5.async-request-bundle.1.1.json b/pond5.async-request-bundle.1.1.json index 4a48c290..4693f514 100644 --- a/pond5.async-request-bundle.1.1.json +++ b/pond5.async-request-bundle.1.1.json @@ -1,20 +1,6 @@ { - "locks": { - "pond5/async-request-bundle": { - "version": "1.1", - "recipe": { - "repo": "1.1", - "branch": "master", - "version": "1.1", - "ref": "285e2319413af89dc842505b81f936b7d027a07d" - } - } - }, "manifests": { "pond5/async-request-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "pond5/async-request-bundle", - "version": "1.1", "manifest": { "bundles": { "Pond5\\AsyncRequestBundle\\Pond5AsyncRequestBundle": [ @@ -27,13 +13,23 @@ }, "files": { "config/packages/pond5_async_request.yaml": { - "contents": "pond5_async_request:\n #header: X-Request-Async # user defined header name to indicate asynchronous request - X-Request-Async used by default\n #methods: [DELETE, PATCH, POST, PUT] # HTTP methods that should support async requests\n transport: async-request # messenger transport name, ignored if messenger routing for Pond5\\AsyncRequestBundle\\Message\\AsyncRequestNotification is configured manually\n\n# can be omitted when using transport configured in another file (e.g. messenger.yaml)\nframework:\n messenger:\n transports:\n async-request: '%env(MESSENGER_TRANSPORT_DSN)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "pond5_async_request:", + " #header: X-Request-Async # user defined header name to indicate asynchronous request - X-Request-Async used by default", + " #methods: [DELETE, PATCH, POST, PUT] # HTTP methods that should support async requests", + " transport: async-request # messenger transport name, ignored if messenger routing for Pond5\\AsyncRequestBundle\\Message\\AsyncRequestNotification is configured manually", + "", + "# can be omitted when using transport configured in another file (e.g. messenger.yaml)", + "framework:", + " messenger:", + " transports:", + " async-request: '%env(MESSENGER_TRANSPORT_DSN)%'", + "" + ], + "executable": false } }, - "origin": "pond5/async-request-bundle:1.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "285e2319413af89dc842505b81f936b7d027a07d" } } } \ No newline at end of file diff --git a/prolix.maintenance-bundle.2.1.json b/prolix.maintenance-bundle.2.1.json index 3385c24b..2bf3da29 100644 --- a/prolix.maintenance-bundle.2.1.json +++ b/prolix.maintenance-bundle.2.1.json @@ -1,20 +1,6 @@ { - "locks": { - "prolix/maintenance-bundle": { - "version": "2.1", - "recipe": { - "repo": "2.1", - "branch": "master", - "version": "2.1", - "ref": "662179a8c0bdc0f96a366ac359bbb9e766010844" - } - } - }, "manifests": { "prolix/maintenance-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "prolix/maintenance-bundle", - "version": "2.1", "manifest": { "bundles": { "Lexik\\Bundle\\MaintenanceBundle\\LexikMaintenanceBundle": [ @@ -27,13 +13,18 @@ }, "files": { "config/packages/lexik_maintenance.yaml": { - "contents": "lexik_maintenance:\n driver:\n class: 'Lexik\\Bundle\\MaintenanceBundle\\Drivers\\FileDriver'\n options:\n file_path: '%kernel.cache_dir%/lock'\n", - "executable": false, - "encoding": "" + "contents": [ + "lexik_maintenance:", + " driver:", + " class: 'Lexik\\Bundle\\MaintenanceBundle\\Drivers\\FileDriver'", + " options:", + " file_path: '%kernel.cache_dir%/lock'", + "" + ], + "executable": false } }, - "origin": "prolix/maintenance-bundle:2.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "662179a8c0bdc0f96a366ac359bbb9e766010844" } } } \ No newline at end of file diff --git a/prooph.event-store-bus-bridge.3.1.json b/prooph.event-store-bus-bridge.3.1.json index 603f1acc..2f33538c 100644 --- a/prooph.event-store-bus-bridge.3.1.json +++ b/prooph.event-store-bus-bridge.3.1.json @@ -1,20 +1,6 @@ { - "locks": { - "prooph/event-store-bus-bridge": { - "version": "3.1", - "recipe": { - "repo": "3.1", - "branch": "master", - "version": "3.1", - "ref": "10441066e3792c8590cedad7ab968fad6ee9cdb6" - } - } - }, "manifests": { "prooph/event-store-bus-bridge": { - "repository": "github.com/symfony/recipes-contrib", - "package": "prooph/event-store-bus-bridge", - "version": "3.1", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,22 @@ }, "files": { "config/packages/prooph_event_store_bus_bridge.yaml": { - "contents": "services:\n _defaults:\n public: false\n\n Prooph\\EventStoreBusBridge\\EventPublisher:\n arguments:\n - '@prooph_service_bus.default_event_bus'\n tags:\n - { name: 'prooph_event_store.default.plugin' }\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " _defaults:", + " public: false", + "", + " Prooph\\EventStoreBusBridge\\EventPublisher:", + " arguments:", + " - '@prooph_service_bus.default_event_bus'", + " tags:", + " - { name: 'prooph_event_store.default.plugin' }", + "" + ], + "executable": false } }, - "origin": "prooph/event-store-bus-bridge:3.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "10441066e3792c8590cedad7ab968fad6ee9cdb6" } } } \ No newline at end of file diff --git a/prooph.event-store-symfony-bundle.0.4.json b/prooph.event-store-symfony-bundle.0.4.json index c34e6024..c79c749f 100644 --- a/prooph.event-store-symfony-bundle.0.4.json +++ b/prooph.event-store-symfony-bundle.0.4.json @@ -1,20 +1,6 @@ { - "locks": { - "prooph/event-store-symfony-bundle": { - "version": "0.4", - "recipe": { - "repo": "0.4", - "branch": "master", - "version": "0.4", - "ref": "a989875619b98a288abc2b636a2b5be36b4833d6" - } - } - }, "manifests": { "prooph/event-store-symfony-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "prooph/event-store-symfony-bundle", - "version": "0.4", "manifest": { "bundles": { "Prooph\\Bundle\\EventStore\\ProophEventStoreBundle": [ @@ -28,18 +14,65 @@ }, "files": { "src/Command/CreateEventStreamCommand.php": { - "contents": "eventStore = $eventStore;\n }\n\n protected function configure()\n {\n $this->setName('event-store:event-stream:create')\n ->setDescription('Create event_stream.')\n ->setHelp('This command creates the event_stream');\n }\n\n protected function execute(InputInterface $input, OutputInterface $output)\n {\n $this->eventStore->create(new Stream(new StreamName('event_stream'), new \\ArrayIterator([])));\n\n $output->writeln('Event stream was created successfully.');\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "eventStore = $eventStore;", + " }", + "", + " protected function configure()", + " {", + " $this->setName('event-store:event-stream:create')", + " ->setDescription('Create event_stream.')", + " ->setHelp('This command creates the event_stream');", + " }", + "", + " protected function execute(InputInterface $input, OutputInterface $output)", + " {", + " $this->eventStore->create(new Stream(new StreamName('event_stream'), new \\ArrayIterator([])));", + "", + " $output->writeln('Event stream was created successfully.');", + " }", + "}", + "" + ], + "executable": false }, "config/packages/prooph_event_store.yaml": { - "contents": "prooph_event_store:\n stores:\n default:\n event_store: 'app.event_store.default'\n\nservices:\n _defaults:\n public: false\n\n Prooph\\EventSourcing\\EventStoreIntegration\\AggregateTranslator: null\n", - "executable": false, - "encoding": "" + "contents": [ + "prooph_event_store:", + " stores:", + " default:", + " event_store: 'app.event_store.default'", + "", + "services:", + " _defaults:", + " public: false", + "", + " Prooph\\EventSourcing\\EventStoreIntegration\\AggregateTranslator: null", + "" + ], + "executable": false } }, - "origin": "prooph/event-store-symfony-bundle:0.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a989875619b98a288abc2b636a2b5be36b4833d6" } } } \ No newline at end of file diff --git a/prooph.pdo-event-store.1.7.json b/prooph.pdo-event-store.1.7.json index 8e4b5cc1..d774d9de 100644 --- a/prooph.pdo-event-store.1.7.json +++ b/prooph.pdo-event-store.1.7.json @@ -1,20 +1,6 @@ { - "locks": { - "prooph/pdo-event-store": { - "version": "1.7", - "recipe": { - "repo": "1.7", - "branch": "master", - "version": "1.7", - "ref": "f35cb6fe1edf5853c6d78d429c8ae3564bdd1bd8" - } - } - }, "manifests": { "prooph/pdo-event-store": { - "repository": "github.com/symfony/recipes-contrib", - "package": "prooph/pdo-event-store", - "version": "1.7", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -36,13 +22,35 @@ }, "files": { "config/packages/prooph_pdo_event_store.yaml": { - "contents": "services:\n _defaults:\n public: false\n\n Prooph\\EventStore\\EventStore: '@app.event_store.default'\n\n app.event_store.default:\n class: Prooph\\EventStore\\Pdo\\MySqlEventStore\n arguments:\n - '@prooph_event_store.message_factory'\n - '@app.event_store.pdo_connection.mysql'\n - '@app.event_store.mysql.persistence_strategy'\n\n app.event_store.pdo_connection.mysql:\n class: \\PDO\n arguments:\n - '%env(MYSQL_DSN)%'\n - '%env(MYSQL_USER)%'\n - '%env(MYSQL_PASSWORD)%'\n\n app.event_store.mysql.persistence_strategy:\n class: Prooph\\EventStore\\Pdo\\PersistenceStrategy\\MySqlSingleStreamStrategy\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " _defaults:", + " public: false", + "", + " Prooph\\EventStore\\EventStore: '@app.event_store.default'", + "", + " app.event_store.default:", + " class: Prooph\\EventStore\\Pdo\\MySqlEventStore", + " arguments:", + " - '@prooph_event_store.message_factory'", + " - '@app.event_store.pdo_connection.mysql'", + " - '@app.event_store.mysql.persistence_strategy'", + "", + " app.event_store.pdo_connection.mysql:", + " class: \\PDO", + " arguments:", + " - '%env(MYSQL_DSN)%'", + " - '%env(MYSQL_USER)%'", + " - '%env(MYSQL_PASSWORD)%'", + "", + " app.event_store.mysql.persistence_strategy:", + " class: Prooph\\EventStore\\Pdo\\PersistenceStrategy\\MySqlSingleStreamStrategy", + "" + ], + "executable": false } }, - "origin": "prooph/pdo-event-store:1.7@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "f35cb6fe1edf5853c6d78d429c8ae3564bdd1bd8" } } } \ No newline at end of file diff --git a/prooph.service-bus-symfony-bundle.0.6.json b/prooph.service-bus-symfony-bundle.0.6.json index fd1dd908..a34ed2af 100644 --- a/prooph.service-bus-symfony-bundle.0.6.json +++ b/prooph.service-bus-symfony-bundle.0.6.json @@ -1,20 +1,6 @@ { - "locks": { - "prooph/service-bus-symfony-bundle": { - "version": "0.6", - "recipe": { - "repo": "0.6", - "branch": "master", - "version": "0.6", - "ref": "713463411dc8e247b2827ddee092be300716e055" - } - } - }, "manifests": { "prooph/service-bus-symfony-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "prooph/service-bus-symfony-bundle", - "version": "0.6", "manifest": { "bundles": { "Prooph\\Bundle\\ServiceBus\\ProophServiceBusBundle": [ @@ -34,13 +20,26 @@ }, "files": { "config/packages/prooph_service_bus.yaml": { - "contents": "prooph_service_bus:\n command_buses:\n default_command_bus: null\n event_buses:\n default_event_bus: null\n query_buses:\n default_query_bus: null\n\nservices:\n _defaults:\n public: false\n\n Prooph\\ServiceBus\\CommandBus: '@prooph_service_bus.default_command_bus'\n", - "executable": false, - "encoding": "" + "contents": [ + "prooph_service_bus:", + " command_buses:", + " default_command_bus: null", + " event_buses:", + " default_event_bus: null", + " query_buses:", + " default_query_bus: null", + "", + "services:", + " _defaults:", + " public: false", + "", + " Prooph\\ServiceBus\\CommandBus: '@prooph_service_bus.default_command_bus'", + "" + ], + "executable": false } }, - "origin": "prooph/service-bus-symfony-bundle:0.6@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "713463411dc8e247b2827ddee092be300716e055" } } } \ No newline at end of file diff --git a/pugx.geo-form-bundle.0.2.json b/pugx.geo-form-bundle.0.2.json index 1bfc74fe..df7e8af9 100644 --- a/pugx.geo-form-bundle.0.2.json +++ b/pugx.geo-form-bundle.0.2.json @@ -1,20 +1,6 @@ { - "locks": { - "pugx/geo-form-bundle": { - "version": "0.2", - "recipe": { - "repo": "0.2", - "branch": "master", - "version": "0.2", - "ref": "42039f7248b57a673d541988db6af59904d0db5c" - } - } - }, "manifests": { "pugx/geo-form-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "pugx/geo-form-bundle", - "version": "0.2", "manifest": { "bundles": { "PUGX\\GeoFormBundle\\PUGXGeoFormBundle": [ @@ -31,13 +17,17 @@ }, "files": { "config/packages/pugx_geo_form.yaml": { - "contents": "pugx_geo_form:\n # see https://developers.google.com/maps/documentation/javascript/geocoding#GeocodingRequests for possible values for \"region\"\n region: EU\n useSsl: true\n", - "executable": false, - "encoding": "" + "contents": [ + "pugx_geo_form:", + " # see https://developers.google.com/maps/documentation/javascript/geocoding#GeocodingRequests for possible values for \"region\"", + " region: EU", + " useSsl: true", + "" + ], + "executable": false } }, - "origin": "pugx/geo-form-bundle:0.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "42039f7248b57a673d541988db6af59904d0db5c" } } } \ No newline at end of file diff --git a/pusher.pusher-php-server.3.0.json b/pusher.pusher-php-server.3.0.json index a0eab3c4..3ca9d207 100644 --- a/pusher.pusher-php-server.3.0.json +++ b/pusher.pusher-php-server.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "pusher/pusher-php-server": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "8dd3ea817217453e14ab596317177465211e01d2" - } - } - }, "manifests": { "pusher/pusher-php-server": { - "repository": "github.com/symfony/recipes-contrib", - "package": "pusher/pusher-php-server", - "version": "3.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -27,13 +13,20 @@ }, "files": { "config/packages/pusher_php_server.yaml": { - "contents": "services:\n Pusher\\Pusher:\n public: true\n arguments:\n - '%env(PUSHER_KEY)%'\n - '%env(PUSHER_SECRET)%'\n - '%env(PUSHER_APP_ID)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " Pusher\\Pusher:", + " public: true", + " arguments:", + " - '%env(PUSHER_KEY)%'", + " - '%env(PUSHER_SECRET)%'", + " - '%env(PUSHER_APP_ID)%'", + "" + ], + "executable": false } }, - "origin": "pusher/pusher-php-server:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "8dd3ea817217453e14ab596317177465211e01d2" } } } \ No newline at end of file diff --git a/qandidate.toggle-bundle.1.0.json b/qandidate.toggle-bundle.1.0.json index 27706d06..a7b6fc3b 100644 --- a/qandidate.toggle-bundle.1.0.json +++ b/qandidate.toggle-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "qandidate/toggle-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "a16765c31d4d7efb88c96dda36fa2adedfb57fc9" - } - } - }, "manifests": { "qandidate/toggle-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "qandidate/toggle-bundle", - "version": "1.0", "manifest": { "bundles": { "Qandidate\\Bundle\\ToggleBundle\\QandidateToggleBundle": [ @@ -27,13 +13,18 @@ }, "files": { "config/packages/qandidate_toggle.yaml": { - "contents": "# see https://github.com/qandidate-labs/qandidate-toggle-bundle/blob/master/README.md#configuration\n\nqandidate_toggle:\n persistence: config\n toggles: null\n", - "executable": false, - "encoding": "" + "contents": [ + "# see https://github.com/qandidate-labs/qandidate-toggle-bundle/blob/master/README.md#configuration", + "", + "qandidate_toggle:", + " persistence: config", + " toggles: null", + "" + ], + "executable": false } }, - "origin": "qandidate/toggle-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a16765c31d4d7efb88c96dda36fa2adedfb57fc9" } } } \ No newline at end of file diff --git a/qossmic.deptrac-shim.0.7.json b/qossmic.deptrac-shim.0.7.json index 8981ab56..9ec51bf8 100644 --- a/qossmic.deptrac-shim.0.7.json +++ b/qossmic.deptrac-shim.0.7.json @@ -1,20 +1,6 @@ { - "locks": { - "qossmic/deptrac-shim": { - "version": "0.7", - "recipe": { - "repo": "0.7", - "branch": "master", - "version": "0.7", - "ref": "2d7d934257e33fd83c72f5da5b5b1393efa7e0c6" - } - } - }, "manifests": { "qossmic/deptrac-shim": { - "repository": "github.com/symfony/recipes-contrib", - "package": "qossmic/deptrac-shim", - "version": "0.7", "manifest": { "copy-from-recipe": { "depfile.yaml": "depfile.yaml" @@ -25,13 +11,42 @@ }, "files": { "depfile.yaml": { - "contents": "paths:\n - ./src\nexclude_files:\n - '#.*test.*#'\nlayers:\n -\n name: Controller\n collectors:\n -\n type: className\n regex: .*Controller.*\n -\n name: Repository\n collectors:\n -\n type: className\n regex: .*Repository.*\n -\n name: Service\n collectors:\n -\n type: className\n regex: .*Service.*\nruleset:\n Controller:\n - Service\n Service:\n - Repository\n Repository:\n", - "executable": false, - "encoding": "" + "contents": [ + "paths:", + " - ./src", + "exclude_files:", + " - '#.*test.*#'", + "layers:", + " -", + " name: Controller", + " collectors:", + " -", + " type: className", + " regex: .*Controller.*", + " -", + " name: Repository", + " collectors:", + " -", + " type: className", + " regex: .*Repository.*", + " -", + " name: Service", + " collectors:", + " -", + " type: className", + " regex: .*Service.*", + "ruleset:", + " Controller:", + " - Service", + " Service:", + " - Repository", + " Repository:", + "" + ], + "executable": false } }, - "origin": "qossmic/deptrac-shim:0.7@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "2d7d934257e33fd83c72f5da5b5b1393efa7e0c6" } } } \ No newline at end of file diff --git a/ramsey.uuid-doctrine.1.3.json b/ramsey.uuid-doctrine.1.3.json index c6a0cb87..edebfcd2 100644 --- a/ramsey.uuid-doctrine.1.3.json +++ b/ramsey.uuid-doctrine.1.3.json @@ -1,20 +1,6 @@ { - "locks": { - "ramsey/uuid-doctrine": { - "version": "1.3", - "recipe": { - "repo": "1.3", - "branch": "master", - "version": "1.3", - "ref": "471aed0fbf5620b8d7f92b7a5ebbbf6c0945c27a" - } - } - }, "manifests": { "ramsey/uuid-doctrine": { - "repository": "github.com/symfony/recipes-contrib", - "package": "ramsey/uuid-doctrine", - "version": "1.3", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,17 @@ }, "files": { "config/packages/ramsey_uuid_doctrine.yaml": { - "contents": "doctrine:\n dbal:\n types:\n uuid: 'Ramsey\\Uuid\\Doctrine\\UuidType'\n", - "executable": false, - "encoding": "" + "contents": [ + "doctrine:", + " dbal:", + " types:", + " uuid: 'Ramsey\\Uuid\\Doctrine\\UuidType'", + "" + ], + "executable": false } }, - "origin": "ramsey/uuid-doctrine:1.3@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "471aed0fbf5620b8d7f92b7a5ebbbf6c0945c27a" } } } \ No newline at end of file diff --git a/ravenflux.php-functions.3.0.json b/ravenflux.php-functions.3.0.json index b5304c5c..11dfdb8d 100644 --- a/ravenflux.php-functions.3.0.json +++ b/ravenflux.php-functions.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "ravenflux/php-functions": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "d61d276d2ada16fe5eae449f0b0995851acb47cd" - } - } - }, "manifests": { "ravenflux/php-functions": { - "repository": "github.com/symfony/recipes-contrib", - "package": "ravenflux/php-functions", - "version": "3.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,24 @@ }, "files": { "config/packages/ravenflux_php_functions.yaml": { - "contents": "services:\n ravenflux.twig.extension.php_functions:\n class: RavenFlux\\Twig\\PhpFunctionsExtension\n arguments:\n - #first argument are functions\n - 'count'\n - #second argument are filters\n - 'nl2br'\n tags:\n -\n name: twig.extension\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " ravenflux.twig.extension.php_functions:", + " class: RavenFlux\\Twig\\PhpFunctionsExtension", + " arguments:", + " - #first argument are functions", + " - 'count'", + " - #second argument are filters", + " - 'nl2br'", + " tags:", + " -", + " name: twig.extension", + "" + ], + "executable": false } }, - "origin": "ravenflux/php-functions:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "d61d276d2ada16fe5eae449f0b0995851acb47cd" } } } \ No newline at end of file diff --git a/ravenflux.sort-functions.3.0.json b/ravenflux.sort-functions.3.0.json index 28b6068e..c91fef39 100644 --- a/ravenflux.sort-functions.3.0.json +++ b/ravenflux.sort-functions.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "ravenflux/sort-functions": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "f9f2364faad231fc2150b9f69c2f696c371ed19e" - } - } - }, "manifests": { "ravenflux/sort-functions": { - "repository": "github.com/symfony/recipes-contrib", - "package": "ravenflux/sort-functions", - "version": "3.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,19 @@ }, "files": { "config/packages/ravenflux_sort_functions.yaml": { - "contents": "services:\n ravenflux.twig.extension.sort_functions:\n class: RavenFlux\\Twig\\SortExtension\n tags:\n -\n name: twig.extension\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " ravenflux.twig.extension.sort_functions:", + " class: RavenFlux\\Twig\\SortExtension", + " tags:", + " -", + " name: twig.extension", + "" + ], + "executable": false } }, - "origin": "ravenflux/sort-functions:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "f9f2364faad231fc2150b9f69c2f696c371ed19e" } } } \ No newline at end of file diff --git a/reconnect.s3bundle.0.1.json b/reconnect.s3bundle.0.1.json index 87962ae3..e9e81f38 100644 --- a/reconnect.s3bundle.0.1.json +++ b/reconnect.s3bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "reconnect/s3bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "de320eec87a12822faca2d881e0aae50e6c9830f" - } - } - }, "manifests": { "reconnect/s3bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "reconnect/s3bundle", - "version": "0.1", "manifest": { "bundles": { "Reconnect\\S3Bundle\\S3Bundle": [ @@ -33,13 +19,18 @@ }, "files": { "config/packages/reconnect_s3_bundle.yaml": { - "contents": "reconnect_s3_bundle:\n bucketHost: '%env(BUCKET_HOST)%'\n bucketName: '%env(BUCKET_NAME)%'\n bucketKey: '%env(BUCKET_KEY)%'\n bucketSecret: '%env(BUCKET_SECRET)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "reconnect_s3_bundle:", + " bucketHost: '%env(BUCKET_HOST)%'", + " bucketName: '%env(BUCKET_NAME)%'", + " bucketKey: '%env(BUCKET_KEY)%'", + " bucketSecret: '%env(BUCKET_SECRET)%'", + "" + ], + "executable": false } }, - "origin": "reconnect/s3bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "de320eec87a12822faca2d881e0aae50e6c9830f" } } } \ No newline at end of file diff --git a/redirectionio.proxy-symfony.0.1.json b/redirectionio.proxy-symfony.0.1.json index 8b7054e3..b2bf401d 100644 --- a/redirectionio.proxy-symfony.0.1.json +++ b/redirectionio.proxy-symfony.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "redirectionio/proxy-symfony": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "0ef8d362981775b536f37c36892d53c2866fdfc4" - } - } - }, "manifests": { "redirectionio/proxy-symfony": { - "repository": "github.com/symfony/recipes-contrib", - "package": "redirectionio/proxy-symfony", - "version": "0.1", "manifest": { "bundles": { "RedirectionIO\\Client\\ProxySymfony\\RedirectionIOBundle": [ @@ -27,13 +13,18 @@ }, "files": { "config/packages/redirectionio.yaml": { - "contents": "# Documentation: https://github.com/redirectionio/proxy-symfony\nredirection_io:\n connections:\n my_agent: tcp://127.0.0.1:10301\n # another_agent: unix:///var/run/redirectionio.sock\n", - "executable": false, - "encoding": "" + "contents": [ + "# Documentation: https://github.com/redirectionio/proxy-symfony", + "redirection_io:", + " connections:", + " my_agent: tcp://127.0.0.1:10301", + " # another_agent: unix:///var/run/redirectionio.sock", + "" + ], + "executable": false } }, - "origin": "redirectionio/proxy-symfony:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "0ef8d362981775b536f37c36892d53c2866fdfc4" } } } \ No newline at end of file diff --git a/redirectionio.proxy-symfony.0.2.json b/redirectionio.proxy-symfony.0.2.json index 39460bef..096f4fb8 100644 --- a/redirectionio.proxy-symfony.0.2.json +++ b/redirectionio.proxy-symfony.0.2.json @@ -1,20 +1,6 @@ { - "locks": { - "redirectionio/proxy-symfony": { - "version": "0.2", - "recipe": { - "repo": "0.2", - "branch": "master", - "version": "0.2", - "ref": "9bcaef9a03d6f49a93b342cd87045688a04b7316" - } - } - }, "manifests": { "redirectionio/proxy-symfony": { - "repository": "github.com/symfony/recipes-contrib", - "package": "redirectionio/proxy-symfony", - "version": "0.2", "manifest": { "bundles": { "RedirectionIO\\Client\\ProxySymfony\\RedirectionIOBundle": [ @@ -27,13 +13,19 @@ }, "files": { "config/packages/redirectionio.yaml": { - "contents": "# Documentation: https://github.com/redirectionio/proxy-symfony\nredirection_io:\n project_key: FIXME\n connections:\n my_agent: tcp://127.0.0.1:10301\n # another_agent: unix:///var/run/redirectionio.sock\n", - "executable": false, - "encoding": "" + "contents": [ + "# Documentation: https://github.com/redirectionio/proxy-symfony", + "redirection_io:", + " project_key: FIXME", + " connections:", + " my_agent: tcp://127.0.0.1:10301", + " # another_agent: unix:///var/run/redirectionio.sock", + "" + ], + "executable": false } }, - "origin": "redirectionio/proxy-symfony:0.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "9bcaef9a03d6f49a93b342cd87045688a04b7316" } } } \ No newline at end of file diff --git a/redjanym.fcm-bundle.1.1.json b/redjanym.fcm-bundle.1.1.json index ffc41aa0..61faf8d5 100644 --- a/redjanym.fcm-bundle.1.1.json +++ b/redjanym.fcm-bundle.1.1.json @@ -1,20 +1,6 @@ { - "locks": { - "redjanym/fcm-bundle": { - "version": "1.1", - "recipe": { - "repo": "1.1", - "branch": "master", - "version": "1.1", - "ref": "459fa76d53b57a5feb20ac8f9153f54bff9866b6" - } - } - }, "manifests": { "redjanym/fcm-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "redjanym/fcm-bundle", - "version": "1.1", "manifest": { "bundles": { "RedjanYm\\FCMBundle\\RedjanYmFCMBundle": [ @@ -30,13 +16,15 @@ }, "files": { "config/packages/redjan_ym_fcm.yaml": { - "contents": "redjan_ym_fcm:\n firebase_api_key: '%env(resolve:FCM_SERVER_KEY)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "redjan_ym_fcm:", + " firebase_api_key: '%env(resolve:FCM_SERVER_KEY)%'", + "" + ], + "executable": false } }, - "origin": "redjanym/fcm-bundle:1.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "459fa76d53b57a5feb20ac8f9153f54bff9866b6" } } } \ No newline at end of file diff --git a/redrat.api-helper-bundle.0.1.json b/redrat.api-helper-bundle.0.1.json index 744a9152..c7182c64 100644 --- a/redrat.api-helper-bundle.0.1.json +++ b/redrat.api-helper-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "redrat/api-helper-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "afa449503f091ecaa5e1303c0e9bdd923187a7fc" - } - } - }, "manifests": { "redrat/api-helper-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "redrat/api-helper-bundle", - "version": "0.1", "manifest": { "bundles": { "RedRat\\ApiHelperBundle\\ApiHelperBundle": [ @@ -27,13 +13,15 @@ }, "files": { "config/packages/redrat_api_helper.yaml": { - "contents": "redrat_api_helper:\n paths:\n", - "executable": false, - "encoding": "" + "contents": [ + "redrat_api_helper:", + " paths:", + "" + ], + "executable": false } }, - "origin": "redrat/api-helper-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "afa449503f091ecaa5e1303c0e9bdd923187a7fc" } } } \ No newline at end of file diff --git a/ro0nl.http-responder.0.1.json b/ro0nl.http-responder.0.1.json index d1946b92..9661a6e4 100644 --- a/ro0nl.http-responder.0.1.json +++ b/ro0nl.http-responder.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "ro0nl/http-responder": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "a7aeed3f58fbf7587a6a152d3a1a4d9d52f0fa39" - } - } - }, "manifests": { "ro0nl/http-responder": { - "repository": "github.com/symfony/recipes-contrib", - "package": "ro0nl/http-responder", - "version": "0.1", "manifest": { "bundles": { "ro0NL\\HttpResponder\\Bundle\\HttpResponderBundle": [ @@ -23,8 +9,7 @@ } }, "files": [], - "origin": "ro0nl/http-responder:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a7aeed3f58fbf7587a6a152d3a1a4d9d52f0fa39" } } } \ No newline at end of file diff --git a/rokka.client-bundle.1.0.json b/rokka.client-bundle.1.0.json index cd2be3c9..280dfe86 100644 --- a/rokka.client-bundle.1.0.json +++ b/rokka.client-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "rokka/client-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "079018e260fe4f80b4a1a56ad90f419d1ee0a594" - } - } - }, "manifests": { "rokka/client-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "rokka/client-bundle", - "version": "1.0", "manifest": { "bundles": { "Rokka\\RokkaClientBundle\\RokkaClientBundle": [ @@ -32,13 +18,19 @@ }, "files": { "config/packages/rokka.yaml": { - "contents": "rokka_client:\n # Api-Key value given on registration of the user. Get your API key from https://rokka.io/\n api_key: \"%env(ROKKA_API_KEY)%\" # Required\n # Organization value like \"my-org\" for use in calls to the API.\n organization: \"%env(ROKKA_ORGANIZATION)%\" # Required\n\n", - "executable": false, - "encoding": "" + "contents": [ + "rokka_client:", + " # Api-Key value given on registration of the user. Get your API key from https://rokka.io/", + " api_key: \"%env(ROKKA_API_KEY)%\" # Required", + " # Organization value like \"my-org\" for use in calls to the API.", + " organization: \"%env(ROKKA_ORGANIZATION)%\" # Required", + "", + "" + ], + "executable": false } }, - "origin": "rokka/client-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "079018e260fe4f80b4a1a56ad90f419d1ee0a594" } } } \ No newline at end of file diff --git a/roukmoute.hashids-bundle.1.4.json b/roukmoute.hashids-bundle.1.4.json index d6efce47..99ad7631 100644 --- a/roukmoute.hashids-bundle.1.4.json +++ b/roukmoute.hashids-bundle.1.4.json @@ -1,20 +1,6 @@ { - "locks": { - "roukmoute/hashids-bundle": { - "version": "1.4", - "recipe": { - "repo": "1.4", - "branch": "master", - "version": "1.4", - "ref": "cbd9de476f57c91bd6f8a4db1fd0ed05befa8fc4" - } - } - }, "manifests": { "roukmoute/hashids-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "roukmoute/hashids-bundle", - "version": "1.4", "manifest": { "bundles": { "Roukmoute\\HashidsBundle\\RoukmouteHashidsBundle": [ @@ -27,13 +13,16 @@ }, "files": { "config/packages/roukmoute_hashids.yaml": { - "contents": "# Read the documentation: https://github.com/roukmoute/HashidsBundle/blob/master/README.md\nroukmoute_hashids:\n salt: 'change me'\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://github.com/roukmoute/HashidsBundle/blob/master/README.md", + "roukmoute_hashids:", + " salt: 'change me'", + "" + ], + "executable": false } }, - "origin": "roukmoute/hashids-bundle:1.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "cbd9de476f57c91bd6f8a4db1fd0ed05befa8fc4" } } } \ No newline at end of file diff --git a/routmoute.routmoute-discord-bundle.1.1.json b/routmoute.routmoute-discord-bundle.1.1.json index b9d10824..4be60cf2 100644 --- a/routmoute.routmoute-discord-bundle.1.1.json +++ b/routmoute.routmoute-discord-bundle.1.1.json @@ -1,20 +1,6 @@ { - "locks": { - "routmoute/routmoute-discord-bundle": { - "version": "1.1", - "recipe": { - "repo": "1.1", - "branch": "master", - "version": "1.1", - "ref": "3b437f7cd7cdaac79a2c7b107d0bef8770722de9" - } - } - }, "manifests": { "routmoute/routmoute-discord-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "routmoute/routmoute-discord-bundle", - "version": "1.1", "manifest": { "bundles": { "Routmoute\\Bundle\\RoutmouteDiscordBundle\\RoutmouteDiscordBundle": [ @@ -32,13 +18,22 @@ }, "files": { "config/packages/routmoute_discord.yaml": { - "contents": "routmoute_discord:\n oauth:\n client_id: '%env(ROUTMOUTE_DISCORD_CLIENT_ID)%'\n client_secret: '%env(ROUTMOUTE_DISCORD_CLIENT_SECRET)%'\n scope:\n - identify\n - email\n api:\n bot_token: '%env(ROUTMOUTE_DISCORD_BOT_TOKEN)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "routmoute_discord:", + " oauth:", + " client_id: '%env(ROUTMOUTE_DISCORD_CLIENT_ID)%'", + " client_secret: '%env(ROUTMOUTE_DISCORD_CLIENT_SECRET)%'", + " scope:", + " - identify", + " - email", + " api:", + " bot_token: '%env(ROUTMOUTE_DISCORD_BOT_TOKEN)%'", + "" + ], + "executable": false } }, - "origin": "routmoute/routmoute-discord-bundle:1.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "3b437f7cd7cdaac79a2c7b107d0bef8770722de9" } } } \ No newline at end of file diff --git a/rundum.event-base.0.0.json b/rundum.event-base.0.0.json index 2d4eb198..27c4c285 100644 --- a/rundum.event-base.0.0.json +++ b/rundum.event-base.0.0.json @@ -1,20 +1,6 @@ { - "locks": { - "rundum/event-base": { - "version": "0.0", - "recipe": { - "repo": "0.0", - "branch": "master", - "version": "0.0", - "ref": "3bc0ca63f69fddce56c1cfb6a92557b0996bb1c1" - } - } - }, "manifests": { "rundum/event-base": { - "repository": "github.com/symfony/recipes-contrib", - "package": "rundum/event-base", - "version": "0.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,21 @@ }, "files": { "config/packages/rundum_event_base.yaml": { - "contents": "services:\n _defaults:\n autowire: true\n autoconfigure: true\n public: false\n\n rundum.event.entity.subscriber:\n class: Rundum\\EventSubscriber\\EntityEventSubscriber\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " _defaults:", + " autowire: true", + " autoconfigure: true", + " public: false", + "", + " rundum.event.entity.subscriber:", + " class: Rundum\\EventSubscriber\\EntityEventSubscriber", + "" + ], + "executable": false } }, - "origin": "rundum/event-base:0.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "3bc0ca63f69fddce56c1cfb6a92557b0996bb1c1" } } } \ No newline at end of file diff --git a/ruwler.ruwler-sdk-bundle.1.0.json b/ruwler.ruwler-sdk-bundle.1.0.json index 105adb39..49d00c74 100644 --- a/ruwler.ruwler-sdk-bundle.1.0.json +++ b/ruwler.ruwler-sdk-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "ruwler/ruwler-sdk-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "ed80f0c84fede7d173fecb464b1f1d57c7ed5029" - } - } - }, "manifests": { "ruwler/ruwler-sdk-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "ruwler/ruwler-sdk-bundle", - "version": "1.0", "manifest": { "bundles": { "Ruwler\\SdkBundle\\RuwlerSdkBundle": [ @@ -30,13 +16,15 @@ }, "files": { "config/packages/ruwler_sdk.yaml": { - "contents": "ruwler_sdk:\r\n api_key: '%env(RUWLER_SDK_API_KEY)%'\r\n", - "executable": false, - "encoding": "" + "contents": [ + "ruwler_sdk:\r", + " api_key: '%env(RUWLER_SDK_API_KEY)%'\r", + "" + ], + "executable": false } }, - "origin": "ruwler/ruwler-sdk-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "ed80f0c84fede7d173fecb464b1f1d57c7ed5029" } } } \ No newline at end of file diff --git a/scheb.two-factor-bundle.3.16.json b/scheb.two-factor-bundle.3.16.json index e4d20df2..f333ec83 100644 --- a/scheb.two-factor-bundle.3.16.json +++ b/scheb.two-factor-bundle.3.16.json @@ -1,20 +1,6 @@ { - "locks": { - "scheb/two-factor-bundle": { - "version": "3.16", - "recipe": { - "repo": "3.16", - "branch": "master", - "version": "3.16", - "ref": "b5789cd9710e2ee555bf361079b991068a0f640b" - } - } - }, "manifests": { "scheb/two-factor-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "scheb/two-factor-bundle", - "version": "3.16", "manifest": { "bundles": { "Scheb\\TwoFactorBundle\\SchebTwoFactorBundle": [ @@ -27,18 +13,32 @@ }, "files": { "config/routes/scheb_two_factor.yaml": { - "contents": "2fa_login:\n path: /2fa\n defaults:\n _controller: \"scheb_two_factor.form_controller:form\"\n\n2fa_login_check:\n path: /2fa_check\n", - "executable": false, - "encoding": "" + "contents": [ + "2fa_login:", + " path: /2fa", + " defaults:", + " _controller: \"scheb_two_factor.form_controller:form\"", + "", + "2fa_login_check:", + " path: /2fa_check", + "" + ], + "executable": false }, "config/packages/scheb_two_factor.yaml": { - "contents": "# See the configuration reference at https://github.com/scheb/two-factor-bundle/blob/master/Resources/doc/configuration.md\nscheb_two_factor:\n security_tokens:\n - Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken\n # If you're using guard-based authentication, you have to use this one:\n # - Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken\n", - "executable": false, - "encoding": "" + "contents": [ + "# See the configuration reference at https://github.com/scheb/two-factor-bundle/blob/master/Resources/doc/configuration.md", + "scheb_two_factor:", + " security_tokens:", + " - Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken", + " # If you're using guard-based authentication, you have to use this one:", + " # - Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken", + "" + ], + "executable": false } }, - "origin": "scheb/two-factor-bundle:3.16@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "b5789cd9710e2ee555bf361079b991068a0f640b" } } } \ No newline at end of file diff --git a/sebtm.inwx-api-bundle.0.1.json b/sebtm.inwx-api-bundle.0.1.json index 1806bd3a..ac2ab695 100644 --- a/sebtm.inwx-api-bundle.0.1.json +++ b/sebtm.inwx-api-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "sebtm/inwx-api-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "ffa1cf83f2f9dfff9c771da235f9aadf0c5dcdf6" - } - } - }, "manifests": { "sebtm/inwx-api-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sebtm/inwx-api-bundle", - "version": "0.1", "manifest": { "bundles": { "SebTM\\INWX\\InwxApiBundle": [ @@ -30,8 +16,7 @@ } }, "files": [], - "origin": "sebtm/inwx-api-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "ffa1cf83f2f9dfff9c771da235f9aadf0c5dcdf6" } } } \ No newline at end of file diff --git a/sebtm.inwx-api-bundle.0.2.json b/sebtm.inwx-api-bundle.0.2.json index a731e5c2..3a4f34ae 100644 --- a/sebtm.inwx-api-bundle.0.2.json +++ b/sebtm.inwx-api-bundle.0.2.json @@ -1,20 +1,6 @@ { - "locks": { - "sebtm/inwx-api-bundle": { - "version": "0.2", - "recipe": { - "repo": "0.2", - "branch": "master", - "version": "0.2", - "ref": "f10a384582b4b233521b53183838f30a8ba53357" - } - } - }, "manifests": { "sebtm/inwx-api-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sebtm/inwx-api-bundle", - "version": "0.2", "manifest": { "bundles": { "SebTM\\INWX\\InwxApiBundle": [ @@ -31,13 +17,17 @@ }, "files": { "config/packages/inwx_api.yaml": { - "contents": "# Read the documentation: https://github.com/SebTM/inwx-api-bundle\ninwx_api:\n username: '%env(resolve:INWX_USERNAME)%'\n password: '%env(resolve:INWX_PASSWORD)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://github.com/SebTM/inwx-api-bundle", + "inwx_api:", + " username: '%env(resolve:INWX_USERNAME)%'", + " password: '%env(resolve:INWX_PASSWORD)%'", + "" + ], + "executable": false } }, - "origin": "sebtm/inwx-api-bundle:0.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "f10a384582b4b233521b53183838f30a8ba53357" } } } \ No newline at end of file diff --git a/sebtm.inwx-api-bundle.1.0.json b/sebtm.inwx-api-bundle.1.0.json index e4a6919d..98eede31 100644 --- a/sebtm.inwx-api-bundle.1.0.json +++ b/sebtm.inwx-api-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "sebtm/inwx-api-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "d65136736700f58b7ec37f4273476458d7a8927d" - } - } - }, "manifests": { "sebtm/inwx-api-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sebtm/inwx-api-bundle", - "version": "1.0", "manifest": { "bundles": { "SebTM\\INWX\\InwxApiBundle": [ @@ -31,13 +17,21 @@ }, "files": { "config/packages/inwx_api.yaml": { - "contents": "# Read the documentation: https://github.com/SebTM/inwx-api-bundle\ninwx_api:\n debug: '%kernel.debug%'\n environment: development\n json: true\n language: en\n username: '%env(resolve:INWX_USERNAME)%'\n password: '%env(resolve:INWX_PASSWORD)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://github.com/SebTM/inwx-api-bundle", + "inwx_api:", + " debug: '%kernel.debug%'", + " environment: development", + " json: true", + " language: en", + " username: '%env(resolve:INWX_USERNAME)%'", + " password: '%env(resolve:INWX_PASSWORD)%'", + "" + ], + "executable": false } }, - "origin": "sebtm/inwx-api-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "d65136736700f58b7ec37f4273476458d7a8927d" } } } \ No newline at end of file diff --git a/secit-pl.imap-bundle.1.0.json b/secit-pl.imap-bundle.1.0.json index bf56a358..bcf535b5 100644 --- a/secit-pl.imap-bundle.1.0.json +++ b/secit-pl.imap-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "secit-pl/imap-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "2303e00839856f36b1829d0b189e5d959153aefb" - } - } - }, "manifests": { "secit-pl/imap-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "secit-pl/imap-bundle", - "version": "1.0", "manifest": { "bundles": { "SecIT\\ImapBundle\\ImapBundle": [ @@ -27,13 +13,15 @@ }, "files": { "config/packages/imap.yaml": { - "contents": "imap:\n connections: []\n", - "executable": false, - "encoding": "" + "contents": [ + "imap:", + " connections: []", + "" + ], + "executable": false } }, - "origin": "secit-pl/imap-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "2303e00839856f36b1829d0b189e5d959153aefb" } } } \ No newline at end of file diff --git a/seferov.aws-bundle.3.0.json b/seferov.aws-bundle.3.0.json index e80ff047..e108ad4c 100644 --- a/seferov.aws-bundle.3.0.json +++ b/seferov.aws-bundle.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "seferov/aws-bundle": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "d18c7b465e03373d9305cbcc534dedf108e8aeca" - } - } - }, "manifests": { "seferov/aws-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "seferov/aws-bundle", - "version": "3.0", "manifest": { "bundles": { "Seferov\\AwsBundle\\SeferovAwsBundle": [ @@ -31,13 +17,20 @@ }, "files": { "config/packages/seferov_aws.yaml": { - "contents": "seferov_aws:\n credentials:\n key: '%env(AWS_CREDENTIALS_KEY)%'\n secret: '%env(AWS_CREDENTIALS_SECRET)%'\n region: 'eu-central-1'\n # Here you can set service specific credentials and config.\n # See https://github.com/seferov/awsBundle/blob/master/Resources/doc/configuration.md\n", - "executable": false, - "encoding": "" + "contents": [ + "seferov_aws:", + " credentials:", + " key: '%env(AWS_CREDENTIALS_KEY)%'", + " secret: '%env(AWS_CREDENTIALS_SECRET)%'", + " region: 'eu-central-1'", + " # Here you can set service specific credentials and config.", + " # See https://github.com/seferov/awsBundle/blob/master/Resources/doc/configuration.md", + "" + ], + "executable": false } }, - "origin": "seferov/aws-bundle:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "d18c7b465e03373d9305cbcc534dedf108e8aeca" } } } \ No newline at end of file diff --git a/sensiolabs.connect-bundle.4.0.json b/sensiolabs.connect-bundle.4.0.json index 129fe596..4ce4a29b 100644 --- a/sensiolabs.connect-bundle.4.0.json +++ b/sensiolabs.connect-bundle.4.0.json @@ -1,20 +1,6 @@ { - "locks": { - "sensiolabs/connect-bundle": { - "version": "4.0", - "recipe": { - "repo": "4.0", - "branch": "master", - "version": "4.0", - "ref": "e072eff5420ffac8713716b4580b44cc5c81feec" - } - } - }, "manifests": { "sensiolabs/connect-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sensiolabs/connect-bundle", - "version": "4.0", "manifest": { "bundles": { "SensioLabs\\Bundle\\ConnectBundle\\SensioLabsConnectBundle": [ @@ -31,18 +17,25 @@ }, "files": { "config/routes/sensio_labs_connect.yaml": { - "contents": "_sensiolabs_connect:\n resource: \"@SensioLabsConnectBundle/Resources/config/routing.xml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "_sensiolabs_connect:", + " resource: \"@SensioLabsConnectBundle/Resources/config/routing.xml\"", + "" + ], + "executable": false }, "config/packages/sensio_labs_connect.yaml": { - "contents": "sensio_labs_connect:\n app_id: '%env(SENSIOLABS_CONNECT_APP_ID)%'\n app_secret: '%env(SENSIOLABS_CONNECT_APP_SECRET)%'\n scope: 'SCOPE_PUBLIC'\n", - "executable": false, - "encoding": "" + "contents": [ + "sensio_labs_connect:", + " app_id: '%env(SENSIOLABS_CONNECT_APP_ID)%'", + " app_secret: '%env(SENSIOLABS_CONNECT_APP_SECRET)%'", + " scope: 'SCOPE_PUBLIC'", + "" + ], + "executable": false } }, - "origin": "sensiolabs/connect-bundle:4.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "e072eff5420ffac8713716b4580b44cc5c81feec" } } } \ No newline at end of file diff --git a/sentry.sentry-symfony.1.0.json b/sentry.sentry-symfony.1.0.json index 39c459ff..1ffeb395 100644 --- a/sentry.sentry-symfony.1.0.json +++ b/sentry.sentry-symfony.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "sentry/sentry-symfony": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "fa1a2dfc020798cd7076b5419596e72dca07047a" - } - } - }, "manifests": { "sentry/sentry-symfony": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sentry/sentry-symfony", - "version": "1.0", "manifest": { "bundles": { "Sentry\\SentryBundle\\SentryBundle": [ @@ -30,18 +16,29 @@ }, "files": { "config/packages/sentry.yaml": { - "contents": "sentry:\n options:\n curl_method: async\n\n# skip_capture: # To skip certain exceptions, specify a list below\n# - 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException'\n# - 'Symfony\\Component\\HttpKernel\\Exception\\BadRequestHttpException'\n# - 'Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException'\n", - "executable": false, - "encoding": "" + "contents": [ + "sentry:", + " options:", + " curl_method: async", + "", + "# skip_capture: # To skip certain exceptions, specify a list below", + "# - 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException'", + "# - 'Symfony\\Component\\HttpKernel\\Exception\\BadRequestHttpException'", + "# - 'Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException'", + "" + ], + "executable": false }, "config/packages/prod/sentry.yaml": { - "contents": "sentry:\n dsn: '%env(SENTRY_DSN)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "sentry:", + " dsn: '%env(SENTRY_DSN)%'", + "" + ], + "executable": false } }, - "origin": "sentry/sentry-symfony:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "fa1a2dfc020798cd7076b5419596e72dca07047a" } } } \ No newline at end of file diff --git a/sentry.sentry-symfony.3.0.json b/sentry.sentry-symfony.3.0.json index 2265d450..9cb7bed8 100644 --- a/sentry.sentry-symfony.3.0.json +++ b/sentry.sentry-symfony.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "sentry/sentry-symfony": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "9746f0823302d7980e5273ef7a69ef3f5ac80914" - } - } - }, "manifests": { "sentry/sentry-symfony": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sentry/sentry-symfony", - "version": "3.0", "manifest": { "bundles": { "Sentry\\SentryBundle\\SentryBundle": [ @@ -30,13 +16,15 @@ }, "files": { "config/packages/sentry.yaml": { - "contents": "sentry:\n dsn: '%env(SENTRY_DSN)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "sentry:", + " dsn: '%env(SENTRY_DSN)%'", + "" + ], + "executable": false } }, - "origin": "sentry/sentry-symfony:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "9746f0823302d7980e5273ef7a69ef3f5ac80914" } } } \ No newline at end of file diff --git a/sg.datatablesbundle.1.0.json b/sg.datatablesbundle.1.0.json index 2de474f8..6ac0bc46 100644 --- a/sg.datatablesbundle.1.0.json +++ b/sg.datatablesbundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "sg/datatablesbundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "a8e5ae79a1eceec929a7393143c85ddf0ae0b4ff" - } - } - }, "manifests": { "sg/datatablesbundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sg/datatablesbundle", - "version": "1.0", "manifest": { "bundles": { "Sg\\DatatablesBundle\\SgDatatablesBundle": [ @@ -27,13 +13,17 @@ }, "files": { "config/routes/sg_datatables_bundle.yaml": { - "contents": "sg_datatables_bundle:\n resource: \"@SgDatatablesBundle/Controller/\"\n type: annotation\n prefix: /sg\n", - "executable": false, - "encoding": "" + "contents": [ + "sg_datatables_bundle:", + " resource: \"@SgDatatablesBundle/Controller/\"", + " type: annotation", + " prefix: /sg", + "" + ], + "executable": false } }, - "origin": "sg/datatablesbundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a8e5ae79a1eceec929a7393143c85ddf0ae0b4ff" } } } \ No newline at end of file diff --git a/siganushka.generic-bundle.0.3.json b/siganushka.generic-bundle.0.3.json index 0e626ea2..00c2de81 100644 --- a/siganushka.generic-bundle.0.3.json +++ b/siganushka.generic-bundle.0.3.json @@ -1,20 +1,6 @@ { - "locks": { - "siganushka/generic-bundle": { - "version": "0.3", - "recipe": { - "repo": "0.3", - "branch": "master", - "version": "0.3", - "ref": "74fe9f1ba467f52335bc050e8812ecf8dd442ebb" - } - } - }, "manifests": { "siganushka/generic-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "siganushka/generic-bundle", - "version": "0.3", "manifest": { "bundles": { "Siganushka\\GenericBundle\\SiganushkaGenericBundle": [ @@ -26,8 +12,7 @@ } }, "files": [], - "origin": "siganushka/generic-bundle:0.3@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "74fe9f1ba467f52335bc050e8812ecf8dd442ebb" } } } \ No newline at end of file diff --git a/siganushka.region-bundle.0.1.json b/siganushka.region-bundle.0.1.json index 453b8b7d..15639f6a 100644 --- a/siganushka.region-bundle.0.1.json +++ b/siganushka.region-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "siganushka/region-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "88f0230d4585463796874152c1a30fcd137a1e7c" - } - } - }, "manifests": { "siganushka/region-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "siganushka/region-bundle", - "version": "0.1", "manifest": { "bundles": { "Siganushka\\RegionBundle\\SiganushkaRegionBundle": [ @@ -27,13 +13,15 @@ }, "files": { "config/routes/siganushka_region.yaml": { - "contents": "siganushka_region:\n resource: \"@SiganushkaRegionBundle/Resources/config/routing/routes.xml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "siganushka_region:", + " resource: \"@SiganushkaRegionBundle/Resources/config/routing/routes.xml\"", + "" + ], + "executable": false } }, - "origin": "siganushka/region-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "88f0230d4585463796874152c1a30fcd137a1e7c" } } } \ No newline at end of file diff --git a/silasjoisten.sonata-multiupload-bundle.2.1.json b/silasjoisten.sonata-multiupload-bundle.2.1.json index 00ac7feb..57c700cd 100644 --- a/silasjoisten.sonata-multiupload-bundle.2.1.json +++ b/silasjoisten.sonata-multiupload-bundle.2.1.json @@ -1,20 +1,6 @@ { - "locks": { - "silasjoisten/sonata-multiupload-bundle": { - "version": "2.1", - "recipe": { - "repo": "2.1", - "branch": "master", - "version": "2.1", - "ref": "4e624e746b1d630cfa6e39b64fccc5c46fc5acda" - } - } - }, "manifests": { "silasjoisten/sonata-multiupload-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "silasjoisten/sonata-multiupload-bundle", - "version": "2.1", "manifest": { "container": { "sonata.media.admin.media.controller": "SilasJoisten\\Sonata\\MultiUploadBundle\\Controller\\MultiUploadController" @@ -30,13 +16,20 @@ }, "files": { "config/packages/sonata_multi_upload.yaml": { - "contents": "sonata_admin:\n assets:\n extra_stylesheets:\n - bundles/sonatamultiupload/dist/sonata-multiupload.css\n\n extra_javascripts:\n - bundles/sonatamultiupload/dist/sonata-multiupload.js\n", - "executable": false, - "encoding": "" + "contents": [ + "sonata_admin:", + " assets:", + " extra_stylesheets:", + " - bundles/sonatamultiupload/dist/sonata-multiupload.css", + "", + " extra_javascripts:", + " - bundles/sonatamultiupload/dist/sonata-multiupload.js", + "" + ], + "executable": false } }, - "origin": "silasjoisten/sonata-multiupload-bundle:2.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "4e624e746b1d630cfa6e39b64fccc5c46fc5acda" } } } \ No newline at end of file diff --git a/slot.mandrill-bundle.1.1.json b/slot.mandrill-bundle.1.1.json index e681c480..12890b32 100644 --- a/slot.mandrill-bundle.1.1.json +++ b/slot.mandrill-bundle.1.1.json @@ -1,20 +1,6 @@ { - "locks": { - "slot/mandrill-bundle": { - "version": "1.1", - "recipe": { - "repo": "1.1", - "branch": "master", - "version": "1.1", - "ref": "9699b1844f1c1aa58699ce7073867ec36a09082a" - } - } - }, "manifests": { "slot/mandrill-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "slot/mandrill-bundle", - "version": "1.1", "manifest": { "bundles": { "Slot\\MandrillBundle\\SlotMandrillBundle": [ @@ -31,13 +17,17 @@ }, "files": { "config/packages/slot_mandrill.yaml": { - "contents": "slot_mandrill:\n api_key: '%env(MANDRILL_API_KEY)%'\n default:\n sender: '%env(MANDRILL_DEFAULT_SENDER)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "slot_mandrill:", + " api_key: '%env(MANDRILL_API_KEY)%'", + " default:", + " sender: '%env(MANDRILL_DEFAULT_SENDER)%'", + "" + ], + "executable": false } }, - "origin": "slot/mandrill-bundle:1.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "9699b1844f1c1aa58699ce7073867ec36a09082a" } } } \ No newline at end of file diff --git a/snc.redis-bundle.2.0.json b/snc.redis-bundle.2.0.json index 9df628c5..c961ea01 100644 --- a/snc.redis-bundle.2.0.json +++ b/snc.redis-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "snc/redis-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "85bbdb3d2db531e20874de29bab0587f93604fa8" - } - } - }, "manifests": { "snc/redis-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "snc/redis-bundle", - "version": "2.0", "manifest": { "bundles": { "Snc\\RedisBundle\\SncRedisBundle": [ @@ -31,13 +17,25 @@ }, "files": { "config/packages/snc_redis.yaml": { - "contents": "snc_redis:\n clients:\n\n# Define your clients here. The example below connects to database 0 of the default Redis server.\n#\n# See https://github.com/snc/SncRedisBundle/blob/master/Resources/doc/index.md for instructions on\n# how to configure the bundle.\n#\n# default:\n# type: phpredis\n# alias: default\n# dsn: \"%env(REDIS_URL)%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "snc_redis:", + " clients:", + "", + "# Define your clients here. The example below connects to database 0 of the default Redis server.", + "#", + "# See https://github.com/snc/SncRedisBundle/blob/master/Resources/doc/index.md for instructions on", + "# how to configure the bundle.", + "#", + "# default:", + "# type: phpredis", + "# alias: default", + "# dsn: \"%env(REDIS_URL)%\"", + "" + ], + "executable": false } }, - "origin": "snc/redis-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "85bbdb3d2db531e20874de29bab0587f93604fa8" } } } \ No newline at end of file diff --git a/soljian.steam-authentication-bundle.1.0.json b/soljian.steam-authentication-bundle.1.0.json index 29d91335..846fae76 100644 --- a/soljian.steam-authentication-bundle.1.0.json +++ b/soljian.steam-authentication-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "soljian/steam-authentication-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "2c0dc22b6e4acc560f08a871c5232877aaa672e4" - } - } - }, "manifests": { "soljian/steam-authentication-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "soljian/steam-authentication-bundle", - "version": "1.0", "manifest": { "bundles": { "Soljian\\SteamAuthenticationBundle\\SoljianSteamAuthenticationBundle": [ @@ -30,13 +16,18 @@ }, "files": { "config/packages/soljian_steam_authentication.yaml": { - "contents": "soljian_steam_authentication:\n api_key: \"%env(STEAM_API_KEY)%\"\n login_route: ''\n login_redirect: ''\n user_class: ''\n", - "executable": false, - "encoding": "" + "contents": [ + "soljian_steam_authentication:", + " api_key: \"%env(STEAM_API_KEY)%\"", + " login_route: ''", + " login_redirect: ''", + " user_class: ''", + "" + ], + "executable": false } }, - "origin": "soljian/steam-authentication-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "2c0dc22b6e4acc560f08a871c5232877aaa672e4" } } } \ No newline at end of file diff --git a/sonata-project.admin-bundle.3.31.json b/sonata-project.admin-bundle.3.31.json index 09f68419..abf0ef9b 100644 --- a/sonata-project.admin-bundle.3.31.json +++ b/sonata-project.admin-bundle.3.31.json @@ -1,20 +1,6 @@ { - "locks": { - "sonata-project/admin-bundle": { - "version": "3.31", - "recipe": { - "repo": "3.31", - "branch": "master", - "version": "3.31", - "ref": "0e5931df1732e3dccfba42a20853049e5e9db6ae" - } - } - }, "manifests": { "sonata-project/admin-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sonata-project/admin-bundle", - "version": "3.31", "manifest": { "bundles": { "Sonata\\AdminBundle\\SonataAdminBundle": [ @@ -28,23 +14,43 @@ }, "files": { "src/Admin/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "config/routes/sonata_admin.yaml": { - "contents": "admin_area:\n resource: \"@SonataAdminBundle/Resources/config/routing/sonata_admin.xml\"\n prefix: /admin\n\n_sonata_admin:\n resource: .\n type: sonata_admin\n prefix: /admin\n", - "executable": false, - "encoding": "" + "contents": [ + "admin_area:", + " resource: \"@SonataAdminBundle/Resources/config/routing/sonata_admin.xml\"", + " prefix: /admin", + "", + "_sonata_admin:", + " resource: .", + " type: sonata_admin", + " prefix: /admin", + "" + ], + "executable": false }, "config/packages/sonata_admin.yaml": { - "contents": "sonata_admin:\n title: 'Sonata Admin'\n dashboard:\n blocks:\n - { type: sonata.admin.block.admin_list, position: left }\n\nsonata_block:\n blocks:\n sonata.admin.block.admin_list:\n contexts: [admin]\n", - "executable": false, - "encoding": "" + "contents": [ + "sonata_admin:", + " title: 'Sonata Admin'", + " dashboard:", + " blocks:", + " - { type: sonata.admin.block.admin_list, position: left }", + "", + "sonata_block:", + " blocks:", + " sonata.admin.block.admin_list:", + " contexts: [admin]", + "" + ], + "executable": false } }, - "origin": "sonata-project/admin-bundle:3.31@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "0e5931df1732e3dccfba42a20853049e5e9db6ae" } } } \ No newline at end of file diff --git a/sonata-project.admin-bundle.3.64.json b/sonata-project.admin-bundle.3.64.json index bf17415f..1e9d412d 100644 --- a/sonata-project.admin-bundle.3.64.json +++ b/sonata-project.admin-bundle.3.64.json @@ -1,20 +1,6 @@ { - "locks": { - "sonata-project/admin-bundle": { - "version": "3.64", - "recipe": { - "repo": "3.64", - "branch": "master", - "version": "3.64", - "ref": "9909a0cc9b4683a1d98be519a890375d3342a480" - } - } - }, "manifests": { "sonata-project/admin-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sonata-project/admin-bundle", - "version": "3.64", "manifest": { "bundles": { "Sonata\\AdminBundle\\SonataAdminBundle": [ @@ -28,23 +14,45 @@ }, "files": { "src/Admin/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "config/routes/sonata_admin.yaml": { - "contents": "admin_area:\n resource: \"@SonataAdminBundle/Resources/config/routing/sonata_admin.xml\"\n prefix: /admin\n\n_sonata_admin:\n resource: .\n type: sonata_admin\n prefix: /admin\n", - "executable": false, - "encoding": "" + "contents": [ + "admin_area:", + " resource: \"@SonataAdminBundle/Resources/config/routing/sonata_admin.xml\"", + " prefix: /admin", + "", + "_sonata_admin:", + " resource: .", + " type: sonata_admin", + " prefix: /admin", + "" + ], + "executable": false }, "config/packages/sonata_admin.yaml": { - "contents": "sonata_admin:\n title: 'Sonata Admin'\n dashboard:\n blocks:\n - { type: sonata.admin.block.admin_list, position: left }\n options:\n legacy_twig_text_extension: false\n\nsonata_block:\n blocks:\n sonata.admin.block.admin_list:\n contexts: [admin]\n", - "executable": false, - "encoding": "" + "contents": [ + "sonata_admin:", + " title: 'Sonata Admin'", + " dashboard:", + " blocks:", + " - { type: sonata.admin.block.admin_list, position: left }", + " options:", + " legacy_twig_text_extension: false", + "", + "sonata_block:", + " blocks:", + " sonata.admin.block.admin_list:", + " contexts: [admin]", + "" + ], + "executable": false } }, - "origin": "sonata-project/admin-bundle:3.64@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "9909a0cc9b4683a1d98be519a890375d3342a480" } } } \ No newline at end of file diff --git a/sonata-project.admin-bundle.4.0.json b/sonata-project.admin-bundle.4.0.json index 8eba3739..abf0ef9b 100644 --- a/sonata-project.admin-bundle.4.0.json +++ b/sonata-project.admin-bundle.4.0.json @@ -1,20 +1,6 @@ { - "locks": { - "sonata-project/admin-bundle": { - "version": "4.0", - "recipe": { - "repo": "4.0", - "branch": "master", - "version": "4.0", - "ref": "0e5931df1732e3dccfba42a20853049e5e9db6ae" - } - } - }, "manifests": { "sonata-project/admin-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sonata-project/admin-bundle", - "version": "4.0", "manifest": { "bundles": { "Sonata\\AdminBundle\\SonataAdminBundle": [ @@ -28,23 +14,43 @@ }, "files": { "src/Admin/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "config/routes/sonata_admin.yaml": { - "contents": "admin_area:\n resource: \"@SonataAdminBundle/Resources/config/routing/sonata_admin.xml\"\n prefix: /admin\n\n_sonata_admin:\n resource: .\n type: sonata_admin\n prefix: /admin\n", - "executable": false, - "encoding": "" + "contents": [ + "admin_area:", + " resource: \"@SonataAdminBundle/Resources/config/routing/sonata_admin.xml\"", + " prefix: /admin", + "", + "_sonata_admin:", + " resource: .", + " type: sonata_admin", + " prefix: /admin", + "" + ], + "executable": false }, "config/packages/sonata_admin.yaml": { - "contents": "sonata_admin:\n title: 'Sonata Admin'\n dashboard:\n blocks:\n - { type: sonata.admin.block.admin_list, position: left }\n\nsonata_block:\n blocks:\n sonata.admin.block.admin_list:\n contexts: [admin]\n", - "executable": false, - "encoding": "" + "contents": [ + "sonata_admin:", + " title: 'Sonata Admin'", + " dashboard:", + " blocks:", + " - { type: sonata.admin.block.admin_list, position: left }", + "", + "sonata_block:", + " blocks:", + " sonata.admin.block.admin_list:", + " contexts: [admin]", + "" + ], + "executable": false } }, - "origin": "sonata-project/admin-bundle:4.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "0e5931df1732e3dccfba42a20853049e5e9db6ae" } } } \ No newline at end of file diff --git a/sonata-project.classification-bundle.3.7.json b/sonata-project.classification-bundle.3.7.json index 2c911293..41b5ecb2 100644 --- a/sonata-project.classification-bundle.3.7.json +++ b/sonata-project.classification-bundle.3.7.json @@ -1,20 +1,6 @@ { - "locks": { - "sonata-project/classification-bundle": { - "version": "3.7", - "recipe": { - "repo": "3.7", - "branch": "master", - "version": "3.7", - "ref": "e79fbb2e8658677e5d5d9199db7d2735332c4b7d" - } - } - }, "manifests": { "sonata-project/classification-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sonata-project/classification-bundle", - "version": "3.7", "manifest": { "bundles": { "Sonata\\ClassificationBundle\\SonataClassificationBundle": [ @@ -28,33 +14,299 @@ }, "files": { "src/Entity/SonataClassificationCategory.php": { - "contents": "id;\n }\n\n final public function setMedia(MediaInterface $media = null)\n {\n parent::setMedia($media);\n }\n\n /**\n * @ORM\\PrePersist\n */\n public function prePersist(): void\n {\n parent::prePersist();\n }\n\n /**\n * @ORM\\PreUpdate\n */\n public function preUpdate(): void\n {\n parent::preUpdate();\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id;", + " }", + "", + " final public function setMedia(MediaInterface $media = null)", + " {", + " parent::setMedia($media);", + " }", + "", + " /**", + " * @ORM\\PrePersist", + " */", + " public function prePersist(): void", + " {", + " parent::prePersist();", + " }", + "", + " /**", + " * @ORM\\PreUpdate", + " */", + " public function preUpdate(): void", + " {", + " parent::preUpdate();", + " }", + "}", + "" + ], + "executable": false }, "src/Entity/SonataClassificationContext.php": { - "contents": "id;\n }\n\n /**\n * @ORM\\PrePersist\n */\n public function prePersist(): void\n {\n parent::prePersist();\n }\n\n /**\n * @ORM\\PreUpdate\n */\n public function preUpdate(): void\n {\n parent::preUpdate();\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id;", + " }", + "", + " /**", + " * @ORM\\PrePersist", + " */", + " public function prePersist(): void", + " {", + " parent::prePersist();", + " }", + "", + " /**", + " * @ORM\\PreUpdate", + " */", + " public function preUpdate(): void", + " {", + " parent::preUpdate();", + " }", + "}", + "" + ], + "executable": false }, "src/Entity/SonataClassificationTag.php": { - "contents": "id;\n }\n\n /**\n * @ORM\\PrePersist\n */\n public function prePersist(): void\n {\n parent::prePersist();\n }\n\n /**\n * @ORM\\PreUpdate\n */\n public function preUpdate(): void\n {\n parent::preUpdate();\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id;", + " }", + "", + " /**", + " * @ORM\\PrePersist", + " */", + " public function prePersist(): void", + " {", + " parent::prePersist();", + " }", + "", + " /**", + " * @ORM\\PreUpdate", + " */", + " public function preUpdate(): void", + " {", + " parent::preUpdate();", + " }", + "}", + "" + ], + "executable": false }, "src/Entity/SonataClassificationCollection.php": { - "contents": "id;\n }\n\n /**\n * @ORM\\PrePersist\n */\n public function prePersist(): void\n {\n parent::prePersist();\n }\n\n /**\n * @ORM\\PreUpdate\n */\n public function preUpdate(): void\n {\n parent::preUpdate();\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id;", + " }", + "", + " /**", + " * @ORM\\PrePersist", + " */", + " public function prePersist(): void", + " {", + " parent::prePersist();", + " }", + "", + " /**", + " * @ORM\\PreUpdate", + " */", + " public function preUpdate(): void", + " {", + " parent::preUpdate();", + " }", + "}", + "" + ], + "executable": false }, "config/packages/sonata_classification.yaml": { - "contents": "sonata_classification:\n class:\n category: App\\Entity\\SonataClassificationCategory\n collection: App\\Entity\\SonataClassificationCollection\n context: App\\Entity\\SonataClassificationContext\n tag: App\\Entity\\SonataClassificationTag\n media: App\\Entity\\SonataMediaMedia\n", - "executable": false, - "encoding": "" + "contents": [ + "sonata_classification:", + " class:", + " category: App\\Entity\\SonataClassificationCategory", + " collection: App\\Entity\\SonataClassificationCollection", + " context: App\\Entity\\SonataClassificationContext", + " tag: App\\Entity\\SonataClassificationTag", + " media: App\\Entity\\SonataMediaMedia", + "" + ], + "executable": false } }, - "origin": "sonata-project/classification-bundle:3.7@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "e79fbb2e8658677e5d5d9199db7d2735332c4b7d" } } } \ No newline at end of file diff --git a/sonata-project.core-bundle.3.9.json b/sonata-project.core-bundle.3.9.json index 088cb61c..231c7ef0 100644 --- a/sonata-project.core-bundle.3.9.json +++ b/sonata-project.core-bundle.3.9.json @@ -1,20 +1,6 @@ { - "locks": { - "sonata-project/core-bundle": { - "version": "3.9", - "recipe": { - "repo": "3.9", - "branch": "master", - "version": "3.9", - "ref": "2f69bd1995730b73a5211a9707622fb25a925df7" - } - } - }, "manifests": { "sonata-project/core-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sonata-project/core-bundle", - "version": "3.9", "manifest": { "bundles": { "Sonata\\CoreBundle\\SonataCoreBundle": [ @@ -27,13 +13,17 @@ }, "files": { "config/packages/sonata_core.yaml": { - "contents": "sonata_core:\n form:\n mapping:\n enabled: false\n", - "executable": false, - "encoding": "" + "contents": [ + "sonata_core:", + " form:", + " mapping:", + " enabled: false", + "" + ], + "executable": false } }, - "origin": "sonata-project/core-bundle:3.9@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "2f69bd1995730b73a5211a9707622fb25a925df7" } } } \ No newline at end of file diff --git a/sonata-project.form-extensions.1.0.json b/sonata-project.form-extensions.1.0.json index 8e58bdc0..c5e89077 100644 --- a/sonata-project.form-extensions.1.0.json +++ b/sonata-project.form-extensions.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "sonata-project/form-extensions": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "8273133183506fe6ec66895e8890227b0dfba1c7" - } - } - }, "manifests": { "sonata-project/form-extensions": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sonata-project/form-extensions", - "version": "1.0", "manifest": { "bundles": { "Sonata\\Form\\Bridge\\Symfony\\Bundle\\SonataFormBundle": [ @@ -27,13 +13,15 @@ }, "files": { "config/packages/sonata_form.yaml": { - "contents": "sonata_form:\n form_type: standard\n", - "executable": false, - "encoding": "" + "contents": [ + "sonata_form:", + " form_type: standard", + "" + ], + "executable": false } }, - "origin": "sonata-project/form-extensions:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "8273133183506fe6ec66895e8890227b0dfba1c7" } } } \ No newline at end of file diff --git a/sonata-project.form-extensions.1.4.json b/sonata-project.form-extensions.1.4.json index a9b3203c..7709eeaa 100644 --- a/sonata-project.form-extensions.1.4.json +++ b/sonata-project.form-extensions.1.4.json @@ -1,20 +1,6 @@ { - "locks": { - "sonata-project/form-extensions": { - "version": "1.4", - "recipe": { - "repo": "1.4", - "branch": "master", - "version": "1.4", - "ref": "9c8a1e8ce2b1f215015ed16652c4ed18eb5867fd" - } - } - }, "manifests": { "sonata-project/form-extensions": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sonata-project/form-extensions", - "version": "1.4", "manifest": { "bundles": { "Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle": [ @@ -27,13 +13,15 @@ }, "files": { "config/packages/sonata_form.yaml": { - "contents": "sonata_form:\n form_type: standard\n", - "executable": false, - "encoding": "" + "contents": [ + "sonata_form:", + " form_type: standard", + "" + ], + "executable": false } }, - "origin": "sonata-project/form-extensions:1.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "9c8a1e8ce2b1f215015ed16652c4ed18eb5867fd" } } } \ No newline at end of file diff --git a/sonata-project.media-bundle.3.13.json b/sonata-project.media-bundle.3.13.json index db81b7bf..d3d9c2fb 100644 --- a/sonata-project.media-bundle.3.13.json +++ b/sonata-project.media-bundle.3.13.json @@ -1,20 +1,6 @@ { - "locks": { - "sonata-project/media-bundle": { - "version": "3.13", - "recipe": { - "repo": "3.13", - "branch": "master", - "version": "3.13", - "ref": "e25412e53b20827db07abb6f2aa0b8e4d26c284c" - } - } - }, "manifests": { "sonata-project/media-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sonata-project/media-bundle", - "version": "3.13", "manifest": { "bundles": { "Sonata\\MediaBundle\\SonataMediaBundle": [ @@ -28,23 +14,58 @@ }, "files": { "public/upload/media/.gitignore": { - "contents": "*\n!.gitignore\n", - "executable": false, - "encoding": "" + "contents": [ + "*", + "!.gitignore", + "" + ], + "executable": false }, "config/routes/sonata_media.yaml": { - "contents": "sonata_media_gallery:\n resource: '@SonataMediaBundle/Resources/config/routing/gallery.xml'\n prefix: /media/gallery\n\nsonata_media:\n resource: '@SonataMediaBundle/Resources/config/routing/media.xml'\n prefix: /media\n", - "executable": false, - "encoding": "" + "contents": [ + "sonata_media_gallery:", + " resource: '@SonataMediaBundle/Resources/config/routing/gallery.xml'", + " prefix: /media/gallery", + "", + "sonata_media:", + " resource: '@SonataMediaBundle/Resources/config/routing/media.xml'", + " prefix: /media", + "" + ], + "executable": false }, "config/packages/sonata_media.yaml": { - "contents": "sonata_media:\n default_context: default\n contexts:\n default:\n providers:\n - sonata.media.provider.dailymotion\n - sonata.media.provider.youtube\n - sonata.media.provider.image\n - sonata.media.provider.file\n - sonata.media.provider.vimeo\n\n formats:\n small: { width: 100 , quality: 70}\n big: { width: 500 , quality: 70}\n\n cdn:\n server:\n path: /upload/media\n\n filesystem:\n local:\n # Directory for uploads should be writable\n directory: \"%kernel.project_dir%/public/upload/media\"\n create: false\n", - "executable": false, - "encoding": "" + "contents": [ + "sonata_media:", + " 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", + "", + " formats:", + " small: { width: 100 , quality: 70}", + " big: { width: 500 , quality: 70}", + "", + " cdn:", + " server:", + " path: /upload/media", + "", + " filesystem:", + " local:", + " # Directory for uploads should be writable", + " directory: \"%kernel.project_dir%/public/upload/media\"", + " create: false", + "" + ], + "executable": false } }, - "origin": "sonata-project/media-bundle:3.13@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "e25412e53b20827db07abb6f2aa0b8e4d26c284c" } } } \ No newline at end of file diff --git a/sonata-project.media-odm-pack.1.0.json b/sonata-project.media-odm-pack.1.0.json index 5a87dbde..74ebf9b3 100644 --- a/sonata-project.media-odm-pack.1.0.json +++ b/sonata-project.media-odm-pack.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "sonata-project/media-odm-pack": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "bd1764c3667baf85def26734108af1007bc9fed2" - } - } - }, "manifests": { "sonata-project/media-odm-pack": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sonata-project/media-odm-pack", - "version": "1.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/", @@ -23,28 +9,218 @@ }, "files": { "src/Document/SonataMediaGallery.php": { - "contents": "id;\n }\n\n /**\n * @MongoDB\\PrePersist\n */\n public function prePersist(): void\n {\n parent::prePersist();\n }\n\n /**\n * @MongoDB\\PreUpdate\n */\n public function preUpdate(): void\n {\n parent::preUpdate();\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id;", + " }", + "", + " /**", + " * @MongoDB\\PrePersist", + " */", + " public function prePersist(): void", + " {", + " parent::prePersist();", + " }", + "", + " /**", + " * @MongoDB\\PreUpdate", + " */", + " public function preUpdate(): void", + " {", + " parent::preUpdate();", + " }", + "}", + "" + ], + "executable": false }, "src/Document/SonataMediaMedia.php": { - "contents": "id;\n }\n\n /**\n * @MongoDB\\PrePersist\n */\n public function prePersist(): void\n {\n parent::prePersist();\n }\n\n /**\n * @MongoDB\\PreUpdate\n */\n public function preUpdate(): void\n {\n parent::preUpdate();\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id;", + " }", + "", + " /**", + " * @MongoDB\\PrePersist", + " */", + " public function prePersist(): void", + " {", + " parent::prePersist();", + " }", + "", + " /**", + " * @MongoDB\\PreUpdate", + " */", + " public function preUpdate(): void", + " {", + " parent::preUpdate();", + " }", + "}", + "" + ], + "executable": false }, "src/Document/SonataMediaGalleryHasMedia.php": { - "contents": "id;\n }\n\n /**\n * @MongoDB\\PrePersist\n */\n public function prePersist(): void\n {\n parent::prePersist();\n }\n\n /**\n * @MongoDB\\PreUpdate\n */\n public function preUpdate(): void\n {\n parent::preUpdate();\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id;", + " }", + "", + " /**", + " * @MongoDB\\PrePersist", + " */", + " public function prePersist(): void", + " {", + " parent::prePersist();", + " }", + "", + " /**", + " * @MongoDB\\PreUpdate", + " */", + " public function preUpdate(): void", + " {", + " parent::preUpdate();", + " }", + "}", + "" + ], + "executable": false }, "config/packages/sonata_media_odm.yaml": { - "contents": "sonata_media:\n class:\n media: App\\Document\\SonataMediaMedia\n gallery: App\\Document\\SonataMediaGallery\n gallery_has_media: App\\Document\\SonataMediaGalleryHasMedia\n db_driver: doctrine_mongodb\n", - "executable": false, - "encoding": "" + "contents": [ + "sonata_media:", + " class:", + " media: App\\Document\\SonataMediaMedia", + " gallery: App\\Document\\SonataMediaGallery", + " gallery_has_media: App\\Document\\SonataMediaGalleryHasMedia", + " db_driver: doctrine_mongodb", + "" + ], + "executable": false } }, - "origin": "sonata-project/media-odm-pack:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "bd1764c3667baf85def26734108af1007bc9fed2" } } } \ No newline at end of file diff --git a/sonata-project.media-orm-pack.1.0.json b/sonata-project.media-orm-pack.1.0.json index 188c6553..c7d65637 100644 --- a/sonata-project.media-orm-pack.1.0.json +++ b/sonata-project.media-orm-pack.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "sonata-project/media-orm-pack": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "5961ad63ce003f2735f17026d612f7a87954f5c8" - } - } - }, "manifests": { "sonata-project/media-orm-pack": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sonata-project/media-orm-pack", - "version": "1.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/", @@ -27,28 +13,238 @@ }, "files": { "src/Entity/SonataMediaGallery.php": { - "contents": "id;\n }\n\n /**\n * @ORM\\PrePersist\n */\n public function prePersist(): void\n {\n parent::prePersist();\n }\n\n /**\n * @ORM\\PreUpdate\n */\n public function preUpdate(): void\n {\n parent::preUpdate();\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id;", + " }", + "", + " /**", + " * @ORM\\PrePersist", + " */", + " public function prePersist(): void", + " {", + " parent::prePersist();", + " }", + "", + " /**", + " * @ORM\\PreUpdate", + " */", + " public function preUpdate(): void", + " {", + " parent::preUpdate();", + " }", + "}", + "" + ], + "executable": false }, "src/Entity/SonataMediaMedia.php": { - "contents": "id;\n }\n\n /**\n * @ORM\\PrePersist\n */\n public function prePersist(): void\n {\n parent::prePersist();\n }\n\n /**\n * @ORM\\PreUpdate\n */\n public function preUpdate(): void\n {\n parent::preUpdate();\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id;", + " }", + "", + " /**", + " * @ORM\\PrePersist", + " */", + " public function prePersist(): void", + " {", + " parent::prePersist();", + " }", + "", + " /**", + " * @ORM\\PreUpdate", + " */", + " public function preUpdate(): void", + " {", + " parent::preUpdate();", + " }", + "}", + "" + ], + "executable": false }, "src/Entity/SonataMediaGalleryHasMedia.php": { - "contents": "id;\n }\n\n /**\n * @ORM\\PrePersist\n */\n public function prePersist(): void\n {\n parent::prePersist();\n }\n\n /**\n * @ORM\\PreUpdate\n */\n public function preUpdate(): void\n {\n parent::preUpdate();\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id;", + " }", + "", + " /**", + " * @ORM\\PrePersist", + " */", + " public function prePersist(): void", + " {", + " parent::prePersist();", + " }", + "", + " /**", + " * @ORM\\PreUpdate", + " */", + " public function preUpdate(): void", + " {", + " parent::preUpdate();", + " }", + "}", + "" + ], + "executable": false }, "config/packages/sonata_media_orm.yaml": { - "contents": "sonata_media:\n class:\n media: App\\Entity\\SonataMediaMedia\n gallery: App\\Entity\\SonataMediaGallery\n gallery_has_media: App\\Entity\\SonataMediaGalleryHasMedia\n category: App\\Entity\\SonataClassificationCategory\n db_driver: doctrine_orm\n", - "executable": false, - "encoding": "" + "contents": [ + "sonata_media:", + " class:", + " media: App\\Entity\\SonataMediaMedia", + " gallery: App\\Entity\\SonataMediaGallery", + " gallery_has_media: App\\Entity\\SonataMediaGalleryHasMedia", + " category: App\\Entity\\SonataClassificationCategory", + " db_driver: doctrine_orm", + "" + ], + "executable": false } }, - "origin": "sonata-project/media-orm-pack:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "5961ad63ce003f2735f17026d612f7a87954f5c8" } } } \ No newline at end of file diff --git a/sonata-project.notification-bundle.3.4.json b/sonata-project.notification-bundle.3.4.json index 9ff66a3b..b555c9dd 100644 --- a/sonata-project.notification-bundle.3.4.json +++ b/sonata-project.notification-bundle.3.4.json @@ -1,20 +1,6 @@ { - "locks": { - "sonata-project/notification-bundle": { - "version": "3.4", - "recipe": { - "repo": "3.4", - "branch": "master", - "version": "3.4", - "ref": "222a1549f627f9faef39c0dd3cba1194a5175c00" - } - } - }, "manifests": { "sonata-project/notification-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sonata-project/notification-bundle", - "version": "3.4", "manifest": { "bundles": { "Sonata\\NotificationBundle\\SonataNotificationBundle": [ @@ -27,13 +13,18 @@ }, "files": { "config/packages/sonata_notification.yaml": { - "contents": "sonata_notification:\n consumers:\n register_default: false\n admin:\n enabled: false\n", - "executable": false, - "encoding": "" + "contents": [ + "sonata_notification:", + " consumers:", + " register_default: false", + " admin:", + " enabled: false", + "" + ], + "executable": false } }, - "origin": "sonata-project/notification-bundle:3.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "222a1549f627f9faef39c0dd3cba1194a5175c00" } } } \ No newline at end of file diff --git a/sonata-project.notification-orm-pack.1.0.json b/sonata-project.notification-orm-pack.1.0.json index 171938d4..4bae9abd 100644 --- a/sonata-project.notification-orm-pack.1.0.json +++ b/sonata-project.notification-orm-pack.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "sonata-project/notification-orm-pack": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "c4c7db6d4949a6cc819270c4c2f0f00eeffe09f8" - } - } - }, "manifests": { "sonata-project/notification-orm-pack": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sonata-project/notification-orm-pack", - "version": "1.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/", @@ -23,18 +9,56 @@ }, "files": { "src/Entity/SonataNotificationMessage.php": { - "contents": "id;\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id;", + " }", + "}", + "" + ], + "executable": false }, "config/packages/sonata_notification_orm.yaml": { - "contents": "sonata_notification:\n backend: sonata.notification.backend.doctrine\n backends:\n doctrine: null\n class:\n message: App\\Entity\\SonataNotificationMessage\n", - "executable": false, - "encoding": "" + "contents": [ + "sonata_notification:", + " backend: sonata.notification.backend.doctrine", + " backends:", + " doctrine: null", + " class:", + " message: App\\Entity\\SonataNotificationMessage", + "" + ], + "executable": false } }, - "origin": "sonata-project/notification-orm-pack:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "c4c7db6d4949a6cc819270c4c2f0f00eeffe09f8" } } } \ No newline at end of file diff --git a/sonata-project.page-bundle.3.9.json b/sonata-project.page-bundle.3.9.json index 5cb1b985..e553c7c7 100644 --- a/sonata-project.page-bundle.3.9.json +++ b/sonata-project.page-bundle.3.9.json @@ -1,20 +1,6 @@ { - "locks": { - "sonata-project/page-bundle": { - "version": "3.9", - "recipe": { - "repo": "3.9", - "branch": "master", - "version": "3.9", - "ref": "a46c459627c260caa16cf0234378d54b99c3b969" - } - } - }, "manifests": { "sonata-project/page-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sonata-project/page-bundle", - "version": "3.9", "manifest": { "bundles": { "Sonata\\PageBundle\\SonataPageBundle": [ @@ -28,38 +14,435 @@ }, "files": { "src/Entity/SonataPageSite.php": { - "contents": "id;\n }\n\n /**\n * @ORM\\PrePersist\n */\n public function prePersist(): void\n {\n parent::prePersist();\n }\n\n /**\n * @ORM\\PreUpdate\n */\n public function preUpdate(): void\n {\n parent::preUpdate();\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id;", + " }", + "", + " /**", + " * @ORM\\PrePersist", + " */", + " public function prePersist(): void", + " {", + " parent::prePersist();", + " }", + "", + " /**", + " * @ORM\\PreUpdate", + " */", + " public function preUpdate(): void", + " {", + " parent::preUpdate();", + " }", + "}", + "" + ], + "executable": false }, "src/Entity/SonataPageSnapshot.php": { - "contents": "id;\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id;", + " }", + "}", + "" + ], + "executable": false }, "src/Entity/SonataPagePage.php": { - "contents": "id;\n }\n\n /**\n * @ORM\\PrePersist\n */\n public function prePersist(): void\n {\n parent::prePersist();\n }\n\n /**\n * @ORM\\PreUpdate\n */\n public function preUpdate(): void\n {\n parent::preUpdate();\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id;", + " }", + "", + " /**", + " * @ORM\\PrePersist", + " */", + " public function prePersist(): void", + " {", + " parent::prePersist();", + " }", + "", + " /**", + " * @ORM\\PreUpdate", + " */", + " public function preUpdate(): void", + " {", + " parent::preUpdate();", + " }", + "}", + "" + ], + "executable": false }, "src/Entity/SonataPageBlock.php": { - "contents": "id;\n }\n\n /**\n * @ORM\\PrePersist\n */\n public function prePersist(): void\n {\n parent::prePersist();\n }\n\n /**\n * @ORM\\PreUpdate\n */\n public function preUpdate(): void\n {\n parent::preUpdate();\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "id;", + " }", + "", + " /**", + " * @ORM\\PrePersist", + " */", + " public function prePersist(): void", + " {", + " parent::prePersist();", + " }", + "", + " /**", + " * @ORM\\PreUpdate", + " */", + " public function preUpdate(): void", + " {", + " parent::preUpdate();", + " }", + "}", + "" + ], + "executable": false }, "config/routes/sonata_page.yaml": { - "contents": "#sonata_page_api:\n# resource: '@SonataPageBundle/Resources/config/routing/api.xml'\n# prefix: /\n\n#sonata_page_cache:\n# resource: '@SonataPageBundle/Resources/config/routing/cache.xml'\n# prefix: /\n\nsonata_page_exceptions:\n resource: '@SonataPageBundle/Resources/config/routing/exceptions.xml'\n prefix: /\n", - "executable": false, - "encoding": "" + "contents": [ + "#sonata_page_api:", + "# resource: '@SonataPageBundle/Resources/config/routing/api.xml'", + "# prefix: /", + "", + "#sonata_page_cache:", + "# resource: '@SonataPageBundle/Resources/config/routing/cache.xml'", + "# prefix: /", + "", + "sonata_page_exceptions:", + " resource: '@SonataPageBundle/Resources/config/routing/exceptions.xml'", + " prefix: /", + "" + ], + "executable": false }, "config/packages/sonata_page.yaml": { - "contents": "sonata_block:\n context_manager: sonata.page.block.context_manager\n default_contexts: [sonata_page_bundle]\n\nsonata_admin:\n assets:\n extra_javascripts:\n - bundles/sonatapage/sonata-page.back.min.js\n extra_stylesheets:\n - bundles/sonatapage/sonata-page.back.min.css\n\nsonata_page:\n slugify_service: sonata.page.slugify.cocur\n multisite: host\n use_streamed_response: false\n\n router_auto_register:\n enabled: true\n priority: 150\n ignore_route_patterns:\n - ^(.*)admin(.*) # ignore admin route, ie route containing 'admin'\n - ^_(.*) # ignore symfony routes\n ignore_routes:\n - sonata_page_cache_esi\n - sonata_page_cache_ssi\n - sonata_page_js_sync_cache\n - sonata_page_js_async_cache\n - sonata_cache_esi\n - sonata_cache_ssi\n - sonata_cache_js_async\n - sonata_cache_js_sync\n - sonata_cache_apc\n ignore_uri_patterns:\n - ^/admin\\/ # ignore admin route, ie route containing 'admin'\n\n default_template: default\n templates:\n default:\n path: '@SonataPage/layout.html.twig'\n name: 'default'\n containers:\n header:\n name: Header\n content_top:\n name: Top content\n content:\n name: Main content\n content_bottom:\n name: Bottom content\n footer:\n name: Footer\n matrix:\n layout: |\n HHHHHHHH\n HHHHHHHH\n TTTTTTTT\n TTTTTTTT\n CCCCCCCC\n CCCCCCCC\n BBBBBBBB\n BBBBBBBB\n FFFFFFFF\n FFFFFFFF\n\n mapping:\n H: header\n T: content_top\n C: content\n B: content_bottom\n F: footer\n\n direct_publication: '%kernel.debug%'\n\n catch_exceptions:\n not_found: [404] # render 404 page with \"not_found\" key (name generated: _page_internal_error_{key})\n fatal: [500] # so you can use the same page for different http errors or specify specific page for each error\n\n class:\n page: 'App\\Entity\\SonataPagePage'\n snapshot: 'App\\Entity\\SonataPageSnapshot'\n block: 'App\\Entity\\SonataPageBlock'\n site: 'App\\Entity\\SonataPageSite'\n", - "executable": false, - "encoding": "" + "contents": [ + "sonata_block:", + " context_manager: sonata.page.block.context_manager", + " default_contexts: [sonata_page_bundle]", + "", + "sonata_admin:", + " assets:", + " extra_javascripts:", + " - bundles/sonatapage/sonata-page.back.min.js", + " extra_stylesheets:", + " - bundles/sonatapage/sonata-page.back.min.css", + "", + "sonata_page:", + " slugify_service: sonata.page.slugify.cocur", + " multisite: host", + " use_streamed_response: false", + "", + " router_auto_register:", + " enabled: true", + " priority: 150", + " ignore_route_patterns:", + " - ^(.*)admin(.*) # ignore admin route, ie route containing 'admin'", + " - ^_(.*) # ignore symfony routes", + " 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 admin route, ie route containing 'admin'", + "", + " default_template: default", + " templates:", + " default:", + " path: '@SonataPage/layout.html.twig'", + " name: 'default'", + " containers:", + " header:", + " name: Header", + " content_top:", + " name: Top content", + " content:", + " name: Main content", + " content_bottom:", + " name: Bottom content", + " footer:", + " name: Footer", + " matrix:", + " layout: |", + " HHHHHHHH", + " HHHHHHHH", + " TTTTTTTT", + " TTTTTTTT", + " CCCCCCCC", + " CCCCCCCC", + " BBBBBBBB", + " BBBBBBBB", + " FFFFFFFF", + " FFFFFFFF", + "", + " mapping:", + " H: header", + " T: content_top", + " C: content", + " B: content_bottom", + " F: footer", + "", + " direct_publication: '%kernel.debug%'", + "", + " catch_exceptions:", + " not_found: [404] # render 404 page with \"not_found\" key (name generated: _page_internal_error_{key})", + " fatal: [500] # so you can use the same page for different http errors or specify specific page for each error", + "", + " class:", + " page: 'App\\Entity\\SonataPagePage'", + " snapshot: 'App\\Entity\\SonataPageSnapshot'", + " block: 'App\\Entity\\SonataPageBlock'", + " site: 'App\\Entity\\SonataPageSite'", + "" + ], + "executable": false } }, - "origin": "sonata-project/page-bundle:3.9@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a46c459627c260caa16cf0234378d54b99c3b969" } } } \ No newline at end of file diff --git a/sonata-project.translation-bundle.2.3.json b/sonata-project.translation-bundle.2.3.json index a996e2f7..c804180c 100644 --- a/sonata-project.translation-bundle.2.3.json +++ b/sonata-project.translation-bundle.2.3.json @@ -1,20 +1,6 @@ { - "locks": { - "sonata-project/translation-bundle": { - "version": "2.3", - "recipe": { - "repo": "2.3", - "branch": "master", - "version": "2.3", - "ref": "65f0e544ca19d262268e1f1ce2b4cbbe459a4a97" - } - } - }, "manifests": { "sonata-project/translation-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sonata-project/translation-bundle", - "version": "2.3", "manifest": { "bundles": { "Sonata\\TranslationBundle\\SonataTranslationBundle": [ @@ -27,13 +13,25 @@ }, "files": { "config/packages/sonata_translation.yaml": { - "contents": "sonata_admin:\n assets:\n extra_stylesheets:\n - bundles/sonatatranslation/css/sonata-translation.css\n\nsonata_block:\n blocks:\n sonata_translation.block.locale_switcher: null\n\nsonata_translation:\n locales: ['en']\n default_locale: 'en'\n", - "executable": false, - "encoding": "" + "contents": [ + "sonata_admin:", + " assets:", + " extra_stylesheets:", + " - bundles/sonatatranslation/css/sonata-translation.css", + "", + "sonata_block:", + " blocks:", + " sonata_translation.block.locale_switcher: null", + "", + "sonata_translation:", + " locales: ['en']", + " default_locale: 'en'", + "" + ], + "executable": false } }, - "origin": "sonata-project/translation-bundle:2.3@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "65f0e544ca19d262268e1f1ce2b4cbbe459a4a97" } } } \ No newline at end of file diff --git a/spiechu.symfony-commons-bundle.0.1.json b/spiechu.symfony-commons-bundle.0.1.json index bf733221..0a50d377 100644 --- a/spiechu.symfony-commons-bundle.0.1.json +++ b/spiechu.symfony-commons-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "spiechu/symfony-commons-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "6e5883906690f78f929a02e7a23d09ffd7e72e80" - } - } - }, "manifests": { "spiechu/symfony-commons-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "spiechu/symfony-commons-bundle", - "version": "0.1", "manifest": { "bundles": { "Spiechu\\SymfonyCommonsBundle\\SpiechuSymfonyCommonsBundle": [ @@ -27,13 +13,22 @@ }, "files": { "config/packages/spiechu_symfony_commons.yaml": { - "contents": "spiechu_symfony_commons:\n # bundle configuration available at\n # https://github.com/spiechu/symfony-commons-bundle/blob/master/README.md\n get_method_override:\n enabled: false\n response_schema_validation:\n enabled: false\n api_versioning:\n enabled: false\n", - "executable": false, - "encoding": "" + "contents": [ + "spiechu_symfony_commons:", + " # bundle configuration available at", + " # https://github.com/spiechu/symfony-commons-bundle/blob/master/README.md", + " get_method_override:", + " enabled: false", + " response_schema_validation:", + " enabled: false", + " api_versioning:", + " enabled: false", + "" + ], + "executable": false } }, - "origin": "spiechu/symfony-commons-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "6e5883906690f78f929a02e7a23d09ffd7e72e80" } } } \ No newline at end of file diff --git a/spomky-labs.jose-bundle.2.2.json b/spomky-labs.jose-bundle.2.2.json index 4835aeed..3d3ea436 100644 --- a/spomky-labs.jose-bundle.2.2.json +++ b/spomky-labs.jose-bundle.2.2.json @@ -1,20 +1,6 @@ { - "locks": { - "spomky-labs/jose-bundle": { - "version": "2.2", - "recipe": { - "repo": "2.2", - "branch": "master", - "version": "2.2", - "ref": "94f7177a18c73c863de15b227ee7f2151922203e" - } - } - }, "manifests": { "spomky-labs/jose-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "spomky-labs/jose-bundle", - "version": "2.2", "manifest": { "bundles": { "SpomkyLabs\\JoseBundle\\SpomkyLabsJoseBundle": [ @@ -27,13 +13,15 @@ }, "files": { "config/routes/spomky_labs_jose_bundle_routes.yaml": { - "contents": "spomky_labs_jose_bundle_jwkset_endpoint:\n resource: \"@SpomkyLabsJoseBundle/Resources/config/routing/jwkset_controller.yml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "spomky_labs_jose_bundle_jwkset_endpoint:", + " resource: \"@SpomkyLabsJoseBundle/Resources/config/routing/jwkset_controller.yml\"", + "" + ], + "executable": false } }, - "origin": "spomky-labs/jose-bundle:2.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "94f7177a18c73c863de15b227ee7f2151922203e" } } } \ No newline at end of file diff --git a/spomky-labs.lexik-jose-bridge.1.0.json b/spomky-labs.lexik-jose-bridge.1.0.json index 61346adb..806613e7 100644 --- a/spomky-labs.lexik-jose-bridge.1.0.json +++ b/spomky-labs.lexik-jose-bridge.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "spomky-labs/lexik-jose-bridge": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "2f4d15bb78275360a38da2897d8736fc2cd8df1b" - } - } - }, "manifests": { "spomky-labs/lexik-jose-bridge": { - "repository": "github.com/symfony/recipes-contrib", - "package": "spomky-labs/lexik-jose-bridge", - "version": "1.0", "manifest": { "bundles": { "SpomkyLabs\\LexikJoseBundle\\SpomkyLabsLexikJoseBundle": [ @@ -34,13 +20,28 @@ }, "files": { "config/packages/spomky_labs_lexik_jose_bridge_bundle.yaml": { - "contents": "lexik_jose:\n ttl: 1000\n server_name: '%env(SL_JOSE_BRIDGE_SERVER_NAME)%'\n key_storage_folder: '%env(SL_JOSE_BRIDGE_KEY_STORAGE_FOLDER)%/'\n signature_algorithm: 'RS512'\n signature_key_configuration:\n kty: 'RSA'\n size: 4096\n encryption:\n enabled: true\n encryption_key_configuration:\n kty: 'oct'\n size: 256\n key_encryption_algorithm: 'A256KW'\n content_encryption_algorithm: 'A256CBC-HS512'\n", - "executable": false, - "encoding": "" + "contents": [ + "lexik_jose:", + " ttl: 1000", + " server_name: '%env(SL_JOSE_BRIDGE_SERVER_NAME)%'", + " key_storage_folder: '%env(SL_JOSE_BRIDGE_KEY_STORAGE_FOLDER)%/'", + " signature_algorithm: 'RS512'", + " signature_key_configuration:", + " kty: 'RSA'", + " size: 4096", + " encryption:", + " enabled: true", + " encryption_key_configuration:", + " kty: 'oct'", + " size: 256", + " key_encryption_algorithm: 'A256KW'", + " content_encryption_algorithm: 'A256CBC-HS512'", + "" + ], + "executable": false } }, - "origin": "spomky-labs/lexik-jose-bridge:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "2f4d15bb78275360a38da2897d8736fc2cd8df1b" } } } \ No newline at end of file diff --git a/spomky-labs.lexik-jose-bridge.2.0.json b/spomky-labs.lexik-jose-bridge.2.0.json index 2869be30..8fcf39df 100644 --- a/spomky-labs.lexik-jose-bridge.2.0.json +++ b/spomky-labs.lexik-jose-bridge.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "spomky-labs/lexik-jose-bridge": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "db8bcdca64743ea7413cf9f40cd9c29786401136" - } - } - }, "manifests": { "spomky-labs/lexik-jose-bridge": { - "repository": "github.com/symfony/recipes-contrib", - "package": "spomky-labs/lexik-jose-bridge", - "version": "2.0", "manifest": { "bundles": { "SpomkyLabs\\LexikJoseBundle\\SpomkyLabsLexikJoseBundle": [ @@ -32,13 +18,25 @@ }, "files": { "config/packages/spomky_labs_lexik_jose_bridge_bundle.yaml": { - "contents": "lexik_jose:\n ttl: 1000\n server_name: '%env(SL_JOSE_BRIDGE_SERVER_NAME)%'\n key_set: '%env(SL_JOSE_BRIDGE_SIGNATURE_KEYSET)%'\n key_index: '93wgUTMbJm8ZN7MUTQx7xYRpifPiY7GAaAZKTZ9Y3MI'\n signature_algorithm: 'HS512'\n encryption:\n enabled: true\n key_set: '%env(SL_JOSE_BRIDGE_ENCRYPTION_KEYSET)%'\n key_index: 'zCPR8Cv8jbWW1wBckl5LoZt-_bX5vzBJpr1esJbk2aU'\n key_encryption_algorithm: 'A256GCMKW'\n content_encryption_algorithm: 'A256GCM'\n", - "executable": false, - "encoding": "" + "contents": [ + "lexik_jose:", + " ttl: 1000", + " server_name: '%env(SL_JOSE_BRIDGE_SERVER_NAME)%'", + " key_set: '%env(SL_JOSE_BRIDGE_SIGNATURE_KEYSET)%'", + " key_index: '93wgUTMbJm8ZN7MUTQx7xYRpifPiY7GAaAZKTZ9Y3MI'", + " signature_algorithm: 'HS512'", + " encryption:", + " enabled: true", + " key_set: '%env(SL_JOSE_BRIDGE_ENCRYPTION_KEYSET)%'", + " key_index: 'zCPR8Cv8jbWW1wBckl5LoZt-_bX5vzBJpr1esJbk2aU'", + " key_encryption_algorithm: 'A256GCMKW'", + " content_encryption_algorithm: 'A256GCM'", + "" + ], + "executable": false } }, - "origin": "spomky-labs/lexik-jose-bridge:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "db8bcdca64743ea7413cf9f40cd9c29786401136" } } } \ No newline at end of file diff --git a/sprintechnology.firebase-cloud-messaging.1.0.json b/sprintechnology.firebase-cloud-messaging.1.0.json index 183c7696..bbd8f804 100644 --- a/sprintechnology.firebase-cloud-messaging.1.0.json +++ b/sprintechnology.firebase-cloud-messaging.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "sprintechnology/firebase-cloud-messaging": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "d1907839db60bec20ef48d22a319c40fedc98d60" - } - } - }, "manifests": { "sprintechnology/firebase-cloud-messaging": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sprintechnology/firebase-cloud-messaging", - "version": "1.0", "manifest": { "bundles": { "Firebase\\Bundle\\CloudMessagingBundle\\CloudMessagingBundle": [ @@ -30,13 +16,16 @@ }, "files": { "config/packages/firebase.yaml": { - "contents": "firebase:\n cloud_messaging:\n key: \"%env(FCM_KEY)%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "firebase:", + " cloud_messaging:", + " key: \"%env(FCM_KEY)%\"", + "" + ], + "executable": false } }, - "origin": "sprintechnology/firebase-cloud-messaging:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "d1907839db60bec20ef48d22a319c40fedc98d60" } } } \ No newline at end of file diff --git a/squizlabs.php_codesniffer.3.0.json b/squizlabs.php_codesniffer.3.0.json index a67de322..f348c4b0 100644 --- a/squizlabs.php_codesniffer.3.0.json +++ b/squizlabs.php_codesniffer.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "squizlabs/php_codesniffer": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "0dc9cceda799fd3a08b96987e176a261028a3709" - } - } - }, "manifests": { "squizlabs/php_codesniffer": { - "repository": "github.com/symfony/recipes-contrib", - "package": "squizlabs/php_codesniffer", - "version": "3.0", "manifest": { "copy-from-recipe": { "phpcs.xml.dist": "phpcs.xml.dist" @@ -26,13 +12,32 @@ }, "files": { "phpcs.xml.dist": { - "contents": "\n\n\n\n \n \n \n \n\n \n\n bin/\n config/\n public/\n src/\n tests/\n\n\n", - "executable": false, - "encoding": "" + "contents": [ + "", + "", + "", + "", + " ", + " ", + " ", + " ", + "", + " ", + "", + " bin/", + " config/", + " public/", + " src/", + " tests/", + "", + "", + "" + ], + "executable": false } }, - "origin": "squizlabs/php_codesniffer:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "0dc9cceda799fd3a08b96987e176a261028a3709" } } } \ No newline at end of file diff --git a/squizlabs.php_codesniffer.3.6.json b/squizlabs.php_codesniffer.3.6.json index bcf76885..2540169f 100644 --- a/squizlabs.php_codesniffer.3.6.json +++ b/squizlabs.php_codesniffer.3.6.json @@ -1,20 +1,6 @@ { - "locks": { - "squizlabs/php_codesniffer": { - "version": "3.6", - "recipe": { - "repo": "3.6", - "branch": "master", - "version": "3.6", - "ref": "1019e5c08d4821cb9b77f4891f8e9c31ff20ac6f" - } - } - }, "manifests": { "squizlabs/php_codesniffer": { - "repository": "github.com/symfony/recipes-contrib", - "package": "squizlabs/php_codesniffer", - "version": "3.6", "manifest": { "copy-from-recipe": { "phpcs.xml.dist": "phpcs.xml.dist" @@ -26,13 +12,32 @@ }, "files": { "phpcs.xml.dist": { - "contents": "\n\n\n\n \n \n \n \n\n \n\n bin/\n config/\n public/\n src/\n tests/\n\n\n", - "executable": false, - "encoding": "" + "contents": [ + "", + "", + "", + "", + " ", + " ", + " ", + " ", + "", + " ", + "", + " bin/", + " config/", + " public/", + " src/", + " tests/", + "", + "", + "" + ], + "executable": false } }, - "origin": "squizlabs/php_codesniffer:3.6@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "1019e5c08d4821cb9b77f4891f8e9c31ff20ac6f" } } } \ No newline at end of file diff --git a/sroze.messenger-enqueue-transport.0.1.json b/sroze.messenger-enqueue-transport.0.1.json index ffb65ab6..fd5edcc8 100644 --- a/sroze.messenger-enqueue-transport.0.1.json +++ b/sroze.messenger-enqueue-transport.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "sroze/messenger-enqueue-transport": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "9a7119f609b576a30dbf03e4fe44212388e96ea1" - } - } - }, "manifests": { "sroze/messenger-enqueue-transport": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sroze/messenger-enqueue-transport", - "version": "0.1", "manifest": { "bundles": { "Enqueue\\MessengerAdapter\\Bundle\\EnqueueAdapterBundle": [ @@ -23,8 +9,7 @@ } }, "files": [], - "origin": "sroze/messenger-enqueue-transport:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "9a7119f609b576a30dbf03e4fe44212388e96ea1" } } } \ No newline at end of file diff --git a/sroze.openwhisk-bundle.0.2.json b/sroze.openwhisk-bundle.0.2.json index 2e132536..b1b0ce90 100644 --- a/sroze.openwhisk-bundle.0.2.json +++ b/sroze.openwhisk-bundle.0.2.json @@ -1,20 +1,6 @@ { - "locks": { - "sroze/openwhisk-bundle": { - "version": "0.2", - "recipe": { - "repo": "0.2", - "branch": "master", - "version": "0.2", - "ref": "30da6911ebba1b9222291e9a72e5b1d453c09ad4" - } - } - }, "manifests": { "sroze/openwhisk-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sroze/openwhisk-bundle", - "version": "0.2", "manifest": { "copy-from-recipe": { "index.php": "index.php" @@ -22,13 +8,56 @@ }, "files": { "index.php": { - "contents": "load(__DIR__.'/.env');\n }\n\n if ($_SERVER['APP_DEBUG'] ?? false) {\n umask(0000);\n\n Debug::enable();\n }\n\n $kernel = new Kernel($_SERVER['APP_ENV'] ?? 'dev', $_SERVER['APP_DEBUG'] ?? false);\n $response = $kernel->handle($request);\n\n $kernel->terminate($request, $response);\n\n return $response;\n}\n\nfunction main(array $args) : array\n{\n try {\n $request = RequestFactory::fromArgs($args);\n $response = handle_request($request);\n\n return ResponseFactory::fromHttpFoundationResponse($response);\n } catch (\\Throwable $e) {\n return ResponseFactory::fromException($e);\n }\n}\n", - "executable": false, - "encoding": "" + "contents": [ + "load(__DIR__.'/.env');", + " }", + "", + " if ($_SERVER['APP_DEBUG'] ?? false) {", + " umask(0000);", + "", + " Debug::enable();", + " }", + "", + " $kernel = new Kernel($_SERVER['APP_ENV'] ?? 'dev', $_SERVER['APP_DEBUG'] ?? false);", + " $response = $kernel->handle($request);", + "", + " $kernel->terminate($request, $response);", + "", + " return $response;", + "}", + "", + "function main(array $args) : array", + "{", + " try {", + " $request = RequestFactory::fromArgs($args);", + " $response = handle_request($request);", + "", + " return ResponseFactory::fromHttpFoundationResponse($response);", + " } catch (\\Throwable $e) {", + " return ResponseFactory::fromException($e);", + " }", + "}", + "" + ], + "executable": false } }, - "origin": "sroze/openwhisk-bundle:0.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "30da6911ebba1b9222291e9a72e5b1d453c09ad4" } } } \ No newline at end of file diff --git a/stefandoorn.sitemap-plugin.1.0.json b/stefandoorn.sitemap-plugin.1.0.json index cb607e15..13d16a9c 100644 --- a/stefandoorn.sitemap-plugin.1.0.json +++ b/stefandoorn.sitemap-plugin.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "stefandoorn/sitemap-plugin": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "1793537db1cc9b0618d53f60bb3962930cdc3bed" - } - } - }, "manifests": { "stefandoorn/sitemap-plugin": { - "repository": "github.com/symfony/recipes-contrib", - "package": "stefandoorn/sitemap-plugin", - "version": "1.0", "manifest": { "bundles": { "SitemapPlugin\\SitemapPlugin": [ @@ -27,18 +13,23 @@ }, "files": { "config/routes/sitemap_plugin.yaml": { - "contents": "sylius_sitemap:\n resource: \"@SitemapPlugin/Resources/config/routing.yml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "sylius_sitemap:", + " resource: \"@SitemapPlugin/Resources/config/routing.yml\"", + "" + ], + "executable": false }, "config/packages/sitemap_plugin.yaml": { - "contents": "imports:\n - { resource: \"@SitemapPlugin/Resources/config/config.yml\" }\n", - "executable": false, - "encoding": "" + "contents": [ + "imports:", + " - { resource: \"@SitemapPlugin/Resources/config/config.yml\" }", + "" + ], + "executable": false } }, - "origin": "stefandoorn/sitemap-plugin:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "1793537db1cc9b0618d53f60bb3962930cdc3bed" } } } \ No newline at end of file diff --git a/stof.doctrine-extensions-bundle.1.2.json b/stof.doctrine-extensions-bundle.1.2.json index 8d2d2eb7..cb52c42b 100644 --- a/stof.doctrine-extensions-bundle.1.2.json +++ b/stof.doctrine-extensions-bundle.1.2.json @@ -1,20 +1,6 @@ { - "locks": { - "stof/doctrine-extensions-bundle": { - "version": "1.2", - "recipe": { - "repo": "1.2", - "branch": "master", - "version": "1.2", - "ref": "6c1ceb662f8997085f739cd089bfbef67f245983" - } - } - }, "manifests": { "stof/doctrine-extensions-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "stof/doctrine-extensions-bundle", - "version": "1.2", "manifest": { "bundles": { "Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle": [ @@ -27,13 +13,17 @@ }, "files": { "config/packages/stof_doctrine_extensions.yaml": { - "contents": "# Read the documentation: https://symfony.com/doc/current/bundles/StofDoctrineExtensionsBundle/index.html\n# See the official DoctrineExtensions documentation for more details: https://github.com/Atlantic18/DoctrineExtensions/tree/master/doc/\nstof_doctrine_extensions:\n default_locale: en_US\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://symfony.com/doc/current/bundles/StofDoctrineExtensionsBundle/index.html", + "# See the official DoctrineExtensions documentation for more details: https://github.com/Atlantic18/DoctrineExtensions/tree/master/doc/", + "stof_doctrine_extensions:", + " default_locale: en_US", + "" + ], + "executable": false } }, - "origin": "stof/doctrine-extensions-bundle:1.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "6c1ceb662f8997085f739cd089bfbef67f245983" } } } \ No newline at end of file diff --git a/sulu.article-bundle.2.0.json b/sulu.article-bundle.2.0.json index 4ea0ff37..9e2a783f 100644 --- a/sulu.article-bundle.2.0.json +++ b/sulu.article-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "sulu/article-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "dca8915a957ab45b7cd29de8861bd14303cee104" - } - } - }, "manifests": { "sulu/article-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sulu/article-bundle", - "version": "2.0", "manifest": { "bundles": { "Sulu\\Bundle\\ArticleBundle\\SuluArticleBundle": [ @@ -44,18 +30,51 @@ }, "files": { "config/routes/sulu_article_admin.yaml": { - "contents": "sulu_article_api:\n resource: '@SuluArticleBundle/Resources/config/routing_api.yml'\n type: rest\n prefix: /admin/api\n", - "executable": false, - "encoding": "" + "contents": [ + "sulu_article_api:", + " resource: '@SuluArticleBundle/Resources/config/routing_api.yml'", + " type: rest", + " prefix: /admin/api", + "" + ], + "executable": false }, "config/packages/sulu_article.yaml": { - "contents": "sulu_article:\n index_name: '%env(resolve:ELASTICSEARCH_INDEX)%'\n hosts:\n - '%env(resolve:ELASTICSEARCH_HOST)%'\n types:\n article:\n translation_key: \"sulu_article.article\"\n\nsulu_route:\n mappings:\n Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument:\n generator: schema\n options:\n route_schema: '/articles/{object.getTitle()}'\n Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument:\n generator: article_page\n options:\n route_schema: '{translator.trans(\"page\")}-{object.getPageNumber()}'\n parent: '{object.getParent().getRoutePath()}'\n\nongr_elasticsearch:\n analysis:\n tokenizer:\n pathTokenizer:\n type: path_hierarchy\n analyzer:\n pathAnalyzer:\n tokenizer: pathTokenizer\n", - "executable": false, - "encoding": "" + "contents": [ + "sulu_article:", + " index_name: '%env(resolve:ELASTICSEARCH_INDEX)%'", + " hosts:", + " - '%env(resolve:ELASTICSEARCH_HOST)%'", + " types:", + " article:", + " translation_key: \"sulu_article.article\"", + "", + "sulu_route:", + " mappings:", + " Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument:", + " generator: schema", + " options:", + " route_schema: '/articles/{object.getTitle()}'", + " Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument:", + " generator: article_page", + " options:", + " route_schema: '{translator.trans(\"page\")}-{object.getPageNumber()}'", + " parent: '{object.getParent().getRoutePath()}'", + "", + "ongr_elasticsearch:", + " analysis:", + " tokenizer:", + " pathTokenizer:", + " type: path_hierarchy", + " analyzer:", + " pathAnalyzer:", + " tokenizer: pathTokenizer", + "" + ], + "executable": false } }, - "origin": "sulu/article-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "dca8915a957ab45b7cd29de8861bd14303cee104" } } } \ No newline at end of file diff --git a/sulu.form-bundle.2.0.json b/sulu.form-bundle.2.0.json index cc655a91..4f931706 100644 --- a/sulu.form-bundle.2.0.json +++ b/sulu.form-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "sulu/form-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "0cbf25fdd636b8f4d42e39532e1bc1030679f4f8" - } - } - }, "manifests": { "sulu/form-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sulu/form-bundle", - "version": "2.0", "manifest": { "bundles": { "Sulu\\Bundle\\FormBundle\\SuluFormBundle": [ @@ -35,18 +21,32 @@ }, "files": { "config/routes/sulu_form_admin.yaml": { - "contents": "sulu_form_api:\n resource: \"@SuluFormBundle/Resources/config/routing_api.yml\"\n type: rest\n prefix: /admin/api\n", - "executable": false, - "encoding": "" + "contents": [ + "sulu_form_api:", + " resource: \"@SuluFormBundle/Resources/config/routing_api.yml\"", + " type: rest", + " prefix: /admin/api", + "" + ], + "executable": false }, "config/packages/sulu_form.yaml": { - "contents": "sulu_form:\n mail:\n from: \"%env(SULU_ADMIN_EMAIL)%\"\n to: \"%env(SULU_ADMIN_EMAIL)%\"\n sender: \"%env(SULU_ADMIN_EMAIL)%\"\n\nframework:\n esi: true\n fragments: true\n", - "executable": false, - "encoding": "" + "contents": [ + "sulu_form:", + " mail:", + " from: \"%env(SULU_ADMIN_EMAIL)%\"", + " to: \"%env(SULU_ADMIN_EMAIL)%\"", + " sender: \"%env(SULU_ADMIN_EMAIL)%\"", + "", + "framework:", + " esi: true", + " fragments: true", + "" + ], + "executable": false } }, - "origin": "sulu/form-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "0cbf25fdd636b8f4d42e39532e1bc1030679f4f8" } } } \ No newline at end of file diff --git a/sulu.headless-bundle.0.1.json b/sulu.headless-bundle.0.1.json index 2240c3c7..94600907 100644 --- a/sulu.headless-bundle.0.1.json +++ b/sulu.headless-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "sulu/headless-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "92d32212649ac3d97c1e4035c3abdce4e112a296" - } - } - }, "manifests": { "sulu/headless-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sulu/headless-bundle", - "version": "0.1", "manifest": { "bundles": { "Sulu\\Bundle\\HeadlessBundle\\SuluHeadlessBundle": [ @@ -32,13 +18,16 @@ }, "files": { "config/routes/sulu_headless_website.yaml": { - "contents": "sulu_headless:\n type: portal\n resource: \"@SuluHeadlessBundle/Resources/config/routing_website.yml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "sulu_headless:", + " type: portal", + " resource: \"@SuluHeadlessBundle/Resources/config/routing_website.yml\"", + "" + ], + "executable": false } }, - "origin": "sulu/headless-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "92d32212649ac3d97c1e4035c3abdce4e112a296" } } } \ No newline at end of file diff --git a/sulu.redirect-bundle.2.0.json b/sulu.redirect-bundle.2.0.json index 2384221d..704130cd 100644 --- a/sulu.redirect-bundle.2.0.json +++ b/sulu.redirect-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "sulu/redirect-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "166e0df09e1903b610e2d6de48357afd52fb79b3" - } - } - }, "manifests": { "sulu/redirect-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sulu/redirect-bundle", - "version": "2.0", "manifest": { "bundles": { "Sulu\\Bundle\\RedirectBundle\\SuluRedirectBundle": [ @@ -35,13 +21,21 @@ }, "files": { "config/routes/sulu_redirect_admin.yaml": { - "contents": "sulu_redirect_api:\n type: rest\n resource: \"@SuluRedirectBundle/Resources/config/routing_api.yml\"\n prefix: /admin/api\n\nsulu_redirect:\n resource: \"@SuluRedirectBundle/Resources/config/routing.yml\"\n prefix: /admin/redirects\n", - "executable": false, - "encoding": "" + "contents": [ + "sulu_redirect_api:", + " type: rest", + " resource: \"@SuluRedirectBundle/Resources/config/routing_api.yml\"", + " prefix: /admin/api", + "", + "sulu_redirect:", + " resource: \"@SuluRedirectBundle/Resources/config/routing.yml\"", + " prefix: /admin/redirects", + "" + ], + "executable": false } }, - "origin": "sulu/redirect-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "166e0df09e1903b610e2d6de48357afd52fb79b3" } } } \ No newline at end of file diff --git a/sulu.sylius-consumer-bundle.0.4.json b/sulu.sylius-consumer-bundle.0.4.json index fde2afa7..c0f92da4 100644 --- a/sulu.sylius-consumer-bundle.0.4.json +++ b/sulu.sylius-consumer-bundle.0.4.json @@ -1,20 +1,6 @@ { - "locks": { - "sulu/sylius-consumer-bundle": { - "version": "0.4", - "recipe": { - "repo": "0.4", - "branch": "master", - "version": "0.4", - "ref": "a509964c56476d2bbaf36f0addb8e1c5a2f2bf5d" - } - } - }, "manifests": { "sulu/sylius-consumer-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sulu/sylius-consumer-bundle", - "version": "0.4", "manifest": { "bundles": { "Sulu\\Bundle\\SyliusConsumerBundle\\SuluSyliusConsumerBundle": [ @@ -31,13 +17,26 @@ }, "files": { "config/packages/sulu_sylius_consumer.yaml": { - "contents": "sulu_sylius_consumer:\n sylius_base_url: '%env(SYLIUS_BASE_URL)%'\n # taxon_category_adapter:\n # enabled: true\n\nframework:\n messenger:\n transports:\n sulu_sylius_transport: '%env(SULU_SYLIUS_MESSENGER_TRANSPORT_DSN)%'\n buses:\n sulu_sylius_producer.messenger_bus:\n middleware:\n - doctrine_transaction\n", - "executable": false, - "encoding": "" + "contents": [ + "sulu_sylius_consumer:", + " sylius_base_url: '%env(SYLIUS_BASE_URL)%'", + " # taxon_category_adapter:", + " # enabled: true", + "", + "framework:", + " messenger:", + " transports:", + " sulu_sylius_transport: '%env(SULU_SYLIUS_MESSENGER_TRANSPORT_DSN)%'", + " buses:", + " sulu_sylius_producer.messenger_bus:", + " middleware:", + " - doctrine_transaction", + "" + ], + "executable": false } }, - "origin": "sulu/sylius-consumer-bundle:0.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a509964c56476d2bbaf36f0addb8e1c5a2f2bf5d" } } } \ No newline at end of file diff --git a/sulu.sylius-producer-plugin.0.2.json b/sulu.sylius-producer-plugin.0.2.json index 38b3979d..47b3854b 100644 --- a/sulu.sylius-producer-plugin.0.2.json +++ b/sulu.sylius-producer-plugin.0.2.json @@ -1,20 +1,6 @@ { - "locks": { - "sulu/sylius-producer-plugin": { - "version": "0.2", - "recipe": { - "repo": "0.2", - "branch": "master", - "version": "0.2", - "ref": "6baaf160837f34414c40a82d1428df84233a90e0" - } - } - }, "manifests": { "sulu/sylius-producer-plugin": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sulu/sylius-producer-plugin", - "version": "0.2", "manifest": { "bundles": { "Sulu\\Bundle\\SyliusProducerPlugin\\SuluSyliusProducerPlugin": [ @@ -30,13 +16,20 @@ }, "files": { "config/packages/sulu_sylius_producer.yaml": { - "contents": "imports:\n - { resource: \"@SuluSyliusProducerPlugin/Resources/config/app/config.yaml\" }\n\nframework:\n messenger:\n transports:\n sulu_sylius_transport: '%env(SULU_SYLIUS_MESSENGER_TRANSPORT_DSN)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "imports:", + " - { resource: \"@SuluSyliusProducerPlugin/Resources/config/app/config.yaml\" }", + "", + "framework:", + " messenger:", + " transports:", + " sulu_sylius_transport: '%env(SULU_SYLIUS_MESSENGER_TRANSPORT_DSN)%'", + "" + ], + "executable": false } }, - "origin": "sulu/sylius-producer-plugin:0.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "6baaf160837f34414c40a82d1428df84233a90e0" } } } \ No newline at end of file diff --git a/sulu.webpack-encore.1.0.json b/sulu.webpack-encore.1.0.json index 75bebc48..8444760d 100644 --- a/sulu.webpack-encore.1.0.json +++ b/sulu.webpack-encore.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "sulu/webpack-encore": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "03949e142faeaaefbdd442bbc1ccd374ab8048da" - } - } - }, "manifests": { "sulu/webpack-encore": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sulu/webpack-encore", - "version": "1.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -30,13 +16,18 @@ }, "files": { "config/packages/assets.yaml": { - "contents": "framework:\n assets:\n packages:\n website:\n json_manifest_path: '%kernel.project_dir%/public/build/website/manifest.json'\n", - "executable": false, - "encoding": "" + "contents": [ + "framework:", + " assets:", + " packages:", + " website:", + " json_manifest_path: '%kernel.project_dir%/public/build/website/manifest.json'", + "" + ], + "executable": false } }, - "origin": "sulu/webpack-encore:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "03949e142faeaaefbdd442bbc1ccd374ab8048da" } } } \ No newline at end of file diff --git a/suncat.mobile-detect-bundle.1.0.json b/suncat.mobile-detect-bundle.1.0.json index 93f18bf0..44c5f22c 100644 --- a/suncat.mobile-detect-bundle.1.0.json +++ b/suncat.mobile-detect-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "suncat/mobile-detect-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "d503392fa26af3e3a343d4890ca3a3b74faef75a" - } - } - }, "manifests": { "suncat/mobile-detect-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "suncat/mobile-detect-bundle", - "version": "1.0", "manifest": { "bundles": { "SunCat\\MobileDetectBundle\\MobileDetectBundle": [ @@ -27,13 +13,25 @@ }, "files": { "config/packages/mobile_detect.yaml": { - "contents": "# Read the documentation: https://github.com/suncat2000/MobileDetectBundle/blob/v1.0.5/Resources/doc/index.md\n#mobile_detect:\n# redirect:\n# full:\n# is_enabled: true\n# host: http://site.com\n# action: redirect\n# mobile:\n# is_enabled: true\n# host: http://m.site.com\n# action: redirect\n# detect_tablet_as_mobile: true\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://github.com/suncat2000/MobileDetectBundle/blob/v1.0.5/Resources/doc/index.md", + "#mobile_detect:", + "# redirect:", + "# full:", + "# is_enabled: true", + "# host: http://site.com", + "# action: redirect", + "# mobile:", + "# is_enabled: true", + "# host: http://m.site.com", + "# action: redirect", + "# detect_tablet_as_mobile: true", + "" + ], + "executable": false } }, - "origin": "suncat/mobile-detect-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "d503392fa26af3e3a343d4890ca3a3b74faef75a" } } } \ No newline at end of file diff --git a/svc.contactform-bundle.1.0.json b/svc.contactform-bundle.1.0.json index bb26028c..f54ebac0 100644 --- a/svc.contactform-bundle.1.0.json +++ b/svc.contactform-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "svc/contactform-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "23d0ec67c3b49a7343e874b7bc4a1bba2d5e4858" - } - } - }, "manifests": { "svc/contactform-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "svc/contactform-bundle", - "version": "1.0", "manifest": { "bundles": { "Svc\\ContactformBundle\\SvcContactformBundle": [ @@ -31,23 +17,42 @@ }, "files": { "config/routes/svc_contactform.yaml": { - "contents": "_svc_contactform:\n resource: '@SvcContactformBundle/src/Resources/config/routes.xml'\n prefix: /svc-contactform/{_locale}\n", - "executable": false, - "encoding": "" + "contents": [ + "_svc_contactform:", + " resource: '@SvcContactformBundle/src/Resources/config/routes.xml'", + " prefix: /svc-contactform/{_locale}", + "" + ], + "executable": false }, "config/packages/svc_contactform.yaml": { - "contents": "svc_contactform:\n # Email adress for contact mails\n contact_mail: dev@sv-systems.com\n\n # Which route should by called after amil sent\n route_after_send: index\n", - "executable": false, - "encoding": "" + "contents": [ + "svc_contactform:", + " # Email adress for contact mails", + " contact_mail: dev@sv-systems.com", + "", + " # Which route should by called after amil sent", + " route_after_send: index", + "" + ], + "executable": false }, "assets/styles/layout/_svc-contactform.scss": { - "contents": ".svc-contactform {\n width: 100%;\n max-width: 700px;\n padding: 15px;\n margin: auto;\n border-radius: 15px;\n\tbox-shadow: 0 5px 5px rgba(0,0,0,.4);\n}\n", - "executable": false, - "encoding": "" + "contents": [ + ".svc-contactform {", + " width: 100%;", + " max-width: 700px;", + " padding: 15px;", + " margin: auto;", + " border-radius: 15px;", + "\tbox-shadow: 0 5px 5px rgba(0,0,0,.4);", + "}", + "" + ], + "executable": false } }, - "origin": "svc/contactform-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "23d0ec67c3b49a7343e874b7bc4a1bba2d5e4858" } } } \ No newline at end of file diff --git a/svc.param-bundle.1.0.json b/svc.param-bundle.1.0.json index 92dd79ba..170a6dd9 100644 --- a/svc.param-bundle.1.0.json +++ b/svc.param-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "svc/param-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "0e04715ced3d8fe1a816e49f1b043728dac36af0" - } - } - }, "manifests": { "svc/param-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "svc/param-bundle", - "version": "1.0", "manifest": { "bundles": { "Svc\\ParamBundle\\SvcParamBundle": [ @@ -30,13 +16,16 @@ }, "files": { "config/routes/svc_param.yaml": { - "contents": "_svc_param:\n resource: '@SvcParamBundle/src/Resources/config/routes.xml'\n prefix: /svc-param/{_locale}\n", - "executable": true, - "encoding": "" + "contents": [ + "_svc_param:", + " resource: '@SvcParamBundle/src/Resources/config/routes.xml'", + " prefix: /svc-param/{_locale}", + "" + ], + "executable": true } }, - "origin": "svc/param-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "0e04715ced3d8fe1a816e49f1b043728dac36af0" } } } \ No newline at end of file diff --git a/svc.util-bundle.1.0.json b/svc.util-bundle.1.0.json index 6fad1e6f..af829415 100644 --- a/svc.util-bundle.1.0.json +++ b/svc.util-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "svc/util-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "a3760c4c2587ada930940e20a6f68fad252815af" - } - } - }, "manifests": { "svc/util-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "svc/util-bundle", - "version": "1.0", "manifest": { "bundles": { "Svc\\UtilBundle\\SvcUtilBundle": [ @@ -30,18 +16,29 @@ }, "files": { "config/routes/svc_util.yaml": { - "contents": "_svc_util:\n resource: '@SvcUtilBundle/src/Resources/config/routes.xml'\n prefix: /svc-util/{_locale}\n", - "executable": true, - "encoding": "" + "contents": [ + "_svc_util:", + " resource: '@SvcUtilBundle/src/Resources/config/routes.xml'", + " prefix: /svc-util/{_locale}", + "" + ], + "executable": true }, "config/packages/svc_util.yaml": { - "contents": "# Default configuration for \"SvcUtilBundle\"\nsvc_util:\n mailer:\n # Default sender mail address\n mail_address: dev@sv-systems.com\n # Default sender name\n mail_name: 'Test User'\n", - "executable": false, - "encoding": "" + "contents": [ + "# Default configuration for \"SvcUtilBundle\"", + "svc_util:", + " mailer:", + " # Default sender mail address", + " mail_address: dev@sv-systems.com", + " # Default sender name", + " mail_name: 'Test User'", + "" + ], + "executable": false } }, - "origin": "svc/util-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a3760c4c2587ada930940e20a6f68fad252815af" } } } \ No newline at end of file diff --git a/swag-industries.melodiia.0.7.json b/swag-industries.melodiia.0.7.json index f35ba7c2..be29cf15 100644 --- a/swag-industries.melodiia.0.7.json +++ b/swag-industries.melodiia.0.7.json @@ -1,20 +1,6 @@ { - "locks": { - "swag-industries/melodiia": { - "version": "0.7", - "recipe": { - "repo": "0.7", - "branch": "master", - "version": "0.7", - "ref": "27f80ea5978129426dbc7318e48009b9bc4145b3" - } - } - }, "manifests": { "swag-industries/melodiia": { - "repository": "github.com/symfony/recipes-contrib", - "package": "swag-industries/melodiia", - "version": "0.7", "manifest": { "bundles": { "SwagIndustries\\Melodiia\\MelodiiaBundle": [ @@ -27,13 +13,19 @@ }, "files": { "config/packages/melodiia.yaml": { - "contents": "melodiia:\n apis:\n # Define as much APIs you want here\n main:\n # This path impacts the behavior of Melodiia. Change it if required\n base_path: /api/v1\n", - "executable": false, - "encoding": "" + "contents": [ + "melodiia:", + " apis:", + " # Define as much APIs you want here", + " main:", + " # This path impacts the behavior of Melodiia. Change it if required", + " base_path: /api/v1", + "" + ], + "executable": false } }, - "origin": "swag-industries/melodiia:0.7@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "27f80ea5978129426dbc7318e48009b9bc4145b3" } } } \ No newline at end of file diff --git a/swarrot.swarrot-bundle.1.6.json b/swarrot.swarrot-bundle.1.6.json index 4b8f8e47..80fb9ac8 100644 --- a/swarrot.swarrot-bundle.1.6.json +++ b/swarrot.swarrot-bundle.1.6.json @@ -1,20 +1,6 @@ { - "locks": { - "swarrot/swarrot-bundle": { - "version": "1.6", - "recipe": { - "repo": "1.6", - "branch": "master", - "version": "1.6", - "ref": "1c77a3e26d17c85c335d5c255d736da8848069fd" - } - } - }, "manifests": { "swarrot/swarrot-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "swarrot/swarrot-bundle", - "version": "1.6", "manifest": { "bundles": { "Swarrot\\SwarrotBundle\\SwarrotBundle": [ @@ -37,13 +23,79 @@ }, "files": { "config/packages/swarrot.yaml": { - "contents": "swarrot:\n# provider: pecl # pecl or amqp_lib (require php-amqplib/php-amqplib)\n# default_connection: rabbitmq\n# default_command: swarrot.command.base # Swarrot\\SwarrotBundle\\Command\\SwarrotCommand\n# logger: logger # logger or channel logger like monolog.logger.[my_channel]\n connections:\n rabbitmq:\n host: \"%env(RABBITMQ_HOST)%\"\n port: \"%env(int:RABBITMQ_PORT)%\"\n login: \"%env(RABBITMQ_LOGIN)%\"\n password: \"%env(RABBITMQ_PASSWORD)%\"\n vhost: '/'\n# consumers:\n# my_consumer:\n# processor: my_consumer.processor.service # Symfony service id implementing Swarrot\\Processor\\ProcessorInterface\n# middleware_stack: # order matters\n# - configurator: swarrot.processor.signal_handler\n# extras:\n# signal_handler_signals:\n# - SIGTERM\n# - SIGINT\n# - SIGQUIT\n# - configurator: swarrot.processor.insomniac\n# - configurator: swarrot.processor.max_messages\n# extras:\n# max_messages: 100\n# - configurator: swarrot.processor.max_execution_time\n# extras:\n# max_execution_time: 300\n# - configurator: swarrot.processor.memory_limit\n# extras:\n# memory_limit: null\n# - configurator: swarrot.processor.doctrine_connection\n# extras:\n# doctrine_ping: true\n# doctrine_close_master: true\n# - configurator: swarrot.processor.doctrine_object_manager\n# - configurator: swarrot.processor.exception_catcher\n# - configurator: swarrot.processor.ack\n# extras:\n# requeue_on_error: false\n# - configurator: swarrot.processor.retry#\n# extras:\n# retry_exchange: retry\n# retry_attempts: 3\n# retry_routing_key_pattern: 'retry_%%attempt%%'\n# - configurator: swarrot.processor.new_relic\n# extras:\n# new_relic_app_name: null\n# new_relic_license: null\n# new_relic_transaction_name: null\n# - configurator: swarrot.processor.rpc_server\n# extras:\n# # Exchange on which rpc response will be published with `reply_to` as routing_key. \n# # If not configured will publish on default exchange where routing_key is used to define receiving queue.\n# rpc_exchange: null \n# - configurator: swarrot.processor.rpc_client\n# extras:\n# rpc_client_correlation_id: null\n# extras:\n# poll_interval: 500000\n# messages_types:\n# my_publisher:\n# connection: rabbitmq # use the default connection by default\n# exchange: my_exchange\n# routing_key: my_routing_key\n", - "executable": false, - "encoding": "" + "contents": [ + "swarrot:", + "# provider: pecl # pecl or amqp_lib (require php-amqplib/php-amqplib)", + "# default_connection: rabbitmq", + "# default_command: swarrot.command.base # Swarrot\\SwarrotBundle\\Command\\SwarrotCommand", + "# logger: logger # logger or channel logger like monolog.logger.[my_channel]", + " connections:", + " rabbitmq:", + " host: \"%env(RABBITMQ_HOST)%\"", + " port: \"%env(int:RABBITMQ_PORT)%\"", + " login: \"%env(RABBITMQ_LOGIN)%\"", + " password: \"%env(RABBITMQ_PASSWORD)%\"", + " vhost: '/'", + "# consumers:", + "# my_consumer:", + "# processor: my_consumer.processor.service # Symfony service id implementing Swarrot\\Processor\\ProcessorInterface", + "# middleware_stack: # order matters", + "# - configurator: swarrot.processor.signal_handler", + "# extras:", + "# signal_handler_signals:", + "# - SIGTERM", + "# - SIGINT", + "# - SIGQUIT", + "# - configurator: swarrot.processor.insomniac", + "# - configurator: swarrot.processor.max_messages", + "# extras:", + "# max_messages: 100", + "# - configurator: swarrot.processor.max_execution_time", + "# extras:", + "# max_execution_time: 300", + "# - configurator: swarrot.processor.memory_limit", + "# extras:", + "# memory_limit: null", + "# - configurator: swarrot.processor.doctrine_connection", + "# extras:", + "# doctrine_ping: true", + "# doctrine_close_master: true", + "# - configurator: swarrot.processor.doctrine_object_manager", + "# - configurator: swarrot.processor.exception_catcher", + "# - configurator: swarrot.processor.ack", + "# extras:", + "# requeue_on_error: false", + "# - configurator: swarrot.processor.retry#", + "# extras:", + "# retry_exchange: retry", + "# retry_attempts: 3", + "# retry_routing_key_pattern: 'retry_%%attempt%%'", + "# - configurator: swarrot.processor.new_relic", + "# extras:", + "# new_relic_app_name: null", + "# new_relic_license: null", + "# new_relic_transaction_name: null", + "# - configurator: swarrot.processor.rpc_server", + "# extras:", + "# # Exchange on which rpc response will be published with `reply_to` as routing_key. ", + "# # If not configured will publish on default exchange where routing_key is used to define receiving queue.", + "# rpc_exchange: null ", + "# - configurator: swarrot.processor.rpc_client", + "# extras:", + "# rpc_client_correlation_id: null", + "# extras:", + "# poll_interval: 500000", + "# messages_types:", + "# my_publisher:", + "# connection: rabbitmq # use the default connection by default", + "# exchange: my_exchange", + "# routing_key: my_routing_key", + "" + ], + "executable": false } }, - "origin": "swarrot/swarrot-bundle:1.6@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "1c77a3e26d17c85c335d5c255d736da8848069fd" } } } \ No newline at end of file diff --git a/sylius.admin-order-creation-plugin.0.6.json b/sylius.admin-order-creation-plugin.0.6.json index 17b6ce89..cfccdd31 100644 --- a/sylius.admin-order-creation-plugin.0.6.json +++ b/sylius.admin-order-creation-plugin.0.6.json @@ -1,20 +1,6 @@ { - "locks": { - "sylius/admin-order-creation-plugin": { - "version": "0.6", - "recipe": { - "repo": "0.6", - "branch": "master", - "version": "0.6", - "ref": "3ac19aedc8c846cc48cc61ee62ab5b280823efbf" - } - } - }, "manifests": { "sylius/admin-order-creation-plugin": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sylius/admin-order-creation-plugin", - "version": "0.6", "manifest": { "bundles": { "Sylius\\AdminOrderCreationPlugin\\SyliusAdminOrderCreationPlugin": [ @@ -27,18 +13,23 @@ }, "files": { "config/routes/sylius_admin_order_creation.yaml": { - "contents": "sylius_admin_order_creation:\n resource: \"@SyliusAdminOrderCreationPlugin/Resources/config/app/routing.yml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "sylius_admin_order_creation:", + " resource: \"@SyliusAdminOrderCreationPlugin/Resources/config/app/routing.yml\"", + "" + ], + "executable": false }, "config/packages/sylius_admin_order_creation.yaml": { - "contents": "imports:\n - { resource: \"@SyliusAdminOrderCreationPlugin/Resources/config/app/config.yml\" }\n", - "executable": false, - "encoding": "" + "contents": [ + "imports:", + " - { resource: \"@SyliusAdminOrderCreationPlugin/Resources/config/app/config.yml\" }", + "" + ], + "executable": false } }, - "origin": "sylius/admin-order-creation-plugin:0.6@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "3ac19aedc8c846cc48cc61ee62ab5b280823efbf" } } } \ No newline at end of file diff --git a/sylius.customer-order-cancellation-plugin.0.2.json b/sylius.customer-order-cancellation-plugin.0.2.json index c43e98f9..3a49754d 100644 --- a/sylius.customer-order-cancellation-plugin.0.2.json +++ b/sylius.customer-order-cancellation-plugin.0.2.json @@ -1,20 +1,6 @@ { - "locks": { - "sylius/customer-order-cancellation-plugin": { - "version": "0.2", - "recipe": { - "repo": "0.2", - "branch": "master", - "version": "0.2", - "ref": "0df1d0d6f01546907877e0d832edb15d00406613" - } - } - }, "manifests": { "sylius/customer-order-cancellation-plugin": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sylius/customer-order-cancellation-plugin", - "version": "0.2", "manifest": { "bundles": { "Sylius\\CustomerOrderCancellationPlugin\\SyliusCustomerOrderCancellationPlugin": [ @@ -27,13 +13,18 @@ }, "files": { "config/routes/sylius_customer_order_cancellation.yaml": { - "contents": "sylius_customer_order_cancellation_plugin:\n resource: \"@SyliusCustomerOrderCancellationPlugin/Resources/config/routing.yml\"\n prefix: /{_locale}\n requirements:\n _locale: ^[a-z]{2}(?:_[A-Z]{2})?$\n", - "executable": false, - "encoding": "" + "contents": [ + "sylius_customer_order_cancellation_plugin:", + " resource: \"@SyliusCustomerOrderCancellationPlugin/Resources/config/routing.yml\"", + " prefix: /{_locale}", + " requirements:", + " _locale: ^[a-z]{2}(?:_[A-Z]{2})?$", + "" + ], + "executable": false } }, - "origin": "sylius/customer-order-cancellation-plugin:0.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "0df1d0d6f01546907877e0d832edb15d00406613" } } } \ No newline at end of file diff --git a/sylius.customer-reorder-plugin.1.0.json b/sylius.customer-reorder-plugin.1.0.json index b657e1ae..6c99c087 100644 --- a/sylius.customer-reorder-plugin.1.0.json +++ b/sylius.customer-reorder-plugin.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "sylius/customer-reorder-plugin": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "c05aac7dd6534c7a92da168c7e2883282466b9da" - } - } - }, "manifests": { "sylius/customer-reorder-plugin": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sylius/customer-reorder-plugin", - "version": "1.0", "manifest": { "bundles": { "Sylius\\CustomerReorderPlugin\\SyliusCustomerReorderPlugin": [ @@ -27,18 +13,23 @@ }, "files": { "config/routes/sylius_customer_reorder.yaml": { - "contents": "sylius_customer_reorder:\n resource: \"@SyliusCustomerReorderPlugin/Resources/config/app/reorder_routing.yml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "sylius_customer_reorder:", + " resource: \"@SyliusCustomerReorderPlugin/Resources/config/app/reorder_routing.yml\"", + "" + ], + "executable": false }, "config/packages/sylius_customer_reorder.yaml": { - "contents": "imports:\n - { resource: \"@SyliusCustomerReorderPlugin/Resources/config/config.yml\" }\n", - "executable": false, - "encoding": "" + "contents": [ + "imports:", + " - { resource: \"@SyliusCustomerReorderPlugin/Resources/config/config.yml\" }", + "" + ], + "executable": false } }, - "origin": "sylius/customer-reorder-plugin:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "c05aac7dd6534c7a92da168c7e2883282466b9da" } } } \ No newline at end of file diff --git a/sylius.invoicing-plugin.0.5.json b/sylius.invoicing-plugin.0.5.json index d3dd1452..054ed541 100644 --- a/sylius.invoicing-plugin.0.5.json +++ b/sylius.invoicing-plugin.0.5.json @@ -1,20 +1,6 @@ { - "locks": { - "sylius/invoicing-plugin": { - "version": "0.5", - "recipe": { - "repo": "0.5", - "branch": "master", - "version": "0.5", - "ref": "4720bdeb3db9f81932523a640184244cf75da7f0" - } - } - }, "manifests": { "sylius/invoicing-plugin": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sylius/invoicing-plugin", - "version": "0.5", "manifest": { "bundles": { "Sylius\\InvoicingPlugin\\SyliusInvoicingPlugin": [ @@ -27,18 +13,30 @@ }, "files": { "config/routes/sylius_invoicing.yaml": { - "contents": "sylius_invoicing_plugin_admin:\n resource: \"@SyliusInvoicingPlugin/Resources/config/app/routing/admin_invoicing.yml\"\n prefix: /admin\n\nsylius_invoicing_plugin_shop:\n resource: \"@SyliusInvoicingPlugin/Resources/config/app/routing/shop_invoicing.yml\"\n prefix: /{_locale}\n requirements:\n _locale: ^[a-z]{2}(?:_[A-Z]{2})?$\n", - "executable": false, - "encoding": "" + "contents": [ + "sylius_invoicing_plugin_admin:", + " resource: \"@SyliusInvoicingPlugin/Resources/config/app/routing/admin_invoicing.yml\"", + " prefix: /admin", + "", + "sylius_invoicing_plugin_shop:", + " resource: \"@SyliusInvoicingPlugin/Resources/config/app/routing/shop_invoicing.yml\"", + " prefix: /{_locale}", + " requirements:", + " _locale: ^[a-z]{2}(?:_[A-Z]{2})?$", + "" + ], + "executable": false }, "config/packages/sylius_invoicing.yaml": { - "contents": "imports:\n - { resource: \"@SyliusInvoicingPlugin/Resources/config/config.yml\" }\n", - "executable": false, - "encoding": "" + "contents": [ + "imports:", + " - { resource: \"@SyliusInvoicingPlugin/Resources/config/config.yml\" }", + "" + ], + "executable": false } }, - "origin": "sylius/invoicing-plugin:0.5@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "4720bdeb3db9f81932523a640184244cf75da7f0" } } } \ No newline at end of file diff --git a/sylius.refund-plugin.0.4.json b/sylius.refund-plugin.0.4.json index 3df3ea87..c9d3d8fd 100644 --- a/sylius.refund-plugin.0.4.json +++ b/sylius.refund-plugin.0.4.json @@ -1,20 +1,6 @@ { - "locks": { - "sylius/refund-plugin": { - "version": "0.4", - "recipe": { - "repo": "0.4", - "branch": "master", - "version": "0.4", - "ref": "a3f813f608c6f04bd7d0b4cefd73a96bf378c390" - } - } - }, "manifests": { "sylius/refund-plugin": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sylius/refund-plugin", - "version": "0.4", "manifest": { "bundles": { "Sylius\\RefundPlugin\\SyliusRefundPlugin": [ @@ -27,18 +13,23 @@ }, "files": { "config/routes/sylius_refund.yaml": { - "contents": "sylius_refund:\n resource: \"@SyliusRefundPlugin/Resources/config/routing.yml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "sylius_refund:", + " resource: \"@SyliusRefundPlugin/Resources/config/routing.yml\"", + "" + ], + "executable": false }, "config/packages/sylius_refund.yaml": { - "contents": "imports:\n - { resource: \"@SyliusRefundPlugin/Resources/config/app/config.yml\" }\n", - "executable": false, - "encoding": "" + "contents": [ + "imports:", + " - { resource: \"@SyliusRefundPlugin/Resources/config/app/config.yml\" }", + "" + ], + "executable": false } }, - "origin": "sylius/refund-plugin:0.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "a3f813f608c6f04bd7d0b4cefd73a96bf378c390" } } } \ No newline at end of file diff --git a/sylius.resource-bundle.1.6.json b/sylius.resource-bundle.1.6.json index cc7f9bc2..17c11638 100644 --- a/sylius.resource-bundle.1.6.json +++ b/sylius.resource-bundle.1.6.json @@ -1,20 +1,6 @@ { - "locks": { - "sylius/resource-bundle": { - "version": "1.6", - "recipe": { - "repo": "1.6", - "branch": "master", - "version": "1.6", - "ref": "bfd4306c8e26b4aed0790ebde89a2c949e1398a2" - } - } - }, "manifests": { "sylius/resource-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "sylius/resource-bundle", - "version": "1.6", "manifest": { "container": { "locale": "en" @@ -30,13 +16,23 @@ }, "files": { "config/packages/sylius_resource.yaml": { - "contents": "# @see https://github.com/Sylius/SyliusResourceBundle/blob/master/docs/index.md\nsylius_resource:\n # Override default settings\n #settings:\n\n # Configure your resources\n resources:\n #app.book:\n #classes:\n #model: App\\Entity\\Book\n", - "executable": false, - "encoding": "" + "contents": [ + "# @see https://github.com/Sylius/SyliusResourceBundle/blob/master/docs/index.md", + "sylius_resource:", + " # Override default settings", + " #settings:", + "", + " # Configure your resources", + " resources:", + " #app.book:", + " #classes:", + " #model: App\\Entity\\Book", + "" + ], + "executable": false } }, - "origin": "sylius/resource-bundle:1.6@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "bfd4306c8e26b4aed0790ebde89a2c949e1398a2" } } } \ No newline at end of file diff --git a/symfony-bundles.kafka-bundle.1.0.json b/symfony-bundles.kafka-bundle.1.0.json index 544acf12..c8a38f56 100644 --- a/symfony-bundles.kafka-bundle.1.0.json +++ b/symfony-bundles.kafka-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "symfony-bundles/kafka-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "eeaaf8a43bb7b6553e8e12775aee933843e1f51b" - } - } - }, "manifests": { "symfony-bundles/kafka-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "symfony-bundles/kafka-bundle", - "version": "1.0", "manifest": { "bundles": { "SymfonyBundles\\KafkaBundle\\SymfonyBundlesKafkaBundle": [ @@ -30,13 +16,26 @@ }, "files": { "config/packages/sb_kafka.yaml": { - "contents": "sb_kafka:\n producers:\n configuration:\n group.id: 'main_group'\n log.connection.close: 'false'\n metadata.broker.list: '%env(resolve:KAFKA_BROKERS)%'\n queue.buffering.max.messages: 10000000\n\n consumers:\n configuration:\n group.id: 'main_group'\n log.connection.close: 'false'\n metadata.broker.list: '%env(resolve:KAFKA_BROKERS)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "sb_kafka:", + " producers:", + " configuration:", + " group.id: 'main_group'", + " log.connection.close: 'false'", + " metadata.broker.list: '%env(resolve:KAFKA_BROKERS)%'", + " queue.buffering.max.messages: 10000000", + "", + " consumers:", + " configuration:", + " group.id: 'main_group'", + " log.connection.close: 'false'", + " metadata.broker.list: '%env(resolve:KAFKA_BROKERS)%'", + "" + ], + "executable": false } }, - "origin": "symfony-bundles/kafka-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "eeaaf8a43bb7b6553e8e12775aee933843e1f51b" } } } \ No newline at end of file diff --git a/symfony-bundles.redis-bundle.2.0.json b/symfony-bundles.redis-bundle.2.0.json index 3d7d1af1..9f35ede8 100644 --- a/symfony-bundles.redis-bundle.2.0.json +++ b/symfony-bundles.redis-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "symfony-bundles/redis-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "2becca99cc83c0e6d2ad68875fa84c516298dec4" - } - } - }, "manifests": { "symfony-bundles/redis-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "symfony-bundles/redis-bundle", - "version": "2.0", "manifest": { "bundles": { "SymfonyBundles\\RedisBundle\\SymfonyBundlesRedisBundle": [ @@ -30,13 +16,18 @@ }, "files": { "config/packages/sb_redis.yaml": { - "contents": "sb_redis:\n clients:\n default:\n $options: []\n $parameters: ['%env(REDIS_URL)%']\n", - "executable": false, - "encoding": "" + "contents": [ + "sb_redis:", + " clients:", + " default:", + " $options: []", + " $parameters: ['%env(REDIS_URL)%']", + "" + ], + "executable": false } }, - "origin": "symfony-bundles/redis-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "2becca99cc83c0e6d2ad68875fa84c516298dec4" } } } \ No newline at end of file diff --git a/symfony.apache-pack.1.0.json b/symfony.apache-pack.1.0.json index bf0fa397..913c6f31 100644 --- a/symfony.apache-pack.1.0.json +++ b/symfony.apache-pack.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "symfony/apache-pack": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "9d254a22efca7264203eea98b866f16f944b2f09" - } - } - }, "manifests": { "symfony/apache-pack": { - "repository": "github.com/symfony/recipes-contrib", - "package": "symfony/apache-pack", - "version": "1.0", "manifest": { "copy-from-recipe": { "public/": "%PUBLIC_DIR%/" @@ -22,13 +8,79 @@ }, "files": { "public/.htaccess": { - "contents": "# Use the front controller as index file. It serves as a fallback solution when\n# every other rewrite/redirect fails (e.g. in an aliased environment without\n# mod_rewrite). Additionally, this reduces the matching process for the\n# start page (path \"/\") because otherwise Apache will apply the rewriting rules\n# to each configured DirectoryIndex file (e.g. index.php, index.html, index.pl).\nDirectoryIndex index.php\n\n# By default, Apache does not evaluate symbolic links if you did not enable this\n# feature in your server configuration. Uncomment the following line if you\n# install assets as symlinks or if you experience problems related to symlinks\n# when compiling LESS/Sass/CoffeScript assets.\n# Options +FollowSymlinks\n\n# Disabling MultiViews prevents unwanted negotiation, e.g. \"/index\" should not resolve\n# to the front controller \"/index.php\" but be rewritten to \"/index.php/index\".\n\n Options -MultiViews\n\n\n\n RewriteEngine On\n\n # Determine the RewriteBase automatically and set it as environment variable.\n # If you are using Apache aliases to do mass virtual hosting or installed the\n # project in a subdirectory, the base path will be prepended to allow proper\n # resolution of the index.php file and to redirect to the correct URI. It will\n # work in environments without path prefix as well, providing a safe, one-size\n # fits all solution. But as you do not need it in this case, you can comment\n # the following 2 lines to eliminate the overhead.\n RewriteCond %{REQUEST_URI}::$0 ^(/.+)/(.*)::\\2$\n RewriteRule .* - [E=BASE:%1]\n\n # Sets the HTTP_AUTHORIZATION header removed by Apache\n RewriteCond %{HTTP:Authorization} .+\n RewriteRule ^ - [E=HTTP_AUTHORIZATION:%0]\n\n # Redirect to URI without front controller to prevent duplicate content\n # (with and without `/index.php`). Only do this redirect on the initial\n # rewrite by Apache and not on subsequent cycles. Otherwise we would get an\n # endless redirect loop (request -> rewrite to front controller ->\n # redirect -> request -> ...).\n # So in case you get a \"too many redirects\" error or you always get redirected\n # to the start page because your Apache does not expose the REDIRECT_STATUS\n # environment variable, you have 2 choices:\n # - disable this feature by commenting the following 2 lines or\n # - use Apache >= 2.3.9 and replace all L flags by END flags and remove the\n # following RewriteCond (best solution)\n RewriteCond %{ENV:REDIRECT_STATUS} =\"\"\n RewriteRule ^index\\.php(?:/(.*)|$) %{ENV:BASE}/$1 [R=301,L]\n\n # If the requested filename exists, simply serve it.\n # We only want to let Apache serve files and not directories.\n # Rewrite all other queries to the front controller.\n RewriteCond %{REQUEST_FILENAME} !-f\n RewriteRule ^ %{ENV:BASE}/index.php [L]\n\n\n\n \n # When mod_rewrite is not available, we instruct a temporary redirect of\n # the start page to the front controller explicitly so that the website\n # and the generated links can still be used.\n RedirectMatch 307 ^/$ /index.php/\n # RedirectTemp cannot be used instead\n \n\n", - "executable": false, - "encoding": "" + "contents": [ + "# Use the front controller as index file. It serves as a fallback solution when", + "# every other rewrite/redirect fails (e.g. in an aliased environment without", + "# mod_rewrite). Additionally, this reduces the matching process for the", + "# start page (path \"/\") because otherwise Apache will apply the rewriting rules", + "# to each configured DirectoryIndex file (e.g. index.php, index.html, index.pl).", + "DirectoryIndex index.php", + "", + "# By default, Apache does not evaluate symbolic links if you did not enable this", + "# 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", + "", + "# Disabling MultiViews prevents unwanted negotiation, e.g. \"/index\" should not resolve", + "# to the front controller \"/index.php\" but be rewritten to \"/index.php/index\".", + "", + " Options -MultiViews", + "", + "", + "", + " RewriteEngine On", + "", + " # Determine the RewriteBase automatically and set it as environment variable.", + " # If you are using Apache aliases to do mass virtual hosting or installed the", + " # project in a subdirectory, the base path will be prepended to allow proper", + " # resolution of the index.php file and to redirect to the correct URI. It will", + " # work in environments without path prefix as well, providing a safe, one-size", + " # fits all solution. But as you do not need it in this case, you can comment", + " # the following 2 lines to eliminate the overhead.", + " RewriteCond %{REQUEST_URI}::$0 ^(/.+)/(.*)::\\2$", + " RewriteRule .* - [E=BASE:%1]", + "", + " # Sets the HTTP_AUTHORIZATION header removed by Apache", + " RewriteCond %{HTTP:Authorization} .+", + " RewriteRule ^ - [E=HTTP_AUTHORIZATION:%0]", + "", + " # Redirect to URI without front controller to prevent duplicate content", + " # (with and without `/index.php`). Only do this redirect on the initial", + " # rewrite by Apache and not on subsequent cycles. Otherwise we would get an", + " # endless redirect loop (request -> rewrite to front controller ->", + " # redirect -> request -> ...).", + " # So in case you get a \"too many redirects\" error or you always get redirected", + " # to the start page because your Apache does not expose the REDIRECT_STATUS", + " # environment variable, you have 2 choices:", + " # - disable this feature by commenting the following 2 lines or", + " # - 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]", + "", + " # If the requested filename exists, simply serve it.", + " # We only want to let Apache serve files and not directories.", + " # Rewrite all other queries to the front controller.", + " RewriteCond %{REQUEST_FILENAME} !-f", + " RewriteRule ^ %{ENV:BASE}/index.php [L]", + "", + "", + "", + " ", + " # When mod_rewrite is not available, we instruct a temporary redirect of", + " # the start page to the front controller explicitly so that the website", + " # and the generated links can still be used.", + " RedirectMatch 307 ^/$ /index.php/", + " # RedirectTemp cannot be used instead", + " ", + "", + "" + ], + "executable": false } }, - "origin": "symfony/apache-pack:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "9d254a22efca7264203eea98b866f16f944b2f09" } } } \ No newline at end of file diff --git a/symfonycorp.connect-bundle.5.0.json b/symfonycorp.connect-bundle.5.0.json index 74e07ac5..6a3fac57 100644 --- a/symfonycorp.connect-bundle.5.0.json +++ b/symfonycorp.connect-bundle.5.0.json @@ -1,20 +1,6 @@ { - "locks": { - "symfonycorp/connect-bundle": { - "version": "5.0", - "recipe": { - "repo": "5.0", - "branch": "master", - "version": "5.0", - "ref": "42c7cfa21e1bdf4645135cac649ca1d35292f78c" - } - } - }, "manifests": { "symfonycorp/connect-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "symfonycorp/connect-bundle", - "version": "5.0", "manifest": { "bundles": { "SymfonyCorp\\Bundle\\ConnectBundle\\SymfonyConnectBundle": [ @@ -31,18 +17,30 @@ }, "files": { "config/routes/symfony_connect.yaml": { - "contents": "symfony_connect_callback:\n path: /connect/callback\n\nsymfony_connect_login:\n path: /connect/login\n methods: [GET]\n controller: SymfonyCorp\\Bundle\\ConnectBundle\\Controller\\OAuthController::newSessionAction\n", - "executable": false, - "encoding": "" + "contents": [ + "symfony_connect_callback:", + " path: /connect/callback", + "", + "symfony_connect_login:", + " path: /connect/login", + " methods: [GET]", + " controller: SymfonyCorp\\Bundle\\ConnectBundle\\Controller\\OAuthController::newSessionAction", + "" + ], + "executable": false }, "config/packages/symfony_connect.yaml": { - "contents": "symfony_connect:\n app_id: '%env(SYMFONY_CONNECT_APP_ID)%'\n app_secret: '%env(SYMFONY_CONNECT_APP_SECRET)%'\n scope: 'SCOPE_PUBLIC'\n", - "executable": false, - "encoding": "" + "contents": [ + "symfony_connect:", + " app_id: '%env(SYMFONY_CONNECT_APP_ID)%'", + " app_secret: '%env(SYMFONY_CONNECT_APP_SECRET)%'", + " scope: 'SCOPE_PUBLIC'", + "" + ], + "executable": false } }, - "origin": "symfonycorp/connect-bundle:5.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "42c7cfa21e1bdf4645135cac649ca1d35292f78c" } } } \ No newline at end of file diff --git a/symfonycorp.connect.7.0.json b/symfonycorp.connect.7.0.json index 42d62d74..23b75d2d 100644 --- a/symfonycorp.connect.7.0.json +++ b/symfonycorp.connect.7.0.json @@ -1,20 +1,6 @@ { - "locks": { - "symfonycorp/connect": { - "version": "7.0", - "recipe": { - "repo": "7.0", - "branch": "master", - "version": "7.0", - "ref": "882c945750a86da9e87b297509c3068bf1479c2b" - } - } - }, "manifests": { "symfonycorp/connect": { - "repository": "github.com/symfony/recipes-contrib", - "package": "symfonycorp/connect", - "version": "7.0", "manifest": { "bundles": { "SymfonyCorp\\Connect\\SymfonyConnectBundle": [ @@ -31,18 +17,28 @@ }, "files": { "config/routes/symfony_connect.yaml": { - "contents": "symfony_connect:\n prefix: /connect\n resource: '@SymfonyConnectBundle/Resources/config/routing/connect.xml'\n", - "executable": false, - "encoding": "" + "contents": [ + "symfony_connect:", + " prefix: /connect", + " resource: '@SymfonyConnectBundle/Resources/config/routing/connect.xml'", + "" + ], + "executable": false }, "config/packages/symfony_connect.yaml": { - "contents": "symfony_connect:\n app_id: '%env(SYMFONY_CONNECT_APP_ID)%'\n app_secret: '%env(SYMFONY_CONNECT_APP_SECRET)%'\n scope: 'SCOPE_PUBLIC'\n # start_template: null\n # failure_template: null\n", - "executable": false, - "encoding": "" + "contents": [ + "symfony_connect:", + " app_id: '%env(SYMFONY_CONNECT_APP_ID)%'", + " app_secret: '%env(SYMFONY_CONNECT_APP_SECRET)%'", + " scope: 'SCOPE_PUBLIC'", + " # start_template: null", + " # failure_template: null", + "" + ], + "executable": false } }, - "origin": "symfonycorp/connect:7.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "882c945750a86da9e87b297509c3068bf1479c2b" } } } \ No newline at end of file diff --git a/synolia.sylius-mail-tester-plugin.1.0.json b/synolia.sylius-mail-tester-plugin.1.0.json index 5b9d57e2..02a66b9f 100644 --- a/synolia.sylius-mail-tester-plugin.1.0.json +++ b/synolia.sylius-mail-tester-plugin.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "synolia/sylius-mail-tester-plugin": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "74377dee51195fdd0b9aff3c7cc365b482738cfe" - } - } - }, "manifests": { "synolia/sylius-mail-tester-plugin": { - "repository": "github.com/symfony/recipes-contrib", - "package": "synolia/sylius-mail-tester-plugin", - "version": "1.0", "manifest": { "bundles": { "Synolia\\SyliusMailTesterPlugin\\SynoliaSyliusMailTesterPlugin": [ @@ -27,13 +13,16 @@ }, "files": { "config/routes/sylius_mail_tester.yaml": { - "contents": "synolia_mail_tester:\n resource: \"@SynoliaSyliusMailTesterPlugin/Resources/config/admin_routing.yaml\"\n prefix: /admin\n", - "executable": false, - "encoding": "" + "contents": [ + "synolia_mail_tester:", + " resource: \"@SynoliaSyliusMailTesterPlugin/Resources/config/admin_routing.yaml\"", + " prefix: /admin", + "" + ], + "executable": false } }, - "origin": "synolia/sylius-mail-tester-plugin:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "74377dee51195fdd0b9aff3c7cc365b482738cfe" } } } \ No newline at end of file diff --git a/synolia.sylius-scheduler-command-plugin.1.0.json b/synolia.sylius-scheduler-command-plugin.1.0.json index b5a4258a..9cb4d908 100644 --- a/synolia.sylius-scheduler-command-plugin.1.0.json +++ b/synolia.sylius-scheduler-command-plugin.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "synolia/sylius-scheduler-command-plugin": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "512ec3ad6d09a1cb4c221f93ee05e59924623b7e" - } - } - }, "manifests": { "synolia/sylius-scheduler-command-plugin": { - "repository": "github.com/symfony/recipes-contrib", - "package": "synolia/sylius-scheduler-command-plugin", - "version": "1.0", "manifest": { "bundles": { "Synolia\\SyliusSchedulerCommandPlugin\\SynoliaSyliusSchedulerCommandPlugin": [ @@ -34,18 +20,24 @@ }, "files": { "config/routes/sylius_scheduler_command.yaml": { - "contents": "synolia_scheduled_command:\n resource: \"@SynoliaSyliusSchedulerCommandPlugin/Resources/config/admin_routing.yaml\"\n prefix: /admin\n", - "executable": false, - "encoding": "" + "contents": [ + "synolia_scheduled_command:", + " resource: \"@SynoliaSyliusSchedulerCommandPlugin/Resources/config/admin_routing.yaml\"", + " prefix: /admin", + "" + ], + "executable": false }, "config/packages/sylius_scheduler_command.yaml": { - "contents": "imports:\n - { resource: \"@SynoliaSyliusSchedulerCommandPlugin/Resources/config/config.yaml\" }\n", - "executable": false, - "encoding": "" + "contents": [ + "imports:", + " - { resource: \"@SynoliaSyliusSchedulerCommandPlugin/Resources/config/config.yaml\" }", + "" + ], + "executable": false } }, - "origin": "synolia/sylius-scheduler-command-plugin:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "512ec3ad6d09a1cb4c221f93ee05e59924623b7e" } } } \ No newline at end of file diff --git a/synolia.sylius-scheduler-command-plugin.2.0.json b/synolia.sylius-scheduler-command-plugin.2.0.json index 805c2fe4..350591d3 100644 --- a/synolia.sylius-scheduler-command-plugin.2.0.json +++ b/synolia.sylius-scheduler-command-plugin.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "synolia/sylius-scheduler-command-plugin": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "ebbd15bf86ba55d7c6d29271ccfa9ff73f7ab063" - } - } - }, "manifests": { "synolia/sylius-scheduler-command-plugin": { - "repository": "github.com/symfony/recipes-contrib", - "package": "synolia/sylius-scheduler-command-plugin", - "version": "2.0", "manifest": { "bundles": { "Synolia\\SyliusSchedulerCommandPlugin\\SynoliaSyliusSchedulerCommandPlugin": [ @@ -31,18 +17,24 @@ }, "files": { "config/routes/sylius_scheduler_command.yaml": { - "contents": "synolia_scheduled_command:\n resource: \"@SynoliaSyliusSchedulerCommandPlugin/Resources/config/admin_routing.yaml\"\n prefix: '/%sylius_admin.path_name%'\n", - "executable": false, - "encoding": "" + "contents": [ + "synolia_scheduled_command:", + " resource: \"@SynoliaSyliusSchedulerCommandPlugin/Resources/config/admin_routing.yaml\"", + " prefix: '/%sylius_admin.path_name%'", + "" + ], + "executable": false }, "config/packages/sylius_scheduler_command.yaml": { - "contents": "imports:\n - { resource: \"@SynoliaSyliusSchedulerCommandPlugin/Resources/config/config.yaml\" }\n", - "executable": false, - "encoding": "" + "contents": [ + "imports:", + " - { resource: \"@SynoliaSyliusSchedulerCommandPlugin/Resources/config/config.yaml\" }", + "" + ], + "executable": false } }, - "origin": "synolia/sylius-scheduler-command-plugin:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "ebbd15bf86ba55d7c6d29271ccfa9ff73f7ab063" } } } \ No newline at end of file diff --git a/systemsdk.easy-log-bundle.1.10.json b/systemsdk.easy-log-bundle.1.10.json index 1cf27b2d..1dade1c4 100644 --- a/systemsdk.easy-log-bundle.1.10.json +++ b/systemsdk.easy-log-bundle.1.10.json @@ -1,20 +1,6 @@ { - "locks": { - "systemsdk/easy-log-bundle": { - "version": "1.10", - "recipe": { - "repo": "1.10", - "branch": "master", - "version": "1.10", - "ref": "7543c149e6af01d8e3d702d579631699712ac221" - } - } - }, "manifests": { "systemsdk/easy-log-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "systemsdk/easy-log-bundle", - "version": "1.10", "manifest": { "bundles": { "Systemsdk\\Bundle\\EasyLogBundle\\EasyLogBundle": [ @@ -28,18 +14,25 @@ }, "files": { "config/packages/dev/systemsdk_easy_log.yaml": { - "contents": "easy_log:\n log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'\n ignored_routes: ['_wdt', '_profiler']\n", - "executable": false, - "encoding": "" + "contents": [ + "easy_log:", + " log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'", + " ignored_routes: ['_wdt', '_profiler']", + "" + ], + "executable": false }, "config/packages/test/systemsdk_easy_log.yaml": { - "contents": "easy_log:\n log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'\n ignored_routes: ['_wdt', '_profiler']\n", - "executable": false, - "encoding": "" + "contents": [ + "easy_log:", + " log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'", + " ignored_routes: ['_wdt', '_profiler']", + "" + ], + "executable": false } }, - "origin": "systemsdk/easy-log-bundle:1.10@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "7543c149e6af01d8e3d702d579631699712ac221" } } } \ No newline at end of file diff --git a/tattali.calendar-bundle.1.1.json b/tattali.calendar-bundle.1.1.json index 9ba6ec9e..5cd8f960 100644 --- a/tattali.calendar-bundle.1.1.json +++ b/tattali.calendar-bundle.1.1.json @@ -1,20 +1,6 @@ { - "locks": { - "tattali/calendar-bundle": { - "version": "1.1", - "recipe": { - "repo": "1.1", - "branch": "master", - "version": "1.1", - "ref": "0c643e17b5340747b35c2c75e11727fa31bfa9bb" - } - } - }, "manifests": { "tattali/calendar-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "tattali/calendar-bundle", - "version": "1.1", "manifest": { "bundles": { "CalendarBundle\\CalendarBundle": [ @@ -27,13 +13,15 @@ }, "files": { "config/routes/calendar.yaml": { - "contents": "calendar:\n resource: \"@CalendarBundle/Resources/config/routing.yaml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "calendar:", + " resource: \"@CalendarBundle/Resources/config/routing.yaml\"", + "" + ], + "executable": false } }, - "origin": "tattali/calendar-bundle:1.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "0c643e17b5340747b35c2c75e11727fa31bfa9bb" } } } \ No newline at end of file diff --git a/tbbc.money-bundle.4.0.json b/tbbc.money-bundle.4.0.json index df922250..65fdebfa 100644 --- a/tbbc.money-bundle.4.0.json +++ b/tbbc.money-bundle.4.0.json @@ -1,20 +1,6 @@ { - "locks": { - "tbbc/money-bundle": { - "version": "4.0", - "recipe": { - "repo": "4.0", - "branch": "master", - "version": "4.0", - "ref": "e97ae40ca09c6fa35e69accec8833d1e10445a06" - } - } - }, "manifests": { "tbbc/money-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "tbbc/money-bundle", - "version": "4.0", "manifest": { "bundles": { "Tbbc\\MoneyBundle\\TbbcMoneyBundle": [ @@ -27,13 +13,17 @@ }, "files": { "config/packages/tbbc_money.yaml": { - "contents": "tbbc_money:\n currencies: [\"USD\", \"EUR\"]\n reference_currency: \"EUR\"\n decimals: 2\n", - "executable": false, - "encoding": "" + "contents": [ + "tbbc_money:", + " currencies: [\"USD\", \"EUR\"]", + " reference_currency: \"EUR\"", + " decimals: 2", + "" + ], + "executable": false } }, - "origin": "tbbc/money-bundle:4.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "e97ae40ca09c6fa35e69accec8833d1e10445a06" } } } \ No newline at end of file diff --git a/tbmatuka.editorjs-bundle.0.1.json b/tbmatuka.editorjs-bundle.0.1.json index 740032e3..43e3d18f 100644 --- a/tbmatuka.editorjs-bundle.0.1.json +++ b/tbmatuka.editorjs-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "tbmatuka/editorjs-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "319a3f1462e367f432ed2a70bfd59c927edb0fe8" - } - } - }, "manifests": { "tbmatuka/editorjs-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "tbmatuka/editorjs-bundle", - "version": "0.1", "manifest": { "bundles": { "Tbmatuka\\EditorjsBundle\\TbmatukaEditorjsBundle": [ @@ -27,13 +13,16 @@ }, "files": { "config/packages/editorjs.yaml": { - "contents": "twig:\n form_themes:\n - '@TbmatukaEditorjs/Form/editorjs_widget.html.twig'\n", - "executable": false, - "encoding": "" + "contents": [ + "twig:", + " form_themes:", + " - '@TbmatukaEditorjs/Form/editorjs_widget.html.twig'", + "" + ], + "executable": false } }, - "origin": "tbmatuka/editorjs-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "319a3f1462e367f432ed2a70bfd59c927edb0fe8" } } } \ No newline at end of file diff --git a/teebbstudios.tuieditor-bundle.1.0.json b/teebbstudios.tuieditor-bundle.1.0.json index 4f835501..2a83f415 100644 --- a/teebbstudios.tuieditor-bundle.1.0.json +++ b/teebbstudios.tuieditor-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "teebbstudios/tuieditor-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "5630a89280647f01ae78e4f37d8f932e0e7113c3" - } - } - }, "manifests": { "teebbstudios/tuieditor-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "teebbstudios/tuieditor-bundle", - "version": "1.0", "manifest": { "bundles": { "Teebb\\TuiEditorBundle\\TeebbTuiEditorBundle": [ @@ -27,13 +13,27 @@ }, "files": { "config/packages/teebb_tuieditor.yaml": { - "contents": "# Read the documentation: https://github.com/teebbstudios/TeebbTuiEditorBundle/blob/master/README.md\nteebb_tui_editor:\n default_config: basic_config\n configs:\n basic_config:\n to_html: false\n exts:\n - scrollSync\n - colorSyntax\n - uml\n - chart\n - mark\n - table\n\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://github.com/teebbstudios/TeebbTuiEditorBundle/blob/master/README.md", + "teebb_tui_editor:", + " default_config: basic_config", + " configs:", + " basic_config:", + " to_html: false", + " exts:", + " - scrollSync", + " - colorSyntax", + " - uml", + " - chart", + " - mark", + " - table", + "", + "" + ], + "executable": false } }, - "origin": "teebbstudios/tuieditor-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "5630a89280647f01ae78e4f37d8f932e0e7113c3" } } } \ No newline at end of file diff --git a/tg-bot-api.bot-api-base.1.0.json b/tg-bot-api.bot-api-base.1.0.json index 2f66f5ac..4723eaa9 100644 --- a/tg-bot-api.bot-api-base.1.0.json +++ b/tg-bot-api.bot-api-base.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "tg-bot-api/bot-api-base": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "320d85cf0ca6c58d58c71db7487418b6b788567c" - } - } - }, "manifests": { "tg-bot-api/bot-api-base": { - "repository": "github.com/symfony/recipes-contrib", - "package": "tg-bot-api/bot-api-base", - "version": "1.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -25,13 +11,36 @@ }, "files": { "config/packages/tg_bot_api.yaml": { - "contents": "services:\n\n TgBotApi\\BotApiBase\\ApiClient:\n arguments:\n $requestFactory: '@Psr\\Http\\Message\\RequestFactoryInterface'\n $streamFactory: '@Psr\\Http\\Message\\StreamFactoryInterface'\n $client: '@Psr\\Http\\Client\\ClientInterface'\n\n TgBotApi\\BotApiBase\\BotApiNormalizer: null\n\n TgBotApi\\BotApiBase\\ApiClientInterface: '@TgBotApi\\BotApiBase\\ApiClient'\n TgBotApi\\BotApiBase\\NormalizerInterface: '@TgBotApi\\BotApiBase\\BotApiNormalizer'\n\n TgBotApi\\BotApiBase\\BotApi:\n arguments:\n $botKey: '%env(resolve:TG_BOT_API_KEY)%'\n $apiClient: '@TgBotApi\\BotApiBase\\ApiClientInterface'\n $normalizer: '@TgBotApi\\BotApiBase\\NormalizerInterface'\n\n TgBotApi\\BotApiBase\\BotApiComplete:\n parent: TgBotApi\\BotApiBase\\BotApi\n\n TgBotApi\\BotApiBase\\BotApiInterface: '@TgBotApi\\BotApiBase\\BotApi'\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + "", + " TgBotApi\\BotApiBase\\ApiClient:", + " arguments:", + " $requestFactory: '@Psr\\Http\\Message\\RequestFactoryInterface'", + " $streamFactory: '@Psr\\Http\\Message\\StreamFactoryInterface'", + " $client: '@Psr\\Http\\Client\\ClientInterface'", + "", + " TgBotApi\\BotApiBase\\BotApiNormalizer: null", + "", + " TgBotApi\\BotApiBase\\ApiClientInterface: '@TgBotApi\\BotApiBase\\ApiClient'", + " TgBotApi\\BotApiBase\\NormalizerInterface: '@TgBotApi\\BotApiBase\\BotApiNormalizer'", + "", + " TgBotApi\\BotApiBase\\BotApi:", + " arguments:", + " $botKey: '%env(resolve:TG_BOT_API_KEY)%'", + " $apiClient: '@TgBotApi\\BotApiBase\\ApiClientInterface'", + " $normalizer: '@TgBotApi\\BotApiBase\\NormalizerInterface'", + "", + " TgBotApi\\BotApiBase\\BotApiComplete:", + " parent: TgBotApi\\BotApiBase\\BotApi", + "", + " TgBotApi\\BotApiBase\\BotApiInterface: '@TgBotApi\\BotApiBase\\BotApi'", + "" + ], + "executable": false } }, - "origin": "tg-bot-api/bot-api-base:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "320d85cf0ca6c58d58c71db7487418b6b788567c" } } } \ No newline at end of file diff --git a/tgalopin.html-sanitizer-bundle.1.0.json b/tgalopin.html-sanitizer-bundle.1.0.json index 64ac1bb0..3b5c0d0a 100644 --- a/tgalopin.html-sanitizer-bundle.1.0.json +++ b/tgalopin.html-sanitizer-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "tgalopin/html-sanitizer-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "95b935177db9abb65356fe19e57fe5abd908b5b8" - } - } - }, "manifests": { "tgalopin/html-sanitizer-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "tgalopin/html-sanitizer-bundle", - "version": "1.0", "manifest": { "bundles": { "HtmlSanitizer\\Bundle\\HtmlSanitizerBundle": [ @@ -27,13 +13,31 @@ }, "files": { "config/packages/html_sanitizer.yaml": { - "contents": "html_sanitizer:\n default_sanitizer: 'default'\n sanitizers:\n default:\n # Read https://github.com/tgalopin/html-sanitizer/blob/master/docs/1-getting-started.md#extensions\n # to learn more about which extensions you would like to enable.\n extensions:\n - 'basic'\n # - 'list'\n # - 'table'\n # - 'image'\n # - 'code'\n # - 'iframe'\n # - 'details'\n # - 'extra'\n\n # Read https://github.com/tgalopin/html-sanitizer/blob/master/docs/3-configuration-reference.md\n # to discover all the available options for each extension.\n", - "executable": false, - "encoding": "" + "contents": [ + "html_sanitizer:", + " default_sanitizer: 'default'", + " sanitizers:", + " default:", + " # Read https://github.com/tgalopin/html-sanitizer/blob/master/docs/1-getting-started.md#extensions", + " # to learn more about which extensions you would like to enable.", + " extensions:", + " - 'basic'", + " # - 'list'", + " # - 'table'", + " # - 'image'", + " # - 'code'", + " # - 'iframe'", + " # - 'details'", + " # - 'extra'", + "", + " # Read https://github.com/tgalopin/html-sanitizer/blob/master/docs/3-configuration-reference.md", + " # to discover all the available options for each extension.", + "" + ], + "executable": false } }, - "origin": "tgalopin/html-sanitizer-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "95b935177db9abb65356fe19e57fe5abd908b5b8" } } } \ No newline at end of file diff --git a/thecodingmachine.graphqlite-bundle.3.0.json b/thecodingmachine.graphqlite-bundle.3.0.json index 1343699b..b9b63aff 100644 --- a/thecodingmachine.graphqlite-bundle.3.0.json +++ b/thecodingmachine.graphqlite-bundle.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "thecodingmachine/graphqlite-bundle": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "96ae19d02363f9b640bcad4291d7972e44aa64e4" - } - } - }, "manifests": { "thecodingmachine/graphqlite-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "thecodingmachine/graphqlite-bundle", - "version": "3.0", "manifest": { "bundles": { "TheCodingMachine\\Graphqlite\\Bundle\\GraphqliteBundle": [ @@ -27,13 +13,19 @@ }, "files": { "config/packages/graphqlite.yaml": { - "contents": "# Read more about GraphQLite available options at: https://graphqlite.thecodingmachine.io/docs/symfony-bundle\ngraphqlite:\n namespace:\n controllers: App\\Controller\\\n types:\n - App\\\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read more about GraphQLite available options at: https://graphqlite.thecodingmachine.io/docs/symfony-bundle", + "graphqlite:", + " namespace:", + " controllers: App\\Controller\\", + " types:", + " - App\\", + "" + ], + "executable": false } }, - "origin": "thecodingmachine/graphqlite-bundle:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "96ae19d02363f9b640bcad4291d7972e44aa64e4" } } } \ No newline at end of file diff --git a/thecodingmachine.graphqlite-bundle.4.0.json b/thecodingmachine.graphqlite-bundle.4.0.json index 6b125d10..ca0b2860 100644 --- a/thecodingmachine.graphqlite-bundle.4.0.json +++ b/thecodingmachine.graphqlite-bundle.4.0.json @@ -1,20 +1,6 @@ { - "locks": { - "thecodingmachine/graphqlite-bundle": { - "version": "4.0", - "recipe": { - "repo": "4.0", - "branch": "master", - "version": "4.0", - "ref": "8aae303ca95671f95ef356b7034a2144ea4060ad" - } - } - }, "manifests": { "thecodingmachine/graphqlite-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "thecodingmachine/graphqlite-bundle", - "version": "4.0", "manifest": { "bundles": { "TheCodingMachine\\Graphqlite\\Bundle\\GraphqliteBundle": [ @@ -31,8 +17,7 @@ ] }, "files": [], - "origin": "thecodingmachine/graphqlite-bundle:4.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "8aae303ca95671f95ef356b7034a2144ea4060ad" } } } \ No newline at end of file diff --git a/thecodingmachine.tdbm-bundle.5.0.json b/thecodingmachine.tdbm-bundle.5.0.json index dae4096e..616b2f0e 100644 --- a/thecodingmachine.tdbm-bundle.5.0.json +++ b/thecodingmachine.tdbm-bundle.5.0.json @@ -1,20 +1,6 @@ { - "locks": { - "thecodingmachine/tdbm-bundle": { - "version": "5.0", - "recipe": { - "repo": "5.0", - "branch": "master", - "version": "5.0", - "ref": "129c707eb80cb89ea94c310c4db8419dd6ae32c2" - } - } - }, "manifests": { "thecodingmachine/tdbm-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "thecodingmachine/tdbm-bundle", - "version": "5.0", "manifest": { "bundles": { "TheCodingMachine\\TDBM\\Bundle\\TdbmBundle": [ @@ -27,13 +13,17 @@ }, "files": { "config/packages/tdbm.yaml": { - "contents": "# Read more about TDBM available options at: https://thecodingmachine.github.io/tdbm/doc/install_symfony.html\ntdbm:\n bean_namespace: App\\Beans\n dao_namespace: App\\Daos\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read more about TDBM available options at: https://thecodingmachine.github.io/tdbm/doc/install_symfony.html", + "tdbm:", + " bean_namespace: App\\Beans", + " dao_namespace: App\\Daos", + "" + ], + "executable": false } }, - "origin": "thecodingmachine/tdbm-bundle:5.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "129c707eb80cb89ea94c310c4db8419dd6ae32c2" } } } \ No newline at end of file diff --git a/theplankmeister.form-data-transposer.1.0.json b/theplankmeister.form-data-transposer.1.0.json index dd624bfe..929a2ca1 100644 --- a/theplankmeister.form-data-transposer.1.0.json +++ b/theplankmeister.form-data-transposer.1.0.json @@ -1,28 +1,13 @@ { - "locks": { - "theplankmeister/form-data-transposer": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "d3918583664c91e186ac0d3e90e06658b9d26d62" - } - } - }, "manifests": { "theplankmeister/form-data-transposer": { - "repository": "github.com/symfony/recipes-contrib", - "package": "theplankmeister/form-data-transposer", - "version": "1.0", "manifest": { "copy-from-package": { "config/form_data_transposer.yaml": "%CONFIG_DIR%/packages/form_data_transposer.yaml" } }, "files": [], - "origin": "theplankmeister/form-data-transposer:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "d3918583664c91e186ac0d3e90e06658b9d26d62" } } } \ No newline at end of file diff --git a/tienvx.mbt-api-bundle.1.0.json b/tienvx.mbt-api-bundle.1.0.json index ff64b6b8..b953b092 100644 --- a/tienvx.mbt-api-bundle.1.0.json +++ b/tienvx.mbt-api-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "tienvx/mbt-api-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "b3af5ae7e308e4849d234079e162db4412377a1b" - } - } - }, "manifests": { "tienvx/mbt-api-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "tienvx/mbt-api-bundle", - "version": "1.0", "manifest": { "bundles": { "Tienvx\\Bundle\\MbtApiBundle\\TienvxMbtApiBundle": [ @@ -32,18 +18,26 @@ }, "files": { "config/routes/tienvx_mbt_api.yaml": { - "contents": "tienvx_mbt_api:\n resource: '@TienvxMbtApiBundle/Resources/config/routing.xml'\n prefix: '/mbt-api'\n", - "executable": false, - "encoding": "" + "contents": [ + "tienvx_mbt_api:", + " resource: '@TienvxMbtApiBundle/Resources/config/routing.xml'", + " prefix: '/mbt-api'", + "" + ], + "executable": false }, "config/packages/tienvx_mbt_api.yaml": { - "contents": "tienvx_mbt_api:\n java_binary: '%env(JAVA_BINARY)%'\n plantuml_binary: '%env(PLANTUML_BINARY)%'\n console_binary: '%env(CONSOLE_BINARY)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "tienvx_mbt_api:", + " java_binary: '%env(JAVA_BINARY)%'", + " plantuml_binary: '%env(PLANTUML_BINARY)%'", + " console_binary: '%env(CONSOLE_BINARY)%'", + "" + ], + "executable": false } }, - "origin": "tienvx/mbt-api-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "b3af5ae7e308e4849d234079e162db4412377a1b" } } } \ No newline at end of file diff --git a/tienvx.mbt-api-bundle.1.12.json b/tienvx.mbt-api-bundle.1.12.json index 8f0f4cef..e278fd7c 100644 --- a/tienvx.mbt-api-bundle.1.12.json +++ b/tienvx.mbt-api-bundle.1.12.json @@ -1,20 +1,6 @@ { - "locks": { - "tienvx/mbt-api-bundle": { - "version": "1.12", - "recipe": { - "repo": "1.12", - "branch": "master", - "version": "1.12", - "ref": "048e694d742079af5ffd5302a77b14da494eb515" - } - } - }, "manifests": { "tienvx/mbt-api-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "tienvx/mbt-api-bundle", - "version": "1.12", "manifest": { "bundles": { "Tienvx\\Bundle\\MbtApiBundle\\TienvxMbtApiBundle": [ @@ -31,18 +17,25 @@ }, "files": { "config/routes/tienvx_mbt_api.yaml": { - "contents": "tienvx_mbt_api:\n resource: '@TienvxMbtApiBundle/Resources/config/routing.xml'\n prefix: '/mbt-api'\n", - "executable": false, - "encoding": "" + "contents": [ + "tienvx_mbt_api:", + " resource: '@TienvxMbtApiBundle/Resources/config/routing.xml'", + " prefix: '/mbt-api'", + "" + ], + "executable": false }, "config/packages/tienvx_mbt_api.yaml": { - "contents": "tienvx_mbt_api:\n dot_binary: '%env(DOT_BINARY)%'\n console_binary: '%env(CONSOLE_BINARY)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "tienvx_mbt_api:", + " dot_binary: '%env(DOT_BINARY)%'", + " console_binary: '%env(CONSOLE_BINARY)%'", + "" + ], + "executable": false } }, - "origin": "tienvx/mbt-api-bundle:1.12@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "048e694d742079af5ffd5302a77b14da494eb515" } } } \ No newline at end of file diff --git a/tienvx.mbt-api-bundle.1.15.json b/tienvx.mbt-api-bundle.1.15.json index 383a0288..6dc2ed48 100644 --- a/tienvx.mbt-api-bundle.1.15.json +++ b/tienvx.mbt-api-bundle.1.15.json @@ -1,20 +1,6 @@ { - "locks": { - "tienvx/mbt-api-bundle": { - "version": "1.15", - "recipe": { - "repo": "1.15", - "branch": "master", - "version": "1.15", - "ref": "70ceb93d86331ab968a53500be427bf77a7afc71" - } - } - }, "manifests": { "tienvx/mbt-api-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "tienvx/mbt-api-bundle", - "version": "1.15", "manifest": { "bundles": { "Tienvx\\Bundle\\MbtApiBundle\\TienvxMbtApiBundle": [ @@ -30,18 +16,24 @@ }, "files": { "config/routes/tienvx_mbt_api.yaml": { - "contents": "tienvx_mbt_api:\n resource: '@TienvxMbtApiBundle/Resources/config/routing.xml'\n prefix: '/mbt-api'\n", - "executable": false, - "encoding": "" + "contents": [ + "tienvx_mbt_api:", + " resource: '@TienvxMbtApiBundle/Resources/config/routing.xml'", + " prefix: '/mbt-api'", + "" + ], + "executable": false }, "config/packages/tienvx_mbt_api.yaml": { - "contents": "tienvx_mbt_api:\n dot_binary: '%env(DOT_BINARY)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "tienvx_mbt_api:", + " dot_binary: '%env(DOT_BINARY)%'", + "" + ], + "executable": false } }, - "origin": "tienvx/mbt-api-bundle:1.15@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "70ceb93d86331ab968a53500be427bf77a7afc71" } } } \ No newline at end of file diff --git a/tienvx.mbt-bundle.1.15.json b/tienvx.mbt-bundle.1.15.json index 51af7e57..fb5c10c9 100644 --- a/tienvx.mbt-bundle.1.15.json +++ b/tienvx.mbt-bundle.1.15.json @@ -1,20 +1,6 @@ { - "locks": { - "tienvx/mbt-bundle": { - "version": "1.15", - "recipe": { - "repo": "1.15", - "branch": "master", - "version": "1.15", - "ref": "c3dee2d3577c6878d256536e85dbed9be529e354" - } - } - }, "manifests": { "tienvx/mbt-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "tienvx/mbt-bundle", - "version": "1.15", "manifest": { "bundles": { "Tienvx\\Bundle\\MbtBundle\\TienvxMbtBundle": [ @@ -32,18 +18,29 @@ }, "files": { "var/storage/screenshots/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "config/packages/tienvx_mbt.yaml": { - "contents": "tienvx_mbt:\n email_from: '%env(EMAIL_FROM)%'\n admin_url: '%env(ADMIN_URL)%'\n\nflysystem:\n storages:\n mbt.storage:\n adapter: 'local'\n options:\n directory: \"%kernel.project_dir%/var/storage/screenshots\"\n", - "executable": false, - "encoding": "" + "contents": [ + "tienvx_mbt:", + " email_from: '%env(EMAIL_FROM)%'", + " admin_url: '%env(ADMIN_URL)%'", + "", + "flysystem:", + " storages:", + " mbt.storage:", + " adapter: 'local'", + " options:", + " directory: \"%kernel.project_dir%/var/storage/screenshots\"", + "" + ], + "executable": false } }, - "origin": "tienvx/mbt-bundle:1.15@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "c3dee2d3577c6878d256536e85dbed9be529e354" } } } \ No newline at end of file diff --git a/tienvx.mbt-bundle.1.17.json b/tienvx.mbt-bundle.1.17.json index 6b2d921e..afa34650 100644 --- a/tienvx.mbt-bundle.1.17.json +++ b/tienvx.mbt-bundle.1.17.json @@ -1,20 +1,6 @@ { - "locks": { - "tienvx/mbt-bundle": { - "version": "1.17", - "recipe": { - "repo": "1.17", - "branch": "master", - "version": "1.17", - "ref": "78464b7d1373d35994cfe408fc2b21ce42a808ba" - } - } - }, "manifests": { "tienvx/mbt-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "tienvx/mbt-bundle", - "version": "1.17", "manifest": { "bundles": { "Tienvx\\Bundle\\MbtBundle\\TienvxMbtBundle": [ @@ -31,13 +17,16 @@ }, "files": { "config/packages/tienvx_mbt.yaml": { - "contents": "tienvx_mbt:\n email_from: '%env(EMAIL_FROM)%'\n admin_url: '%env(ADMIN_URL)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "tienvx_mbt:", + " email_from: '%env(EMAIL_FROM)%'", + " admin_url: '%env(ADMIN_URL)%'", + "" + ], + "executable": false } }, - "origin": "tienvx/mbt-bundle:1.17@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "78464b7d1373d35994cfe408fc2b21ce42a808ba" } } } \ No newline at end of file diff --git a/tienvx.mbt-bundle.1.7.json b/tienvx.mbt-bundle.1.7.json index ce7a14ed..89d7b293 100644 --- a/tienvx.mbt-bundle.1.7.json +++ b/tienvx.mbt-bundle.1.7.json @@ -1,20 +1,6 @@ { - "locks": { - "tienvx/mbt-bundle": { - "version": "1.7", - "recipe": { - "repo": "1.7", - "branch": "master", - "version": "1.7", - "ref": "9115d708d793208b5129daa8aa17d17f470aaa2e" - } - } - }, "manifests": { "tienvx/mbt-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "tienvx/mbt-bundle", - "version": "1.7", "manifest": { "bundles": { "Tienvx\\Bundle\\MbtBundle\\TienvxMbtBundle": [ @@ -37,18 +23,34 @@ }, "files": { "var/storage/screenshots/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "config/packages/tienvx_mbt.yaml": { - "contents": "tienvx_mbt:\n slack_hook_url: '%env(SLACK_HOOK_URL)%'\n slack_from: '%env(SLACK_FROM)%'\n slack_to: '%env(SLACK_TO)%'\n slack_message: '%env(SLACK_MESSAGE)%'\n email_from: '%env(EMAIL_FROM)%'\n email_to: '%env(EMAIL_TO)%'\n email_subject: '%env(EMAIL_SUBJECT)%'\n\nflysystem:\n storages:\n mbt.storage:\n adapter: 'local'\n options:\n directory: \"%kernel.project_dir%/var/storage/screenshots\"\n", - "executable": false, - "encoding": "" + "contents": [ + "tienvx_mbt:", + " slack_hook_url: '%env(SLACK_HOOK_URL)%'", + " slack_from: '%env(SLACK_FROM)%'", + " slack_to: '%env(SLACK_TO)%'", + " slack_message: '%env(SLACK_MESSAGE)%'", + " email_from: '%env(EMAIL_FROM)%'", + " email_to: '%env(EMAIL_TO)%'", + " email_subject: '%env(EMAIL_SUBJECT)%'", + "", + "flysystem:", + " storages:", + " mbt.storage:", + " adapter: 'local'", + " options:", + " directory: \"%kernel.project_dir%/var/storage/screenshots\"", + "" + ], + "executable": false } }, - "origin": "tienvx/mbt-bundle:1.7@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "9115d708d793208b5129daa8aa17d17f470aaa2e" } } } \ No newline at end of file diff --git a/tilleuls.forgot-password-bundle.1.0.json b/tilleuls.forgot-password-bundle.1.0.json index a932744b..5ef81aa0 100644 --- a/tilleuls.forgot-password-bundle.1.0.json +++ b/tilleuls.forgot-password-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "tilleuls/forgot-password-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "48ab9b5581997a68245b79ac21e355152e29fcde" - } - } - }, "manifests": { "tilleuls/forgot-password-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "tilleuls/forgot-password-bundle", - "version": "1.0", "manifest": { "bundles": { "CoopTilleuls\\ForgotPasswordBundle\\CoopTilleulsForgotPasswordBundle": [ @@ -27,18 +13,33 @@ }, "files": { "config/routes/coop_tilleuls_forgot_password.yaml": { - "contents": "coop_tilleuls_forgot_password:\n resource: \"@CoopTilleulsForgotPasswordBundle/Resources/config/routing.xml\"\n prefix: /forgot_password\n", - "executable": false, - "encoding": "" + "contents": [ + "coop_tilleuls_forgot_password:", + " resource: \"@CoopTilleulsForgotPasswordBundle/Resources/config/routing.xml\"", + " prefix: /forgot_password", + "" + ], + "executable": false }, "config/packages/coop_tilleuls_forgot_password.yaml": { - "contents": "# Read the documentation: https://github.com/coopTilleuls/CoopTilleulsForgotPasswordBundle/blob/master/Resources/doc/getting_started.md\ncoop_tilleuls_forgot_password:\n password_token:\n class: App\\Entity\\PasswordToken # required\n expires_in: 1 day\n user_field: user\n serialization_groups: []\n user:\n class: App\\Entity\\User # required\n email_field: email\n password_field: password\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://github.com/coopTilleuls/CoopTilleulsForgotPasswordBundle/blob/master/Resources/doc/getting_started.md", + "coop_tilleuls_forgot_password:", + " password_token:", + " class: App\\Entity\\PasswordToken # required", + " expires_in: 1 day", + " user_field: user", + " serialization_groups: []", + " user:", + " class: App\\Entity\\User # required", + " email_field: email", + " password_field: password", + "" + ], + "executable": false } }, - "origin": "tilleuls/forgot-password-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "48ab9b5581997a68245b79ac21e355152e29fcde" } } } \ No newline at end of file diff --git a/tilleuls.migration-bundle.1.1.json b/tilleuls.migration-bundle.1.1.json index e41d7a0d..18f9c811 100644 --- a/tilleuls.migration-bundle.1.1.json +++ b/tilleuls.migration-bundle.1.1.json @@ -1,20 +1,6 @@ { - "locks": { - "tilleuls/migration-bundle": { - "version": "1.1", - "recipe": { - "repo": "1.1", - "branch": "master", - "version": "1.1", - "ref": "d35335e4d5504163249f546b3bff7cdc17cf666f" - } - } - }, "manifests": { "tilleuls/migration-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "tilleuls/migration-bundle", - "version": "1.1", "manifest": { "bundles": { "CoopTilleuls\\MigrationBundle\\CoopTilleulsMigrationBundle": [ @@ -30,13 +16,23 @@ }, "files": { "config/packages/coop_tilleuls_migration.yaml": { - "contents": "# Read the documentation: https://github.com/coopTilleuls/CoopTilleulsMigrationBundle/blob/master/Resources/doc/getting_started.md\ncoop_tilleuls_migration:\n legacy_connection_name: legacy\n\ndoctrine:\n dbal:\n connections:\n legacy:\n wrapper_class: 'CoopTilleuls\\MigrationBundle\\Doctrine\\DBAL\\DisabledConnection'\n url: \"%env(LEGACY_DATABASE_URL)%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://github.com/coopTilleuls/CoopTilleulsMigrationBundle/blob/master/Resources/doc/getting_started.md", + "coop_tilleuls_migration:", + " legacy_connection_name: legacy", + "", + "doctrine:", + " dbal:", + " connections:", + " legacy:", + " wrapper_class: 'CoopTilleuls\\MigrationBundle\\Doctrine\\DBAL\\DisabledConnection'", + " url: \"%env(LEGACY_DATABASE_URL)%\"", + "" + ], + "executable": false } }, - "origin": "tilleuls/migration-bundle:1.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "d35335e4d5504163249f546b3bff7cdc17cf666f" } } } \ No newline at end of file diff --git a/tilleuls.sylius-quick-import-plugin.0.1.json b/tilleuls.sylius-quick-import-plugin.0.1.json index 98b516c7..3abcac48 100644 --- a/tilleuls.sylius-quick-import-plugin.0.1.json +++ b/tilleuls.sylius-quick-import-plugin.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "tilleuls/sylius-quick-import-plugin": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "180193aa5e5b7afc96d69821ae9579695cfdc9c7" - } - } - }, "manifests": { "tilleuls/sylius-quick-import-plugin": { - "repository": "github.com/symfony/recipes-contrib", - "package": "tilleuls/sylius-quick-import-plugin", - "version": "0.1", "manifest": { "bundles": { "CoopTilleuls\\SyliusQuickImportPlugin\\CoopTilleulsSyliusQuickImportPlugin": [ @@ -27,13 +13,16 @@ }, "files": { "config/routes/sylius_quick_import.yaml": { - "contents": "coop_tilleuls_sylius_quick_import_admin:\n resource: \"@CoopTilleulsSyliusQuickImportPlugin/Resources/config/admin_routing.yml\"\n prefix: /admin\n", - "executable": false, - "encoding": "" + "contents": [ + "coop_tilleuls_sylius_quick_import_admin:", + " resource: \"@CoopTilleulsSyliusQuickImportPlugin/Resources/config/admin_routing.yml\"", + " prefix: /admin", + "" + ], + "executable": false } }, - "origin": "tilleuls/sylius-quick-import-plugin:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "180193aa5e5b7afc96d69821ae9579695cfdc9c7" } } } \ No newline at end of file diff --git a/tilleuls.url-signer-bundle.1.0.json b/tilleuls.url-signer-bundle.1.0.json index 24bf6fe4..980805c8 100644 --- a/tilleuls.url-signer-bundle.1.0.json +++ b/tilleuls.url-signer-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "tilleuls/url-signer-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "20cec2e3050fe3d40d514b8c46ac934ab1f0580e" - } - } - }, "manifests": { "tilleuls/url-signer-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "tilleuls/url-signer-bundle", - "version": "1.0", "manifest": { "bundles": { "CoopTilleuls\\UrlSignerBundle\\CoopTilleulsUrlSignerBundle": [ @@ -30,13 +16,15 @@ }, "files": { "config/packages/url_signer.yaml": { - "contents": "coop_tilleuls_url_signer:\n signature_key: '%env(string:SIGNATURE_KEY)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "coop_tilleuls_url_signer:", + " signature_key: '%env(string:SIGNATURE_KEY)%'", + "" + ], + "executable": false } }, - "origin": "tilleuls/url-signer-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "20cec2e3050fe3d40d514b8c46ac934ab1f0580e" } } } \ No newline at end of file diff --git a/timiki.rpc-client-bundle.4.0.json b/timiki.rpc-client-bundle.4.0.json index ff349b32..165d95d5 100644 --- a/timiki.rpc-client-bundle.4.0.json +++ b/timiki.rpc-client-bundle.4.0.json @@ -1,20 +1,6 @@ { - "locks": { - "timiki/rpc-client-bundle": { - "version": "4.0", - "recipe": { - "repo": "4.0", - "branch": "master", - "version": "4.0", - "ref": "fd232956391a42232fe857432136c9387c8ec0d1" - } - } - }, "manifests": { "timiki/rpc-client-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "timiki/rpc-client-bundle", - "version": "4.0", "manifest": { "bundles": { "Timiki\\Bundle\\RpcClientBundle\\RpcClientBundle": [ @@ -27,13 +13,22 @@ }, "files": { "config/packages/rpc_client.yaml": { - "contents": "# Read the documentation: https://github.com/timiki/rpc-client-bundle\n\nrpc_client:\n\n # connection:\n # name_1: RPC_SERVER_URL_1\n # name_2: RPC_SERVER_URL_2\n\n connection: null\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://github.com/timiki/rpc-client-bundle", + "", + "rpc_client:", + "", + " # connection:", + " # name_1: RPC_SERVER_URL_1", + " # name_2: RPC_SERVER_URL_2", + "", + " connection: null", + "" + ], + "executable": false } }, - "origin": "timiki/rpc-client-bundle:4.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "fd232956391a42232fe857432136c9387c8ec0d1" } } } \ No newline at end of file diff --git a/timiki.rpc-server-bundle.4.0.json b/timiki.rpc-server-bundle.4.0.json index 1947e1e6..fbaae7c4 100644 --- a/timiki.rpc-server-bundle.4.0.json +++ b/timiki.rpc-server-bundle.4.0.json @@ -1,20 +1,6 @@ { - "locks": { - "timiki/rpc-server-bundle": { - "version": "4.0", - "recipe": { - "repo": "4.0", - "branch": "master", - "version": "4.0", - "ref": "ec7efbddd11341ae51ed0b132dbae54659667ca5" - } - } - }, "manifests": { "timiki/rpc-server-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "timiki/rpc-server-bundle", - "version": "4.0", "manifest": { "bundles": { "Timiki\\Bundle\\RpcServerBundle\\RpcServerBundle": [ @@ -28,23 +14,44 @@ }, "files": { "src/Method/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "config/routes/rpc_server.yaml": { - "contents": "rpc:\n path: /rpc\n defaults: { _controller: RpcServerBundle:Rpc:handler }\n methods: [POST]\n", - "executable": false, - "encoding": "" + "contents": [ + "rpc:", + " path: /rpc", + " defaults: { _controller: RpcServerBundle:Rpc:handler }", + " methods: [POST]", + "" + ], + "executable": false }, "config/packages/rpc_server.yaml": { - "contents": "# Read the documentation: https://github.com/timiki/rpc-server-bundle\n\nrpc_server:\n\n mapping: '%kernel.root_dir%/Method'\n\n # id cache service, must be instance of Doctrine\\Common\\Cache\\CacheProvider\n # by default use file cache\n\n cache: null\n\n # id serializer service, must be instance of Timiki\\Bundle\\RpcServerBundle\\Serializer\\SerializerInterface\n # by default use 'rpc.server.serializer.base' service\n\n serializer: 'rpc.server.serializer.base'\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://github.com/timiki/rpc-server-bundle", + "", + "rpc_server:", + "", + " mapping: '%kernel.root_dir%/Method'", + "", + " # id cache service, must be instance of Doctrine\\Common\\Cache\\CacheProvider", + " # by default use file cache", + "", + " cache: null", + "", + " # id serializer service, must be instance of Timiki\\Bundle\\RpcServerBundle\\Serializer\\SerializerInterface", + " # by default use 'rpc.server.serializer.base' service", + "", + " serializer: 'rpc.server.serializer.base'", + "" + ], + "executable": false } }, - "origin": "timiki/rpc-server-bundle:4.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "ec7efbddd11341ae51ed0b132dbae54659667ca5" } } } \ No newline at end of file diff --git a/timiki.rpc-server-bundle.4.2.json b/timiki.rpc-server-bundle.4.2.json index ec73b171..c6933fd5 100644 --- a/timiki.rpc-server-bundle.4.2.json +++ b/timiki.rpc-server-bundle.4.2.json @@ -1,20 +1,6 @@ { - "locks": { - "timiki/rpc-server-bundle": { - "version": "4.2", - "recipe": { - "repo": "4.2", - "branch": "master", - "version": "4.2", - "ref": "55f99c8a9901bcb5cbd75ab722c923dae9bfb4ef" - } - } - }, "manifests": { "timiki/rpc-server-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "timiki/rpc-server-bundle", - "version": "4.2", "manifest": { "bundles": { "Timiki\\Bundle\\RpcServerBundle\\RpcServerBundle": [ @@ -28,23 +14,44 @@ }, "files": { "src/Method/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "config/routes/rpc_server.yaml": { - "contents": "rpc:\n path: /rpc\n defaults: { _controller: RpcServerBundle:Rpc:handler }\n methods: [POST]\n", - "executable": false, - "encoding": "" + "contents": [ + "rpc:", + " path: /rpc", + " defaults: { _controller: RpcServerBundle:Rpc:handler }", + " methods: [POST]", + "" + ], + "executable": false }, "config/packages/rpc_server.yaml": { - "contents": "# Read the documentation: https://github.com/timiki/rpc-server-bundle\n\nrpc_server:\n\n mapping: '%kernel.project_dir%/src/Method'\n\n # id cache service, must be instance of Doctrine\\Common\\Cache\\CacheProvider\n # by default use file cache\n\n cache: null\n\n # id serializer service, must be instance of Timiki\\Bundle\\RpcServerBundle\\Serializer\\SerializerInterface\n # by default use 'rpc.server.serializer.base' service\n\n serializer: 'rpc.server.serializer.base'\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://github.com/timiki/rpc-server-bundle", + "", + "rpc_server:", + "", + " mapping: '%kernel.project_dir%/src/Method'", + "", + " # id cache service, must be instance of Doctrine\\Common\\Cache\\CacheProvider", + " # by default use file cache", + "", + " cache: null", + "", + " # id serializer service, must be instance of Timiki\\Bundle\\RpcServerBundle\\Serializer\\SerializerInterface", + " # by default use 'rpc.server.serializer.base' service", + "", + " serializer: 'rpc.server.serializer.base'", + "" + ], + "executable": false } }, - "origin": "timiki/rpc-server-bundle:4.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "55f99c8a9901bcb5cbd75ab722c923dae9bfb4ef" } } } \ No newline at end of file diff --git a/toiba.fullcalendar-bundle.6.2.json b/toiba.fullcalendar-bundle.6.2.json index cbb54055..25f3f36c 100644 --- a/toiba.fullcalendar-bundle.6.2.json +++ b/toiba.fullcalendar-bundle.6.2.json @@ -1,20 +1,6 @@ { - "locks": { - "toiba/fullcalendar-bundle": { - "version": "6.2", - "recipe": { - "repo": "6.2", - "branch": "master", - "version": "6.2", - "ref": "43c9033fa6f75f9325f9ac21787c8e8acb086934" - } - } - }, "manifests": { "toiba/fullcalendar-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "toiba/fullcalendar-bundle", - "version": "6.2", "manifest": { "bundles": { "Toiba\\FullCalendarBundle\\FullCalendarBundle": [ @@ -27,13 +13,15 @@ }, "files": { "config/routes/fullcalendar.yaml": { - "contents": "toiba_fullcalendar:\n resource: \"@FullCalendarBundle/Resources/config/routing.yaml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "toiba_fullcalendar:", + " resource: \"@FullCalendarBundle/Resources/config/routing.yaml\"", + "" + ], + "executable": false } }, - "origin": "toiba/fullcalendar-bundle:6.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "43c9033fa6f75f9325f9ac21787c8e8acb086934" } } } \ No newline at end of file diff --git a/trikoder.oauth2-bundle.2.0.json b/trikoder.oauth2-bundle.2.0.json index eed12028..f0ccf082 100644 --- a/trikoder.oauth2-bundle.2.0.json +++ b/trikoder.oauth2-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "trikoder/oauth2-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "d572e3632e6dfcabba3e81da5092b6b1b4f660c1" - } - } - }, "manifests": { "trikoder/oauth2-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "trikoder/oauth2-bundle", - "version": "2.0", "manifest": { "bundles": { "Trikoder\\Bundle\\OAuth2Bundle\\TrikoderOAuth2Bundle": [ @@ -52,18 +38,34 @@ }, "files": { "config/routes/trikoder_oauth2.yaml": { - "contents": "oauth2:\n resource: '@TrikoderOAuth2Bundle/Resources/config/routes.xml'\n", - "executable": false, - "encoding": "" + "contents": [ + "oauth2:", + " resource: '@TrikoderOAuth2Bundle/Resources/config/routes.xml'", + "" + ], + "executable": false }, "config/packages/trikoder_oauth2.yaml": { - "contents": "trikoder_oauth2:\n\n authorization_server:\n private_key: /var/oauth/private.key # Change this\n private_key_passphrase: null # Passphrase of the private key, if any\n\n encryption_key: '%env(string:OAUTH2_ENCRYPTION_KEY)%' # (Optional) Change this\n\n resource_server:\n public_key: /var/oauth/public.key # Change this\n\n persistence:\n doctrine: null\n", - "executable": false, - "encoding": "" + "contents": [ + "trikoder_oauth2:", + "", + " authorization_server:", + " private_key: /var/oauth/private.key # Change this", + " private_key_passphrase: null # Passphrase of the private key, if any", + "", + " encryption_key: '%env(string:OAUTH2_ENCRYPTION_KEY)%' # (Optional) Change this", + "", + " resource_server:", + " public_key: /var/oauth/public.key # Change this", + "", + " persistence:", + " doctrine: null", + "" + ], + "executable": false } }, - "origin": "trikoder/oauth2-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "d572e3632e6dfcabba3e81da5092b6b1b4f660c1" } } } \ No newline at end of file diff --git a/trikoder.oauth2-bundle.3.0.json b/trikoder.oauth2-bundle.3.0.json index 3a6be083..2bb9b844 100644 --- a/trikoder.oauth2-bundle.3.0.json +++ b/trikoder.oauth2-bundle.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "trikoder/oauth2-bundle": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "43774de114904e86d18de0cea92f368d8e3c7499" - } - } - }, "manifests": { "trikoder/oauth2-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "trikoder/oauth2-bundle", - "version": "3.0", "manifest": { "bundles": { "Trikoder\\Bundle\\OAuth2Bundle\\TrikoderOAuth2Bundle": [ @@ -52,18 +38,34 @@ }, "files": { "config/routes/trikoder_oauth2.yaml": { - "contents": "oauth2:\n resource: '@TrikoderOAuth2Bundle/Resources/config/routes.xml'\n", - "executable": false, - "encoding": "" + "contents": [ + "oauth2:", + " resource: '@TrikoderOAuth2Bundle/Resources/config/routes.xml'", + "" + ], + "executable": false }, "config/packages/trikoder_oauth2.yaml": { - "contents": "trikoder_oauth2:\n\n authorization_server:\n private_key: /var/oauth/private.key # Change this\n private_key_passphrase: null # Passphrase of the private key, if any\n\n encryption_key: '%env(string:OAUTH2_ENCRYPTION_KEY)%' # (Optional) Change this\n\n resource_server:\n public_key: /var/oauth/public.key # Change this\n\n persistence:\n doctrine: null\n", - "executable": false, - "encoding": "" + "contents": [ + "trikoder_oauth2:", + "", + " authorization_server:", + " private_key: /var/oauth/private.key # Change this", + " private_key_passphrase: null # Passphrase of the private key, if any", + "", + " encryption_key: '%env(string:OAUTH2_ENCRYPTION_KEY)%' # (Optional) Change this", + "", + " resource_server:", + " public_key: /var/oauth/public.key # Change this", + "", + " persistence:", + " doctrine: null", + "" + ], + "executable": false } }, - "origin": "trikoder/oauth2-bundle:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "43774de114904e86d18de0cea92f368d8e3c7499" } } } \ No newline at end of file diff --git a/troopers.alertify-bundle.3.0.json b/troopers.alertify-bundle.3.0.json index 7c355db3..04dc9038 100644 --- a/troopers.alertify-bundle.3.0.json +++ b/troopers.alertify-bundle.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "troopers/alertify-bundle": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "d1fd88c724bd3ad9143426559626bc5865679cc8" - } - } - }, "manifests": { "troopers/alertify-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "troopers/alertify-bundle", - "version": "3.0", "manifest": { "bundles": { "Troopers\\AlertifyBundle\\TroopersAlertifyBundle": [ @@ -41,13 +27,23 @@ }, "files": { "config/packages/troopers_alertify.yaml": { - "contents": "#Please learn more about alertify contexts https://github.com/Troopers/AlertifyBundle/blob/master/Resources/doc/configuration.md\ntroopers_alertify:\n contexts:\n front:\n engine: \"notie\"\n layout: \"top\"\n translationDomain: \"messages\"\n options:\n alertTime: 10\n\n", - "executable": false, - "encoding": "" + "contents": [ + "#Please learn more about alertify contexts https://github.com/Troopers/AlertifyBundle/blob/master/Resources/doc/configuration.md", + "troopers_alertify:", + " contexts:", + " front:", + " engine: \"notie\"", + " layout: \"top\"", + " translationDomain: \"messages\"", + " options:", + " alertTime: 10", + "", + "" + ], + "executable": false } }, - "origin": "troopers/alertify-bundle:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "d1fd88c724bd3ad9143426559626bc5865679cc8" } } } \ No newline at end of file diff --git a/troopers.mangopay-bundle.3.0.json b/troopers.mangopay-bundle.3.0.json index adff4805..10d6159e 100644 --- a/troopers.mangopay-bundle.3.0.json +++ b/troopers.mangopay-bundle.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "troopers/mangopay-bundle": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "3d20e33c913b0a2dae803858c918c6ef9267074a" - } - } - }, "manifests": { "troopers/mangopay-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "troopers/mangopay-bundle", - "version": "3.0", "manifest": { "bundles": { "Troopers\\MangopayBundle\\TroopersMangopayBundle": [ @@ -32,13 +18,17 @@ }, "files": { "config/packages/troopers_mangopay.yaml": { - "contents": "troopers_mangopay:\n client_id: \"%env(TROOPERS_MANGOPAY_CLIENT_ID)%\"\n client_password: \"%env(TROOPERS_MANGOPAY_CLIENT_PASSWORD)%\"\n base_url: \"%env(TROOPERS_MANGOPAY_BASE_URL)%\"\n", - "executable": false, - "encoding": "" + "contents": [ + "troopers_mangopay:", + " client_id: \"%env(TROOPERS_MANGOPAY_CLIENT_ID)%\"", + " client_password: \"%env(TROOPERS_MANGOPAY_CLIENT_PASSWORD)%\"", + " base_url: \"%env(TROOPERS_MANGOPAY_BASE_URL)%\"", + "" + ], + "executable": false } }, - "origin": "troopers/mangopay-bundle:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "3d20e33c913b0a2dae803858c918c6ef9267074a" } } } \ No newline at end of file diff --git a/tsantos.serializer-bundle.1.0.json b/tsantos.serializer-bundle.1.0.json index e3b61e13..e48dffa2 100644 --- a/tsantos.serializer-bundle.1.0.json +++ b/tsantos.serializer-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "tsantos/serializer-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "0e77ebcee14268963daa83bbf7dbda672876ef07" - } - } - }, "manifests": { "tsantos/serializer-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "tsantos/serializer-bundle", - "version": "1.0", "manifest": { "bundles": { "TSantos\\SerializerBundle\\TSantosSerializerBundle": [ @@ -27,23 +13,33 @@ }, "files": { "config/packages/tsantos_serializer.yaml": { - "contents": "# Read the official documentation page of this bundle for further information about all possible configurations.\n# http://tsantos-serializer-bundle.readthedocs.io/\ntsantos_serializer:\n generation_strategy: file_not_exists\n", - "executable": false, - "encoding": "" + "contents": [ + "# 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", + "" + ], + "executable": false }, "config/packages/prod/tsantos_serializer.yaml": { - "contents": "tsantos_serializer:\n generation_strategy: never\n", - "executable": false, - "encoding": "" + "contents": [ + "tsantos_serializer:", + " generation_strategy: never", + "" + ], + "executable": false }, "config/packages/test/tsantos_serializer.yaml": { - "contents": "tsantos_serializer:\n generation_strategy: always\n", - "executable": false, - "encoding": "" + "contents": [ + "tsantos_serializer:", + " generation_strategy: always", + "" + ], + "executable": false } }, - "origin": "tsantos/serializer-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "0e77ebcee14268963daa83bbf7dbda672876ef07" } } } \ No newline at end of file diff --git a/velhron.dadata-bundle.1.0.json b/velhron.dadata-bundle.1.0.json index 3293affe..10fde3b1 100644 --- a/velhron.dadata-bundle.1.0.json +++ b/velhron.dadata-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "velhron/dadata-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "fe286c8dfc95885d4509da0a1ae3c3aed2bab0db" - } - } - }, "manifests": { "velhron/dadata-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "velhron/dadata-bundle", - "version": "1.0", "manifest": { "bundles": { "Velhron\\DadataBundle\\VelhronDadataBundle": [ @@ -31,13 +17,16 @@ }, "files": { "config/packages/dadata.yaml": { - "contents": "velhron_dadata:\n token: '%env(DADATA_TOKEN)%'\n secret: '%env(DADATA_SECRET)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "velhron_dadata:", + " token: '%env(DADATA_TOKEN)%'", + " secret: '%env(DADATA_SECRET)%'", + "" + ], + "executable": false } }, - "origin": "velhron/dadata-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "fe286c8dfc95885d4509da0a1ae3c3aed2bab0db" } } } \ No newline at end of file diff --git a/verschoof.transip-api-bundle.1.2.json b/verschoof.transip-api-bundle.1.2.json index bd5227ac..04cee5d1 100644 --- a/verschoof.transip-api-bundle.1.2.json +++ b/verschoof.transip-api-bundle.1.2.json @@ -1,20 +1,6 @@ { - "locks": { - "verschoof/transip-api-bundle": { - "version": "1.2", - "recipe": { - "repo": "1.2", - "branch": "master", - "version": "1.2", - "ref": "7a7791bcfda0ec394bd340bb2f71eb35ab5fb622" - } - } - }, "manifests": { "verschoof/transip-api-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "verschoof/transip-api-bundle", - "version": "1.2", "manifest": { "bundles": { "Verschoof\\TransipApiBundle\\TransipApiBundle": [ @@ -32,13 +18,17 @@ }, "files": { "config/packages/transip_api.yaml": { - "contents": "transip_api:\n login : '%env(VERSCHOOF_TRANSIP_API_LOGIN)%'\n private_key : '%env(VERSCHOOF_TRANSIP_API_PRIVATE_KEY)%'\n read_only : true\n", - "executable": false, - "encoding": "" + "contents": [ + "transip_api:", + " login : '%env(VERSCHOOF_TRANSIP_API_LOGIN)%'", + " private_key : '%env(VERSCHOOF_TRANSIP_API_PRIVATE_KEY)%'", + " read_only : true", + "" + ], + "executable": false } }, - "origin": "verschoof/transip-api-bundle:1.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "7a7791bcfda0ec394bd340bb2f71eb35ab5fb622" } } } \ No newline at end of file diff --git a/vich.uploader-bundle.1.7.json b/vich.uploader-bundle.1.7.json index 7bdbfefa..facb35fd 100644 --- a/vich.uploader-bundle.1.7.json +++ b/vich.uploader-bundle.1.7.json @@ -1,20 +1,6 @@ { - "locks": { - "vich/uploader-bundle": { - "version": "1.7", - "recipe": { - "repo": "1.7", - "branch": "master", - "version": "1.7", - "ref": "c4f5755b37fb65b9c6a3cbdae91205c15a137ed4" - } - } - }, "manifests": { "vich/uploader-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "vich/uploader-bundle", - "version": "1.7", "manifest": { "bundles": { "Vich\\UploaderBundle\\VichUploaderBundle": [ @@ -27,13 +13,20 @@ }, "files": { "config/packages/vich_uploader.yaml": { - "contents": "vich_uploader:\n db_driver: orm\n\n #mappings:\n # products:\n # uri_prefix: /images/products\n # upload_destination: '%kernel.project_dir%/public/images/products'\n", - "executable": false, - "encoding": "" + "contents": [ + "vich_uploader:", + " db_driver: orm", + "", + " #mappings:", + " # products:", + " # uri_prefix: /images/products", + " # upload_destination: '%kernel.project_dir%/public/images/products'", + "" + ], + "executable": false } }, - "origin": "vich/uploader-bundle:1.7@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "c4f5755b37fb65b9c6a3cbdae91205c15a137ed4" } } } \ No newline at end of file diff --git a/vincentchalamon.nav-bundle.1.0.json b/vincentchalamon.nav-bundle.1.0.json index 2204ae03..5c5b2929 100644 --- a/vincentchalamon.nav-bundle.1.0.json +++ b/vincentchalamon.nav-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "vincentchalamon/nav-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "92fc2eb188beaea20b31f2c3bf8e0a07914d5018" - } - } - }, "manifests": { "vincentchalamon/nav-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "vincentchalamon/nav-bundle", - "version": "1.0", "manifest": { "bundles": { "NavBundle\\NavBundle": [ @@ -31,18 +17,27 @@ }, "files": { "src/Entity/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "config/packages/nav.yaml": { - "contents": "# Read the documentation: https://github.com/vincentchalamon/nav-bundle\nnav:\n enable_profiler: '%kernel.debug%'\n url: '%env(NAV_URL)%' # i.e.: https://user:pass@www.example.com/NAV_WS/\n paths:\n App:\n path: '%kernel.project_dir%/src/Entity'\n namespace: 'App/Entity'\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: https://github.com/vincentchalamon/nav-bundle", + "nav:", + " enable_profiler: '%kernel.debug%'", + " url: '%env(NAV_URL)%' # i.e.: https://user:pass@www.example.com/NAV_WS/", + " paths:", + " App:", + " path: '%kernel.project_dir%/src/Entity'", + " namespace: 'App/Entity'", + "" + ], + "executable": false } }, - "origin": "vincentchalamon/nav-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "92fc2eb188beaea20b31f2c3bf8e0a07914d5018" } } } \ No newline at end of file diff --git a/wandi.easyadmin-plus-bundle.0.1.json b/wandi.easyadmin-plus-bundle.0.1.json index 34e65dd7..9733e3ba 100644 --- a/wandi.easyadmin-plus-bundle.0.1.json +++ b/wandi.easyadmin-plus-bundle.0.1.json @@ -1,20 +1,6 @@ { - "locks": { - "wandi/easyadmin-plus-bundle": { - "version": "0.1", - "recipe": { - "repo": "0.1", - "branch": "master", - "version": "0.1", - "ref": "07210dd45f3fab4e4eade6486af6310c42456b7f" - } - } - }, "manifests": { "wandi/easyadmin-plus-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "wandi/easyadmin-plus-bundle", - "version": "0.1", "manifest": { "bundles": { "Wandi\\EasyAdminPlusBundle\\WandiEasyAdminPlusBundle": [ @@ -27,13 +13,16 @@ }, "files": { "config/routes/wandi_easy_admin_plus.yaml": { - "contents": "wandi_easy_admin_plus:\n resource: '@WandiEasyAdminPlusBundle/Resources/config/routing.yml'\n prefix: /admin\n", - "executable": false, - "encoding": "" + "contents": [ + "wandi_easy_admin_plus:", + " resource: '@WandiEasyAdminPlusBundle/Resources/config/routing.yml'", + " prefix: /admin", + "" + ], + "executable": false } }, - "origin": "wandi/easyadmin-plus-bundle:0.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "07210dd45f3fab4e4eade6486af6310c42456b7f" } } } \ No newline at end of file diff --git a/wandi.easyadmin-plus-bundle.0.3.json b/wandi.easyadmin-plus-bundle.0.3.json index 5c0f8eb2..2ab42b6f 100644 --- a/wandi.easyadmin-plus-bundle.0.3.json +++ b/wandi.easyadmin-plus-bundle.0.3.json @@ -1,20 +1,6 @@ { - "locks": { - "wandi/easyadmin-plus-bundle": { - "version": "0.3", - "recipe": { - "repo": "0.3", - "branch": "master", - "version": "0.3", - "ref": "5fc5737540a08f7fbd23a259c499b74c005a6cd7" - } - } - }, "manifests": { "wandi/easyadmin-plus-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "wandi/easyadmin-plus-bundle", - "version": "0.3", "manifest": { "bundles": { "Wandi\\EasyAdminPlusBundle\\WandiEasyAdminPlusBundle": [ @@ -27,18 +13,34 @@ }, "files": { "config/routes/wandi_easy_admin_plus.yaml": { - "contents": "wandi_easy_admin_plus:\n resource: '@WandiEasyAdminPlusBundle/Resources/config/routing.yml'\n prefix: /admin\n", - "executable": false, - "encoding": "" + "contents": [ + "wandi_easy_admin_plus:", + " resource: '@WandiEasyAdminPlusBundle/Resources/config/routing.yml'", + " prefix: /admin", + "" + ], + "executable": false }, "config/packages/wandi_easyadmin_plus.yaml": { - "contents": "#wandi_easy_admin_plus:\n# translator:\n# # defines the locales you want to manage (if not set, take the default locale)\n# locales:\n# - fr\n# - en\n# # defines the directories in which you want to extract translations files (if not set, take the default translations dir)\n# paths:\n# - translations\n# # defines a list of domains you want to exclude from admin (if not set, no excluded domain)\n# excluded_domains:\n# - validators\n", - "executable": false, - "encoding": "" + "contents": [ + "#wandi_easy_admin_plus:", + "# translator:", + "# # defines the locales you want to manage (if not set, take the default locale)", + "# locales:", + "# - fr", + "# - en", + "# # defines the directories in which you want to extract translations files (if not set, take the default translations dir)", + "# paths:", + "# - translations", + "# # defines a list of domains you want to exclude from admin (if not set, no excluded domain)", + "# excluded_domains:", + "# - validators", + "" + ], + "executable": false } }, - "origin": "wandi/easyadmin-plus-bundle:0.3@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "5fc5737540a08f7fbd23a259c499b74c005a6cd7" } } } \ No newline at end of file diff --git a/wandi.mailer-bundle.1.0.json b/wandi.mailer-bundle.1.0.json index 78775cb4..10a0cc46 100644 --- a/wandi.mailer-bundle.1.0.json +++ b/wandi.mailer-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "wandi/mailer-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "af0080451c891c6b85a0ca6e04377b6f4209bfb6" - } - } - }, "manifests": { "wandi/mailer-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "wandi/mailer-bundle", - "version": "1.0", "manifest": { "bundles": { "Wandi\\MailerBundle\\WandiMailerBundle": [ @@ -35,13 +21,17 @@ }, "files": { "config/packages/wandi_mailer.yaml": { - "contents": "wandi_mailer:\n sender:\n name: '%env(WANDI_MAILER_SENDER_NAME)%'\n address: '%env(WANDI_MAILER_SENDER_ADDRESS)%'\n", - "executable": true, - "encoding": "" + "contents": [ + "wandi_mailer:", + " sender:", + " name: '%env(WANDI_MAILER_SENDER_NAME)%'", + " address: '%env(WANDI_MAILER_SENDER_ADDRESS)%'", + "" + ], + "executable": true } }, - "origin": "wandi/mailer-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "af0080451c891c6b85a0ca6e04377b6f4209bfb6" } } } \ No newline at end of file diff --git a/web-auth.webauthn-symfony-bundle.3.0.json b/web-auth.webauthn-symfony-bundle.3.0.json index d162e911..27c8a2d2 100644 --- a/web-auth.webauthn-symfony-bundle.3.0.json +++ b/web-auth.webauthn-symfony-bundle.3.0.json @@ -1,20 +1,6 @@ { - "locks": { - "web-auth/webauthn-symfony-bundle": { - "version": "3.0", - "recipe": { - "repo": "3.0", - "branch": "master", - "version": "3.0", - "ref": "9926090a80c2cceeffe96e6c3312b397ea55d4a7" - } - } - }, "manifests": { "web-auth/webauthn-symfony-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "web-auth/webauthn-symfony-bundle", - "version": "3.0", "manifest": { "bundles": { "Webauthn\\Bundle\\WebauthnBundle": [ @@ -31,18 +17,35 @@ }, "files": { "config/routes/webauthn_routes.yaml": { - "contents": "webauthn_routes:\n resource: .\n type: webauthn\n", - "executable": false, - "encoding": "" + "contents": [ + "webauthn_routes:", + " resource: .", + " type: webauthn", + "" + ], + "executable": false }, "config/packages/webauthn.yaml": { - "contents": "# Please see the following page for more information: https://webauthn-doc.spomky-labs.com/the-webauthn-server/the-symfony-way#configuration\n\nwebauthn:\n credential_repository: 'Webauthn\\Bundle\\Repository\\DummyPublicKeyCredentialSourceRepository' # CREATE YOUR REPOSITORY AND CHANGE THIS!\n user_repository: 'Webauthn\\Bundle\\Repository\\DummyPublicKeyCredentialUserEntityRepository' # CREATE YOUR REPOSITORY AND CHANGE THIS!\n creation_profiles:\n default:\n rp:\n name: '%env(RELAYING_PARTY_NAME)%' # Please adapt the env file with the correct relaying party ID or set null\n id: '%env(RELAYING_PARTY_ID)%' # Please adapt the env file with the correct relaying party ID or set null\n request_profiles:\n default:\n rp_id: '%env(RELAYING_PARTY_ID)%' # Please adapt the env file with the correct relaying party ID or set null\n", - "executable": false, - "encoding": "" + "contents": [ + "# Please see the following page for more information: https://webauthn-doc.spomky-labs.com/the-webauthn-server/the-symfony-way#configuration", + "", + "webauthn:", + " credential_repository: 'Webauthn\\Bundle\\Repository\\DummyPublicKeyCredentialSourceRepository' # CREATE YOUR REPOSITORY AND CHANGE THIS!", + " user_repository: 'Webauthn\\Bundle\\Repository\\DummyPublicKeyCredentialUserEntityRepository' # CREATE YOUR REPOSITORY AND CHANGE THIS!", + " creation_profiles:", + " default:", + " rp:", + " name: '%env(RELAYING_PARTY_NAME)%' # Please adapt the env file with the correct relaying party ID or set null", + " id: '%env(RELAYING_PARTY_ID)%' # Please adapt the env file with the correct relaying party ID or set null", + " request_profiles:", + " default:", + " rp_id: '%env(RELAYING_PARTY_ID)%' # Please adapt the env file with the correct relaying party ID or set null", + "" + ], + "executable": false } }, - "origin": "web-auth/webauthn-symfony-bundle:3.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "9926090a80c2cceeffe96e6c3312b397ea55d4a7" } } } \ No newline at end of file diff --git a/webinarium.symfony-lazysec.2.0.json b/webinarium.symfony-lazysec.2.0.json index 946fd806..a804081d 100644 --- a/webinarium.symfony-lazysec.2.0.json +++ b/webinarium.symfony-lazysec.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "webinarium/symfony-lazysec": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "803b262a199f69b5360dca85c2d57d8dd80f815a" - } - } - }, "manifests": { "webinarium/symfony-lazysec": { - "repository": "github.com/symfony/recipes-contrib", - "package": "webinarium/symfony-lazysec", - "version": "2.0", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,23 @@ }, "files": { "config/packages/lazysec.yaml": { - "contents": "services:\n\n # See https://github.com/webinarium/symfony-lazysec/wiki/User-provider\n LazySec\\Provider\\GenericUserProvider:\n autowire: true\n public: false\n\n # Uncomment the line below and update path to your repository there,\n # if you want use the 'GenericUserProvider' service from above\n #LazySec\\Repository\\UserRepositoryInterface: '@App\\Repository\\UserRepository'\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + "", + " # See https://github.com/webinarium/symfony-lazysec/wiki/User-provider", + " LazySec\\Provider\\GenericUserProvider:", + " autowire: true", + " public: false", + "", + " # Uncomment the line below and update path to your repository there,", + " # if you want use the 'GenericUserProvider' service from above", + " #LazySec\\Repository\\UserRepositoryInterface: '@App\\Repository\\UserRepository'", + "" + ], + "executable": false } }, - "origin": "webinarium/symfony-lazysec:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "803b262a199f69b5360dca85c2d57d8dd80f815a" } } } \ No newline at end of file diff --git a/webinarium.symfony-lazysec.2.1.json b/webinarium.symfony-lazysec.2.1.json index 0826dde0..448d1b84 100644 --- a/webinarium.symfony-lazysec.2.1.json +++ b/webinarium.symfony-lazysec.2.1.json @@ -1,20 +1,6 @@ { - "locks": { - "webinarium/symfony-lazysec": { - "version": "2.1", - "recipe": { - "repo": "2.1", - "branch": "master", - "version": "2.1", - "ref": "2ca4d2ee744f5dc7d166ebc4cca2a5719242f084" - } - } - }, "manifests": { "webinarium/symfony-lazysec": { - "repository": "github.com/symfony/recipes-contrib", - "package": "webinarium/symfony-lazysec", - "version": "2.1", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,28 @@ }, "files": { "config/packages/lazysec.yaml": { - "contents": "services:\n\n # See https://github.com/webinarium/symfony-lazysec/wiki/User-checker\n LazySec\\Checker\\GenericUserChecker:\n autowire: true\n public: false\n\n # See https://github.com/webinarium/symfony-lazysec/wiki/User-provider\n LazySec\\Provider\\GenericUserProvider:\n autowire: true\n public: false\n\n # Uncomment the line below and update path to your repository there,\n # if you want use the 'GenericUserProvider' service from above\n #LazySec\\Repository\\UserRepositoryInterface: '@App\\Repository\\UserRepository'\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + "", + " # See https://github.com/webinarium/symfony-lazysec/wiki/User-checker", + " LazySec\\Checker\\GenericUserChecker:", + " autowire: true", + " public: false", + "", + " # See https://github.com/webinarium/symfony-lazysec/wiki/User-provider", + " LazySec\\Provider\\GenericUserProvider:", + " autowire: true", + " public: false", + "", + " # Uncomment the line below and update path to your repository there,", + " # if you want use the 'GenericUserProvider' service from above", + " #LazySec\\Repository\\UserRepositoryInterface: '@App\\Repository\\UserRepository'", + "" + ], + "executable": false } }, - "origin": "webinarium/symfony-lazysec:2.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "2ca4d2ee744f5dc7d166ebc4cca2a5719242f084" } } } \ No newline at end of file diff --git a/webinarium.symfony-lazysec.2.3.json b/webinarium.symfony-lazysec.2.3.json index c9da9f2c..dfd9237e 100644 --- a/webinarium.symfony-lazysec.2.3.json +++ b/webinarium.symfony-lazysec.2.3.json @@ -1,20 +1,6 @@ { - "locks": { - "webinarium/symfony-lazysec": { - "version": "2.3", - "recipe": { - "repo": "2.3", - "branch": "master", - "version": "2.3", - "ref": "4e7f5931d032db5a1b2a4317bb53a53d20205706" - } - } - }, "manifests": { "webinarium/symfony-lazysec": { - "repository": "github.com/symfony/recipes-contrib", - "package": "webinarium/symfony-lazysec", - "version": "2.3", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -22,13 +8,18 @@ }, "files": { "config/packages/lazysec.yaml": { - "contents": "services:\n\n # See https://github.com/webinarium/symfony-lazysec/wiki/User-checker\n LazySec\\Checker\\GenericUserChecker:\n autowire: true\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + "", + " # See https://github.com/webinarium/symfony-lazysec/wiki/User-checker", + " LazySec\\Checker\\GenericUserChecker:", + " autowire: true", + "" + ], + "executable": false } }, - "origin": "webinarium/symfony-lazysec:2.3@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "4e7f5931d032db5a1b2a4317bb53a53d20205706" } } } \ No newline at end of file diff --git a/weglot.translate-bundle.0.6.json b/weglot.translate-bundle.0.6.json index 218c0601..ee4add90 100644 --- a/weglot.translate-bundle.0.6.json +++ b/weglot.translate-bundle.0.6.json @@ -1,20 +1,6 @@ { - "locks": { - "weglot/translate-bundle": { - "version": "0.6", - "recipe": { - "repo": "0.6", - "branch": "master", - "version": "0.6", - "ref": "3cbe2d280746adbf6d41a7551fd1a8a123a17413" - } - } - }, "manifests": { "weglot/translate-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "weglot/translate-bundle", - "version": "0.6", "manifest": { "bundles": { "Weglot\\TranslateBundle\\WeglotTranslateBundle": [ @@ -40,13 +26,21 @@ }, "files": { "config/packages/weglot_translate.yaml": { - "contents": "weglot_translate:\n api_key: '%env(WG_API_KEY)%'\n original_language : 'en'\n cache: true\n destination_languages:\n - 'fr'\n - 'de'\n\n", - "executable": false, - "encoding": "" + "contents": [ + "weglot_translate:", + " api_key: '%env(WG_API_KEY)%'", + " original_language : 'en'", + " cache: true", + " destination_languages:", + " - 'fr'", + " - 'de'", + "", + "" + ], + "executable": false } }, - "origin": "weglot/translate-bundle:0.6@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "3cbe2d280746adbf6d41a7551fd1a8a123a17413" } } } \ No newline at end of file diff --git a/wemakecustom.doctrine-naming-strategy-bundle.1.0.json b/wemakecustom.doctrine-naming-strategy-bundle.1.0.json index 569c7f63..2a7472ad 100644 --- a/wemakecustom.doctrine-naming-strategy-bundle.1.0.json +++ b/wemakecustom.doctrine-naming-strategy-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "wemakecustom/doctrine-naming-strategy-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "5e97222e1e95191ec4a8c6b3642674447d83d3ca" - } - } - }, "manifests": { "wemakecustom/doctrine-naming-strategy-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "wemakecustom/doctrine-naming-strategy-bundle", - "version": "1.0", "manifest": { "bundles": { "WMC\\DoctrineNamingStrategyBundle\\WMCDoctrineNamingStrategyBundle": [ @@ -27,13 +13,16 @@ }, "files": { "config/packages/wmc_doctrine_naming_strategy.yaml": { - "contents": "doctrine:\n orm:\n naming_strategy: wmc.doctrine.orm.naming_strategy\n", - "executable": false, - "encoding": "" + "contents": [ + "doctrine:", + " orm:", + " naming_strategy: wmc.doctrine.orm.naming_strategy", + "" + ], + "executable": false } }, - "origin": "wemakecustom/doctrine-naming-strategy-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "5e97222e1e95191ec4a8c6b3642674447d83d3ca" } } } \ No newline at end of file diff --git a/willdurand.geocoder-bundle.4.1.json b/willdurand.geocoder-bundle.4.1.json index 8fa0c3d1..0ea370e8 100644 --- a/willdurand.geocoder-bundle.4.1.json +++ b/willdurand.geocoder-bundle.4.1.json @@ -1,20 +1,6 @@ { - "locks": { - "willdurand/geocoder-bundle": { - "version": "4.1", - "recipe": { - "repo": "4.1", - "branch": "master", - "version": "4.1", - "ref": "858d8e1ec0c07fbdc57526e338264ac945b3ffe1" - } - } - }, "manifests": { "willdurand/geocoder-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "willdurand/geocoder-bundle", - "version": "4.1", "manifest": { "bundles": { "Bazinga\\Bundle\\GeocoderBundle\\BazingaGeocoderBundle": [ @@ -27,13 +13,17 @@ }, "files": { "config/packages/dev/bazinga_geocoder.yaml": { - "contents": "bazinga_geocoder:\n # the IP used as the REMOTE_ADDR for all HTTP requests in \"dev\" environment\n # see https://github.com/geocoder-php/BazingaGeocoderBundle/blob/master/Resources/doc/index.md\n fake_ip: 123.123.123.123\n", - "executable": false, - "encoding": "" + "contents": [ + "bazinga_geocoder:", + " # the IP used as the REMOTE_ADDR for all HTTP requests in \"dev\" environment", + " # see https://github.com/geocoder-php/BazingaGeocoderBundle/blob/master/Resources/doc/index.md", + " fake_ip: 123.123.123.123", + "" + ], + "executable": false } }, - "origin": "willdurand/geocoder-bundle:4.1@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "858d8e1ec0c07fbdc57526e338264ac945b3ffe1" } } } \ No newline at end of file diff --git a/willdurand.geocoder-bundle.5.0.json b/willdurand.geocoder-bundle.5.0.json index 48fbf96e..1a18fc21 100644 --- a/willdurand.geocoder-bundle.5.0.json +++ b/willdurand.geocoder-bundle.5.0.json @@ -1,20 +1,6 @@ { - "locks": { - "willdurand/geocoder-bundle": { - "version": "5.0", - "recipe": { - "repo": "5.0", - "branch": "master", - "version": "5.0", - "ref": "b272ad4fbfcd45a20e7cbfdc4ad1b0e27a62fd3b" - } - } - }, "manifests": { "willdurand/geocoder-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "willdurand/geocoder-bundle", - "version": "5.0", "manifest": { "bundles": { "Bazinga\\GeocoderBundle\\BazingaGeocoderBundle": [ @@ -27,13 +13,18 @@ }, "files": { "config/packages/bazinga_geocoder.yaml": { - "contents": "# See the docs at https://github.com/geocoder-php/BazingaGeocoderBundle\nbazinga_geocoder:\n # The local IP (127.0.0.1) will be replaced by the fake_ip\n # see https://github.com/geocoder-php/BazingaGeocoderBundle/blob/5.0.0/Resources/doc/index.md#fake-local-ip\n fake_ip: 123.123.123.123\n", - "executable": false, - "encoding": "" + "contents": [ + "# See the docs at https://github.com/geocoder-php/BazingaGeocoderBundle", + "bazinga_geocoder:", + " # The local IP (127.0.0.1) will be replaced by the fake_ip", + " # see https://github.com/geocoder-php/BazingaGeocoderBundle/blob/5.0.0/Resources/doc/index.md#fake-local-ip", + " fake_ip: 123.123.123.123", + "" + ], + "executable": false } }, - "origin": "willdurand/geocoder-bundle:5.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "b272ad4fbfcd45a20e7cbfdc4ad1b0e27a62fd3b" } } } \ No newline at end of file diff --git a/willdurand.hateoas-bundle.1.4.json b/willdurand.hateoas-bundle.1.4.json index 22800465..db361b08 100644 --- a/willdurand.hateoas-bundle.1.4.json +++ b/willdurand.hateoas-bundle.1.4.json @@ -1,20 +1,6 @@ { - "locks": { - "willdurand/hateoas-bundle": { - "version": "1.4", - "recipe": { - "repo": "1.4", - "branch": "master", - "version": "1.4", - "ref": "34df072c6edaa61ae19afb2f3a239f272fecab87" - } - } - }, "manifests": { "willdurand/hateoas-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "willdurand/hateoas-bundle", - "version": "1.4", "manifest": { "bundles": { "Bazinga\\Bundle\\HateoasBundle\\BazingaHateoasBundle": [ @@ -27,13 +13,17 @@ }, "files": { "config/packages/bazinga_hateoas.yaml": { - "contents": "# For full configuration see https://github.com/willdurand/BazingaHateoasBundle/blob/master/Resources/doc/index.md#reference-configuration\nbazinga_hateoas:\n twig_extension:\n enabled: true\n", - "executable": false, - "encoding": "" + "contents": [ + "# For full configuration see https://github.com/willdurand/BazingaHateoasBundle/blob/master/Resources/doc/index.md#reference-configuration", + "bazinga_hateoas:", + " twig_extension:", + " enabled: true", + "" + ], + "executable": false } }, - "origin": "willdurand/hateoas-bundle:1.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "34df072c6edaa61ae19afb2f3a239f272fecab87" } } } \ No newline at end of file diff --git a/willdurand.hateoas-bundle.2.0.json b/willdurand.hateoas-bundle.2.0.json index ec07dc98..db361b08 100644 --- a/willdurand.hateoas-bundle.2.0.json +++ b/willdurand.hateoas-bundle.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "willdurand/hateoas-bundle": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "34df072c6edaa61ae19afb2f3a239f272fecab87" - } - } - }, "manifests": { "willdurand/hateoas-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "willdurand/hateoas-bundle", - "version": "2.0", "manifest": { "bundles": { "Bazinga\\Bundle\\HateoasBundle\\BazingaHateoasBundle": [ @@ -27,13 +13,17 @@ }, "files": { "config/packages/bazinga_hateoas.yaml": { - "contents": "# For full configuration see https://github.com/willdurand/BazingaHateoasBundle/blob/master/Resources/doc/index.md#reference-configuration\nbazinga_hateoas:\n twig_extension:\n enabled: true\n", - "executable": false, - "encoding": "" + "contents": [ + "# For full configuration see https://github.com/willdurand/BazingaHateoasBundle/blob/master/Resources/doc/index.md#reference-configuration", + "bazinga_hateoas:", + " twig_extension:", + " enabled: true", + "" + ], + "executable": false } }, - "origin": "willdurand/hateoas-bundle:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "34df072c6edaa61ae19afb2f3a239f272fecab87" } } } \ No newline at end of file diff --git a/wisembly.amqp-bundle.1.3.json b/wisembly.amqp-bundle.1.3.json index bc8f59e2..0d5f8c7e 100644 --- a/wisembly.amqp-bundle.1.3.json +++ b/wisembly.amqp-bundle.1.3.json @@ -1,20 +1,6 @@ { - "locks": { - "wisembly/amqp-bundle": { - "version": "1.3", - "recipe": { - "repo": "1.3", - "branch": "master", - "version": "1.3", - "ref": "2ed689d12d4d0b378c68d84be0e3eda127360f20" - } - } - }, "manifests": { "wisembly/amqp-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "wisembly/amqp-bundle", - "version": "1.3", "manifest": { "bundles": { "Wisembly\\AmqpBundle\\WisemblyAmqpBundle": [ @@ -30,13 +16,29 @@ }, "files": { "config/packages/wisembly_amqp.yaml": { - "contents": "wisembly_amqp:\n console_path: '%kernel.project_dir%/bin/console'\n broker: 'oldsound'\n connections:\n default: '%env(AMQP_URL)%'\n gates:\n # here you should declare all your \"gates\", which are the cornerstone\n # of this amqp bundle.\n #\n # For each gates declares which queue and which exchange it should\n # communicate with, if these should be auto_declared, which connection\n # it should use, ... and so on.\n acme:\n auto_declare: true\n queue: acme_queue\n exchange: acme_exchange\n", - "executable": false, - "encoding": "" + "contents": [ + "wisembly_amqp:", + " console_path: '%kernel.project_dir%/bin/console'", + " broker: 'oldsound'", + " connections:", + " default: '%env(AMQP_URL)%'", + " gates:", + " # here you should declare all your \"gates\", which are the cornerstone", + " # of this amqp bundle.", + " #", + " # For each gates declares which queue and which exchange it should", + " # communicate with, if these should be auto_declared, which connection", + " # it should use, ... and so on.", + " acme:", + " auto_declare: true", + " queue: acme_queue", + " exchange: acme_exchange", + "" + ], + "executable": false } }, - "origin": "wisembly/amqp-bundle:1.3@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "2ed689d12d4d0b378c68d84be0e3eda127360f20" } } } \ No newline at end of file diff --git a/wisembly.amqp-bundle.1.4.json b/wisembly.amqp-bundle.1.4.json index 33203892..ab65cbd5 100644 --- a/wisembly.amqp-bundle.1.4.json +++ b/wisembly.amqp-bundle.1.4.json @@ -1,20 +1,6 @@ { - "locks": { - "wisembly/amqp-bundle": { - "version": "1.4", - "recipe": { - "repo": "1.4", - "branch": "master", - "version": "1.4", - "ref": "b77e4eb1593eea044c571c5742d1ac6bb707d904" - } - } - }, "manifests": { "wisembly/amqp-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "wisembly/amqp-bundle", - "version": "1.4", "manifest": { "bundles": { "Wisembly\\AmqpBundle\\WisemblyAmqpBundle": [ @@ -30,13 +16,29 @@ }, "files": { "config/packages/wisembly_amqp.yaml": { - "contents": "wisembly_amqp:\n console_path: '%kernel.project_dir%/bin/console'\n broker: 'Wisembly\\AmqpBundle\\Broker\\PhpAmqpLibBroker'\n connections:\n default: '%env(AMQP_URL)%'\n gates:\n # here you should declare all your \"gates\", which are the cornerstone\n # of this amqp bundle.\n #\n # For each gates declares which queue and which exchange it should\n # communicate with, if these should be auto_declared, which connection\n # it should use, ... and so on.\n acme:\n auto_declare: true\n queue: acme_queue\n exchange: acme_exchange\n", - "executable": false, - "encoding": "" + "contents": [ + "wisembly_amqp:", + " console_path: '%kernel.project_dir%/bin/console'", + " broker: 'Wisembly\\AmqpBundle\\Broker\\PhpAmqpLibBroker'", + " connections:", + " default: '%env(AMQP_URL)%'", + " gates:", + " # here you should declare all your \"gates\", which are the cornerstone", + " # of this amqp bundle.", + " #", + " # For each gates declares which queue and which exchange it should", + " # communicate with, if these should be auto_declared, which connection", + " # it should use, ... and so on.", + " acme:", + " auto_declare: true", + " queue: acme_queue", + " exchange: acme_exchange", + "" + ], + "executable": false } }, - "origin": "wisembly/amqp-bundle:1.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "b77e4eb1593eea044c571c5742d1ac6bb707d904" } } } \ No newline at end of file diff --git a/wouterj.eloquent-bundle.1.0.json b/wouterj.eloquent-bundle.1.0.json index 2e93cc7d..410f95b1 100644 --- a/wouterj.eloquent-bundle.1.0.json +++ b/wouterj.eloquent-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "wouterj/eloquent-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "b39da4df8d90e09040061dbfd450ac02e1df29d2" - } - } - }, "manifests": { "wouterj/eloquent-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "wouterj/eloquent-bundle", - "version": "1.0", "manifest": { "bundles": { "WouterJ\\EloquentBundle\\WouterJEloquentBundle": [ @@ -36,18 +22,28 @@ }, "files": { "src/Model/.gitignore": { - "contents": "", - "executable": false, - "encoding": "" + "contents": [ + "" + ], + "executable": false }, "config/packages/eloquent.yaml": { - "contents": "wouterj_eloquent:\n driver: '%env(DB_CONNECTION)%'\n host: '%env(DB_HOST)%'\n port: '%env(DB_PORT)%'\n database: '%env(DB_DATABASE)%'\n username: '%env(DB_USERNAME)%'\n password: '%env(DB_PASSWORD)%'\n # Uncomment the following line to enable the Eloquent ORM\n #eloquent: null\n", - "executable": false, - "encoding": "" + "contents": [ + "wouterj_eloquent:", + " driver: '%env(DB_CONNECTION)%'", + " host: '%env(DB_HOST)%'", + " port: '%env(DB_PORT)%'", + " database: '%env(DB_DATABASE)%'", + " username: '%env(DB_USERNAME)%'", + " password: '%env(DB_PASSWORD)%'", + " # Uncomment the following line to enable the Eloquent ORM", + " #eloquent: null", + "" + ], + "executable": false } }, - "origin": "wouterj/eloquent-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "b39da4df8d90e09040061dbfd450ac02e1df29d2" } } } \ No newline at end of file diff --git a/wow-apps.symfony-slack-bot.3.2.json b/wow-apps.symfony-slack-bot.3.2.json index 54643c6d..cf797dd4 100644 --- a/wow-apps.symfony-slack-bot.3.2.json +++ b/wow-apps.symfony-slack-bot.3.2.json @@ -1,20 +1,6 @@ { - "locks": { - "wow-apps/symfony-slack-bot": { - "version": "3.2", - "recipe": { - "repo": "3.2", - "branch": "master", - "version": "3.2", - "ref": "13f0faeb4edc98b33972b7f99e80b91e34050874" - } - } - }, "manifests": { "wow-apps/symfony-slack-bot": { - "repository": "github.com/symfony/recipes-contrib", - "package": "wow-apps/symfony-slack-bot", - "version": "3.2", "manifest": { "bundles": { "WowApps\\SlackBundle\\WowAppsSlackBundle": [ @@ -30,13 +16,17 @@ }, "files": { "config/packages/wow_apps_slack.yaml": { - "contents": "# SlackBot Configuration\n# Documentation https://github.com/wow-apps/symfony-slack-bot/wiki\nwow_apps_slack:\n api_url: '%env(WOW_APPS_SLACK_BOT_API_URL)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "# SlackBot Configuration", + "# Documentation https://github.com/wow-apps/symfony-slack-bot/wiki", + "wow_apps_slack:", + " api_url: '%env(WOW_APPS_SLACK_BOT_API_URL)%'", + "" + ], + "executable": false } }, - "origin": "wow-apps/symfony-slack-bot:3.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "13f0faeb4edc98b33972b7f99e80b91e34050874" } } } \ No newline at end of file diff --git a/wow-apps.symfony-slack-bot.4.0.json b/wow-apps.symfony-slack-bot.4.0.json index 684d0577..cf797dd4 100644 --- a/wow-apps.symfony-slack-bot.4.0.json +++ b/wow-apps.symfony-slack-bot.4.0.json @@ -1,20 +1,6 @@ { - "locks": { - "wow-apps/symfony-slack-bot": { - "version": "4.0", - "recipe": { - "repo": "4.0", - "branch": "master", - "version": "4.0", - "ref": "13f0faeb4edc98b33972b7f99e80b91e34050874" - } - } - }, "manifests": { "wow-apps/symfony-slack-bot": { - "repository": "github.com/symfony/recipes-contrib", - "package": "wow-apps/symfony-slack-bot", - "version": "4.0", "manifest": { "bundles": { "WowApps\\SlackBundle\\WowAppsSlackBundle": [ @@ -30,13 +16,17 @@ }, "files": { "config/packages/wow_apps_slack.yaml": { - "contents": "# SlackBot Configuration\n# Documentation https://github.com/wow-apps/symfony-slack-bot/wiki\nwow_apps_slack:\n api_url: '%env(WOW_APPS_SLACK_BOT_API_URL)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "# SlackBot Configuration", + "# Documentation https://github.com/wow-apps/symfony-slack-bot/wiki", + "wow_apps_slack:", + " api_url: '%env(WOW_APPS_SLACK_BOT_API_URL)%'", + "" + ], + "executable": false } }, - "origin": "wow-apps/symfony-slack-bot:4.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "13f0faeb4edc98b33972b7f99e80b91e34050874" } } } \ No newline at end of file diff --git a/xcore.inline-editing-bundle.1.2.json b/xcore.inline-editing-bundle.1.2.json index 25770722..3bb7e49b 100644 --- a/xcore.inline-editing-bundle.1.2.json +++ b/xcore.inline-editing-bundle.1.2.json @@ -1,20 +1,6 @@ { - "locks": { - "xcore/inline-editing-bundle": { - "version": "1.2", - "recipe": { - "repo": "1.2", - "branch": "master", - "version": "1.2", - "ref": "2bb753074a9c3b694a7f6759826e1c2197ced7b8" - } - } - }, "manifests": { "xcore/inline-editing-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "xcore/inline-editing-bundle", - "version": "1.2", "manifest": { "bundles": { "XcoreCMS\\InlineEditingBundle\\XcoreCMSInlineEditingBundle": [ @@ -27,18 +13,27 @@ }, "files": { "config/routes/xcore_inline.yaml": { - "contents": "xcore_inline:\n resource: \"@XcoreCMSInlineEditingBundle/Resources/config/routing.xml\"\n", - "executable": false, - "encoding": "" + "contents": [ + "xcore_inline:", + " resource: \"@XcoreCMSInlineEditingBundle/Resources/config/routing.xml\"", + "" + ], + "executable": false }, "config/packages/xcore_inline.yaml": { - "contents": "#xcore_inline:\n# fallback: false\n# table_name: 'inline_content\n# url_path: '/inline-editing\n# connection: 'doctrine.dbal.default_connection'\n# entity_manager: 'doctrine.orm.entity_manager'\n", - "executable": false, - "encoding": "" + "contents": [ + "#xcore_inline:", + "# fallback: false", + "# table_name: 'inline_content", + "# url_path: '/inline-editing", + "# connection: 'doctrine.dbal.default_connection'", + "# entity_manager: 'doctrine.orm.entity_manager'", + "" + ], + "executable": false } }, - "origin": "xcore/inline-editing-bundle:1.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "2bb753074a9c3b694a7f6759826e1c2197ced7b8" } } } \ No newline at end of file diff --git a/xiidea.easy-audit.1.4.json b/xiidea.easy-audit.1.4.json index b47cdfc8..bb3e2681 100644 --- a/xiidea.easy-audit.1.4.json +++ b/xiidea.easy-audit.1.4.json @@ -1,20 +1,6 @@ { - "locks": { - "xiidea/easy-audit": { - "version": "1.4", - "recipe": { - "repo": "1.4", - "branch": "master", - "version": "1.4", - "ref": "4479173f592da7a565275282fbac2d431c91ae50" - } - } - }, "manifests": { "xiidea/easy-audit": { - "repository": "github.com/symfony/recipes-contrib", - "package": "xiidea/easy-audit", - "version": "1.4", "manifest": { "bundles": { "Xiidea\\EasyAuditBundle\\XiideaEasyAuditBundle": [ @@ -27,13 +13,18 @@ }, "files": { "config/packages/xiidea_easy_audit.yaml": { - "contents": "# Read the documentation: http://xiidea.github.io/EasyAuditBundle/\nxiidea_easy_audit:\n entity_class: Xiidea\\EasyAuditBundle\\Entity\\BaseAuditLog\n default_logger: false\n user_property : null # or username\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: http://xiidea.github.io/EasyAuditBundle/", + "xiidea_easy_audit:", + " entity_class: Xiidea\\EasyAuditBundle\\Entity\\BaseAuditLog", + " default_logger: false", + " user_property : null # or username", + "" + ], + "executable": false } }, - "origin": "xiidea/easy-audit:1.4@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "4479173f592da7a565275282fbac2d431c91ae50" } } } \ No newline at end of file diff --git a/xiidea.easy-audit.2.0.json b/xiidea.easy-audit.2.0.json index 266dd6bb..dbe51857 100644 --- a/xiidea.easy-audit.2.0.json +++ b/xiidea.easy-audit.2.0.json @@ -1,20 +1,6 @@ { - "locks": { - "xiidea/easy-audit": { - "version": "2.0", - "recipe": { - "repo": "2.0", - "branch": "master", - "version": "2.0", - "ref": "bfbd9fd29e2ee1cb0e22b2626624dd919436235d" - } - } - }, "manifests": { "xiidea/easy-audit": { - "repository": "github.com/symfony/recipes-contrib", - "package": "xiidea/easy-audit", - "version": "2.0", "manifest": { "bundles": { "Xiidea\\EasyAuditBundle\\XiideaEasyAuditBundle": [ @@ -27,13 +13,18 @@ }, "files": { "config/packages/xiidea_easy_audit.yaml": { - "contents": "# Read the documentation: http://xiidea.github.io/EasyAuditBundle/\nxiidea_easy_audit:\n audit_log_class: Xiidea\\EasyAuditBundle\\Model\\BaseAuditLog\n default_logger: false\n user_property : null # or username\n", - "executable": false, - "encoding": "" + "contents": [ + "# Read the documentation: http://xiidea.github.io/EasyAuditBundle/", + "xiidea_easy_audit:", + " audit_log_class: Xiidea\\EasyAuditBundle\\Model\\BaseAuditLog", + " default_logger: false", + " user_property : null # or username", + "" + ], + "executable": false } }, - "origin": "xiidea/easy-audit:2.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "bfbd9fd29e2ee1cb0e22b2626624dd919436235d" } } } \ No newline at end of file diff --git a/yamilovs.sms-bundle.1.0.json b/yamilovs.sms-bundle.1.0.json index 483f42ee..75596333 100644 --- a/yamilovs.sms-bundle.1.0.json +++ b/yamilovs.sms-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "yamilovs/sms-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "49a4a12e41c8bfd95cae0e179e639e58350322bf" - } - } - }, "manifests": { "yamilovs/sms-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "yamilovs/sms-bundle", - "version": "1.0", "manifest": { "bundles": { "Yamilovs\\Bundle\\SmsBundle\\SmsBundle": [ @@ -32,13 +18,17 @@ }, "files": { "config/packages/yamilovs_sms.yaml": { - "contents": "yamilovs_sms:\n providers:\n # You must to define at least one provider configuration\n # See more info at https://github.com/yamilovs/SmsBundle#configuration\n", - "executable": false, - "encoding": "" + "contents": [ + "yamilovs_sms:", + " providers:", + " # You must to define at least one provider configuration", + " # See more info at https://github.com/yamilovs/SmsBundle#configuration", + "" + ], + "executable": false } }, - "origin": "yamilovs/sms-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "49a4a12e41c8bfd95cae0e179e639e58350322bf" } } } \ No newline at end of file diff --git a/ywh.cvss-bundle.1.0.json b/ywh.cvss-bundle.1.0.json index edb14d87..1b6ad929 100644 --- a/ywh.cvss-bundle.1.0.json +++ b/ywh.cvss-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "ywh/cvss-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "406b07c38a73e8506454bf628de4461573bc8dc0" - } - } - }, "manifests": { "ywh/cvss-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "ywh/cvss-bundle", - "version": "1.0", "manifest": { "bundles": { "YWH\\CvssBundle\\YWHCvssBundle": [ @@ -27,13 +13,15 @@ }, "files": { "config/packages/ywh_doctrine_encryption.yaml": { - "contents": "ywh_cvss:\n translation_domain: cvss\n", - "executable": false, - "encoding": "" + "contents": [ + "ywh_cvss:", + " translation_domain: cvss", + "" + ], + "executable": false } }, - "origin": "ywh/cvss-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "406b07c38a73e8506454bf628de4461573bc8dc0" } } } \ No newline at end of file diff --git a/ywh.doctrine-encryption-bundle.1.0.json b/ywh.doctrine-encryption-bundle.1.0.json index 90f097b2..2e222646 100644 --- a/ywh.doctrine-encryption-bundle.1.0.json +++ b/ywh.doctrine-encryption-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "ywh/doctrine-encryption-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "3c129c9082068df1aa207304589e504152afaea4" - } - } - }, "manifests": { "ywh/doctrine-encryption-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "ywh/doctrine-encryption-bundle", - "version": "1.0", "manifest": { "bundles": { "YWH\\DoctrineEncryptionBundle\\YWHDoctrineEncryptionBundle": [ @@ -33,13 +19,16 @@ }, "files": { "config/packages/ywh_doctrine_encryption.yaml": { - "contents": "ywh_doctrine_encryption:\n password: '%env(ENCRYPTION_PASSWORD)%'\n key: '%env(ENCRYPTION_KEY)%'\n", - "executable": false, - "encoding": "" + "contents": [ + "ywh_doctrine_encryption:", + " password: '%env(ENCRYPTION_PASSWORD)%'", + " key: '%env(ENCRYPTION_KEY)%'", + "" + ], + "executable": false } }, - "origin": "ywh/doctrine-encryption-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "3c129c9082068df1aa207304589e504152afaea4" } } } \ No newline at end of file diff --git a/zendesk.zendesk_api_client_php.2.2.json b/zendesk.zendesk_api_client_php.2.2.json index 411f2e3a..d0205f76 100644 --- a/zendesk.zendesk_api_client_php.2.2.json +++ b/zendesk.zendesk_api_client_php.2.2.json @@ -1,20 +1,6 @@ { - "locks": { - "zendesk/zendesk_api_client_php": { - "version": "2.2", - "recipe": { - "repo": "2.2", - "branch": "master", - "version": "2.2", - "ref": "2aeb1762b9485109074b2ac1e759d37fed5439c5" - } - } - }, "manifests": { "zendesk/zendesk_api_client_php": { - "repository": "github.com/symfony/recipes-contrib", - "package": "zendesk/zendesk_api_client_php", - "version": "2.2", "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" @@ -29,13 +15,19 @@ }, "files": { "config/packages/zendesk_api_client.yaml": { - "contents": "services:\n Zendesk\\API\\HttpClient:\n arguments:\n - '%env(ZENDESK_API_SUBDOMAIN)%'\n calls:\n - ['setAuth', ['basic', { username: '%env(ZENDESK_API_USERNAME)%', token: '%env(ZENDESK_API_TOKEN)%' }]]\n", - "executable": false, - "encoding": "" + "contents": [ + "services:", + " Zendesk\\API\\HttpClient:", + " arguments:", + " - '%env(ZENDESK_API_SUBDOMAIN)%'", + " calls:", + " - ['setAuth', ['basic', { username: '%env(ZENDESK_API_USERNAME)%', token: '%env(ZENDESK_API_TOKEN)%' }]]", + "" + ], + "executable": false } }, - "origin": "zendesk/zendesk_api_client_php:2.2@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "2aeb1762b9485109074b2ac1e759d37fed5439c5" } } } \ No newline at end of file diff --git a/zephyr.allmysms-bundle.1.0.json b/zephyr.allmysms-bundle.1.0.json index 23018f66..e3feb520 100644 --- a/zephyr.allmysms-bundle.1.0.json +++ b/zephyr.allmysms-bundle.1.0.json @@ -1,20 +1,6 @@ { - "locks": { - "zephyr/allmysms-bundle": { - "version": "1.0", - "recipe": { - "repo": "1.0", - "branch": "master", - "version": "1.0", - "ref": "52dd698eea44404192e615079eef2dd05660eeb0" - } - } - }, "manifests": { "zephyr/allmysms-bundle": { - "repository": "github.com/symfony/recipes-contrib", - "package": "zephyr/allmysms-bundle", - "version": "1.0", "manifest": { "bundles": { "ZephyrHQ\\AllMySMSBundle\\ZephyrHQAllMySMSBundle": [ @@ -32,13 +18,18 @@ }, "files": { "config/zephyrhq_allmysms.yaml": { - "contents": "zephyrhq_allmysms:\n api_login: '%env(ALLMYSMS_LOGIN)%'\n api_key: '%env(ALLMYSMS_KEY)%'\n simulate: '%env(ALLMYSMS_SIMULATE)%'\n simple_sms: false\n", - "executable": false, - "encoding": "" + "contents": [ + "zephyrhq_allmysms:", + " api_login: '%env(ALLMYSMS_LOGIN)%'", + " api_key: '%env(ALLMYSMS_KEY)%'", + " simulate: '%env(ALLMYSMS_SIMULATE)%'", + " simple_sms: false", + "" + ], + "executable": false } }, - "origin": "zephyr/allmysms-bundle:1.0@github.com/symfony/recipes-contrib:master", - "is_contrib": true + "ref": "52dd698eea44404192e615079eef2dd05660eeb0" } } } \ No newline at end of file