diff --git a/ad3n.ratchet-bundle.0.4.json b/ad3n.ratchet-bundle.0.4.json new file mode 100644 index 00000000..94505ccb --- /dev/null +++ b/ad3n.ratchet-bundle.0.4.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "WEB_SOCKET_PORT": "7777" + } + }, + "files": { + "config/packages/ihsan_ratchet_bundle.yaml": { + "contents": "ihsan_ratchet:\n web_socket_port: \"%env(WEB_SOCKET_PORT)%\"\n", + "executable": false, + "encoding": "" + } + }, + "origin": "ad3n/ratchet-bundle:0.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..a0773b11 --- /dev/null +++ b/adback.adback-sdk-php-symfony.2.4.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "ADBACK_API_CLIENT_ACCESS_TOKEN": "adback-access-token" + } + }, + "files": { + "config/packages/adback_sdk_php.yaml": { + "contents": "adback_api_client:\n access_token: \"%env(ADBACK_API_CLIENT_ACCESS_TOKEN)%\"\n", + "executable": false, + "encoding": "" + } + }, + "origin": "adback/adback-sdk-php-symfony:2.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/adlarge.fixtures-documentation-bundle.1.1.json b/adlarge.fixtures-documentation-bundle.1.1.json new file mode 100644 index 00000000..8e6073f7 --- /dev/null +++ b/adlarge.fixtures-documentation-bundle.1.1.json @@ -0,0 +1,45 @@ +{ + "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": [ + "dev" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/dev/adlarge_fixtures_documentation.yaml": { + "contents": "AdlargeFixturesDocumentation:\n resource: '@AdlargeFixturesDocumentationBundle/Resources/config/routing.yml'\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "adlarge/fixtures-documentation-bundle:1.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ajardin.docker-symfony.0.2.json b/ajardin.docker-symfony.0.2.json new file mode 100644 index 00000000..8c90ba2e --- /dev/null +++ b/ajardin.docker-symfony.0.2.json @@ -0,0 +1,42 @@ +{ + "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" + }, + "copy-from-recipe": { + "bin/": "%BIN_DIR%/" + }, + "gitignore": [ + "/%BIN_DIR%/docker-upgrade", + "/docker/" + ] + }, + "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": "" + } + }, + "origin": "ajardin/docker-symfony:0.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/akondas.symfony-consul-bundle.0.1.json b/akondas.symfony-consul-bundle.0.1.json new file mode 100644 index 00000000..568fc7b4 --- /dev/null +++ b/akondas.symfony-consul-bundle.0.1.json @@ -0,0 +1,51 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "CONSUL_SERVICE_NAME": "symfony-app", + "CONSUL_SERVICE_HOST": "localhost", + "CONSUL_SERVICE_PORT": "8000", + "CONSUL_CLIENT_BASE_URI": "http://127.0.0.1:8500" + } + }, + "files": { + "config/routes/consul.yaml": { + "contents": "consul_bundle:\n resource: \"@ConsulBundle/Resources/config/routing.yml\"\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "akondas/symfony-consul-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/alexandret.evc-bundle.1.0.json b/alexandret.evc-bundle.1.0.json new file mode 100644 index 00000000..5f6981d3 --- /dev/null +++ b/alexandret.evc-bundle.1.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "EVC_API": "Enter the api version provided by evc.de support", + "EVC_USERNAME": "Enter your reseller account number", + "EVC_PASSWORD": "Enter your api password, not the password to connect on evc.de website" + } + }, + "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": "" + } + }, + "origin": "alexandret/evc-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/algolia.algolia-search-bundle.2.2.json b/algolia.algolia-search-bundle.2.2.json new file mode 100644 index 00000000..b8bdc7e6 --- /dev/null +++ b/algolia.algolia-search-bundle.2.2.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "ALGOLIA_APP_ID": "...", + "ALGOLIA_API_KEY": "..." + } + }, + "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": "" + } + }, + "origin": "algolia/algolia-search-bundle:2.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/algolia.search-bundle.3.0.json b/algolia.search-bundle.3.0.json new file mode 100644 index 00000000..685edf7b --- /dev/null +++ b/algolia.search-bundle.3.0.json @@ -0,0 +1,46 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Create a free account on www.algolia.com", + "#2": "and get your credentials from the API Keys tab.", + "ALGOLIA_APP_ID": "...", + "ALGOLIA_API_KEY": "..." + } + }, + "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": "" + } + }, + "origin": "algolia/search-bundle:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ambient-link.ability-sdk.1.0.json b/ambient-link.ability-sdk.1.0.json new file mode 100644 index 00000000..a6d91dae --- /dev/null +++ b/ambient-link.ability-sdk.1.0.json @@ -0,0 +1,42 @@ +{ + "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": "", + "AMBIENT_LINK_PORT": "1883", + "AMBIENT_LINK_USERNAME": "", + "AMBIENT_LINK_PASSWORD": "", + "AMBIENT_LINK_MONKEY_ID": "" + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "ambient-link/ability-sdk:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/andchir.omnipay-bundle.1.0.json b/andchir.omnipay-bundle.1.0.json new file mode 100644 index 00000000..3f9625d3 --- /dev/null +++ b/andchir.omnipay-bundle.1.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/omnipay.yaml": { + "contents": "omnipay:\n resource: \"@OmnipayBundle/Resources/config/routing.yml\"\n prefix: /\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "andchir/omnipay-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/andchir.shopkeeper4-comments.1.0.json b/andchir.shopkeeper4-comments.1.0.json new file mode 100644 index 00000000..d446ddcd --- /dev/null +++ b/andchir.shopkeeper4-comments.1.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/comments.yaml": { + "contents": "comments:\n resource: '@CommentsBundle'\n type: annotation\n", + "executable": false, + "encoding": "" + }, + "config/packages/comments.yaml": { + "contents": "comments:\n comment_class: App\\MainBundle\\Document\\Comment\n status_default: pending\n", + "executable": false, + "encoding": "" + } + }, + "origin": "andchir/shopkeeper4-comments:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/anezi.locale-extension.1.0.json b/anezi.locale-extension.1.0.json new file mode 100644 index 00000000..4ae07f77 --- /dev/null +++ b/anezi.locale-extension.1.0.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "anezi/locale-extension:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/antishov.doctrine-extensions-bundle.1.4.json b/antishov.doctrine-extensions-bundle.1.4.json new file mode 100644 index 00000000..bddfcb35 --- /dev/null +++ b/antishov.doctrine-extensions-bundle.1.4.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "antishov/doctrine-extensions-bundle:1.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/anyx.login-gate-bundle.1.0.json b/anyx.login-gate-bundle.1.0.json new file mode 100644 index 00000000..57ec68dc --- /dev/null +++ b/anyx.login-gate-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "anyx/login-gate-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/armin.scssphp-bundle.1.0.json b/armin.scssphp-bundle.1.0.json new file mode 100644 index 00000000..c230ecdc --- /dev/null +++ b/armin.scssphp-bundle.1.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/prod/scssphp.yaml": { + "contents": "scssphp:\n enabled: true\n autoUpdate: false\n", + "executable": false, + "encoding": "" + }, + "config/packages/scssphp.yaml": { + "contents": "scssphp:\n enabled: true\n autoUpdate: true\n", + "executable": false, + "encoding": "" + } + }, + "origin": "armin/scssphp-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/artox-lab.clarc-bundle.0.1.json b/artox-lab.clarc-bundle.0.1.json new file mode 100644 index 00000000..b81db967 --- /dev/null +++ b/artox-lab.clarc-bundle.0.1.json @@ -0,0 +1,46 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "copy-from-package": { + "Layers/Entities/": "%SRC_DIR%/Entities/", + "Layers/UseCases/": "%SRC_DIR%/UseCases/", + "Layers/Interfaces/": "%SRC_DIR%/Interfaces/", + "Layers/Infrastructure/": "%SRC_DIR%/Infrastructure/" + } + }, + "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": "" + } + }, + "origin": "artox-lab/clarc-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..95a96ec4 --- /dev/null +++ b/artox-lab.clarc-message-bus-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "artox-lab/clarc-message-bus-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/artox-lab.sms-bundle.1.0.json b/artox-lab.sms-bundle.1.0.json new file mode 100644 index 00000000..9fab3931 --- /dev/null +++ b/artox-lab.sms-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "artox-lab/sms-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/artprima.prometheus-metrics-bundle.1.0.json b/artprima.prometheus-metrics-bundle.1.0.json new file mode 100644 index 00000000..0402b7a8 --- /dev/null +++ b/artprima.prometheus-metrics-bundle.1.0.json @@ -0,0 +1,50 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/metrics.yaml": { + "contents": "app_metrics:\n resource: '@ArtprimaPrometheusMetricsBundle/Resources/config/routing.xml'\n", + "executable": false, + "encoding": "" + }, + "config/packages/test/prometheus_metrics.yaml": { + "contents": "artprima_prometheus_metrics:\n type: in_memory\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "artprima/prometheus-metrics-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/assoconnect.mjml-bundle.1.0.json b/assoconnect.mjml-bundle.1.0.json new file mode 100644 index 00000000..a5a876da --- /dev/null +++ b/assoconnect.mjml-bundle.1.0.json @@ -0,0 +1,34 @@ +{ + "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": [ + "all" + ] + }, + "gitignore": [ + "/templates/mjml/*.html.twig" + ] + }, + "files": [], + "origin": "assoconnect/mjml-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..43a101be --- /dev/null +++ b/async-aws.async-aws-bundle.0.1.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "AWS_KEY": "your-aws-key", + "AWS_SECRET": "your-aws-secret" + } + }, + "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": "" + } + }, + "origin": "async-aws/async-aws-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..d98fdd55 --- /dev/null +++ b/async-aws.async-aws-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "async-aws/async-aws-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/atlas.symfony.1.0.json b/atlas.symfony.1.0.json new file mode 100644 index 00000000..b249c1ad --- /dev/null +++ b/atlas.symfony.1.0.json @@ -0,0 +1,39 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-package": { + "Resources/config/atlas.yaml": "%CONFIG_DIR%/packages/atlas.yaml" + }, + "env": { + "ATLAS_PDO_DSN": "", + "ATLAS_PDO_USERNAME": "", + "ATLAS_PDO_PASSWORD": "" + } + }, + "files": [], + "origin": "atlas/symfony:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..ed5671f4 --- /dev/null +++ b/aws.aws-sdk-php-symfony.1.3.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "AWS_KEY": "not-a-real-key", + "AWS_SECRET": "@@not-a-real-secret" + } + }, + "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": "" + } + }, + "origin": "aws/aws-sdk-php-symfony:1.3@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/backup-manager.symfony.2.1.json b/backup-manager.symfony.2.1.json new file mode 100644 index 00000000..5fcc0211 --- /dev/null +++ b/backup-manager.symfony.2.1.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "DATABASE_URL": "mysql://db_user:db_password@127.0.0.1:3306/db_name" + } + }, + "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": "" + } + }, + "origin": "backup-manager/symfony:2.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/baldinof.roadrunner-bundle.0.1.json b/baldinof.roadrunner-bundle.0.1.json new file mode 100644 index 00000000..96b0b0c6 --- /dev/null +++ b/baldinof.roadrunner-bundle.0.1.json @@ -0,0 +1,46 @@ +{ + "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%/" + }, + "copy-from-package": { + ".rr.yaml": ".rr.yaml" + }, + "bundles": { + "Baldinof\\RoadRunnerBundle\\BaldinofRoadRunnerBundle": [ + "all" + ] + }, + "gitignore": [ + "/bin/rr" + ] + }, + "files": { + "config/packages/baldinof_road_runner.yaml": { + "contents": "baldinof_road_runner:\n should_reboot_kernel: false\n", + "executable": false, + "encoding": "" + } + }, + "origin": "baldinof/roadrunner-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/baldinof.roadrunner-bundle.1.2.json b/baldinof.roadrunner-bundle.1.2.json new file mode 100644 index 00000000..5d9ac591 --- /dev/null +++ b/baldinof.roadrunner-bundle.1.2.json @@ -0,0 +1,47 @@ +{ + "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%/" + }, + "copy-from-package": { + ".rr.yaml": ".rr.yaml", + ".rr.dev.yaml": ".rr.dev.yaml" + }, + "bundles": { + "Baldinof\\RoadRunnerBundle\\BaldinofRoadRunnerBundle": [ + "all" + ] + }, + "gitignore": [ + "/bin/rr" + ] + }, + "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": "" + } + }, + "origin": "baldinof/roadrunner-bundle:1.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/baldinof.roadrunner-bundle.2.0.json b/baldinof.roadrunner-bundle.2.0.json new file mode 100644 index 00000000..4284a6e2 --- /dev/null +++ b/baldinof.roadrunner-bundle.2.0.json @@ -0,0 +1,47 @@ +{ + "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%/" + }, + "copy-from-package": { + ".rr.yaml": ".rr.yaml", + ".rr.dev.yaml": ".rr.dev.yaml" + }, + "bundles": { + "Baldinof\\RoadRunnerBundle\\BaldinofRoadRunnerBundle": [ + "all" + ] + }, + "gitignore": [ + "/bin/rr" + ] + }, + "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": "" + } + }, + "origin": "baldinof/roadrunner-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/basster.lazy-response-bundle.1.0.json b/basster.lazy-response-bundle.1.0.json new file mode 100644 index 00000000..8429e521 --- /dev/null +++ b/basster.lazy-response-bundle.1.0.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "basster/lazy-response-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/basster.twig-base64-extension.1.0.json b/basster.twig-base64-extension.1.0.json new file mode 100644 index 00000000..1d2287ff --- /dev/null +++ b/basster.twig-base64-extension.1.0.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "basster/twig-base64-extension:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/bcc.cron-manager-bundle.3.1.json b/bcc.cron-manager-bundle.3.1.json new file mode 100644 index 00000000..d44e2acb --- /dev/null +++ b/bcc.cron-manager-bundle.3.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "bcc/cron-manager-bundle:3.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/becklyn.assets-bundle.2.4.json b/becklyn.assets-bundle.2.4.json new file mode 100644 index 00000000..9b45cb9a --- /dev/null +++ b/becklyn.assets-bundle.2.4.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/becklyn_assets.yaml": { + "contents": "_import.becklyn_assets:\n resource: .\n type: 'becklyn-assets'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "becklyn/assets-bundle:2.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/becklyn.gluggi-bundle.3.1.json b/becklyn.gluggi-bundle.3.1.json new file mode 100644 index 00000000..c65570b6 --- /dev/null +++ b/becklyn.gluggi-bundle.3.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "dev" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/dev/gluggi.yaml": { + "contents": "_import.gluggi:\n resource: \"@GluggiBundle/Resources/config/routes.yaml\"\n prefix: /_layout/\n", + "executable": false, + "encoding": "" + } + }, + "origin": "becklyn/gluggi-bundle:3.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/becklyn.javascript-routing.1.0.json b/becklyn.javascript-routing.1.0.json new file mode 100644 index 00000000..5e2def89 --- /dev/null +++ b/becklyn.javascript-routing.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "becklyn/javascript-routing:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/becklyn.translations.1.0.json b/becklyn.translations.1.0.json new file mode 100644 index 00000000..ae1cf40a --- /dev/null +++ b/becklyn.translations.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "becklyn/translations:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/beelab.recaptcha2-bundle.2.0.json b/beelab.recaptcha2-bundle.2.0.json new file mode 100644 index 00000000..25b41253 --- /dev/null +++ b/beelab.recaptcha2-bundle.2.0.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "APP_RECAPTCHA_SITE_KEY": "needed", + "APP_RECAPTCHA_SECRET": "needed" + } + }, + "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": "" + } + }, + "origin": "beelab/recaptcha2-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/beelab.tag-bundle.1.3.json b/beelab.tag-bundle.1.3.json new file mode 100644 index 00000000..fff3b571 --- /dev/null +++ b/beelab.tag-bundle.1.3.json @@ -0,0 +1,46 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } + }, + "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": "" + }, + "config/packages/beelab_tag.yaml": { + "contents": "beelab_tag:\n tag_class: App\\Entity\\Tag\n", + "executable": false, + "encoding": "" + } + }, + "origin": "beelab/tag-bundle:1.3@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/beelab.test-bundle.2.0.json b/beelab.test-bundle.2.0.json new file mode 100644 index 00000000..aa45d623 --- /dev/null +++ b/beelab.test-bundle.2.0.json @@ -0,0 +1,31 @@ +{ + "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": [ + "test" + ] + } + }, + "files": [], + "origin": "beelab/test-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/biig.domain.1.0.json b/biig.domain.1.0.json new file mode 100644 index 00000000..9a0b607e --- /dev/null +++ b/biig.domain.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "biig/domain:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/birkof.netopia-mobilpay-bundle.1.0.json b/birkof.netopia-mobilpay-bundle.1.0.json new file mode 100644 index 00000000..48f7ff94 --- /dev/null +++ b/birkof.netopia-mobilpay-bundle.1.0.json @@ -0,0 +1,60 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "gitignore": [ + "/%CONFIG_DIR%/netopia_mobilpay/*.key", + "/%CONFIG_DIR%/netopia_mobilpay/*.cer" + ], + "env": { + "NETOPIA_MOBILPAY_PAYMENT_URL": "http://sandboxsecure.mobilpay.ro", + "NETOPIA_MOBILPAY_PUBLIC_CERT": "%kernel.project_dir%/%CONFIG_DIR%/netopia_mobilpay/public.cer", + "NETOPIA_MOBILPAY_PRIVATE_KEY": "%kernel.project_dir%/%CONFIG_DIR%/netopia_mobilpay/private.key", + "NETOPIA_MOBILPAY_SIGNATURE": "XXXX-XXXX-XXXX-XXXX-XXXX" + } + }, + "files": { + "config/netopia_mobilpay/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "birkof/netopia-mobilpay-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/bitbag.shipping-export-plugin.1.0.json b/bitbag.shipping-export-plugin.1.0.json new file mode 100644 index 00000000..64b33197 --- /dev/null +++ b/bitbag.shipping-export-plugin.1.0.json @@ -0,0 +1,48 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "gitignore": [ + "/shipping_labels/" + ] + }, + "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": "" + }, + "config/packages/bitbag_shipping_export_plugin.yaml": { + "contents": "imports:\n - { resource: \"@BitBagSyliusShippingExportPlugin/Resources/config/config.yml\" }\n", + "executable": false, + "encoding": "" + } + }, + "origin": "bitbag/shipping-export-plugin:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/boshurik.telegram-bot-bundle.3.1.json b/boshurik.telegram-bot-bundle.3.1.json new file mode 100644 index 00000000..591123d3 --- /dev/null +++ b/boshurik.telegram-bot-bundle.3.1.json @@ -0,0 +1,51 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "TELEGRAM_BOT_TOKEN": "bot-token" + }, + "container": { + "telegram_route_secret": "%env(TELEGRAM_BOT_TOKEN)%" + } + }, + "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": "" + }, + "config/packages/boshurik_telegram_bot.yaml": { + "contents": "boshurik_telegram_bot:\n api:\n token: \"%env(TELEGRAM_BOT_TOKEN)%\"\n", + "executable": false, + "encoding": "" + } + }, + "origin": "boshurik/telegram-bot-bundle:3.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/botjaeger.nexmo-bundle.0.5.json b/botjaeger.nexmo-bundle.0.5.json new file mode 100644 index 00000000..67db4a6c --- /dev/null +++ b/botjaeger.nexmo-bundle.0.5.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "BOTJAEGER_NEXMO_API_KEY": "your-api-public-key", + "BOTJAEGER_NEXMO_API_SECRET": "your-api-secret-key", + "BOTJAEGER_NEXMO_API_BRAND": "your-brand-name" + } + }, + "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": "" + } + }, + "origin": "botjaeger/nexmo-bundle:0.5@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/bref.symfony-bridge.0.1.json b/bref.symfony-bridge.0.1.json new file mode 100644 index 00000000..dc2c9527 --- /dev/null +++ b/bref.symfony-bridge.0.1.json @@ -0,0 +1,38 @@ +{ + "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" + }, + "gitignore": [ + "/.serverless/" + ] + }, + "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": "" + } + }, + "origin": "bref/symfony-bridge:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/broadway.broadway-bundle.0.4.json b/broadway.broadway-bundle.0.4.json new file mode 100644 index 00000000..725aa934 --- /dev/null +++ b/broadway.broadway-bundle.0.4.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "broadway/broadway-bundle:0.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/broadway.event-store-dbal.0.1.json b/broadway.event-store-dbal.0.1.json new file mode 100644 index 00000000..6aa56f5e --- /dev/null +++ b/broadway.event-store-dbal.0.1.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "broadway/event-store-dbal:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/broadway.event-store-dbal.0.2.json b/broadway.event-store-dbal.0.2.json new file mode 100644 index 00000000..53bba3d4 --- /dev/null +++ b/broadway.event-store-dbal.0.2.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "broadway/event-store-dbal:0.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/broadway.event-store-mongodb.0.2.json b/broadway.event-store-mongodb.0.2.json new file mode 100644 index 00000000..a540c051 --- /dev/null +++ b/broadway.event-store-mongodb.0.2.json @@ -0,0 +1,43 @@ +{ + "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%/" + }, + "container": { + "mongodb_uri": "%env(BROADWAY_EVENT_STORE_MONGODB_URI)%", + "mongodb_database": "%env(BROADWAY_EVENT_STORE_MONGODB_DATABASE)%" + }, + "env": { + "BROADWAY_EVENT_STORE_MONGODB_URI": "mongodb://127.0.0.1/", + "BROADWAY_EVENT_STORE_MONGODB_DATABASE": "default" + } + }, + "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": "" + } + }, + "origin": "broadway/event-store-mongodb:0.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/broadway.read-model-elasticsearch.0.3.json b/broadway.read-model-elasticsearch.0.3.json new file mode 100644 index 00000000..405500fd --- /dev/null +++ b/broadway.read-model-elasticsearch.0.3.json @@ -0,0 +1,38 @@ +{ + "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%/" + }, + "container": { + "elasticsearch": "~" + } + }, + "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": "" + } + }, + "origin": "broadway/read-model-elasticsearch:0.3@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/broadway.read-model-mongodb.0.2.json b/broadway.read-model-mongodb.0.2.json new file mode 100644 index 00000000..4f345043 --- /dev/null +++ b/broadway.read-model-mongodb.0.2.json @@ -0,0 +1,43 @@ +{ + "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%/" + }, + "container": { + "mongodb_uri": "%env(BROADWAY_READ_MODEL_MONGODB_URI)%", + "mongodb_database": "%env(BROADWAY_READ_MODEL_MONGODB_DATABASE)%" + }, + "env": { + "BROADWAY_READ_MODEL_MONGODB_URI": "mongodb://127.0.0.1/", + "BROADWAY_READ_MODEL_MONGODB_DATABASE": "default" + } + }, + "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": "" + } + }, + "origin": "broadway/read-model-mongodb:0.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/bukashk0zzz.filter-bundle.2.0.json b/bukashk0zzz.filter-bundle.2.0.json new file mode 100644 index 00000000..9e7da38a --- /dev/null +++ b/bukashk0zzz.filter-bundle.2.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "bukashk0zzz/filter-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..a5584b0d --- /dev/null +++ b/bukashk0zzz.liip-imagine-serialization-bundle.2.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "bukashk0zzz/liip-imagine-serialization-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/cache.adapter-bundle.1.1.json b/cache.adapter-bundle.1.1.json new file mode 100644 index 00000000..c5acac1c --- /dev/null +++ b/cache.adapter-bundle.1.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/cache_adapter.yaml": { + "contents": "cache_adapter:\n providers:\n default:\n factory: cache.factory.array\n", + "executable": false, + "encoding": "" + } + }, + "origin": "cache/adapter-bundle:1.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/cache.cache-bundle.1.0.json b/cache.cache-bundle.1.0.json new file mode 100644 index 00000000..9f6f2536 --- /dev/null +++ b/cache.cache-bundle.1.0.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "SESSION_CACHE_ENABLED": "true", + "ROUTER_CACHE_ENABLED": "false" + } + }, + "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": "" + } + }, + "origin": "cache/cache-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ckrack.optimus-bundle.0.1.json b/ckrack.optimus-bundle.0.1.json new file mode 100644 index 00000000..278fe387 --- /dev/null +++ b/ckrack.optimus-bundle.0.1.json @@ -0,0 +1,46 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Replace these env vars with the output of `php vendor/bin/optimus spark -f env`", + "OPTIMUS_PRIME": "3", + "OPTIMUS_INVERSE": "715827883", + "OPTIMUS_RANDOM": "1592469642" + } + }, + "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": "" + } + }, + "origin": "ckrack/optimus-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/codebuds.mattermost-publication-bundle.0.3.json b/codebuds.mattermost-publication-bundle.0.3.json new file mode 100644 index 00000000..1984e03d --- /dev/null +++ b/codebuds.mattermost-publication-bundle.0.3.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "MATTERMOST_WEBHOOK_URL": "http://{your-mattermost-site}/hooks/xxx-generatedkey-xxx" + } + }, + "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": "" + } + }, + "origin": "codebuds/mattermost-publication-bundle:0.3@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/codeception.codeception.2.3.json b/codeception.codeception.2.3.json new file mode 100644 index 00000000..880a77a3 --- /dev/null +++ b/codeception.codeception.2.3.json @@ -0,0 +1,111 @@ +{ + "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", + "tests/": "tests/" + } + }, + "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": "" + }, + "tests/unit/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "tests/_output/.gitignore": { + "contents": "*\n!.gitignore\n", + "executable": false, + "encoding": "" + }, + "tests/_data/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "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": "" + }, + "tests/functional/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "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": "" + }, + "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": "" + }, + "tests/acceptance/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "tests/_support/_generated/.gitignore": { + "contents": "*\n!.gitignore\n", + "executable": false, + "encoding": "" + }, + "tests/_support/AcceptanceTester.php": { + "contents": "", + "CTP_CLIENT_SECRET": "", + "CTP_PROJECT_KEY": "", + "CTP_AUTH_URL": "https://auth.commercetools.com", + "CTP_API_URL": "https://api.commercetools.com", + "CTP_SCOPES": "" + } + }, + "files": { + "config/packages/commercetools.yaml": { + "contents": "commercetools:\n api:\n default_client: 'default'\n clients:\n default:\n client_id: '%env(CTP_CLIENT_ID)%'\n client_secret: '%env(CTP_CLIENT_SECRET)%'\n project: '%env(CTP_PROJECT_KEY)%'\n scope: '%env(CTP_SCOPES)%'\n oauth_url: '%env(CTP_AUTH_URL)%'\n api_url: '%env(CTP_API_URL)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "commercetools/symfony-bundle:0.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/comsave.salesforce-outbound-message-bundle.0.3.json b/comsave.salesforce-outbound-message-bundle.0.3.json new file mode 100644 index 00000000..02cbafae --- /dev/null +++ b/comsave.salesforce-outbound-message-bundle.0.3.json @@ -0,0 +1,40 @@ +{ + "locks": { + "comsave/salesforce-outbound-message-bundle": { + "version": "0.3", + "recipe": { + "repo": "0.3", + "branch": "master", + "version": "0.3", + "ref": "3d89607e2bafbfe4bb0ba0ea6f43f9b02aa6fa58" + } + } + }, + "manifests": { + "comsave/salesforce-outbound-message-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "comsave/salesforce-outbound-message-bundle", + "version": "0.3", + "manifest": { + "bundles": { + "Comsave\\SalesforceOutboundMessageBundle\\ComsaveSalesforceOutboundMessageBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/comsave_outbound_message.yaml": { + "contents": "comsave_salesforce_outbound_message:\n wsdl_directory: 'src/Company/Resources/wsdl'\n document_paths:\n Account:\n path: 'src/Company/Document/Account'\n Product2:\n path: 'src/Company/Document/Product2'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "comsave/salesforce-outbound-message-bundle:0.3@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/connectholland.cookie-consent-bundle.0.4.json b/connectholland.cookie-consent-bundle.0.4.json new file mode 100644 index 00000000..f343bec9 --- /dev/null +++ b/connectholland.cookie-consent-bundle.0.4.json @@ -0,0 +1,45 @@ +{ + "locks": { + "connectholland/cookie-consent-bundle": { + "version": "0.4", + "recipe": { + "repo": "0.4", + "branch": "master", + "version": "0.4", + "ref": "9725d24dc996a1041f25b9e29fc1567a861f98e4" + } + } + }, + "manifests": { + "connectholland/cookie-consent-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "connectholland/cookie-consent-bundle", + "version": "0.4", + "manifest": { + "bundles": { + "ConnectHolland\\CookieConsentBundle\\CHCookieConsentBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/ch_cookie_consent.yaml": { + "contents": "ch_cookie_consent:\n resource: \"@CHCookieConsentBundle/Resources/config/routing.yaml\"\n", + "executable": false, + "encoding": "" + }, + "config/packages/ch_cookie_consent.yaml": { + "contents": "ch_cookie_consent: \n categories: ['analytics', 'tracking', 'social_media', 'marketing']\n", + "executable": false, + "encoding": "" + } + }, + "origin": "connectholland/cookie-consent-bundle:0.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/connectholland.timechimp-bundle.1.0.json b/connectholland.timechimp-bundle.1.0.json new file mode 100644 index 00000000..9835dcb8 --- /dev/null +++ b/connectholland.timechimp-bundle.1.0.json @@ -0,0 +1,43 @@ +{ + "locks": { + "connectholland/timechimp-bundle": { + "version": "1.0", + "recipe": { + "repo": "1.0", + "branch": "master", + "version": "1.0", + "ref": "84527816cc62efb58453131d350a5aee146f9f7e" + } + } + }, + "manifests": { + "connectholland/timechimp-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "connectholland/timechimp-bundle", + "version": "1.0", + "manifest": { + "bundles": { + "ConnectHolland\\TimechimpBundle\\ConnecthollandTimechimpBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "TIMECHIMPBUNDLE_ACCESS_TOKEN": "baerer-token-value" + } + }, + "files": { + "config/packages/connectholland_timechimp.yaml": { + "contents": "connectholland_timechimp:\n api_key: '%env(string:TIMECHIMP_ACCESS_TOKEN)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "connectholland/timechimp-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/connectholland.uptime-robot-bundle.1.0.json b/connectholland.uptime-robot-bundle.1.0.json new file mode 100644 index 00000000..4be3a2d8 --- /dev/null +++ b/connectholland.uptime-robot-bundle.1.0.json @@ -0,0 +1,43 @@ +{ + "locks": { + "connectholland/uptime-robot-bundle": { + "version": "1.0", + "recipe": { + "repo": "1.0", + "branch": "master", + "version": "1.0", + "ref": "cce5373677f7543c76cb8613e0fe529de4b3a5c8" + } + } + }, + "manifests": { + "connectholland/uptime-robot-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "connectholland/uptime-robot-bundle", + "version": "1.0", + "manifest": { + "bundles": { + "ConnectHolland\\UptimeRobotBundle\\ConnecthollandUptimeRobotBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "UPTIMEROBOT_API_KEY": "api_key" + } + }, + "files": { + "config/packages/connectholland_uptime_robot.yaml": { + "contents": "connectholland_uptime_robot:\n api_key: '%env(string:UPTIMEROBOT_API_KEY)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "connectholland/uptime-robot-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/contao.core-bundle.4.6.json b/contao.core-bundle.4.6.json new file mode 100644 index 00000000..d3b0671b --- /dev/null +++ b/contao.core-bundle.4.6.json @@ -0,0 +1,57 @@ +{ + "locks": { + "contao/core-bundle": { + "version": "4.6", + "recipe": { + "repo": "4.6", + "branch": "master", + "version": "4.6", + "ref": "f92ce23cb3d97f3f69d2fd448fb3dde0023a6b90" + } + } + }, + "manifests": { + "contao/core-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "contao/core-bundle", + "version": "4.6", + "manifest": { + "bundles": { + "Contao\\CoreBundle\\ContaoCoreBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "composer-scripts": { + "contao:install %PUBLIC_DIR%": "symfony-cmd", + "contao:symlinks %PUBLIC_DIR%": "symfony-cmd" + }, + "gitignore": [ + "/assets/", + "/files/", + "/public/assets", + "/public/files/", + "/public/share/", + "/public/system/", + "/system/*", + "!/system/config/", + "/system/config/localconfig.php", + "/system/config/tcpdf.php", + "/system/modules/*/.skip" + ] + }, + "files": { + "config/packages/contao_core.yaml": { + "contents": "# See https://github.com/contao/core-bundle\ncontao:\n web_dir: \"%kernel.project_dir%/public\"\n", + "executable": false, + "encoding": "" + } + }, + "origin": "contao/core-bundle:4.6@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/contao.installation-bundle.4.6.json b/contao.installation-bundle.4.6.json new file mode 100644 index 00000000..3339fef5 --- /dev/null +++ b/contao.installation-bundle.4.6.json @@ -0,0 +1,40 @@ +{ + "locks": { + "contao/installation-bundle": { + "version": "4.6", + "recipe": { + "repo": "4.6", + "branch": "master", + "version": "4.6", + "ref": "00cb02ec7764a4674daa86d4d793aff2335138cc" + } + } + }, + "manifests": { + "contao/installation-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "contao/installation-bundle", + "version": "4.6", + "manifest": { + "bundles": { + "Contao\\InstallationBundle\\ContaoInstallationBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/contao_installation.yaml": { + "contents": "contao_installation:\n resource: \"@ContaoInstallationBundle/Resources/config/routing.yml\"\n", + "executable": false, + "encoding": "" + } + }, + "origin": "contao/installation-bundle:4.6@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/contentful.contentful-bundle.3.0.json b/contentful.contentful-bundle.3.0.json new file mode 100644 index 00000000..b5385217 --- /dev/null +++ b/contentful.contentful-bundle.3.0.json @@ -0,0 +1,44 @@ +{ + "locks": { + "contentful/contentful-bundle": { + "version": "3.0", + "recipe": { + "repo": "3.0", + "branch": "master", + "version": "3.0", + "ref": "39078448bb72c791a935ecf270942b7f26e3139f" + } + } + }, + "manifests": { + "contentful/contentful-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "contentful/contentful-bundle", + "version": "3.0", + "manifest": { + "bundles": { + "Contentful\\ContentfulBundle\\ContentfulBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "CONTENTFUL_SPACE_ID": "required", + "CONTENTFUL_ACCESS_TOKEN": "required" + } + }, + "files": { + "config/packages/contentful.yaml": { + "contents": "# For the complete configuration, please visit\n# https://www.contentful.com/developers/docs/php/tutorials/getting-started-with-contentful-and-symfony/\ncontentful:\n delivery:\n space: \"%env(CONTENTFUL_SPACE_ID)%\"\n token: \"%env(CONTENTFUL_ACCESS_TOKEN)%\"\n", + "executable": false, + "encoding": "" + } + }, + "origin": "contentful/contentful-bundle:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/contentful.contentful-bundle.4.0.json b/contentful.contentful-bundle.4.0.json new file mode 100644 index 00000000..bc7e3f8c --- /dev/null +++ b/contentful.contentful-bundle.4.0.json @@ -0,0 +1,44 @@ +{ + "locks": { + "contentful/contentful-bundle": { + "version": "4.0", + "recipe": { + "repo": "4.0", + "branch": "master", + "version": "4.0", + "ref": "f0b3ffcd60bb909b43a893aec66740c17373c13c" + } + } + }, + "manifests": { + "contentful/contentful-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "contentful/contentful-bundle", + "version": "4.0", + "manifest": { + "bundles": { + "Contentful\\ContentfulBundle\\ContentfulBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "CONTENTFUL_SPACE_ID": "cfexampleapi", + "CONTENTFUL_ACCESS_TOKEN": "b4c0n73n7fu1" + } + }, + "files": { + "config/packages/contentful.yaml": { + "contents": "# For the complete configuration, please visit\n# https://www.contentful.com/developers/docs/php/tutorials/getting-started-with-contentful-and-symfony/\ncontentful:\n delivery:\n main:\n token: \"%env(CONTENTFUL_ACCESS_TOKEN)%\"\n space: \"%env(CONTENTFUL_SPACE_ID)%\"\n", + "executable": false, + "encoding": "" + } + }, + "origin": "contentful/contentful-bundle:4.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/core23.facebook-bundle.0.4.json b/core23.facebook-bundle.0.4.json new file mode 100644 index 00000000..dd8a2af1 --- /dev/null +++ b/core23.facebook-bundle.0.4.json @@ -0,0 +1,44 @@ +{ + "locks": { + "core23/facebook-bundle": { + "version": "0.4", + "recipe": { + "repo": "0.4", + "branch": "master", + "version": "0.4", + "ref": "0e959d3befb5588bb8c2053b94c7affbff5c75c4" + } + } + }, + "manifests": { + "core23/facebook-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "core23/facebook-bundle", + "version": "0.4", + "manifest": { + "bundles": { + "Core23\\FacebookBundle\\Core23FacebookBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "FACEBOOK_API_ID": "", + "FACEBOOK_API_SECRET": "" + } + }, + "files": { + "config/packages/core23_facebook.yaml": { + "contents": "core23_facebook:\n api:\n app_id: '%env(FACEBOOK_API_ID)%'\n app_secret: '%env(FACEBOOK_API_SECRET)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "core23/facebook-bundle:0.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/core23.gdpr-bundle.0.2.json b/core23.gdpr-bundle.0.2.json new file mode 100644 index 00000000..6a5e67cf --- /dev/null +++ b/core23.gdpr-bundle.0.2.json @@ -0,0 +1,40 @@ +{ + "locks": { + "core23/gdpr-bundle": { + "version": "0.2", + "recipe": { + "repo": "0.2", + "branch": "master", + "version": "0.2", + "ref": "49fe404d938474efdce54f7d4bf6ef45ed177953" + } + } + }, + "manifests": { + "core23/gdpr-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "core23/gdpr-bundle", + "version": "0.2", + "manifest": { + "bundles": { + "Core23\\GDPRBundle\\Core23GDPRBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/core23_gdpr.yaml": { + "contents": "sonata_block:\n blocks:\n core23_gdpr.block.information: null\n", + "executable": false, + "encoding": "" + } + }, + "origin": "core23/gdpr-bundle:0.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/core23.lastfm-bundle.0.4.json b/core23.lastfm-bundle.0.4.json new file mode 100644 index 00000000..d410b2f1 --- /dev/null +++ b/core23.lastfm-bundle.0.4.json @@ -0,0 +1,44 @@ +{ + "locks": { + "core23/lastfm-bundle": { + "version": "0.4", + "recipe": { + "repo": "0.4", + "branch": "master", + "version": "0.4", + "ref": "c73e219dfbfb682343c3a8c3df3ee329e6f4a8b7" + } + } + }, + "manifests": { + "core23/lastfm-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "core23/lastfm-bundle", + "version": "0.4", + "manifest": { + "bundles": { + "Core23\\LastFmBundle\\Core23LastFmBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "LASTFM_API_ID": "", + "LASTFM_API_SECRET": "" + } + }, + "files": { + "config/packages/core23_lastfm.yaml": { + "contents": "core23_lastfm:\n api:\n app_id: '%env(LASTFM_API_ID)%'\n shared_secret: '%env(LASTFM_API_SECRET)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "core23/lastfm-bundle:0.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/core23.matomo-bundle.1.1.json b/core23.matomo-bundle.1.1.json new file mode 100644 index 00000000..a037457d --- /dev/null +++ b/core23.matomo-bundle.1.1.json @@ -0,0 +1,40 @@ +{ + "locks": { + "core23/matomo-bundle": { + "version": "1.1", + "recipe": { + "repo": "1.1", + "branch": "master", + "version": "1.1", + "ref": "2b9e18de0ac9dd663b19444fc83240a4c02eb569" + } + } + }, + "manifests": { + "core23/matomo-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "core23/matomo-bundle", + "version": "1.1", + "manifest": { + "bundles": { + "Core23\\MatomoBundle\\Core23MatomoBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/core23_matomo.yaml": { + "contents": "sonata_block:\n blocks:\n core23_matomo.block.statistic:\n core23_matomo.block.tracker:\n", + "executable": false, + "encoding": "" + } + }, + "origin": "core23/matomo-bundle:1.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/core23.shariff-bundle.3.0.json b/core23.shariff-bundle.3.0.json new file mode 100644 index 00000000..968f51e9 --- /dev/null +++ b/core23.shariff-bundle.3.0.json @@ -0,0 +1,49 @@ +{ + "locks": { + "core23/shariff-bundle": { + "version": "3.0", + "recipe": { + "repo": "3.0", + "branch": "master", + "version": "3.0", + "ref": "543b5fc304a0580ead9b6b65f1d01f028259d3b2" + } + } + }, + "manifests": { + "core23/shariff-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "core23/shariff-bundle", + "version": "3.0", + "manifest": { + "bundles": { + "Core23\\ShariffBundle\\Core23ShariffBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "FACEBOOK_API_ID": "", + "FACEBOOK_API_SECRET": "" + } + }, + "files": { + "config/routes/core23_shariff.yaml": { + "contents": "core23_shariff:\n resource: '@Core23ShariffBundle/Resources/config/routing/backend.yml'\n prefix: /shariff\n", + "executable": false, + "encoding": "" + }, + "config/packages/core23_shariff.yaml": { + "contents": "core23_shariff:\n services:\n facebook:\n app_id: '%env(FACEBOOK_API_ID)%'\n secret: '%env(FACEBOOK_API_SECRET)%'\n\nsonata_block:\n blocks:\n core23_shariff.block.share:\n\ndoctrine_cache:\n providers:\n core23_shariff:\n type: php_file\n namespace: core23_shariff\n", + "executable": false, + "encoding": "" + } + }, + "origin": "core23/shariff-bundle:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/cpliakas.git-wrapper.3.0.json b/cpliakas.git-wrapper.3.0.json new file mode 100644 index 00000000..6ee541ed --- /dev/null +++ b/cpliakas.git-wrapper.3.0.json @@ -0,0 +1,35 @@ +{ + "locks": { + "cpliakas/git-wrapper": { + "version": "3.0", + "recipe": { + "repo": "3.0", + "branch": "master", + "version": "3.0", + "ref": "e66e45db95fc7d7702ee76c592965c204c9739ff" + } + } + }, + "manifests": { + "cpliakas/git-wrapper": { + "repository": "github.com/symfony/recipes-contrib", + "package": "cpliakas/git-wrapper", + "version": "3.0", + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/cpliakas_git_wrapper.yaml": { + "contents": "services:\n GitWrapper\\GitWrapper: null\n\n\n# To add logging capabilities use monolog and this configuration:\n#monolog:\n# channels:\n# - 'git'\n\n#services:\n# GitWrapper\\EventSubscriber\\GitLoggerEventSubscriber:\n# $logger: '@monolog.logger.git'\n# GitWrapper\\GitWrapper:\n# calls:\n# - addLoggerEventSubscriber: ['@GitWrapper\\EventSubscriber\\GitLoggerEventSubscriber']\n", + "executable": false, + "encoding": "" + } + }, + "origin": "cpliakas/git-wrapper:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/crayner.authenticate-bundle.1.0.json b/crayner.authenticate-bundle.1.0.json new file mode 100644 index 00000000..97e1d84f --- /dev/null +++ b/crayner.authenticate-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "locks": { + "crayner/authenticate-bundle": { + "version": "1.0", + "recipe": { + "repo": "1.0", + "branch": "master", + "version": "1.0", + "ref": "3911baf00ee1ee8e1edb5a97572fe79f1f0a8d21" + } + } + }, + "manifests": { + "crayner/authenticate-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "crayner/authenticate-bundle", + "version": "1.0", + "manifest": { + "bundles": { + "Crayner\\Authenticate\\CraynerAuthenticateBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/crayner_authenticate.yaml": { + "contents": "crayner_authenticate:\n resource: '@CraynerAuthenticateBundle/Resources/config/routes.yaml'\n prefix: /security\n\n", + "executable": false, + "encoding": "" + } + }, + "origin": "crayner/authenticate-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/csa.guzzle-bundle.3.0.json b/csa.guzzle-bundle.3.0.json new file mode 100644 index 00000000..39d7d921 --- /dev/null +++ b/csa.guzzle-bundle.3.0.json @@ -0,0 +1,40 @@ +{ + "locks": { + "csa/guzzle-bundle": { + "version": "3.0", + "recipe": { + "repo": "3.0", + "branch": "master", + "version": "3.0", + "ref": "37c8c8a6c9b4365529a27975dced0589fea4bb48" + } + } + }, + "manifests": { + "csa/guzzle-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "csa/guzzle-bundle", + "version": "3.0", + "manifest": { + "bundles": { + "Csa\\Bundle\\GuzzleBundle\\CsaGuzzleBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/csa_guzzle.yaml": { + "contents": "# Full configuration reference: https://github.com/csarrazi/CsaGuzzleBundle/blob/2.x/src/Resources/doc/configuration_reference.md#configuration-reference\n# Available client config options: http://docs.guzzlephp.org/en/latest/quickstart.html#creating-a-client\n# and http://docs.guzzlephp.org/en/latest/request-options.html\ncsa_guzzle:\n profiler: '%kernel.debug%'\n clients:\n default: null\n# my_client:\n# config:\n# base_uri: 'http://example.com'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "csa/guzzle-bundle:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/cyberomulus.sitemap-generator-bundle.1.2.json b/cyberomulus.sitemap-generator-bundle.1.2.json new file mode 100644 index 00000000..3e1e013c --- /dev/null +++ b/cyberomulus.sitemap-generator-bundle.1.2.json @@ -0,0 +1,45 @@ +{ + "locks": { + "cyberomulus/sitemap-generator-bundle": { + "version": "1.2", + "recipe": { + "repo": "1.2", + "branch": "master", + "version": "1.2", + "ref": "444f9d4165852dbf7af8a6cbaa63715531f394c6" + } + } + }, + "manifests": { + "cyberomulus/sitemap-generator-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "cyberomulus/sitemap-generator-bundle", + "version": "1.2", + "manifest": { + "bundles": { + "Cyberomulus\\SiteMapGeneratorBundle\\CyberomulusSiteMapGeneratorBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/cyberomulus_site_map_generator.yaml": { + "contents": "cyberomulus_sitemapgenerator:\n resource: '@CyberomulusSiteMapGeneratorBundle/Resources/config/routes.xml'\n", + "executable": false, + "encoding": "" + }, + "config/packages/cyberomulus_site_map_generator.yaml": { + "contents": "cyberomulus_site_map_generator:\n defaults_values:\n # Set the defaults values on url entries (false by default)\n url:\n # true for set a datetime at now if is null\n last_modification_now: true\n", + "executable": false, + "encoding": "" + } + }, + "origin": "cyberomulus/sitemap-generator-bundle:1.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/dama.doctrine-test-bundle.4.0.json b/dama.doctrine-test-bundle.4.0.json new file mode 100644 index 00000000..bd4e2cf2 --- /dev/null +++ b/dama.doctrine-test-bundle.4.0.json @@ -0,0 +1,40 @@ +{ + "locks": { + "dama/doctrine-test-bundle": { + "version": "4.0", + "recipe": { + "repo": "4.0", + "branch": "master", + "version": "4.0", + "ref": "56eaa387b5e48ebcc7c95a893b47dfa1ad51449c" + } + } + }, + "manifests": { + "dama/doctrine-test-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "dama/doctrine-test-bundle", + "version": "4.0", + "manifest": { + "bundles": { + "DAMA\\DoctrineTestBundle\\DAMADoctrineTestBundle": [ + "test" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/test/dama_doctrine_test_bundle.yaml": { + "contents": "dama_doctrine_test:\n enable_static_connection: true\n enable_static_meta_data_cache: true\n enable_static_query_cache: true\n", + "executable": false, + "encoding": "" + } + }, + "origin": "dama/doctrine-test-bundle:4.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/damienharper.auditor-bundle.4.0.json b/damienharper.auditor-bundle.4.0.json new file mode 100644 index 00000000..c35e82d4 --- /dev/null +++ b/damienharper.auditor-bundle.4.0.json @@ -0,0 +1,45 @@ +{ + "locks": { + "damienharper/auditor-bundle": { + "version": "4.0", + "recipe": { + "repo": "4.0", + "branch": "master", + "version": "4.0", + "ref": "694b129ef686d68a4c9ca6b3cafbeb3dec0c9c2d" + } + } + }, + "manifests": { + "damienharper/auditor-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "damienharper/auditor-bundle", + "version": "4.0", + "manifest": { + "bundles": { + "DH\\AuditorBundle\\DHAuditorBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/dh_auditor.yaml": { + "contents": "dh_auditor:\n resource: \"@DHAuditorBundle/Controller/\"\n type: auditor\n", + "executable": false, + "encoding": "" + }, + "config/packages/dh_auditor.yaml": { + "contents": "# Full configuration reference available at:\n# https://damienharper.github.io/auditor-docs/docs/auditor-bundle/configuration/reference.html\ndh_auditor:\n enabled: true\n providers:\n doctrine:\n table_prefix: null\n table_suffix: '_audit'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "damienharper/auditor-bundle:4.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/damienharper.doctrine-audit-bundle.1.0.json b/damienharper.doctrine-audit-bundle.1.0.json new file mode 100644 index 00000000..a10cb1a6 --- /dev/null +++ b/damienharper.doctrine-audit-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "locks": { + "damienharper/doctrine-audit-bundle": { + "version": "1.0", + "recipe": { + "repo": "1.0", + "branch": "master", + "version": "1.0", + "ref": "ab8b371ee4206c79a144f3617d8eef3d6e7b87be" + } + } + }, + "manifests": { + "damienharper/doctrine-audit-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "damienharper/doctrine-audit-bundle", + "version": "1.0", + "manifest": { + "bundles": { + "DH\\DoctrineAuditBundle\\DHDoctrineAuditBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/dh_doctrine_audit.yaml": { + "contents": "dh_doctrine_audit:\n # Configuration reference available at:\n # https://github.com/DamienHarper/DoctrineAuditBundle#configuration\n\n entities:\n# MyBundle\\Entity\\MyAuditedEntity1: null # all MyAuditedEntity1 properties are audited\n# MyBundle\\Entity\\MyAuditedEntity2:\n# ignored_columns: # MyAuditedEntity2 properties to be ignored by the audit process\n# - createdAt\n# - updatedAt\n", + "executable": false, + "encoding": "" + } + }, + "origin": "damienharper/doctrine-audit-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/datana-gmbh.intercom-config.1.1.json b/datana-gmbh.intercom-config.1.1.json new file mode 100644 index 00000000..78487e58 --- /dev/null +++ b/datana-gmbh.intercom-config.1.1.json @@ -0,0 +1,39 @@ +{ + "locks": { + "datana-gmbh/intercom-config": { + "version": "1.1", + "recipe": { + "repo": "1.1", + "branch": "master", + "version": "1.1", + "ref": "5c2f35fd8dfee432d17ac4d5a5d393a61e0794b9" + } + } + }, + "manifests": { + "datana-gmbh/intercom-config": { + "repository": "github.com/symfony/recipes-contrib", + "package": "datana-gmbh/intercom-config", + "version": "1.1", + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "INTERCOM_WORKSPACE_APP_ID": "", + "INTERCOM_IDENTITY_VERIFICATION_SECRET": "" + } + }, + "files": { + "config/packages/datana_intercom_config.yaml": { + "contents": "services:\n Datana\\Intercom\\Config\\Config:\n arguments:\n - '%env(INTERCOM_WORKSPACE_APP_ID)%'\n - '%env(INTERCOM_IDENTITY_VERIFICATION_SECRET)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "datana-gmbh/intercom-config:1.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/datana-gmbh.sendgrid-dynamic-template-mailer.1.0.json b/datana-gmbh.sendgrid-dynamic-template-mailer.1.0.json new file mode 100644 index 00000000..3112573e --- /dev/null +++ b/datana-gmbh.sendgrid-dynamic-template-mailer.1.0.json @@ -0,0 +1,38 @@ +{ + "locks": { + "datana-gmbh/sendgrid-dynamic-template-mailer": { + "version": "1.0", + "recipe": { + "repo": "1.0", + "branch": "master", + "version": "1.0", + "ref": "5b3705038a4cbbc32203ee75be06db766e840f6d" + } + } + }, + "manifests": { + "datana-gmbh/sendgrid-dynamic-template-mailer": { + "repository": "github.com/symfony/recipes-contrib", + "package": "datana-gmbh/sendgrid-dynamic-template-mailer", + "version": "1.0", + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "MAILER_DSN": "sendgrid+template://KEY@default" + } + }, + "files": { + "config/packages/datana_sendgrid_dynamic_template_mailer.yaml": { + "contents": "services:\n Datana\\Bridge\\Symfony\\Mailer\\Sendgrid\\Transport\\SendgridDynamicTemplateTransportFactory:\n parent: 'mailer.transport_factory.abstract'\n tags: ['mailer.transport_factory']\n autowire: true\n", + "executable": false, + "encoding": "" + } + }, + "origin": "datana-gmbh/sendgrid-dynamic-template-mailer:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/deamon.logger-extra-bundle.4.0.json b/deamon.logger-extra-bundle.4.0.json new file mode 100644 index 00000000..8a7d4814 --- /dev/null +++ b/deamon.logger-extra-bundle.4.0.json @@ -0,0 +1,40 @@ +{ + "locks": { + "deamon/logger-extra-bundle": { + "version": "4.0", + "recipe": { + "repo": "4.0", + "branch": "master", + "version": "4.0", + "ref": "0c64a27be5cc083dd16bebfe1ca16104d8649fa9" + } + } + }, + "manifests": { + "deamon/logger-extra-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "deamon/logger-extra-bundle", + "version": "4.0", + "manifest": { + "bundles": { + "Deamon\\LoggerExtraBundle\\DeamonLoggerExtraBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/deamon_logger_extra.yaml": { + "contents": "# see https://github.com/FrDeamon/logger-extra-bundle/blob/master/README.md#config-reference\ndeamon_logger_extra:\n # the application name\n application: null\n # the handler to update\n handlers: 'main'\n # configuration for all optional fields\n config: null\n", + "executable": false, + "encoding": "" + } + }, + "origin": "deamon/logger-extra-bundle:4.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/debril.rss-atom-bundle.4.0.json b/debril.rss-atom-bundle.4.0.json new file mode 100644 index 00000000..f43d5046 --- /dev/null +++ b/debril.rss-atom-bundle.4.0.json @@ -0,0 +1,45 @@ +{ + "locks": { + "debril/rss-atom-bundle": { + "version": "4.0", + "recipe": { + "repo": "4.0", + "branch": "master", + "version": "4.0", + "ref": "2c23ed747eda9f4c13f5e7eb55fffa1091fdd505" + } + } + }, + "manifests": { + "debril/rss-atom-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "debril/rss-atom-bundle", + "version": "4.0", + "manifest": { + "bundles": { + "Debril\\RssAtomBundle\\DebrilRssAtomBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/rss_atom.yaml": { + "contents": "rss_atom_bundle:\n resource: \"@DebrilRssAtomBundle/Resources/config/routing.yml\"\n", + "executable": false, + "encoding": "" + }, + "config/packages/rss_atom.yaml": { + "contents": "debril_rss_atom:\n # switch to true if you need to set cache-control: private\n private: false\n # switch to true if you need to always send status 200\n force_refresh: false\n", + "executable": false, + "encoding": "" + } + }, + "origin": "debril/rss-atom-bundle:4.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/dekalee.autopilot-bundle.1.0.json b/dekalee.autopilot-bundle.1.0.json new file mode 100644 index 00000000..62a8d3c6 --- /dev/null +++ b/dekalee.autopilot-bundle.1.0.json @@ -0,0 +1,43 @@ +{ + "locks": { + "dekalee/autopilot-bundle": { + "version": "1.0", + "recipe": { + "repo": "1.0", + "branch": "master", + "version": "1.0", + "ref": "7d8d3dafe6ac802b38f6147a4732b7958adc8052" + } + } + }, + "manifests": { + "dekalee/autopilot-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "dekalee/autopilot-bundle", + "version": "1.0", + "manifest": { + "bundles": { + "Dekalee\\AutopilotBundle\\DekaleeAutopilotBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#DEKALEE_AUTOPILOT_APIKEY": "the-autopilot-api-key" + } + }, + "files": { + "config/packages/dekalee_autopilot_swarrot.yaml": { + "contents": "dekalee_autopilot:\n api_key: '%env(DEKALEE_AUTOPILOT_APIKEY)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "dekalee/autopilot-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/dekalee.cdn77-bundle.1.4.json b/dekalee.cdn77-bundle.1.4.json new file mode 100644 index 00000000..54bc552e --- /dev/null +++ b/dekalee.cdn77-bundle.1.4.json @@ -0,0 +1,44 @@ +{ + "locks": { + "dekalee/cdn77-bundle": { + "version": "1.4", + "recipe": { + "repo": "1.4", + "branch": "master", + "version": "1.4", + "ref": "3fc03324acddea649ef00675e18a0fb95679b983" + } + } + }, + "manifests": { + "dekalee/cdn77-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "dekalee/cdn77-bundle", + "version": "1.4", + "manifest": { + "bundles": { + "Dekalee\\Cdn77Bundle\\DekaleeCdn77Bundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "DEKALEE_CDN77_LOGIN": "your-cdn77-login", + "DEKALEE_CDN77_PASSWORD": "@@your-cdn77-password" + } + }, + "files": { + "config/packages/dekalee_cdn77.yaml": { + "contents": "dekalee_cdn77:\n login: \"%env(DEKALEE_CDN77_LOGIN)%\"\n password: \"%env(DEKALEE_CDN77_PASSWORD)%\"\n", + "executable": false, + "encoding": "" + } + }, + "origin": "dekalee/cdn77-bundle:1.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/dekalee.enom-bundle.1.0.json b/dekalee.enom-bundle.1.0.json new file mode 100644 index 00000000..494d6651 --- /dev/null +++ b/dekalee.enom-bundle.1.0.json @@ -0,0 +1,45 @@ +{ + "locks": { + "dekalee/enom-bundle": { + "version": "1.0", + "recipe": { + "repo": "1.0", + "branch": "master", + "version": "1.0", + "ref": "f5d48d7f8a5a1f9661446151006f242771168d00" + } + } + }, + "manifests": { + "dekalee/enom-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "dekalee/enom-bundle", + "version": "1.0", + "manifest": { + "bundles": { + "Dekalee\\EnomBundle\\DekaleeEnomBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#ENOM_UID": "your-enom-uid", + "#ENOM_PASSWORD": "your-enom-password", + "#ENOM_BASE_URL": "your-enom-api-base-url" + } + }, + "files": { + "config/packages/dekalee_enom.yaml": { + "contents": "dekalee_enom:\n uid: '%env(ENOM_UID)%'\n password: '%env(ENOM_PASSWORD)%'\n base_url: '%env(ENOM_BASE_URL)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "dekalee/enom-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/dekalee.mailjet-bundle.0.5.json b/dekalee.mailjet-bundle.0.5.json new file mode 100644 index 00000000..68133b55 --- /dev/null +++ b/dekalee.mailjet-bundle.0.5.json @@ -0,0 +1,45 @@ +{ + "locks": { + "dekalee/mailjet-bundle": { + "version": "0.5", + "recipe": { + "repo": "0.5", + "branch": "master", + "version": "0.5", + "ref": "f3b44ec81d2162b39eec6f9366e020ce56800108" + } + } + }, + "manifests": { + "dekalee/mailjet-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "dekalee/mailjet-bundle", + "version": "0.5", + "manifest": { + "bundles": { + "Dekalee\\MailjetBundle\\DekaleeMailjetBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "DEKALEE_MAILJET_API_KEY": "your-api_key", + "DEKALEE_MAILJET_SECRET_KEY": "your-secret_key", + "DEKALEE_MAILJET_BASE_TEMPLATE_ID": "your_base_template_id" + } + }, + "files": { + "config/packages/dekalee_mailjet.yaml": { + "contents": "dekalee_mailjet:\n api_key: '%env(DEKALEE_MAILJET_API_KEY)%'\n secret_key: '%env(DEKALEE_MAILJET_SECRET_KEY)%'\n base_template_id: '%env(DEKALEE_MAILJET_BASE_TEMPLATE_ID)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "dekalee/mailjet-bundle:0.5@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/dekalee.mailjet-bundle.2.1.json b/dekalee.mailjet-bundle.2.1.json new file mode 100644 index 00000000..547ad45d --- /dev/null +++ b/dekalee.mailjet-bundle.2.1.json @@ -0,0 +1,46 @@ +{ + "locks": { + "dekalee/mailjet-bundle": { + "version": "2.1", + "recipe": { + "repo": "2.1", + "branch": "master", + "version": "2.1", + "ref": "e592d510ab248ebb3be32b5df1056bba5b594709" + } + } + }, + "manifests": { + "dekalee/mailjet-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "dekalee/mailjet-bundle", + "version": "2.1", + "manifest": { + "bundles": { + "Dekalee\\MailjetBundle\\DekaleeMailjetBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "DEKALEE_MAILJET_API_KEY": "your-api_key", + "DEKALEE_MAILJET_SECRET_KEY": "@@your-secret_key", + "DEKALEE_MAILJET_BASE_TEMPLATE_ID": "your_base_template_id", + "DEKALEE_MAILJET_EMAIL_REPORTING": "your_reporting_email" + } + }, + "files": { + "config/packages/dekalee_mailjet.yaml": { + "contents": "dekalee_mailjet:\n api_key: '%env(DEKALEE_MAILJET_API_KEY)%'\n secret_key: '%env(DEKALEE_MAILJET_SECRET_KEY)%'\n base_template_id: '%env(DEKALEE_MAILJET_BASE_TEMPLATE_ID)%'\n reporting_email: '%env(DEKALEE_MAILJET_EMAIL_REPORTING)%'\n force_deliver: false\n", + "executable": false, + "encoding": "" + } + }, + "origin": "dekalee/mailjet-bundle:2.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/dekalee.pubsub-swarrot-bundle.1.0.json b/dekalee.pubsub-swarrot-bundle.1.0.json new file mode 100644 index 00000000..54e74e6b --- /dev/null +++ b/dekalee.pubsub-swarrot-bundle.1.0.json @@ -0,0 +1,43 @@ +{ + "locks": { + "dekalee/pubsub-swarrot-bundle": { + "version": "1.0", + "recipe": { + "repo": "1.0", + "branch": "master", + "version": "1.0", + "ref": "1bd103acb5e43904306e17f1cd586286f6fe75d8" + } + } + }, + "manifests": { + "dekalee/pubsub-swarrot-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "dekalee/pubsub-swarrot-bundle", + "version": "1.0", + "manifest": { + "bundles": { + "Dekalee\\PubSubSwarrotBundle\\DekaleePubSubSwarrotBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#DEKALEE_PUBSUB_SWARROT_KEY_FILE_PATH": "your-pub_sub-key-file-path" + } + }, + "files": { + "config/packages/dekalee_pub_sub_swarrot.yaml": { + "contents": "dekalee_pub_sub_swarrot:\n key_file_path: '%env(DEKALEE_PUBSUB_SWARROT_KEY_FILE_PATH)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "dekalee/pubsub-swarrot-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/disjfa.mozaic-bundle.0.1.json b/disjfa.mozaic-bundle.0.1.json new file mode 100644 index 00000000..051369d8 --- /dev/null +++ b/disjfa.mozaic-bundle.0.1.json @@ -0,0 +1,50 @@ +{ + "locks": { + "disjfa/mozaic-bundle": { + "version": "0.1", + "recipe": { + "repo": "0.1", + "branch": "master", + "version": "0.1", + "ref": "189106e738b9e6da8d44e845559e2415bdea06e4" + } + } + }, + "manifests": { + "disjfa/mozaic-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "disjfa/mozaic-bundle", + "version": "0.1", + "manifest": { + "bundles": { + "Disjfa\\MozaicBundle\\DisjfaMozaicBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "You can request a api key on the developer page of unsplash here: https://unsplash.com/developers", + "UNSPLASH_APPLICATION_ID": "", + "UNSPLASH_APPLICATION_SECRET": "" + } + }, + "files": { + "config/routes/disjfa_mozaic.yaml": { + "contents": "disjfa_mozaic:\n resource: '@DisjfaMozaicBundle/Controller/'\n type: annotation\n", + "executable": true, + "encoding": "" + }, + "config/packages/disjfa_mozaic.yaml": { + "contents": "disjfa_mozaic:\n unsplash:\n application_id: '%env(resolve:UNSPLASH_APPLICATION_ID)%'\n secret: '%env(resolve:UNSPLASH_APPLICATION_SECRET)%'\n", + "executable": true, + "encoding": "" + } + }, + "origin": "disjfa/mozaic-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/disjfa.translation-bundle.0.1.json b/disjfa.translation-bundle.0.1.json new file mode 100644 index 00000000..4158ab3c --- /dev/null +++ b/disjfa.translation-bundle.0.1.json @@ -0,0 +1,40 @@ +{ + "locks": { + "disjfa/translation-bundle": { + "version": "0.1", + "recipe": { + "repo": "0.1", + "branch": "master", + "version": "0.1", + "ref": "8da88d4e40049729892ac1cc38182ecad6e23e64" + } + } + }, + "manifests": { + "disjfa/translation-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "disjfa/translation-bundle", + "version": "0.1", + "manifest": { + "bundles": { + "Disjfa\\TranslationBundle\\DisjfaTranslationBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/disjfa_translation.yaml": { + "contents": "disjfa_translation:\n resource: '@DisjfaTranslationBundle/Controller/'\n type: annotation\n prefix: /admin\n", + "executable": true, + "encoding": "" + } + }, + "origin": "disjfa/translation-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/dobryprogramator.smartform-bundle.1.0.json b/dobryprogramator.smartform-bundle.1.0.json new file mode 100644 index 00000000..7c21c85e --- /dev/null +++ b/dobryprogramator.smartform-bundle.1.0.json @@ -0,0 +1,43 @@ +{ + "locks": { + "dobryprogramator/smartform-bundle": { + "version": "1.0", + "recipe": { + "repo": "1.0", + "branch": "master", + "version": "1.0", + "ref": "92670c4f45005e719b91e925149d9555de322069" + } + } + }, + "manifests": { + "dobryprogramator/smartform-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "dobryprogramator/smartform-bundle", + "version": "1.0", + "manifest": { + "bundles": { + "DobryProgramator\\SmartformBundle\\DobryProgramatorSmartformBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "SMARTFORM_CLIENT_ID": "" + } + }, + "files": { + "config/packages/dobry_programator_smartform.yaml": { + "contents": "dobry_programator_smartform:\n client_id: '%env(SMARTFORM_CLIENT_ID)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "dobryprogramator/smartform-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/dockfony.dockfony.5.0.json b/dockfony.dockfony.5.0.json new file mode 100644 index 00000000..0229790d --- /dev/null +++ b/dockfony.dockfony.5.0.json @@ -0,0 +1,41 @@ +{ + "locks": { + "dockfony/dockfony": { + "version": "5.0", + "recipe": { + "repo": "5.0", + "branch": "master", + "version": "5.0", + "ref": "601185a79b3e63b56dd8c5ad7fdedf0c1e05d069" + } + } + }, + "manifests": { + "dockfony/dockfony": { + "repository": "github.com/symfony/recipes-contrib", + "package": "dockfony/dockfony", + "version": "5.0", + "manifest": { + "copy-from-package": { + "docker-files/docker/": "%SRC_DIR%/../docker/", + "docker-files/docker-compose.yml": "%SRC_DIR%/../docker-compose.yml", + "docker-files/dockfony": "%SRC_DIR%/../dockfony" + }, + "env": { + "DB_DATABASE": "symfony", + "DB_USERNAME": "symfony", + "DB_PASSWORD": "%generate(secret)%", + "REDIS_HOST": "redis", + "REDIS_PORT": "6379" + }, + "gitignore": [ + "/docker/" + ] + }, + "files": [], + "origin": "dockfony/dockfony:5.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/doctrine.mongodb-odm-bundle.3.3.json b/doctrine.mongodb-odm-bundle.3.3.json new file mode 100644 index 00000000..8c56b6ab --- /dev/null +++ b/doctrine.mongodb-odm-bundle.3.3.json @@ -0,0 +1,59 @@ +{ + "locks": { + "doctrine/mongodb-odm-bundle": { + "version": "3.3", + "recipe": { + "repo": "3.3", + "branch": "master", + "version": "3.3", + "ref": "1fd8598bf42227a1c8905edd32f640e4c5d15eff" + } + } + }, + "manifests": { + "doctrine/mongodb-odm-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "doctrine/mongodb-odm-bundle", + "version": "3.3", + "manifest": { + "bundles": { + "Doctrine\\Bundle\\MongoDBBundle\\DoctrineMongoDBBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + }, + "container": { + "env(MONGODB_URL)": "", + "env(MONGODB_DB)": "" + }, + "env": { + "MONGODB_URL": "mongodb://localhost:27017", + "MONGODB_DB": "symfony" + } + }, + "files": { + "src/Document/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "config/packages/doctrine_mongodb.yaml": { + "contents": "doctrine_mongodb:\n auto_generate_proxy_classes: true\n auto_generate_hydrator_classes: true\n connections:\n default:\n server: '%env(resolve:MONGODB_URL)%'\n options: {}\n default_database: '%env(resolve:MONGODB_DB)%'\n document_managers:\n default:\n auto_mapping: true\n mappings:\n App:\n is_bundle: false\n type: annotation\n dir: '%kernel.project_dir%/src/Document'\n prefix: 'App\\Document'\n alias: App\n", + "executable": false, + "encoding": "" + }, + "config/packages/prod/doctrine_mongodb.yaml": { + "contents": "doctrine_mongodb:\n auto_generate_proxy_classes: false\n auto_generate_hydrator_classes: false\n document_managers:\n default:\n metadata_cache_driver:\n type: service\n id: doctrine_mongodb.system_cache_provider\n\nservices:\n doctrine_mongodb.system_cache_provider:\n class: Symfony\\Component\\Cache\\DoctrineProvider\n public: false\n arguments:\n - '@doctrine_mongodb.system_cache_pool'\n\nframework:\n cache:\n pools:\n doctrine_mongodb.system_cache_pool:\n adapter: cache.system\n", + "executable": false, + "encoding": "" + } + }, + "origin": "doctrine/mongodb-odm-bundle:3.3@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/doctrine.phpcr-bundle.2.0.json b/doctrine.phpcr-bundle.2.0.json new file mode 100644 index 00000000..188a6460 --- /dev/null +++ b/doctrine.phpcr-bundle.2.0.json @@ -0,0 +1,45 @@ +{ + "locks": { + "doctrine/phpcr-bundle": { + "version": "2.0", + "recipe": { + "repo": "2.0", + "branch": "master", + "version": "2.0", + "ref": "302e7ce8f547b1143b98112d0ebc8579f767d90d" + } + } + }, + "manifests": { + "doctrine/phpcr-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "doctrine/phpcr-bundle", + "version": "2.0", + "manifest": { + "bundles": { + "Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "PHPCR_USER": "admin", + "PHPCR_PASSWORD": "admin", + "PHPCR_WORKSPACE": "default" + } + }, + "files": { + "config/packages/doctrine_phpcr.yaml": { + "contents": "doctrine_phpcr:\n session:\n backend:\n type: jackrabbit\n url: 'localhost'\n # connection: default\n # requires DoctrineCacheBundle\n # caches:\n # meta: doctrine_cache.providers.phpcr_meta\n # nodes: doctrine_cache.providers.phpcr_nodes\n # enable logging\n # logging: true\n # enable profiling in the debug toolbar.\n # profiling: true\n workspace: '%env(PHPCR_WORKSPACE)%'\n username: '%env(PHPCR_USER)%'\n password: '%env(PHPCR_PASSWORD)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "doctrine/phpcr-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/doctrine.phpcr-dbal-symfony-pack.1.0.json b/doctrine.phpcr-dbal-symfony-pack.1.0.json new file mode 100644 index 00000000..c735ea07 --- /dev/null +++ b/doctrine.phpcr-dbal-symfony-pack.1.0.json @@ -0,0 +1,56 @@ +{ + "locks": { + "doctrine/phpcr-dbal-symfony-pack": { + "version": "1.0", + "recipe": { + "repo": "1.0", + "branch": "master", + "version": "1.0", + "ref": "9552c77e0f09e036cab0135ef0821d5c91fd1d42" + } + } + }, + "manifests": { + "doctrine/phpcr-dbal-symfony-pack": { + "repository": "github.com/symfony/recipes-contrib", + "package": "doctrine/phpcr-dbal-symfony-pack", + "version": "1.0", + "manifest": { + "bundles": { + "Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + }, + "env": { + "PHPCR_USER": "admin", + "PHPCR_PASSWORD": "admin", + "PHPCR_WORKSPACE": "default" + } + }, + "files": { + "src/Document/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "config/packages/prod/doctrine_phpcr_dbal.yaml": { + "contents": "doctrine_phpcr:\n odm:\n auto_generate_proxy_classes: false\n metadata_cache_driver:\n type: service\n id: doctrine_phpcr.system_cache_provider\n session:\n backend:\n caches:\n meta: doctrine_phpcr.meta_cache_provider\n nodes: doctrine_phpcr.nodes_cache_provider\n\nservices:\n doctrine_phpcr.meta_cache_provider:\n class: Symfony\\Component\\Cache\\DoctrineProvider\n public: false\n arguments:\n - '@doctrine_phpcr.meta_cache_pool'\n doctrine_phpcr.nodes_cache_provider:\n class: Symfony\\Component\\Cache\\DoctrineProvider\n public: false\n arguments:\n - '@doctrine_phpcr.nodes_cache_pool'\n doctrine_phpcr.system_cache_provider:\n class: Symfony\\Component\\Cache\\DoctrineProvider\n public: false\n arguments:\n - '@doctrine_phpcr.system_cache_pool'\n\nframework:\n cache:\n pools:\n doctrine_phpcr.meta_cache_pool:\n adapter: cache.app\n doctrine_phpcr.nodes_cache_pool:\n adapter: cache.app\n doctrine_phpcr.system_cache_pool:\n adapter: cache.system\n", + "executable": false, + "encoding": "" + }, + "config/packages/doctrine_phpcr_dbal.yaml": { + "contents": "doctrine_phpcr:\n # configure the PHPCR session\n session:\n backend:\n type: doctrinedbal\n connection: default\n parameters:\n jackalope.check_login_on_server: false\n workspace: '%env(PHPCR_WORKSPACE)%'\n username: '%env(PHPCR_USER)%'\n password: '%env(PHPCR_PASSWORD)%'\n #logging: '%kernel.debug%'\n #profiling: '%kernel.debug%'\n # enable the ODM layer\n odm:\n auto_mapping: true\n auto_generate_proxy_classes: true\n mappings:\n # offer default resolution of \"App\\Document\\\". For more details, see: https://symfony.com/doc/current/cmf/bundles/phpcr_odm/introduction.html#doctrine-phpcr-odm-configuration\n App:\n mapping: true\n type: annotation\n dir: '%kernel.root_dir%/Document'\n alias: App\n prefix: App\\Document\\\n is_bundle: false\n # add your locale configuration here as described in: https://symfony.com/doc/current/cmf/bundles/phpcr_odm/multilang.html#translation-configuration\n", + "executable": false, + "encoding": "" + } + }, + "origin": "doctrine/phpcr-dbal-symfony-pack:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/drenso.symfony-shared.0.8.json b/drenso.symfony-shared.0.8.json new file mode 100644 index 00000000..a219a3e6 --- /dev/null +++ b/drenso.symfony-shared.0.8.json @@ -0,0 +1,34 @@ +{ + "locks": { + "drenso/symfony-shared": { + "version": "0.8", + "recipe": { + "repo": "0.8", + "branch": "master", + "version": "0.8", + "ref": "cef2554f9f54ca6ad5c007f4e2bc6b8b0382dba5" + } + } + }, + "manifests": { + "drenso/symfony-shared": { + "repository": "github.com/symfony/recipes-contrib", + "package": "drenso/symfony-shared", + "version": "0.8", + "manifest": { + "bundles": { + "Drenso\\Shared\\DrensoSharedBundle": [ + "all" + ] + }, + "copy-from-package": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": [], + "origin": "drenso/symfony-shared:0.8@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/drupol.ecl-twig-bundle.0.1.json b/drupol.ecl-twig-bundle.0.1.json new file mode 100644 index 00000000..01ca2375 --- /dev/null +++ b/drupol.ecl-twig-bundle.0.1.json @@ -0,0 +1,34 @@ +{ + "locks": { + "drupol/ecl-twig-bundle": { + "version": "0.1", + "recipe": { + "repo": "0.1", + "branch": "master", + "version": "0.1", + "ref": "a7bf4baa5f5ac2f27c61d88fee1e43ce22f5c9b2" + } + } + }, + "manifests": { + "drupol/ecl-twig-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "drupol/ecl-twig-bundle", + "version": "0.1", + "manifest": { + "bundles": { + "drupol\\EclTwigBundle\\EclTwigBundle": [ + "all" + ] + }, + "copy-from-package": { + ".recipe/config/": "%CONFIG_DIR%/" + } + }, + "files": [], + "origin": "drupol/ecl-twig-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/dukecity.command-scheduler-bundle.3.0.json b/dukecity.command-scheduler-bundle.3.0.json new file mode 100644 index 00000000..06f4b79d --- /dev/null +++ b/dukecity.command-scheduler-bundle.3.0.json @@ -0,0 +1,45 @@ +{ + "locks": { + "dukecity/command-scheduler-bundle": { + "version": "3.0", + "recipe": { + "repo": "3.0", + "branch": "master", + "version": "3.0", + "ref": "41654b9384665fbf3069a21c9a46bbc05b32198a" + } + } + }, + "manifests": { + "dukecity/command-scheduler-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "dukecity/command-scheduler-bundle", + "version": "3.0", + "manifest": { + "bundles": { + "Dukecity\\CommandSchedulerBundle\\DukecityCommandSchedulerBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/scheduler.yaml": { + "contents": "dukecity_command_scheduler:\n resource: \"@DukecityCommandSchedulerBundle/Resources/config/routing.php\"\n prefix: /\n", + "executable": false, + "encoding": "" + }, + "config/packages/scheduler.yaml": { + "contents": "# See full configuration at\n# https://github.com/Dukecity/CommandSchedulerBundle/wiki/Configuration\ndukecity_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": "" + } + }, + "origin": "dukecity/command-scheduler-bundle:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/dunglas.digital-ocean-bundle.1.0.json b/dunglas.digital-ocean-bundle.1.0.json new file mode 100644 index 00000000..8405267c --- /dev/null +++ b/dunglas.digital-ocean-bundle.1.0.json @@ -0,0 +1,44 @@ +{ + "locks": { + "dunglas/digital-ocean-bundle": { + "version": "1.0", + "recipe": { + "repo": "1.0", + "branch": "master", + "version": "1.0", + "ref": "26441b59cf6cb5f8254a08eb7c62a05e64b4753e" + } + } + }, + "manifests": { + "dunglas/digital-ocean-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "dunglas/digital-ocean-bundle", + "version": "1.0", + "manifest": { + "bundles": { + "Dunglas\\DigitalOceanBundle\\DunglasDigitalOceanBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Go to https://cloud.digitalocean.com/account/api/tokens to create your token", + "DIGITAL_OCEAN_TOKEN": "" + } + }, + "files": { + "config/dunglas_digital_ocean.yaml": { + "contents": "dunglas_digital_ocean:\n connections:\n default: '%env(DIGITAL_OCEAN_TOKEN)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "dunglas/digital-ocean-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/dunglas.doctrine-json-odm.0.1.json b/dunglas.doctrine-json-odm.0.1.json new file mode 100644 index 00000000..5410d4f4 --- /dev/null +++ b/dunglas.doctrine-json-odm.0.1.json @@ -0,0 +1,31 @@ +{ + "locks": { + "dunglas/doctrine-json-odm": { + "version": "0.1", + "recipe": { + "repo": "0.1", + "branch": "master", + "version": "0.1", + "ref": "c2ab78f625df0c89af5908d50a28602ff8c4919f" + } + } + }, + "manifests": { + "dunglas/doctrine-json-odm": { + "repository": "github.com/symfony/recipes-contrib", + "package": "dunglas/doctrine-json-odm", + "version": "0.1", + "manifest": { + "bundles": { + "Dunglas\\DoctrineJsonOdm\\Bundle\\DunglasDoctrineJsonOdmBundle": [ + "all" + ] + } + }, + "files": [], + "origin": "dunglas/doctrine-json-odm:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ecphp.api-gw-authentication-bundle.1.0.json b/ecphp.api-gw-authentication-bundle.1.0.json new file mode 100644 index 00000000..73796be1 --- /dev/null +++ b/ecphp.api-gw-authentication-bundle.1.0.json @@ -0,0 +1,45 @@ +{ + "locks": { + "ecphp/api-gw-authentication-bundle": { + "version": "1.0", + "recipe": { + "repo": "1.0", + "branch": "master", + "version": "1.0", + "ref": "f8884c5ce14c40e72d6f05e97057f2bb9e18653e" + } + } + }, + "manifests": { + "ecphp/api-gw-authentication-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "ecphp/api-gw-authentication-bundle", + "version": "1.0", + "manifest": { + "bundles": { + "EcPhp\\ApiGwAuthenticationBundle\\ApiGwAuthenticationBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/dev/api_gw_authentication.yaml": { + "contents": "api_gw_authentication_bundle:\n resource: '@ApiGwAuthenticationBundle/Resources/config/routes/routes.php'\n prefix: /api\n", + "executable": false, + "encoding": "" + }, + "config/packages/dev/api_gw_authentication.yaml": { + "contents": "api_gw_authentication:\n defaults:\n env: acceptance # Available values are: acceptance, intra, production, user\n", + "executable": false, + "encoding": "" + } + }, + "origin": "ecphp/api-gw-authentication-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ecphp.cas-bundle.1.0.json b/ecphp.cas-bundle.1.0.json new file mode 100644 index 00000000..083b8c3b --- /dev/null +++ b/ecphp.cas-bundle.1.0.json @@ -0,0 +1,34 @@ +{ + "locks": { + "ecphp/cas-bundle": { + "version": "1.0", + "recipe": { + "repo": "1.0", + "branch": "master", + "version": "1.0", + "ref": "11ab180a0614a2cf2c76a732f719a04484f2ad74" + } + } + }, + "manifests": { + "ecphp/cas-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "ecphp/cas-bundle", + "version": "1.0", + "manifest": { + "bundles": { + "EcPhp\\CasBundle\\CasBundle": [ + "all" + ] + }, + "copy-from-package": { + "Resources/config/": "%CONFIG_DIR%/" + } + }, + "files": [], + "origin": "ecphp/cas-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ecphp.cas-bundle.2.0.json b/ecphp.cas-bundle.2.0.json new file mode 100644 index 00000000..80ca9111 --- /dev/null +++ b/ecphp.cas-bundle.2.0.json @@ -0,0 +1,34 @@ +{ + "locks": { + "ecphp/cas-bundle": { + "version": "2.0", + "recipe": { + "repo": "2.0", + "branch": "master", + "version": "2.0", + "ref": "11ab180a0614a2cf2c76a732f719a04484f2ad74" + } + } + }, + "manifests": { + "ecphp/cas-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "ecphp/cas-bundle", + "version": "2.0", + "manifest": { + "bundles": { + "EcPhp\\CasBundle\\CasBundle": [ + "all" + ] + }, + "copy-from-package": { + "Resources/config/": "%CONFIG_DIR%/" + } + }, + "files": [], + "origin": "ecphp/cas-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ecphp.eu-login-api-authentication-bundle.1.0.json b/ecphp.eu-login-api-authentication-bundle.1.0.json new file mode 100644 index 00000000..6f391ff3 --- /dev/null +++ b/ecphp.eu-login-api-authentication-bundle.1.0.json @@ -0,0 +1,50 @@ +{ + "locks": { + "ecphp/eu-login-api-authentication-bundle": { + "version": "1.0", + "recipe": { + "repo": "1.0", + "branch": "master", + "version": "1.0", + "ref": "d6077549d9942bd234616476ec8b8a99a51ec136" + } + } + }, + "manifests": { + "ecphp/eu-login-api-authentication-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "ecphp/eu-login-api-authentication-bundle", + "version": "1.0", + "manifest": { + "bundles": { + "EcPhp\\EuLoginApiAuthenticationBundle\\EuLoginApiAuthenticationBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "EULOGIN_CLIENT_ID": "", + "EULOGIN_CLIENT_SECRET": "", + "EULOGIN_ENV": "acceptance" + } + }, + "files": { + "config/routes/dev/eu_login_api_authentication.yaml": { + "contents": "eu_login_api_authentication:\n resource: '@EuLoginApiAuthenticationBundle/Resources/config/routes/routes.php'\n prefix: /api\n", + "executable": false, + "encoding": "" + }, + "config/packages/dev/eu_login_api_authentication.yaml": { + "contents": "eu_login_api_authentication:\n client_id: \"%env(EULOGIN_CLIENT_ID)%\"\n client_secret: \"%env(EULOGIN_CLIENT_SECRET)%\"\n environment: \"%env(EULOGIN_ENV)%\" # Available values are: acceptance, production\n", + "executable": false, + "encoding": "" + } + }, + "origin": "ecphp/eu-login-api-authentication-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ecphp.eu-login-bundle.1.0.json b/ecphp.eu-login-bundle.1.0.json new file mode 100644 index 00000000..09a87958 --- /dev/null +++ b/ecphp.eu-login-bundle.1.0.json @@ -0,0 +1,34 @@ +{ + "locks": { + "ecphp/eu-login-bundle": { + "version": "1.0", + "recipe": { + "repo": "1.0", + "branch": "master", + "version": "1.0", + "ref": "68744820723f68c1bea916847b56e7f63cf20de3" + } + } + }, + "manifests": { + "ecphp/eu-login-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "ecphp/eu-login-bundle", + "version": "1.0", + "manifest": { + "bundles": { + "EcPhp\\EuLoginBundle\\EuLoginBundle": [ + "all" + ] + }, + "copy-from-package": { + "Resources/config/": "%CONFIG_DIR%/" + } + }, + "files": [], + "origin": "ecphp/eu-login-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ecphp.eu-login-bundle.2.0.json b/ecphp.eu-login-bundle.2.0.json new file mode 100644 index 00000000..66f6afae --- /dev/null +++ b/ecphp.eu-login-bundle.2.0.json @@ -0,0 +1,34 @@ +{ + "locks": { + "ecphp/eu-login-bundle": { + "version": "2.0", + "recipe": { + "repo": "2.0", + "branch": "master", + "version": "2.0", + "ref": "68744820723f68c1bea916847b56e7f63cf20de3" + } + } + }, + "manifests": { + "ecphp/eu-login-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "ecphp/eu-login-bundle", + "version": "2.0", + "manifest": { + "bundles": { + "EcPhp\\EuLoginBundle\\EuLoginBundle": [ + "all" + ] + }, + "copy-from-package": { + "Resources/config/": "%CONFIG_DIR%/" + } + }, + "files": [], + "origin": "ecphp/eu-login-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/egeloen.ckeditor-bundle.5.0.json b/egeloen.ckeditor-bundle.5.0.json new file mode 100644 index 00000000..d98a4310 --- /dev/null +++ b/egeloen.ckeditor-bundle.5.0.json @@ -0,0 +1,40 @@ +{ + "locks": { + "egeloen/ckeditor-bundle": { + "version": "5.0", + "recipe": { + "repo": "5.0", + "branch": "master", + "version": "5.0", + "ref": "9bff1a2f13047142fd0ed93ba71cb7df5c86a2fa" + } + } + }, + "manifests": { + "egeloen/ckeditor-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "egeloen/ckeditor-bundle", + "version": "5.0", + "manifest": { + "bundles": { + "Ivory\\CKEditorBundle\\IvoryCKEditorBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/ivory_ck_editor.yaml": { + "contents": "ivory_ck_editor:\n default_config: simple_toolbar\n configs:\n simple_toolbar:\n toolbar:\n - ['Bold', 'Italic', 'Strike', 'Link']\n - ['BulletedList', 'NumberedList', '-', 'Outdent', 'Indent']\n - ['Copy', 'Paste', 'PasteFromWord', '-', 'Undo', 'Redo']\n - ['Source']\n", + "executable": false, + "encoding": "" + } + }, + "origin": "egeloen/ckeditor-bundle:5.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/eightpoints.guzzle-bundle.7.0.json b/eightpoints.guzzle-bundle.7.0.json new file mode 100644 index 00000000..21b2818c --- /dev/null +++ b/eightpoints.guzzle-bundle.7.0.json @@ -0,0 +1,40 @@ +{ + "locks": { + "eightpoints/guzzle-bundle": { + "version": "7.0", + "recipe": { + "repo": "7.0", + "branch": "master", + "version": "7.0", + "ref": "7babb21a3928e44e485391907e3abc346804e0d2" + } + } + }, + "manifests": { + "eightpoints/guzzle-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "eightpoints/guzzle-bundle", + "version": "7.0", + "manifest": { + "bundles": { + "EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/eight_points_guzzle.yaml": { + "contents": "# EightPoints GuzzleBundle\n# A full list of configuration options can be found here:\n# https://github.com/8p/EightPointsGuzzleBundle/blob/master/src/Resources/doc/configuration-reference.md\neight_points_guzzle:\n clients:\n my_client:\n # Write here the host where to do requests\n # base_url: \"http://target.url\"\n\n # Request options: http://docs.guzzlephp.org/en/stable/request-options.html\n options:\n # timeout in seconds\n timeout: 30\n\n # set to false to disable throwing exceptions on an HTTP protocol errors (4xx and 5xx responses)\n http_errors: true\n\n # each key is the name of a header, and each value is a string or array of strings representing the\n # header field values.\n headers:\n User-Agent: \"EightPointsGuzzleBundle/v7\"\n\n # Find plugins here:\n # https://github.com/8p/EightPointsGuzzleBundle#known-and-supported-plugins\n plugin: null\n", + "executable": false, + "encoding": "" + } + }, + "origin": "eightpoints/guzzle-bundle:7.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ekino.newrelic-bundle.1.3.json b/ekino.newrelic-bundle.1.3.json new file mode 100644 index 00000000..ca8943ee --- /dev/null +++ b/ekino.newrelic-bundle.1.3.json @@ -0,0 +1,44 @@ +{ + "locks": { + "ekino/newrelic-bundle": { + "version": "1.3", + "recipe": { + "repo": "1.3", + "branch": "master", + "version": "1.3", + "ref": "c3b4a51ebc266c529c0577e85f12ed5e4914266e" + } + } + }, + "manifests": { + "ekino/newrelic-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "ekino/newrelic-bundle", + "version": "1.3", + "manifest": { + "bundles": { + "Ekino\\Bundle\\NewRelicBundle\\EkinoNewRelicBundle": [ + "prod" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Get the REST API key of your NewRelic Account on https://docs.newrelic.com/docs/apis/rest-api-v2/requirements/api-keys", + "NEWRELIC_API_KEY": "FIXME" + } + }, + "files": { + "config/packages/prod/ekino_new_relic.yaml": { + "contents": "ekino_new_relic:\n enabled: true\n api_key: \"%env(NEWRELIC_API_KEY)%\"\n log_exceptions: true\n", + "executable": false, + "encoding": "" + } + }, + "origin": "ekino/newrelic-bundle:1.3@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ekino.newrelic-bundle.2.0.json b/ekino.newrelic-bundle.2.0.json new file mode 100644 index 00000000..82050bb4 --- /dev/null +++ b/ekino.newrelic-bundle.2.0.json @@ -0,0 +1,49 @@ +{ + "locks": { + "ekino/newrelic-bundle": { + "version": "2.0", + "recipe": { + "repo": "2.0", + "branch": "master", + "version": "2.0", + "ref": "c6535bb5fa418c5180be1b5c219e277d5f5a9998" + } + } + }, + "manifests": { + "ekino/newrelic-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "ekino/newrelic-bundle", + "version": "2.0", + "manifest": { + "bundles": { + "Ekino\\NewRelicBundle\\EkinoNewRelicBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Get the REST API key of your NewRelic Account on https://docs.newrelic.com/docs/apis/rest-api-v2/requirements/api-keys. Using an API key is optional.", + "NEWRELIC_API_KEY": "FIXME" + } + }, + "files": { + "config/packages/prod/ekino_new_relic.yaml": { + "contents": "ekino_new_relic:\n enabled: true\n", + "executable": false, + "encoding": "" + }, + "config/packages/ekino_new_relic.yaml": { + "contents": "ekino_new_relic:\n enabled: false\n application_name: 'My Symfony Application' # Remove this to use the value from php.ini\n api_key: \"%env(NEWRELIC_API_KEY)%\"\n exceptions: true\n deprecations: true\n", + "executable": false, + "encoding": "" + } + }, + "origin": "ekino/newrelic-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/eko.feedbundle.1.2.json b/eko.feedbundle.1.2.json new file mode 100644 index 00000000..ae0385d1 --- /dev/null +++ b/eko.feedbundle.1.2.json @@ -0,0 +1,40 @@ +{ + "locks": { + "eko/feedbundle": { + "version": "1.2", + "recipe": { + "repo": "1.2", + "branch": "master", + "version": "1.2", + "ref": "18200f71f86a12023fcd952546dad61850806c22" + } + } + }, + "manifests": { + "eko/feedbundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "eko/feedbundle", + "version": "1.2", + "manifest": { + "bundles": { + "Eko\\FeedBundle\\EkoFeedBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/eko_feed.yaml": { + "contents": "# Full configuration: https://github.com/eko/FeedBundle\neko_feed:\n feeds:\n article:\n title: 'My articles/posts'\n description: 'Latest articles'\n link: 'http://vincent.composieux.fr'\n encoding: 'utf-8'\n author: 'Vincent Composieux' # Only required for Atom feeds\n", + "executable": false, + "encoding": "" + } + }, + "origin": "eko/feedbundle:1.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ekreative.health-check-bundle.1.5.json b/ekreative.health-check-bundle.1.5.json new file mode 100644 index 00000000..46afa10a --- /dev/null +++ b/ekreative.health-check-bundle.1.5.json @@ -0,0 +1,40 @@ +{ + "locks": { + "ekreative/health-check-bundle": { + "version": "1.5", + "recipe": { + "repo": "1.5", + "branch": "master", + "version": "1.5", + "ref": "7d7bdbc46583debf6ffb4ebed6f827fa5b37e442" + } + } + }, + "manifests": { + "ekreative/health-check-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "ekreative/health-check-bundle", + "version": "1.5", + "manifest": { + "bundles": { + "Ekreative\\HealthCheckBundle\\EkreativeHealthCheckBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/ekreative_health_check.yaml": { + "contents": "ekreative_health_check:\n resource: '@EkreativeHealthCheckBundle/Resources/config/routes.xml'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "ekreative/health-check-bundle:1.5@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/elao.enum.1.7.json b/elao.enum.1.7.json new file mode 100644 index 00000000..1c34636d --- /dev/null +++ b/elao.enum.1.7.json @@ -0,0 +1,40 @@ +{ + "locks": { + "elao/enum": { + "version": "1.7", + "recipe": { + "repo": "1.7", + "branch": "master", + "version": "1.7", + "ref": "d44e1c8caa4cabcab399724df787de558459dd83" + } + } + }, + "manifests": { + "elao/enum": { + "repository": "github.com/symfony/recipes-contrib", + "package": "elao/enum", + "version": "1.7", + "manifest": { + "bundles": { + "Elao\\Enum\\Bridge\\Symfony\\Bundle\\ElaoEnumBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/elao_enum.yaml": { + "contents": "elao_enum:\n # Provide the enum classes for which you want to automatically generate & register Doctrine DBAL Types:\n # https://github.com/Elao/PhpEnums#doctrine\n doctrine:\n types: {}\n", + "executable": false, + "encoding": "" + } + }, + "origin": "elao/enum:1.7@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/elephantly.kahlan-bundle.0.9.json b/elephantly.kahlan-bundle.0.9.json new file mode 100644 index 00000000..3509826c --- /dev/null +++ b/elephantly.kahlan-bundle.0.9.json @@ -0,0 +1,32 @@ +{ + "locks": { + "elephantly/kahlan-bundle": { + "version": "0.9", + "recipe": { + "repo": "0.9", + "branch": "master", + "version": "0.9", + "ref": "5b76aed2fb42adad286af195b5b42768c6f3ff4c" + } + } + }, + "manifests": { + "elephantly/kahlan-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "elephantly/kahlan-bundle", + "version": "0.9", + "manifest": { + "bundles": { + "Elephantly\\KahlanBundle\\KahlanBundle": [ + "dev", + "test" + ] + } + }, + "files": [], + "origin": "elephantly/kahlan-bundle:0.9@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/emag-tech-labs.annotation-cache-bundle.5.0.json b/emag-tech-labs.annotation-cache-bundle.5.0.json new file mode 100644 index 00000000..c7626b0e --- /dev/null +++ b/emag-tech-labs.annotation-cache-bundle.5.0.json @@ -0,0 +1,40 @@ +{ + "locks": { + "emag-tech-labs/annotation-cache-bundle": { + "version": "5.0", + "recipe": { + "repo": "5.0", + "branch": "master", + "version": "5.0", + "ref": "11fc35a1e2e704e0a6b5f95d272a6b1b9173f0a0" + } + } + }, + "manifests": { + "emag-tech-labs/annotation-cache-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "emag-tech-labs/annotation-cache-bundle", + "version": "5.0", + "manifest": { + "bundles": { + "EmagTechLabs\\AnnotationCacheBundle\\AnnotationCacheBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/emag_annotation_cache.yaml": { + "contents": "annotation_cache:\n provider: cache.app\n ignore_namespaces:\n - 'App\\Entity'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "emag-tech-labs/annotation-cache-bundle:5.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/emag-tech-labs.rabbitmq-bundle.2.0.json b/emag-tech-labs.rabbitmq-bundle.2.0.json new file mode 100644 index 00000000..d99d102b --- /dev/null +++ b/emag-tech-labs.rabbitmq-bundle.2.0.json @@ -0,0 +1,44 @@ +{ + "locks": { + "emag-tech-labs/rabbitmq-bundle": { + "version": "2.0", + "recipe": { + "repo": "2.0", + "branch": "master", + "version": "2.0", + "ref": "8da2926d2864c2f4bb099e94ad259f2c0ecfe6df" + } + } + }, + "manifests": { + "emag-tech-labs/rabbitmq-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "emag-tech-labs/rabbitmq-bundle", + "version": "2.0", + "manifest": { + "bundles": { + "OldSound\\RabbitMqBundle\\OldSoundRabbitMqBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "RABBITMQ_URL": "amqp://guest:guest@localhost:5672", + "RABBITMQ_VHOST": "/" + } + }, + "files": { + "config/packages/old_sound_rabbit_mq.yaml": { + "contents": "old_sound_rabbit_mq:\n connections:\n default:\n url: '%env(RABBITMQ_URL)%'\n vhost: '%env(RABBITMQ_VHOST)%'\n lazy: true\n connection_timeout: 3\n read_write_timeout: 3\n\n # requires php-amqplib v2.4.1+ and PHP5.4+\n keepalive: false\n\n # requires php-amqplib v2.4.1+\n heartbeat: 0\n\n #requires php_sockets.dll\n use_socket: false # default false\n", + "executable": false, + "encoding": "" + } + }, + "origin": "emag-tech-labs/rabbitmq-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/emanuilnikolov.igdb-api-bundle.1.0.json b/emanuilnikolov.igdb-api-bundle.1.0.json new file mode 100644 index 00000000..42a613d5 --- /dev/null +++ b/emanuilnikolov.igdb-api-bundle.1.0.json @@ -0,0 +1,44 @@ +{ + "locks": { + "emanuilnikolov/igdb-api-bundle": { + "version": "1.0", + "recipe": { + "repo": "1.0", + "branch": "master", + "version": "1.0", + "ref": "7fd07255f1618b72766f7eaa4e35bab2712f5b4e" + } + } + }, + "manifests": { + "emanuilnikolov/igdb-api-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "emanuilnikolov/igdb-api-bundle", + "version": "1.0", + "manifest": { + "bundles": { + "EN\\IgdbApiBundle\\ENIgdbApiBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "YOUR_BASE_URL": "", + "YOUR_API_KEY": "" + } + }, + "files": { + "config/packages/en_igdb_api.yaml": { + "contents": "# Get your credentials by signing up here: https://api.igdb.com/admin and put them in your .env file\nen_igdb_api:\n base_url: '%env(YOUR_BASE_URL)%'\n api_key: '%env(YOUR_API_KEY)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "emanuilnikolov/igdb-api-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/enhavo.app-bundle.0.9.json b/enhavo.app-bundle.0.9.json new file mode 100644 index 00000000..25ab2e8f --- /dev/null +++ b/enhavo.app-bundle.0.9.json @@ -0,0 +1,91 @@ +{ + "locks": { + "enhavo/app-bundle": { + "version": "0.9", + "recipe": { + "repo": "0.9", + "branch": "master", + "version": "0.9", + "ref": "293c9bf6865e324e7af3a204b8b7ffedbd3dee74" + } + } + }, + "manifests": { + "enhavo/app-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "enhavo/app-bundle", + "version": "0.9", + "manifest": { + "bundles": { + "Enhavo\\Bundle\\AppBundle\\EnhavoAppBundle": [ + "all" + ] + }, + "container": { + "locale": "en" + }, + "env": { + "MAILER_FROM": "no-reply@email.com", + "MAILER_NAME": "enhavo", + "MAILER_TO": "my@email.com" + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "assets/": "assets/", + "public/": "%PUBLIC_DIR%/", + "tsconfig.json": "tsconfig.json" + }, + "gitignore": [ + "public/build/enhavo/*", + "public/build/theme/*", + "public/js/fos_routes.js" + ] + }, + "files": { + "public/build/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "config/routes/enhavo_app.yaml": { + "contents": "enhavo_app_admin:\n resource: \"@EnhavoAppBundle/Resources/config/routes/admin/*\"\n prefix: /admin\n", + "executable": false, + "encoding": "" + }, + "config/packages/enhavo_app.yaml": { + "contents": "enhavo_app:\n mailer:\n defaults:\n from: '%env(resolve:MAILER_FROM)%'\n name: '%env(resolve:MAILER_NAME)%'\n to: '%env(resolve:MAILER_TO)%'\n menu:\n", + "executable": false, + "encoding": "" + }, + "assets/services/enhavo/enhavo_app.yaml": { + "contents": "imports:\n -\n path: '@enhavo/app/services/*'\n\n", + "executable": false, + "encoding": "" + }, + "assets/theme/base.js": { + "contents": "import './styles/base.scss';\n", + "executable": false, + "encoding": "" + }, + "assets/theme/images/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "assets/theme/styles/base.scss": { + "contents": "", + "executable": false, + "encoding": "" + }, + "tsconfig.json": { + "contents": "{\n \"compilerOptions\": {\n \"lib\": [ \"es2015\", \"dom\" ],\n \"module\": \"amd\",\n \"target\": \"es5\",\n \"allowJs\": true,\n \"noImplicitAny\": true,\n \"suppressImplicitAnyIndexErrors\": true,\n \"moduleResolution\": \"node\",\n \"sourceMap\": true,\n \"experimentalDecorators\": true\n },\n \"include\": [\n \"./assets/**/*\"\n ]\n}\n", + "executable": false, + "encoding": "" + } + }, + "origin": "enhavo/app-bundle:0.9@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/enigma972.user-bundle.0.4.json b/enigma972.user-bundle.0.4.json new file mode 100644 index 00000000..9a982107 --- /dev/null +++ b/enigma972.user-bundle.0.4.json @@ -0,0 +1,56 @@ +{ + "locks": { + "enigma972/user-bundle": { + "version": "0.4", + "recipe": { + "repo": "0.4", + "branch": "master", + "version": "0.4", + "ref": "498f1288950a5304338e73ce282df934828c8cf4" + } + } + }, + "manifests": { + "enigma972/user-bundle": { + "repository": "github.com/symfony/recipes-contrib", + "package": "enigma972/user-bundle", + "version": "0.4", + "manifest": { + "bundles": { + "Enigma972\\UserBundle\\Enigma972UserBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } + }, + "files": { + "src/Repository/UserRepository.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": "" + }, + "src/Entity/User.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": "" + } + }, + "origin": "friends-of-behat/symfony-extension:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/friendsofsymfony.ckeditor-bundle.2.0.json b/friendsofsymfony.ckeditor-bundle.2.0.json new file mode 100644 index 00000000..c0a5a7e4 --- /dev/null +++ b/friendsofsymfony.ckeditor-bundle.2.0.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "composer-scripts": { + "ckeditor:install": "symfony-cmd" + } + }, + "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": "" + } + }, + "origin": "friendsofsymfony/ckeditor-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/friendsofsymfony.elastica-bundle.5.0.json b/friendsofsymfony.elastica-bundle.5.0.json new file mode 100644 index 00000000..09e56b77 --- /dev/null +++ b/friendsofsymfony.elastica-bundle.5.0.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "ELASTICSEARCH_URL": "http://localhost:9200/" + } + }, + "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": "" + } + }, + "origin": "friendsofsymfony/elastica-bundle:5.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/friendsofsymfony.jsrouting-bundle.2.0.json b/friendsofsymfony.jsrouting-bundle.2.0.json new file mode 100644 index 00000000..7c22c9ab --- /dev/null +++ b/friendsofsymfony.jsrouting-bundle.2.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/fos_js_routing.yaml": { + "contents": "fos_js_routing:\n resource: \"@FOSJsRoutingBundle/Resources/config/routing/routing.xml\"\n", + "executable": false, + "encoding": "" + } + }, + "origin": "friendsofsymfony/jsrouting-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/friendsofsymfony.jsrouting-bundle.2.3.json b/friendsofsymfony.jsrouting-bundle.2.3.json new file mode 100644 index 00000000..f037f8b3 --- /dev/null +++ b/friendsofsymfony.jsrouting-bundle.2.3.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/fos_js_routing.yaml": { + "contents": "fos_js_routing:\n resource: \"@FOSJsRoutingBundle/Resources/config/routing/routing-sf4.xml\"\n", + "executable": false, + "encoding": "" + } + }, + "origin": "friendsofsymfony/jsrouting-bundle:2.3@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/friendsofsymfony.oauth-server-bundle.1.6.json b/friendsofsymfony.oauth-server-bundle.1.6.json new file mode 100644 index 00000000..5bde5c3d --- /dev/null +++ b/friendsofsymfony.oauth-server-bundle.1.6.json @@ -0,0 +1,66 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } + }, + "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": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "jane-php/json-schema:5.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/jane-php.json-schema.6.0.json b/jane-php.json-schema.6.0.json new file mode 100644 index 00000000..a5141378 --- /dev/null +++ b/jane-php.json-schema.6.0.json @@ -0,0 +1,49 @@ +{ + "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%/", + "config/": "%CONFIG_DIR%/" + }, + "conflict": { + "symfony/symfony": "<5.0" + } + }, + "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": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "jane-php/json-schema:6.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..f65bfa07 --- /dev/null +++ b/jane-php.open-api-common.6.0.json @@ -0,0 +1,49 @@ +{ + "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%/", + "config/": "%CONFIG_DIR%/" + }, + "conflict": { + "symfony/symfony": "<5.0" + } + }, + "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": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "jane-php/open-api-common:6.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/jawira.case-converter-twig.0.0.json b/jawira.case-converter-twig.0.0.json new file mode 100644 index 00000000..4fab1bd6 --- /dev/null +++ b/jawira.case-converter-twig.0.0.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "jawira/case-converter-twig:0.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/jbtcd.fitbit-bundle.1.0.json b/jbtcd.fitbit-bundle.1.0.json new file mode 100644 index 00000000..32e6b4e3 --- /dev/null +++ b/jbtcd.fitbit-bundle.1.0.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "FITBIT_CLIENT_ID": "not-a-real-id", + "FITBIT_CLIENT_SECRET": "not-a-real-secret" + } + }, + "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": "" + } + }, + "origin": "jbtcd/fitbit-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/jmose.command-scheduler-bundle.2.0.json b/jmose.command-scheduler-bundle.2.0.json new file mode 100644 index 00000000..8802beaf --- /dev/null +++ b/jmose.command-scheduler-bundle.2.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/scheduler.yaml": { + "contents": "jmose_command_scheduler:\n resource: \"@JMoseCommandSchedulerBundle/Resources/config/routing.yml\"\n prefix: /\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "jmose/command-scheduler-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/jms.serializer-bundle.2.0.json b/jms.serializer-bundle.2.0.json new file mode 100644 index 00000000..9776c9da --- /dev/null +++ b/jms.serializer-bundle.2.0.json @@ -0,0 +1,50 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "jms/serializer-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/jms.serializer-bundle.3.0.json b/jms.serializer-bundle.3.0.json new file mode 100644 index 00000000..7dcd53ca --- /dev/null +++ b/jms.serializer-bundle.3.0.json @@ -0,0 +1,50 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "jms/serializer-bundle:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/jolicode.gif-exception-bundle.1.0.json b/jolicode.gif-exception-bundle.1.0.json new file mode 100644 index 00000000..b2730dbb --- /dev/null +++ b/jolicode.gif-exception-bundle.1.0.json @@ -0,0 +1,32 @@ +{ + "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": [ + "dev", + "test" + ] + } + }, + "files": [], + "origin": "jolicode/gif-exception-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/jolicode.jolitypo.1.0.json b/jolicode.jolitypo.1.0.json new file mode 100644 index 00000000..8530cee5 --- /dev/null +++ b/jolicode.jolitypo.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "jolicode/jolitypo:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/jonathankablan.fast-entity-bundle.2.0.json b/jonathankablan.fast-entity-bundle.2.0.json new file mode 100644 index 00000000..8a4de231 --- /dev/null +++ b/jonathankablan.fast-entity-bundle.2.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "jonathankablan/fast-entity-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/jsor.doctrine-postgis.1.7.json b/jsor.doctrine-postgis.1.7.json new file mode 100644 index 00000000..f54ad25c --- /dev/null +++ b/jsor.doctrine-postgis.1.7.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "jsor/doctrine-postgis:1.7@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/jupi007.prestashop-webservice-bundle.1.0.json b/jupi007.prestashop-webservice-bundle.1.0.json new file mode 100644 index 00000000..e1dbe403 --- /dev/null +++ b/jupi007.prestashop-webservice-bundle.1.0.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "PRESTA_WEBSERVICE_ROOT_PATH": "https://absolute-path-to-your-store.com", + "PRESTA_WEBSERVICE_AUTH_KEY": "ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789" + } + }, + "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": "" + } + }, + "origin": "jupi007/prestashop-webservice-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/jurry.amqp-symfony-bundle.1.0.json b/jurry.amqp-symfony-bundle.1.0.json new file mode 100644 index 00000000..b4ed56d9 --- /dev/null +++ b/jurry.amqp-symfony-bundle.1.0.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "JURRY_RABBIT_MQ_DSN": "tcp://guest:guest@localhost:5672" + } + }, + "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": "" + } + }, + "origin": "jurry/amqp-symfony-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/karser.karser-recaptcha3-bundle.0.1.json b/karser.karser-recaptcha3-bundle.0.1.json new file mode 100644 index 00000000..06ac0589 --- /dev/null +++ b/karser.karser-recaptcha3-bundle.0.1.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Get your API key and secret from https://g.co/recaptcha/v3", + "RECAPTCHA3_KEY": "my_site_key", + "RECAPTCHA3_SECRET": "my_secret" + } + }, + "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": "" + } + }, + "origin": "karser/karser-recaptcha3-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..efb07aeb --- /dev/null +++ b/kerox.twig-image-placeholder-extension.1.0.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "kerox/twig-image-placeholder-extension:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kevinpapst.adminlte-bundle.0.9.json b/kevinpapst.adminlte-bundle.0.9.json new file mode 100644 index 00000000..7cdaaf42 --- /dev/null +++ b/kevinpapst.adminlte-bundle.0.9.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "kevinpapst/adminlte-bundle:0.9@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kibatic.timezone-bundle.1.0.json b/kibatic.timezone-bundle.1.0.json new file mode 100644 index 00000000..49fa85d0 --- /dev/null +++ b/kibatic.timezone-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "kibatic/timezone-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/klaviyo.php-sdk.2.0.json b/klaviyo.php-sdk.2.0.json new file mode 100644 index 00000000..b1c36d51 --- /dev/null +++ b/klaviyo.php-sdk.2.0.json @@ -0,0 +1,39 @@ +{ + "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%/" + }, + "env": { + "KLAVIYO_PUBLIC_KEY": "", + "KLAVIYO_PRIVATE_KEY": "" + } + }, + "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": "" + } + }, + "origin": "klaviyo/php-sdk:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kms.froala-editor-bundle.3.0.json b/kms.froala-editor-bundle.3.0.json new file mode 100644 index 00000000..0eda533d --- /dev/null +++ b/kms.froala-editor-bundle.3.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "kms/froala-editor-bundle:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/knojector.steam-authentication-bundle.1.0.json b/knojector.steam-authentication-bundle.1.0.json new file mode 100644 index 00000000..b31250c3 --- /dev/null +++ b/knojector.steam-authentication-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "knojector/steam-authentication-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/knplabs.dictionary-bundle.2.0.json b/knplabs.dictionary-bundle.2.0.json new file mode 100644 index 00000000..1263a124 --- /dev/null +++ b/knplabs.dictionary-bundle.2.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/knp_dictionary.yaml": { + "contents": "knp_dictionary:\n dictionaries: []\n", + "executable": false, + "encoding": "" + } + }, + "origin": "knplabs/dictionary-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/knplabs.github-api.2.6.json b/knplabs.github-api.2.6.json new file mode 100644 index 00000000..e40ddda6 --- /dev/null +++ b/knplabs.github-api.2.6.json @@ -0,0 +1,40 @@ +{ + "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%/" + }, + "env": { + "GITHUB_AUTH_METHOD": "http_password", + "GITHUB_USERNAME": "username", + "GITHUB_SECRET": "password_or_token" + } + }, + "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": "" + } + }, + "origin": "knplabs/github-api:2.6@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/knplabs.knp-snappy-bundle.1.5.json b/knplabs.knp-snappy-bundle.1.5.json new file mode 100644 index 00000000..dd51006a --- /dev/null +++ b/knplabs.knp-snappy-bundle.1.5.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "WKHTMLTOPDF_PATH": "/usr/local/bin/wkhtmltopdf", + "WKHTMLTOIMAGE_PATH": "/usr/local/bin/wkhtmltoimage" + } + }, + "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": "" + } + }, + "origin": "knplabs/knp-snappy-bundle:1.5@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/knplabs.packagist-api.1.6.json b/knplabs.packagist-api.1.6.json new file mode 100644 index 00000000..d81fa375 --- /dev/null +++ b/knplabs.packagist-api.1.6.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "files": { + "config/packages/knp_packagist_api.yaml": { + "contents": "services:\n Packagist\\Api\\Client: null\n", + "executable": false, + "encoding": "" + } + }, + "origin": "knplabs/packagist-api:1.6@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/knpuniversity.oauth2-client-bundle.1.20.json b/knpuniversity.oauth2-client-bundle.1.20.json new file mode 100644 index 00000000..a1643425 --- /dev/null +++ b/knpuniversity.oauth2-client-bundle.1.20.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "knpuniversity/oauth2-client-bundle:1.20@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/knyk.mailbox-bundle.1.0.json b/knyk.mailbox-bundle.1.0.json new file mode 100644 index 00000000..3d24a3da --- /dev/null +++ b/knyk.mailbox-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/knyk_mailbox.yaml": { + "contents": "mailbox:\n connections: []\n", + "executable": false, + "encoding": "" + } + }, + "origin": "knyk/mailbox-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/koff.i18n-form-bundle.4.0.json b/koff.i18n-form-bundle.4.0.json new file mode 100644 index 00000000..cd0cc3bd --- /dev/null +++ b/koff.i18n-form-bundle.4.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "koff/i18n-form-bundle:4.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kriswallsmith.buzz.0.17.json b/kriswallsmith.buzz.0.17.json new file mode 100644 index 00000000..17f6f8b0 --- /dev/null +++ b/kriswallsmith.buzz.0.17.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "kriswallsmith/buzz:0.17@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kriswallsmith.buzz.1.0.json b/kriswallsmith.buzz.1.0.json new file mode 100644 index 00000000..bf2757ef --- /dev/null +++ b/kriswallsmith.buzz.1.0.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "kriswallsmith/buzz:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kunicmarko.jms-messenger-adapter.0.1.json b/kunicmarko.jms-messenger-adapter.0.1.json new file mode 100644 index 00000000..11fd1945 --- /dev/null +++ b/kunicmarko.jms-messenger-adapter.0.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "kunicmarko/jms-messenger-adapter:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kunstmaan.admin-bundle.5.2.json b/kunstmaan.admin-bundle.5.2.json new file mode 100644 index 00000000..d6d7849b --- /dev/null +++ b/kunstmaan.admin-bundle.5.2.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "kunstmaan/admin-bundle:5.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kunstmaan.admin-bundle.5.9.json b/kunstmaan.admin-bundle.5.9.json new file mode 100644 index 00000000..aee9c584 --- /dev/null +++ b/kunstmaan.admin-bundle.5.9.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "kunstmaan/admin-bundle:5.9@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kunstmaan.adminlist-bundle.5.2.json b/kunstmaan.adminlist-bundle.5.2.json new file mode 100644 index 00000000..add3b75f --- /dev/null +++ b/kunstmaan.adminlist-bundle.5.2.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "kunstmaan/adminlist-bundle:5.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kunstmaan.config-bundle.5.2.json b/kunstmaan.config-bundle.5.2.json new file mode 100644 index 00000000..cc5f111e --- /dev/null +++ b/kunstmaan.config-bundle.5.2.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "kunstmaan/config-bundle:5.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kunstmaan.dashboard-bundle.5.2.json b/kunstmaan.dashboard-bundle.5.2.json new file mode 100644 index 00000000..4993221f --- /dev/null +++ b/kunstmaan.dashboard-bundle.5.2.json @@ -0,0 +1,51 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "GOOGLE_API_CLIENT_ID": "client_id", + "GOOGLE_API_CLIENT_SECRET": "secret", + "GOOGLE_API_DEV_KEY": "dev_key", + "GOOGLE_API_APP_NAME": "MyDevApp" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "kunstmaan/dashboard-bundle:5.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kunstmaan.form-bundle.5.2.json b/kunstmaan.form-bundle.5.2.json new file mode 100644 index 00000000..efd8ad1a --- /dev/null +++ b/kunstmaan.form-bundle.5.2.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "kunstmaan/form-bundle:5.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kunstmaan.media-bundle.5.2.json b/kunstmaan.media-bundle.5.2.json new file mode 100644 index 00000000..86b83505 --- /dev/null +++ b/kunstmaan.media-bundle.5.2.json @@ -0,0 +1,49 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "public/": "%PUBLIC_DIR%/" + }, + "gitignore": [ + "/public/uploads/" + ] + }, + "files": { + "public/uploads/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "kunstmaan/media-bundle:5.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kunstmaan.menu-bundle.5.2.json b/kunstmaan.menu-bundle.5.2.json new file mode 100644 index 00000000..3a25ad56 --- /dev/null +++ b/kunstmaan.menu-bundle.5.2.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "kunstmaan/menu-bundle:5.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kunstmaan.node-bundle.5.2.json b/kunstmaan.node-bundle.5.2.json new file mode 100644 index 00000000..ba0e7ee7 --- /dev/null +++ b/kunstmaan.node-bundle.5.2.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "config/packages/kunstmaan_node.yaml": { + "contents": "kunstmaan_node:\n lock:\n enabled: true\n", + "executable": false, + "encoding": "" + } + }, + "origin": "kunstmaan/node-bundle:5.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kunstmaan.node-bundle.5.5.json b/kunstmaan.node-bundle.5.5.json new file mode 100644 index 00000000..f7d04500 --- /dev/null +++ b/kunstmaan.node-bundle.5.5.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "config/packages/kunstmaan_node.yaml": { + "contents": "kunstmaan_node:\n lock:\n enabled: true\n enable_permissions: false\n", + "executable": false, + "encoding": "" + } + }, + "origin": "kunstmaan/node-bundle:5.5@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kunstmaan.pagepart-bundle.5.2.json b/kunstmaan.pagepart-bundle.5.2.json new file mode 100644 index 00000000..1be3a6f1 --- /dev/null +++ b/kunstmaan.pagepart-bundle.5.2.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "kunstmaan/pagepart-bundle:5.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kunstmaan.redirect-bundle.5.2.json b/kunstmaan.redirect-bundle.5.2.json new file mode 100644 index 00000000..5da95a6b --- /dev/null +++ b/kunstmaan.redirect-bundle.5.2.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "kunstmaan/redirect-bundle:5.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kunstmaan.search-bundle.5.2.json b/kunstmaan.search-bundle.5.2.json new file mode 100644 index 00000000..24f4504a --- /dev/null +++ b/kunstmaan.search-bundle.5.2.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "kunstmaan/search-bundle:5.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kunstmaan.search-bundle.5.6.json b/kunstmaan.search-bundle.5.6.json new file mode 100644 index 00000000..3786dffa --- /dev/null +++ b/kunstmaan.search-bundle.5.6.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "container": { + "kunstmaan_search.elasticsearch_version": "7" + } + }, + "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": "" + } + }, + "origin": "kunstmaan/search-bundle:5.6@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kunstmaan.seo-bundle.5.2.json b/kunstmaan.seo-bundle.5.2.json new file mode 100644 index 00000000..98642ae9 --- /dev/null +++ b/kunstmaan.seo-bundle.5.2.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "kunstmaan/seo-bundle:5.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kunstmaan.sitemap-bundle.5.2.json b/kunstmaan.sitemap-bundle.5.2.json new file mode 100644 index 00000000..6bdfd8fe --- /dev/null +++ b/kunstmaan.sitemap-bundle.5.2.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "kunstmaan/sitemap-bundle:5.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kunstmaan.translator-bundle.5.2.json b/kunstmaan.translator-bundle.5.2.json new file mode 100644 index 00000000..db21e312 --- /dev/null +++ b/kunstmaan.translator-bundle.5.2.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "kunstmaan/translator-bundle:5.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kunstmaan.user-management-bundle.5.2.json b/kunstmaan.user-management-bundle.5.2.json new file mode 100644 index 00000000..f47dc6ba --- /dev/null +++ b/kunstmaan.user-management-bundle.5.2.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "kunstmaan/user-management-bundle:5.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/kynno.smartbots-bundle.0.1.json b/kynno.smartbots-bundle.0.1.json new file mode 100644 index 00000000..2d671338 --- /dev/null +++ b/kynno.smartbots-bundle.0.1.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "BOT_KYNNO_SECRET": "pwd", + "SMARTBOTS_API_KEY": "default_api_key" + } + }, + "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": "" + } + }, + "origin": "kynno/smartbots-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/lag.adminbundle.1.0.json b/lag.adminbundle.1.0.json new file mode 100644 index 00000000..b66931c0 --- /dev/null +++ b/lag.adminbundle.1.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/lag_admin.yaml": { + "contents": "lag_admin:\n application:\n resources_path: '%kernel.project_dir%/config/admin/resources'\n", + "executable": false, + "encoding": "" + }, + "config/admin/resources/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + } + }, + "origin": "lag/adminbundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/league.flysystem-bundle.1.0.json b/league.flysystem-bundle.1.0.json new file mode 100644 index 00000000..250727d0 --- /dev/null +++ b/league.flysystem-bundle.1.0.json @@ -0,0 +1,46 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "var/": "%VAR_DIR%/" + } + }, + "files": { + "var/storage/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "league/flysystem-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/league.tactician-bundle.1.0.json b/league.tactician-bundle.1.0.json new file mode 100644 index 00000000..4e5d290f --- /dev/null +++ b/league.tactician-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "league/tactician-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/leapt.core-bundle.2.2.json b/leapt.core-bundle.2.2.json new file mode 100644 index 00000000..f4dd37cc --- /dev/null +++ b/leapt.core-bundle.2.2.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "gitignore": [ + "/public/uploads/" + ] + }, + "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": "" + } + }, + "origin": "leapt/core-bundle:2.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/leapt.im-bundle.2.0.json b/leapt.im-bundle.2.0.json new file mode 100644 index 00000000..0e4e635d --- /dev/null +++ b/leapt.im-bundle.2.0.json @@ -0,0 +1,48 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "gitignore": [ + "/public/cache/" + ] + }, + "files": { + "config/routes/leapt_im.yaml": { + "contents": "leapt_im:\n resource: '@LeaptImBundle/Resources/config/routing.yml'\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "leapt/im-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/leogout.seo-bundle.1.0.json b/leogout.seo-bundle.1.0.json new file mode 100644 index 00000000..4f4987f9 --- /dev/null +++ b/leogout.seo-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "leogout/seo-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/lepiaf.sapient-bundle.0.1.json b/lepiaf.sapient-bundle.0.1.json new file mode 100644 index 00000000..3c68b0e9 --- /dev/null +++ b/lepiaf.sapient-bundle.0.1.json @@ -0,0 +1,40 @@ +{ + "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%/" + }, + "bundles": { + "lepiaf\\SapientBundle\\SapientBundle": [ + "all" + ] + } + }, + "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": "" + } + }, + "origin": "lepiaf/sapient-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..6d3c0dfb --- /dev/null +++ b/lexik.cron-file-generator-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "lexik/cron-file-generator-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/lexik.maintenance-bundle.2.1.json b/lexik.maintenance-bundle.2.1.json new file mode 100644 index 00000000..05cd7c2d --- /dev/null +++ b/lexik.maintenance-bundle.2.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "lexik/maintenance-bundle:2.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/liip.imagine-bundle.1.8.json b/liip.imagine-bundle.1.8.json new file mode 100644 index 00000000..14b44e85 --- /dev/null +++ b/liip.imagine-bundle.1.8.json @@ -0,0 +1,49 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "public/": "%PUBLIC_DIR%/" + }, + "gitignore": [ + "/%PUBLIC_DIR%/media/cache/" + ] + }, + "files": { + "config/routes/liip_imagine.yaml": { + "contents": "_liip_imagine:\n resource: \"@LiipImagineBundle/Resources/config/routing.yaml\"\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "liip/imagine-bundle:1.8@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/liip.monitor-bundle.2.6.json b/liip.monitor-bundle.2.6.json new file mode 100644 index 00000000..f4743e9d --- /dev/null +++ b/liip.monitor-bundle.2.6.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "liip/monitor-bundle:2.6@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/lireincore.imgcache-bundle.0.1.json b/lireincore.imgcache-bundle.0.1.json new file mode 100644 index 00000000..5bcdc1b4 --- /dev/null +++ b/lireincore.imgcache-bundle.0.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "lireincore/imgcache-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/liuggio.statsd-client-bundle.1.6.json b/liuggio.statsd-client-bundle.1.6.json new file mode 100644 index 00000000..47924840 --- /dev/null +++ b/liuggio.statsd-client-bundle.1.6.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "STATS_D_HOST": "", + "STATS_D_PORT": "", + "STATS_D_PROTOCOL": "udp" + } + }, + "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": "" + } + }, + "origin": "liuggio/statsd-client-bundle:1.6@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/lolautruche.payline-bundle.2.0.json b/lolautruche.payline-bundle.2.0.json new file mode 100644 index 00000000..b3a83b9f --- /dev/null +++ b/lolautruche.payline-bundle.2.0.json @@ -0,0 +1,53 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#PAYLINE_MERCHANT_ID": "your_payline_merchant_id", + "#PAYLINE_ACCESS_KEY": "your_payline_access_key", + "PAYLINE_CONTRACT_NUMBER": "your_payline_contract_number", + "#1": "Valid values are 'homo', 'prod', 'int' and 'dev'.", + "#2": "e.g. 'homo' for 'Homologation', 'prod' for 'Production', 'int' for 'Integration'", + "PAYLINE_ENVIRONMENT": "homo" + } + }, + "files": { + "config/routes/payline.yaml": { + "contents": "LolautruchePaylineBundle:\n resource: '@LolautruchePaylineBundle/Resources/config/routing.yml'\n prefix: /\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "lolautruche/payline-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/long-running.long-running.0.1.json b/long-running.long-running.0.1.json new file mode 100644 index 00000000..89ab15f4 --- /dev/null +++ b/long-running.long-running.0.1.json @@ -0,0 +1,31 @@ +{ + "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": [ + "all" + ] + } + }, + "files": [], + "origin": "long-running/long-running:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/loophp.psr17.1.0.json b/loophp.psr17.1.0.json new file mode 100644 index 00000000..6aec0efa --- /dev/null +++ b/loophp.psr17.1.0.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "loophp/psr17:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..461dd519 --- /dev/null +++ b/m-adamski.symfony-mailer-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/mailer.yaml": { + "contents": "mailer:\n sender_address: noreply@example.com\n sender_name: noreply\n", + "executable": false, + "encoding": "" + } + }, + "origin": "m-adamski/symfony-mailer-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..4d344efb --- /dev/null +++ b/m-adamski.symfony-schedule-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/schedule.yaml": { + "contents": "schedule:\n manager: Adamski\\Symfony\\ScheduleBundle\\Model\\ScheduleManager\n", + "executable": false, + "encoding": "" + } + }, + "origin": "m-adamski/symfony-schedule-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/maba.webpack-bundle.1.0.json b/maba.webpack-bundle.1.0.json new file mode 100644 index 00000000..6149b3d5 --- /dev/null +++ b/maba.webpack-bundle.1.0.json @@ -0,0 +1,50 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "assets/": "assets/" + }, + "copy-from-package": { + "src/Resources/defaultConfig/latest/package.json": "package.json", + "src/Resources/defaultConfig/latest/webpack.config.js": "%CONFIG_DIR%/webpack.config.js" + }, + "gitignore": [ + "/node_modules/" + ], + "composer-scripts": { + "maba:webpack:install-node-modules": "symfony-cmd" + } + }, + "files": { + "assets/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + } + }, + "origin": "maba/webpack-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/machy8.webloader-bundle.1.1.json b/machy8.webloader-bundle.1.1.json new file mode 100644 index 00000000..92a5199b --- /dev/null +++ b/machy8.webloader-bundle.1.1.json @@ -0,0 +1,51 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "public/": "%PUBLIC_DIR%/" + } + }, + "files": { + "public/webtemp/.gitignore": { + "contents": "*\n!.gitignore\n", + "executable": false, + "encoding": "" + }, + "config/packages/dev/web_loader.yaml": { + "contents": "web_loader:\n disableCache: true\n", + "executable": false, + "encoding": "" + }, + "config/packages/web_loader.yaml": { + "contents": "web_loader:\n pathPlaceholders:\n filesCollections:\n filesCollectionsContainers:\n", + "executable": false, + "encoding": "" + } + }, + "origin": "machy8/webloader-bundle:1.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/macpaw.sentry-monolog-adapter.0.0.json b/macpaw.sentry-monolog-adapter.0.0.json new file mode 100644 index 00000000..47db4937 --- /dev/null +++ b/macpaw.sentry-monolog-adapter.0.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "macpaw/sentry-monolog-adapter:0.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..d2fc8366 --- /dev/null +++ b/macpaw.symfony-health-check-bundle.0.1.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/symfony_health_check.yaml": { + "contents": "health_check:\n resource: '@SymfonyHealthCheckBundle/Resources/config/routes.xml'\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "macpaw/symfony-health-check-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/mael.intervention-image-bundle.1.0.json b/mael.intervention-image-bundle.1.0.json new file mode 100644 index 00000000..e67f3220 --- /dev/null +++ b/mael.intervention-image-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/mael_intervention_image.yaml": { + "contents": "mael_intervention_image:\n driver: gd ##\u00a0gd or imagick - Default is gd\n", + "executable": false, + "encoding": "" + } + }, + "origin": "mael/intervention-image-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/mael.recaptcha-bundle.0.1.json b/mael.recaptcha-bundle.0.1.json new file mode 100644 index 00000000..44fb8834 --- /dev/null +++ b/mael.recaptcha-bundle.0.1.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "MAEL_RECAPTCHA_KEY": "YOUR_RECAPTCHA_KEY", + "MAEL_RECAPTCHA_SECRET": "YOUR_RECAPTCHA_SECRET" + } + }, + "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": "" + } + }, + "origin": "mael/recaptcha-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/mailgun.mailgun-php.2.3.json b/mailgun.mailgun-php.2.3.json new file mode 100644 index 00000000..c2bf7167 --- /dev/null +++ b/mailgun.mailgun-php.2.3.json @@ -0,0 +1,39 @@ +{ + "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%/" + }, + "env": { + "#1": "Get your API key form https://app.mailgun.com/app/domains", + "MAILGUN_API_KEY": "replace_me" + } + }, + "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": "" + } + }, + "origin": "mailgun/mailgun-php:2.3@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/mailjet.mailjet-bundle.1.0.json b/mailjet.mailjet-bundle.1.0.json new file mode 100644 index 00000000..96a7d7c7 --- /dev/null +++ b/mailjet.mailjet-bundle.1.0.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "MAILJET_APIKEY_PUBLIC": "your-api_key", + "MAILJET_APIKEY_PRIVATE": "@@your-secret_key" + } + }, + "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": "" + } + }, + "origin": "mailjet/mailjet-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/mailxpert.apibundle.0.1.json b/mailxpert.apibundle.0.1.json new file mode 100644 index 00000000..dc64c2c8 --- /dev/null +++ b/mailxpert.apibundle.0.1.json @@ -0,0 +1,55 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + }, + "env": { + "MAILXPERT_CLIENT_ID": "mailxpert_client_id_to_replace", + "MAILXPERT_CLIENT_SECRET": "mailxpert_client_secret_to_replace" + } + }, + "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": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "msgphp/eav-bundle:0.10@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/msgphp.user-bundle.0.10.json b/msgphp.user-bundle.0.10.json new file mode 100644 index 00000000..f0b4f530 --- /dev/null +++ b/msgphp.user-bundle.0.10.json @@ -0,0 +1,46 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } + }, + "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": "" + }, + "config/packages/msgphp_user.yaml": { + "contents": "msgphp_user:\n class_mapping:\n MsgPhp\\User\\User: App\\Entity\\User\n", + "executable": false, + "encoding": "" + } + }, + "origin": "msgphp/user-bundle:0.10@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..1079f67d --- /dev/null +++ b/mtarld.api-platform-ms-bundle.0.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "mtarld/api-platform-ms-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/mtarld.symbok-bundle.2.0.json b/mtarld.symbok-bundle.2.0.json new file mode 100644 index 00000000..5b5820a3 --- /dev/null +++ b/mtarld.symbok-bundle.2.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "mtarld/symbok-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/mukadi.wallet-bundle.1.0.json b/mukadi.wallet-bundle.1.0.json new file mode 100644 index 00000000..c8b42344 --- /dev/null +++ b/mukadi.wallet-bundle.1.0.json @@ -0,0 +1,36 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-package": { + "res/config/": "%CONFIG_DIR%/", + "res/Entity/": "%SRC_DIR%/Entity/", + "res/Repository/": "%SRC_DIR%/Repository/" + } + }, + "files": [], + "origin": "mukadi/wallet-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/mukadi.wordpress-bundle.1.0.json b/mukadi.wordpress-bundle.1.0.json new file mode 100644 index 00000000..c35b6a24 --- /dev/null +++ b/mukadi.wordpress-bundle.1.0.json @@ -0,0 +1,133 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "public/": "%PUBLIC_DIR%", + "wp/": "wp/", + "wp-config.php": "wp-config.php", + "sf-wp-bootstrap.php": "sf-wp-bootstrap.php" + }, + "copy-from-package": { + "wp-cli.yml": "wp-cli.yml" + }, + "env": { + "WP_PREFIX": "wp_", + "WP_THEME": "wp-blank", + "WP_DIR": "public", + "AUTH_KEY": "%generate(secret)%", + "SECURE_AUTH_KEY": "%generate(secret)%", + "LOGGED_IN_KEY": "%generate(secret)%", + "NONCE_KEY": "%generate(secret)%", + "AUTH_SALT": "%generate(secret)%", + "SECURE_AUTH_SALT": "%generate(secret)%", + "LOGGED_IN_SALT": "%generate(secret)%", + "NONCE_SALT": "%generate(secret)%" + }, + "gitignore": [ + "/public/wp-*/", + "/public/wp-*", + "/public/xmlrpc.php", + "/public/composer.json", + "/public/readme.html", + "/public/license.txt" + ] + }, + "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": "" + }, + "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": "" + }, + "wp-config.php": { + "contents": "apply();\n/** Sets up WordPress vars and included files. */\nrequire_once(ABSPATH . 'wp-settings.php');\n", + "executable": false, + "encoding": "" + }, + "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": "" + }, + "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": "" + }, + "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\n>\n\n \">\n \n \n\n>\n\n
\n \n
\n", + "executable": false, + "encoding": "" + }, + "wp/themes/wp-blank/screenshot.png": { + "contents": "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AAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAIBAySkAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAgAvW/w0A2pQ0askLI/kAAAAASUVORK5CYII=", + "executable": false, + "encoding": "base64" + }, + "wp/themes/wp-blank/footer.php": { + "contents": " \n\n\n", + "executable": false, + "encoding": "" + }, + "wp/mu-plugins/symfony-bridge.php": { + "contents": "dispatch($name, $event);\n}\n", + "executable": false, + "encoding": "" + } + }, + "origin": "mukadi/wordpress-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/mukadi.wordpress-bundle.1.1.json b/mukadi.wordpress-bundle.1.1.json new file mode 100644 index 00000000..d6d5c060 --- /dev/null +++ b/mukadi.wordpress-bundle.1.1.json @@ -0,0 +1,122 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "public/": "%PUBLIC_DIR%", + "sf-wp-bootstrap.php": "sf-wp-bootstrap.php" + }, + "copy-from-package": { + "wp-cli.yml": "wp-cli.yml" + }, + "env": { + "WP_PREFIX": "wp_", + "WP_THEME": "wp-blank", + "WP_DIR": "wp", + "AUTH_KEY": "%generate(secret)%", + "SECURE_AUTH_KEY": "%generate(secret)%", + "LOGGED_IN_KEY": "%generate(secret)%", + "NONCE_KEY": "%generate(secret)%", + "AUTH_SALT": "%generate(secret)%", + "SECURE_AUTH_SALT": "%generate(secret)%", + "LOGGED_IN_SALT": "%generate(secret)%", + "NONCE_SALT": "%generate(secret)%" + }, + "gitignore": [ + "/public/wp/", + "/public/upgrade/", + "/public/uploads/", + "/public/languages/", + "/public/mu-plugins/", + "/public/plugins/", + "/public/themes/" + ] + }, + "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": "" + }, + "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": "" + }, + "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\n>\n\n \">\n \n \n\n>\n\n
\n \n
\n", + "executable": false, + "encoding": "" + }, + "public/themes/wp-blank/screenshot.png": { + "contents": "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AAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAIBAySkAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAESgAAAIBACQAAAAIlAAAACJQAAAAgUAIAAAAESgAAABAoAQAAQKAEAAAAgRIAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAACJQAAAAAgRIAAAAESgAAABAoAQAAQKAEAAAACJQAAAAgUAIAAIBACQAAAAIlAAAAQKAEAAAAgRIAAAAESgAAABAoAQAAAAIlAAAACJQAAAAgUAIAAIBACQAAgAvW/w0A2pQ0askLI/kAAAAASUVORK5CYII=", + "executable": false, + "encoding": "base64" + }, + "public/themes/wp-blank/footer.php": { + "contents": " \n\n\n", + "executable": false, + "encoding": "" + }, + "public/mu-plugins/symfony-bridge.php": { + "contents": "dispatch($name, $event);\n}\n", + "executable": false, + "encoding": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "mukadi/wordpress-bundle:1.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/mukadi.wordpress-bundle.2.0.json b/mukadi.wordpress-bundle.2.0.json new file mode 100644 index 00000000..05b9c464 --- /dev/null +++ b/mukadi.wordpress-bundle.2.0.json @@ -0,0 +1,59 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-package": { + "res/wp-cli.yml": "wp-cli.yml", + "res/config/": "%CONFIG_DIR%/", + "res/public/": "%PUBLIC_DIR%", + "res/sf-wp-bootstrap.php": "sf-wp-bootstrap.php" + }, + "env": { + "WP_PREFIX": "wp_", + "WP_THEME": "wp-blank", + "WP_DIR": "wp", + "AUTH_KEY": "%generate(secret)%", + "SECURE_AUTH_KEY": "%generate(secret)%", + "LOGGED_IN_KEY": "%generate(secret)%", + "NONCE_KEY": "%generate(secret)%", + "AUTH_SALT": "%generate(secret)%", + "SECURE_AUTH_SALT": "%generate(secret)%", + "LOGGED_IN_SALT": "%generate(secret)%", + "NONCE_SALT": "%generate(secret)%" + }, + "gitignore": [ + "/public/wp/", + "/public/upgrade/", + "/public/uploads/", + "/public/languages/", + "/public/mu-plugins/", + "/public/plugins/", + "/public/themes/" + ] + }, + "files": [], + "origin": "mukadi/wordpress-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/nbgrp.env-bundle.1.0.json b/nbgrp.env-bundle.1.0.json new file mode 100644 index 00000000..9abb0923 --- /dev/null +++ b/nbgrp.env-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "nbgrp/env-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..9f3f9700 --- /dev/null +++ b/nedac.sylius-minimum-order-value-plugin.1.0.json @@ -0,0 +1,49 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%" + }, + "copy-from-package": { + "src/Resources/views/bundles/": "templates/bundles/" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "networking/init-cms-bundle:4.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/nicohaase.twig-isbn-formatter.0.1.json b/nicohaase.twig-isbn-formatter.0.1.json new file mode 100644 index 00000000..7bf876ad --- /dev/null +++ b/nicohaase.twig-isbn-formatter.0.1.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "nicohaase/twig-isbn-formatter:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/nordeus.crowd-user-bundle.2.0.json b/nordeus.crowd-user-bundle.2.0.json new file mode 100644 index 00000000..7bffd7a0 --- /dev/null +++ b/nordeus.crowd-user-bundle.2.0.json @@ -0,0 +1,49 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "NORDEUS_CROWD_APPLICATION_NAME": "crowd_application_name", + "NORDEUS_CROWD_APPLICATION_PASSWORD": "crowd_application_password" + } + }, + "files": { + "config/routes/nordeus_crowd_user.yaml": { + "contents": "nordeus_crowd_user:\n resource: \"@NordeusCrowdUserBundle/Resources/config/routing.yaml\"\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "nordeus/crowd-user-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/notfloran.mjml-bundle.3.0.json b/notfloran.mjml-bundle.3.0.json new file mode 100644 index 00000000..8d8c46f3 --- /dev/null +++ b/notfloran.mjml-bundle.3.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/prod/mjml.yaml": { + "contents": "mjml:\n options:\n minify: true\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "notfloran/mjml-bundle:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ns3777k.prometheus-bundle.1.0.json b/ns3777k.prometheus-bundle.1.0.json new file mode 100644 index 00000000..ecec7d6f --- /dev/null +++ b/ns3777k.prometheus-bundle.1.0.json @@ -0,0 +1,50 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/ns3777k_prometheus_metrics.yaml": { + "contents": "metrics:\n resource: '@Ns3777kPrometheusBundle/Resources/config/routing.xml'\n", + "executable": false, + "encoding": "" + }, + "config/packages/test/ns3777k_prometheus.yaml": { + "contents": "ns3777k_prometheus:\n adapter: in_memory\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "ns3777k/prometheus-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..246ac4ff --- /dev/null +++ b/nubox.symfony-webpack-php-generator.1.0.json @@ -0,0 +1,37 @@ +{ + "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": [ + "all" + ] + }, + "composer-scripts": { + "nubox:webpack:config:apply --no-config-allowed": "symfony-cmd" + }, + "gitignore": [ + "webpack.config.js.bak" + ] + }, + "files": [], + "origin": "nubox/symfony-webpack-php-generator:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/nuboxdevcom.maintenance-bundle.2.0.json b/nuboxdevcom.maintenance-bundle.2.0.json new file mode 100644 index 00000000..49d8372e --- /dev/null +++ b/nuboxdevcom.maintenance-bundle.2.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/ndc_maintenance.yaml": { + "contents": "ndc_maintenance:\n authorized_ips:\n - '127.0.0.1'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "nuboxdevcom/maintenance-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/nucleos.dompdf-bundle.3.1.json b/nucleos.dompdf-bundle.3.1.json new file mode 100644 index 00000000..b0507b9c --- /dev/null +++ b/nucleos.dompdf-bundle.3.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "nucleos/dompdf-bundle:3.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/nucleos.user-bundle.1.1.json b/nucleos.user-bundle.1.1.json new file mode 100644 index 00000000..f18841d6 --- /dev/null +++ b/nucleos.user-bundle.1.1.json @@ -0,0 +1,59 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + }, + "env": { + "MAIL_SENDER": "no-reply@localhost" + } + }, + "files": { + "src/Entity/User/Group.php": { + "contents": "id = $id;\n }\n}\n", + "executable": false, + "encoding": "" + }, + "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": "" + }, + "config/routes/nucleos_user.yaml": { + "contents": "nucleos_user:\n resource: \"@NucleosUserBundle/Resources/config/routing/all.xml\"\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "nucleos/user-bundle:1.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/numberninecms.cms.0.2.json b/numberninecms.cms.0.2.json new file mode 100644 index 00000000..5ab919f0 --- /dev/null +++ b/numberninecms.cms.0.2.json @@ -0,0 +1,49 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "copy-from-package": { + "install/docker-compose.yml": "docker-compose.yml", + "install/docker/": "docker/", + "install/public/": "%PUBLIC_DIR%/" + }, + "gitignore": [ + "/public/admin", + "/public/uploads" + ] + }, + "files": { + "config/routes/numbernine.yaml": { + "contents": "numbernine:\n resource: '@NumberNineBundle/Resources/config/routing.yaml'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "numberninecms/cms:0.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..d08a9cc2 --- /dev/null +++ b/oat-sa.bundle-health-check.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "oat-sa/bundle-health-check:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/oat-sa.bundle-lti1p3.2.0.json b/oat-sa.bundle-lti1p3.2.0.json new file mode 100644 index 00000000..a4342d37 --- /dev/null +++ b/oat-sa.bundle-lti1p3.2.0.json @@ -0,0 +1,48 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "LTI1P3_SERVICE_ENCRYPTION_KEY": "%generate(secret)%" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "oat-sa/bundle-lti1p3:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/oat-sa.bundle-lti1p3.3.0.json b/oat-sa.bundle-lti1p3.3.0.json new file mode 100644 index 00000000..db36b8c1 --- /dev/null +++ b/oat-sa.bundle-lti1p3.3.0.json @@ -0,0 +1,48 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "LTI1P3_SERVICE_ENCRYPTION_KEY": "%generate(secret)%" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "oat-sa/bundle-lti1p3:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/octopouce-mu.admin-bundle.1.0.json b/octopouce-mu.admin-bundle.1.0.json new file mode 100644 index 00000000..dda11afb --- /dev/null +++ b/octopouce-mu.admin-bundle.1.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/octopouce.yaml": { + "contents": "_octopouce_admin:\n resource: \"@OctopouceAdminBundle/Resources/config/routing/routing.yaml\"\n", + "executable": false, + "encoding": "" + }, + "config/packages/octopouce.yaml": { + "contents": "octopouce_admin:\n dashboard:\n enabled: true\n", + "executable": false, + "encoding": "" + } + }, + "origin": "octopouce-mu/admin-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/odiseoteam.sylius-vendor-plugin.1.2.json b/odiseoteam.sylius-vendor-plugin.1.2.json new file mode 100644 index 00000000..8158619a --- /dev/null +++ b/odiseoteam.sylius-vendor-plugin.1.2.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "config/packages/odiseo_sylius_vendor_plugin.yaml": { + "contents": "imports:\n - { resource: \"@OdiseoSyliusVendorPlugin/Resources/config/config.yaml\" }\n", + "executable": false, + "encoding": "" + } + }, + "origin": "odiseoteam/sylius-vendor-plugin:1.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/odolbeau.phone-number-bundle.3.0.json b/odolbeau.phone-number-bundle.3.0.json new file mode 100644 index 00000000..3deeb390 --- /dev/null +++ b/odolbeau.phone-number-bundle.3.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "odolbeau/phone-number-bundle:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/omines.datatables-bundle.0.1.json b/omines.datatables-bundle.0.1.json new file mode 100644 index 00000000..f566c513 --- /dev/null +++ b/omines.datatables-bundle.0.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "omines/datatables-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/oneup.flysystem-bundle.3.0.json b/oneup.flysystem-bundle.3.0.json new file mode 100644 index 00000000..42d4375d --- /dev/null +++ b/oneup.flysystem-bundle.3.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "oneup/flysystem-bundle:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/oneup.flysystem-bundle.4.0.json b/oneup.flysystem-bundle.4.0.json new file mode 100644 index 00000000..add6e94f --- /dev/null +++ b/oneup.flysystem-bundle.4.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "oneup/flysystem-bundle:4.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/oneup.uploader-bundle.2.0.json b/oneup.uploader-bundle.2.0.json new file mode 100644 index 00000000..8c141a37 --- /dev/null +++ b/oneup.uploader-bundle.2.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/oneup_uploader.yaml": { + "contents": "oneup_uploader:\n resource: .\n type: uploader\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "oneup/uploader-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/onurb.doctrine-yuml-bundle.1.1.json b/onurb.doctrine-yuml-bundle.1.1.json new file mode 100644 index 00000000..c7908dee --- /dev/null +++ b/onurb.doctrine-yuml-bundle.1.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/dev/yuml.yaml": { + "contents": "doctrine_yuml:\n resource: \"@OnurbYumlBundle/Resources/config/routing.yml\"\n prefix: /\n", + "executable": false, + "encoding": "" + } + }, + "origin": "onurb/doctrine-yuml-bundle:1.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/orbitale.cms-bundle.3.0.json b/orbitale.cms-bundle.3.0.json new file mode 100644 index 00000000..945fb86a --- /dev/null +++ b/orbitale.cms-bundle.3.0.json @@ -0,0 +1,56 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } + }, + "files": { + "src/Entity/Page.php": { + "contents": "id;\n }\n}\n", + "executable": false, + "encoding": "" + }, + "src/Entity/Category.php": { + "contents": "id;\n }\n}\n", + "executable": false, + "encoding": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "orbitale/cms-bundle:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/orbitale.easyimpress-bundle.1.0.json b/orbitale.easyimpress-bundle.1.0.json new file mode 100644 index 00000000..2f26dfa2 --- /dev/null +++ b/orbitale.easyimpress-bundle.1.0.json @@ -0,0 +1,50 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/orbitale_easy_impress.yaml": { + "contents": "easy_impress:\n resource: '@EasyImpressBundle/Resources/config/routing.yml'\n prefix: /presentations\n", + "executable": false, + "encoding": "" + }, + "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": "" + }, + "config/packages/orbitale_easy_impress.yaml": { + "contents": "easy_impress:\n presentations_dir: '%kernel.project_dir%/config/presentations'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "orbitale/easyimpress-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/oskarstark.env-var-extension.1.0.json b/oskarstark.env-var-extension.1.0.json new file mode 100644 index 00000000..ee3f0e8f --- /dev/null +++ b/oskarstark.env-var-extension.1.0.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "files": { + "config/packages/oskarstark_env_var_extension.yaml": { + "contents": "services:\n OskarStark\\Twig\\EnvVarExtension:\n tags: ['twig.extension']\n", + "executable": false, + "encoding": "" + } + }, + "origin": "oskarstark/env-var-extension:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/oskarstark.no-floc-listener.0.1.json b/oskarstark.no-floc-listener.0.1.json new file mode 100644 index 00000000..f21eaef2 --- /dev/null +++ b/oskarstark.no-floc-listener.0.1.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "files": { + "config/packages/oskarstark_symfony_no_floc_listener.yaml": { + "contents": "services:\n OskarStark\\Symfony\\EventListener\\NoFlocListener:\n autoconfigure: true\n", + "executable": false, + "encoding": "" + } + }, + "origin": "oskarstark/no-floc-listener:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/oskarstark.readable-filesize-extension.0.1.json b/oskarstark.readable-filesize-extension.0.1.json new file mode 100644 index 00000000..31ff3c3f --- /dev/null +++ b/oskarstark.readable-filesize-extension.0.1.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "oskarstark/readable-filesize-extension:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/oskarstark.symfony-http-responder.0.1.json b/oskarstark.symfony-http-responder.0.1.json new file mode 100644 index 00000000..bc064b6d --- /dev/null +++ b/oskarstark.symfony-http-responder.0.1.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "oskarstark/symfony-http-responder:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/otobul.epaybg-bundle.1.0.json b/otobul.epaybg-bundle.1.0.json new file mode 100644 index 00000000..4d30d248 --- /dev/null +++ b/otobul.epaybg-bundle.1.0.json @@ -0,0 +1,50 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "OTOBUL_EPAYBG_MIN": "YOUR_EPAYBG_MIN", + "OTOBUL_EPAYBG_SECRET": "YOUR_EPAYBG_SECRET", + "OTOBUL_EPAYBG_IS_DEMO": "true" + } + }, + "files": { + "config/routes/otobul_epaybg.yaml": { + "contents": "otobul_epaybg:\n resource: '@OtobulEpaybgBundle/Resources/config/routes.xml'\n prefix: /webhook/epaybg\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "otobul/epaybg-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/overblog.graphiql-bundle.0.1.json b/overblog.graphiql-bundle.0.1.json new file mode 100644 index 00000000..47427f3d --- /dev/null +++ b/overblog.graphiql-bundle.0.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "dev" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/dev/graphiql.yaml": { + "contents": "overblog_graphiql:\n resource: \"@OverblogGraphiQLBundle/Resources/config/routing.xml\"\n", + "executable": false, + "encoding": "" + } + }, + "origin": "overblog/graphiql-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/overblog.graphql-bundle.0.11.json b/overblog.graphql-bundle.0.11.json new file mode 100644 index 00000000..ba43d29c --- /dev/null +++ b/overblog.graphql-bundle.0.11.json @@ -0,0 +1,50 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/graphql.yaml": { + "contents": "overblog_graphql_endpoint:\n resource: \"@OverblogGraphQLBundle/Resources/config/routing/graphql.yml\"\n", + "executable": false, + "encoding": "" + }, + "config/graphql/types/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "overblog/graphql-bundle:0.11@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/overblog.graphql-bundle.0.12.json b/overblog.graphql-bundle.0.12.json new file mode 100644 index 00000000..9a4cad31 --- /dev/null +++ b/overblog.graphql-bundle.0.12.json @@ -0,0 +1,50 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/graphql.yaml": { + "contents": "overblog_graphql_endpoint:\n resource: \"@OverblogGraphQLBundle/Resources/config/routing/graphql.yml\"\n", + "executable": false, + "encoding": "" + }, + "config/graphql/types/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "overblog/graphql-bundle:0.12@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/overblog.graphql-bundle.0.9.json b/overblog.graphql-bundle.0.9.json new file mode 100644 index 00000000..9e2b9daf --- /dev/null +++ b/overblog.graphql-bundle.0.9.json @@ -0,0 +1,55 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/dev/graphql_graphiql.yaml": { + "contents": "overblog_graphql_graphiql:\n resource: \"@OverblogGraphQLBundle/Resources/config/routing/graphiql.yml\"\n", + "executable": false, + "encoding": "" + }, + "config/routes/graphql.yaml": { + "contents": "overblog_graphql_endpoint:\n resource: \"@OverblogGraphQLBundle/Resources/config/routing/graphql.yml\"\n", + "executable": false, + "encoding": "" + }, + "config/graphql/types/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "overblog/graphql-bundle:0.9@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/pablok.supercache-bundle.0.5.json b/pablok.supercache-bundle.0.5.json new file mode 100644 index 00000000..019834ef --- /dev/null +++ b/pablok.supercache-bundle.0.5.json @@ -0,0 +1,40 @@ +{ + "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": [ + "prod" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "pablok/supercache-bundle:0.5@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/pasaiakoudala.authbundle.0.1.json b/pasaiakoudala.authbundle.0.1.json new file mode 100644 index 00000000..e7e2dffa --- /dev/null +++ b/pasaiakoudala.authbundle.0.1.json @@ -0,0 +1,56 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "LDAP_IP": "XXX.XXX.XXX.XXX", + "LDAP_BASE_DN": "DC=DOMAIN,DC=net", + "LDAP_SEARCH_DN": "CN=LDAPUSER,CN=Users,DC=pasaia,DC=net", + "LDAP_PASSWD": "LDAP_PASSWD" + } + }, + "files": { + "config/routes/pasaiako_udala_auth.yaml": { + "contents": "pasaiako_udala_auth:\n resource: '@PasaiakoUdalaAuthBundle/Resources/config/routes.xml'\n prefix: /\n", + "executable": false, + "encoding": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "pasaiakoudala/authbundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/payplug.sylius-payplug-plugin.0.2.json b/payplug.sylius-payplug-plugin.0.2.json new file mode 100644 index 00000000..9ace3199 --- /dev/null +++ b/payplug.sylius-payplug-plugin.0.2.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "payplug/sylius-payplug-plugin:0.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/payum.payum-bundle.2.4.json b/payum.payum-bundle.2.4.json new file mode 100644 index 00000000..ff706848 --- /dev/null +++ b/payum.payum-bundle.2.4.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "payum/payum-bundle:2.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/pentatrion.upload-bundle.0.2.json b/pentatrion.upload-bundle.0.2.json new file mode 100644 index 00000000..01c80325 --- /dev/null +++ b/pentatrion.upload-bundle.0.2.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/pentatrion_upload.yaml": { + "contents": "_pentatrion_upload:\n prefix: /media-manager\n resource: \"@PentatrionUploadBundle/Resources/config/routing.yaml\"\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "pentatrion/upload-bundle:0.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/pentatrion.vite-bundle.0.1.json b/pentatrion.vite-bundle.0.1.json new file mode 100644 index 00000000..54425b73 --- /dev/null +++ b/pentatrion.vite-bundle.0.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-package": { + "install/assets/": "assets/", + "install/package.json": "package.json", + "install/vite.config.js": "vite.config.js" + }, + "gitignore": [ + "/node_modules/", + "/%PUBLIC_DIR%/build/" + ] + }, + "files": [], + "origin": "pentatrion/vite-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/php-amqplib.rabbitmq-bundle.1.12.json b/php-amqplib.rabbitmq-bundle.1.12.json new file mode 100644 index 00000000..26caabb2 --- /dev/null +++ b/php-amqplib.rabbitmq-bundle.1.12.json @@ -0,0 +1,49 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + }, + "env": { + "RABBITMQ_URL": "amqp://guest:guest@localhost:5672" + } + }, + "files": { + "src/Consumer/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "php-amqplib/rabbitmq-bundle:1.12@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/php-http.httplug-bundle.1.6.json b/php-http.httplug-bundle.1.6.json new file mode 100644 index 00000000..237cf2e6 --- /dev/null +++ b/php-http.httplug-bundle.1.6.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "php-http/httplug-bundle:1.6@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/php-translation.loco-adapter.0.8.json b/php-translation.loco-adapter.0.8.json new file mode 100644 index 00000000..f3618298 --- /dev/null +++ b/php-translation.loco-adapter.0.8.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "LOCO_PROJECT_API_KEY": "" + } + }, + "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": "" + } + }, + "origin": "php-translation/loco-adapter:0.8@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/php-translation.symfony-bundle.0.10.json b/php-translation.symfony-bundle.0.10.json new file mode 100644 index 00000000..eab66500 --- /dev/null +++ b/php-translation.symfony-bundle.0.10.json @@ -0,0 +1,55 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "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": "" + }, + "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": "" + }, + "config/packages/dev/php_translation.yaml": { + "contents": "translation:\n symfony_profiler:\n enabled: true\n webui:\n enabled: true\n", + "executable": false, + "encoding": "" + } + }, + "origin": "php-translation/symfony-bundle:0.10@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/php-translation.symfony-bundle.0.4.json b/php-translation.symfony-bundle.0.4.json new file mode 100644 index 00000000..2a6448b4 --- /dev/null +++ b/php-translation.symfony-bundle.0.4.json @@ -0,0 +1,55 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "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": "" + }, + "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": "" + }, + "config/packages/dev/php_translation.yaml": { + "contents": "translation:\n symfony_profiler:\n enabled: true\n webui:\n enabled: true\n", + "executable": false, + "encoding": "" + } + }, + "origin": "php-translation/symfony-bundle:0.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/phpfastcache.phpfastcache-bundle.3.0.json b/phpfastcache.phpfastcache-bundle.3.0.json new file mode 100644 index 00000000..423bc60e --- /dev/null +++ b/phpfastcache.phpfastcache-bundle.3.0.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Avoid special chars in the file cache path such as: @, %, :, +, ~, etc.", + "PHPFASTCACHE_FILECACHE_PATH": "%kernel.cache_dir%/phpfastcache/" + } + }, + "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": "" + } + }, + "origin": "phpfastcache/phpfastcache-bundle:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/phpfastcgi.fastcgi-daemon.0.11.json b/phpfastcgi.fastcgi-daemon.0.11.json new file mode 100644 index 00000000..eb72b07e --- /dev/null +++ b/phpfastcgi.fastcgi-daemon.0.11.json @@ -0,0 +1,41 @@ +{ + "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%/", + "src/": "%SRC_DIR%/" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "phpfastcgi/fastcgi-daemon:0.11@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/phpzlc.admin-business.1.0.json b/phpzlc.admin-business.1.0.json new file mode 100644 index 00000000..ff751f55 --- /dev/null +++ b/phpzlc.admin-business.1.0.json @@ -0,0 +1,35 @@ +{ + "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/", + "Business/": "src/Business/", + "Controller/": "src/Controller/", + "Entity/": "src/Entity/", + "Repository/": "src/Repository/", + "templates/": "templates/", + "DataFixtures/": "src/DataFixtures/" + } + }, + "files": [], + "origin": "phpzlc/admin-business:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/phpzlc.admin.1.0.json b/phpzlc.admin.1.0.json new file mode 100644 index 00000000..7bcb88a1 --- /dev/null +++ b/phpzlc.admin.1.0.json @@ -0,0 +1,37 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-package": { + "Bundle/phpzlc-admin.yaml": "config/packages/phpzlc-admin.yaml" + }, + "env": { + "ADMIN_ENV": "dev" + } + }, + "files": [], + "origin": "phpzlc/admin:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/phpzlc.auth-business.1.0.json b/phpzlc.auth-business.1.0.json new file mode 100644 index 00000000..20f23d58 --- /dev/null +++ b/phpzlc.auth-business.1.0.json @@ -0,0 +1,32 @@ +{ + "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/", + "Entity/": "src/Entity/", + "Repository/": "src/Repository/", + "phpzlc-auth-business.yaml": "config/packages/phpzlc-auth-business.yaml" + } + }, + "files": [], + "origin": "phpzlc/auth-business:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/phpzlc.captcha-business.1.0.json b/phpzlc.captcha-business.1.0.json new file mode 100644 index 00000000..23709b3b --- /dev/null +++ b/phpzlc.captcha-business.1.0.json @@ -0,0 +1,32 @@ +{ + "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/", + "Controller/": "src/Controller/", + "routing/": "config/routing/", + "Document/": "src/Document/" + } + }, + "files": [], + "origin": "phpzlc/captcha-business:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/phpzlc.document-bundle.1.1.json b/phpzlc.document-bundle.1.1.json new file mode 100644 index 00000000..23ac8681 --- /dev/null +++ b/phpzlc.document-bundle.1.1.json @@ -0,0 +1,54 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-package": { + "src/DocumentBundle/phpzlc-document.yaml": "config/packages/phpzlc-document.yaml" + }, + "copy-from-recipe": { + "Document/": "src/Document/" + }, + "env": { + "DOC_HOST": "http://dome-api.com" + }, + "gitignore": [ + "public/apidoc/" + ] + }, + "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": "" + }, + "Document/Config.php": { + "contents": "id;\n }\n}\n", + "executable": false, + "encoding": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "pierstoval/character-manager:0.5@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..a38f7a2c --- /dev/null +++ b/piou-piou.ribs-cron-bundle.1.0.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "IP_CRON_EXTERNAL": "", + "IP_CRON_INTERNAL": "127.0.0.1" + } + }, + "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": "" + } + }, + "origin": "piou-piou/ribs-cron-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/player259.graphql-bundle.1.0.json b/player259.graphql-bundle.1.0.json new file mode 100644 index 00000000..5c8a635e --- /dev/null +++ b/player259.graphql-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "player259/graphql-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/pomm-project.pomm-bundle.2.3.json b/pomm-project.pomm-bundle.2.3.json new file mode 100644 index 00000000..a3792103 --- /dev/null +++ b/pomm-project.pomm-bundle.2.3.json @@ -0,0 +1,48 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "DATABASE_URL": "pgsql://user:pass@127.0.0.1:5432/my_db_name" + } + }, + "files": { + "config/routes/dev/pomm.yaml": { + "contents": "_pomm:\n resource: \"@PommBundle/Resources/config/routing.yml\"\n prefix: /_pomm\n", + "executable": false, + "encoding": "" + }, + "config/packages/pomm.yaml": { + "contents": "pomm:\n configuration:\n db:\n dsn: \"%env(DATABASE_URL)%\"\n", + "executable": false, + "encoding": "" + } + }, + "origin": "pomm-project/pomm-bundle:2.3@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/pond5.async-request-bundle.1.1.json b/pond5.async-request-bundle.1.1.json new file mode 100644 index 00000000..49bc2e75 --- /dev/null +++ b/pond5.async-request-bundle.1.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "pond5/async-request-bundle:1.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/prolix.maintenance-bundle.2.1.json b/prolix.maintenance-bundle.2.1.json new file mode 100644 index 00000000..7fdebe00 --- /dev/null +++ b/prolix.maintenance-bundle.2.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "prolix/maintenance-bundle:2.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..2401c684 --- /dev/null +++ b/prooph.event-store-bus-bridge.3.1.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "prooph/event-store-bus-bridge:3.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..30831859 --- /dev/null +++ b/prooph.event-store-symfony-bundle.0.4.json @@ -0,0 +1,46 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "prooph/event-store-symfony-bundle:0.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/prooph.pdo-event-store.1.7.json b/prooph.pdo-event-store.1.7.json new file mode 100644 index 00000000..24eb9c16 --- /dev/null +++ b/prooph.pdo-event-store.1.7.json @@ -0,0 +1,43 @@ +{ + "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%/" + }, + "copy-from-package": { + "scripts/": "%CONFIG_DIR%/scripts/" + }, + "env": { + "MYSQL_DSN": "mysql:host=127.0.0.1;dbname=event_streams", + "MYSQL_USER": "user", + "MYSQL_PASSWORD": "password" + } + }, + "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": "" + } + }, + "origin": "prooph/pdo-event-store:1.7@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..c54da8e4 --- /dev/null +++ b/prooph.service-bus-symfony-bundle.0.6.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "prooph/service-bus-symfony-bundle:0.6@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/pugx.geo-form-bundle.0.2.json b/pugx.geo-form-bundle.0.2.json new file mode 100644 index 00000000..f0d9be03 --- /dev/null +++ b/pugx.geo-form-bundle.0.2.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "pugx/geo-form-bundle:0.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/pusher.pusher-php-server.3.0.json b/pusher.pusher-php-server.3.0.json new file mode 100644 index 00000000..c2ded0d0 --- /dev/null +++ b/pusher.pusher-php-server.3.0.json @@ -0,0 +1,40 @@ +{ + "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%/" + }, + "env": { + "PUSHER_APP_ID": "", + "PUSHER_KEY": "", + "PUSHER_SECRET": "" + } + }, + "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": "" + } + }, + "origin": "pusher/pusher-php-server:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/qandidate.toggle-bundle.1.0.json b/qandidate.toggle-bundle.1.0.json new file mode 100644 index 00000000..bf91a5da --- /dev/null +++ b/qandidate.toggle-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "qandidate/toggle-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/qossmic.deptrac-shim.0.7.json b/qossmic.deptrac-shim.0.7.json new file mode 100644 index 00000000..22f2a48b --- /dev/null +++ b/qossmic.deptrac-shim.0.7.json @@ -0,0 +1,38 @@ +{ + "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" + }, + "gitignore": [ + "/.deptrac.cache" + ] + }, + "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": "" + } + }, + "origin": "qossmic/deptrac-shim:0.7@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ramsey.uuid-doctrine.1.3.json b/ramsey.uuid-doctrine.1.3.json new file mode 100644 index 00000000..89d168e1 --- /dev/null +++ b/ramsey.uuid-doctrine.1.3.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "files": { + "config/packages/ramsey_uuid_doctrine.yaml": { + "contents": "doctrine:\n dbal:\n types:\n uuid: 'Ramsey\\Uuid\\Doctrine\\UuidType'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "ramsey/uuid-doctrine:1.3@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ravenflux.php-functions.3.0.json b/ravenflux.php-functions.3.0.json new file mode 100644 index 00000000..885b97b2 --- /dev/null +++ b/ravenflux.php-functions.3.0.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "ravenflux/php-functions:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ravenflux.sort-functions.3.0.json b/ravenflux.sort-functions.3.0.json new file mode 100644 index 00000000..689fb5e8 --- /dev/null +++ b/ravenflux.sort-functions.3.0.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "ravenflux/sort-functions:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/reconnect.s3bundle.0.1.json b/reconnect.s3bundle.0.1.json new file mode 100644 index 00000000..665b8d21 --- /dev/null +++ b/reconnect.s3bundle.0.1.json @@ -0,0 +1,46 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "BUCKET_HOST": "", + "BUCKET_NAME": "", + "BUCKET_KEY": "", + "BUCKET_SECRET": "" + } + }, + "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": "" + } + }, + "origin": "reconnect/s3bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/redirectionio.proxy-symfony.0.1.json b/redirectionio.proxy-symfony.0.1.json new file mode 100644 index 00000000..12749ef5 --- /dev/null +++ b/redirectionio.proxy-symfony.0.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "redirectionio/proxy-symfony:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/redirectionio.proxy-symfony.0.2.json b/redirectionio.proxy-symfony.0.2.json new file mode 100644 index 00000000..3d2459f3 --- /dev/null +++ b/redirectionio.proxy-symfony.0.2.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "redirectionio/proxy-symfony:0.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/redjanym.fcm-bundle.1.1.json b/redjanym.fcm-bundle.1.1.json new file mode 100644 index 00000000..06822d90 --- /dev/null +++ b/redjanym.fcm-bundle.1.1.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "FCM_SERVER_KEY": "YOUR_FIREBASE_CLOUD_MESSAGING_SERVER_KEY" + } + }, + "files": { + "config/packages/redjan_ym_fcm.yaml": { + "contents": "redjan_ym_fcm:\n firebase_api_key: '%env(resolve:FCM_SERVER_KEY)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "redjanym/fcm-bundle:1.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/redrat.api-helper-bundle.0.1.json b/redrat.api-helper-bundle.0.1.json new file mode 100644 index 00000000..72089866 --- /dev/null +++ b/redrat.api-helper-bundle.0.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/redrat_api_helper.yaml": { + "contents": "redrat_api_helper:\n paths:\n", + "executable": false, + "encoding": "" + } + }, + "origin": "redrat/api-helper-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ro0nl.http-responder.0.1.json b/ro0nl.http-responder.0.1.json new file mode 100644 index 00000000..bd93c0b4 --- /dev/null +++ b/ro0nl.http-responder.0.1.json @@ -0,0 +1,31 @@ +{ + "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": [ + "all" + ] + } + }, + "files": [], + "origin": "ro0nl/http-responder:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/rokka.client-bundle.1.0.json b/rokka.client-bundle.1.0.json new file mode 100644 index 00000000..7360ca94 --- /dev/null +++ b/rokka.client-bundle.1.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Get your API key from https://rokka.io/", + "ROKKA_API_KEY": "API_KEY_replace_me", + "ROKKA_ORGANIZATION": "ROKKA_ORG_replace_me" + } + }, + "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": "" + } + }, + "origin": "rokka/client-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/roukmoute.hashids-bundle.1.4.json b/roukmoute.hashids-bundle.1.4.json new file mode 100644 index 00000000..5b751602 --- /dev/null +++ b/roukmoute.hashids-bundle.1.4.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "roukmoute/hashids-bundle:1.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/routmoute.routmoute-discord-bundle.1.1.json b/routmoute.routmoute-discord-bundle.1.1.json new file mode 100644 index 00000000..56ae0fde --- /dev/null +++ b/routmoute.routmoute-discord-bundle.1.1.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "ROUTMOUTE_DISCORD_CLIENT_ID": "YourDiscordClientId", + "ROUTMOUTE_DISCORD_CLIENT_SECRET": "YourDiscordClientSecret", + "ROUTMOUTE_DISCORD_BOT_TOKEN": "YourDiscordBotToken" + } + }, + "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": "" + } + }, + "origin": "routmoute/routmoute-discord-bundle:1.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/rundum.event-base.0.0.json b/rundum.event-base.0.0.json new file mode 100644 index 00000000..733825d7 --- /dev/null +++ b/rundum.event-base.0.0.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "rundum/event-base:0.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ruwler.ruwler-sdk-bundle.1.0.json b/ruwler.ruwler-sdk-bundle.1.0.json new file mode 100644 index 00000000..df093df2 --- /dev/null +++ b/ruwler.ruwler-sdk-bundle.1.0.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "RUWLER_SDK_API_KEY": "" + } + }, + "files": { + "config/packages/ruwler_sdk.yaml": { + "contents": "ruwler_sdk:\r\n api_key: '%env(RUWLER_SDK_API_KEY)%'\r\n", + "executable": false, + "encoding": "" + } + }, + "origin": "ruwler/ruwler-sdk-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/scheb.two-factor-bundle.3.16.json b/scheb.two-factor-bundle.3.16.json new file mode 100644 index 00000000..8880d803 --- /dev/null +++ b/scheb.two-factor-bundle.3.16.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "scheb/two-factor-bundle:3.16@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sebtm.inwx-api-bundle.0.1.json b/sebtm.inwx-api-bundle.0.1.json new file mode 100644 index 00000000..1c0ba298 --- /dev/null +++ b/sebtm.inwx-api-bundle.0.1.json @@ -0,0 +1,38 @@ +{ + "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": [ + "all" + ] + }, + "env": { + "INWX_API_ENVIRONMENT": "test", + "INWX_API_USERNAME": "dummy", + "INWX_API_PASSWORD": "dummy", + "INWX_API_LANGUAGE": "en", + "INWX_API_DEBUG": "false" + } + }, + "files": [], + "origin": "sebtm/inwx-api-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sebtm.inwx-api-bundle.0.2.json b/sebtm.inwx-api-bundle.0.2.json new file mode 100644 index 00000000..53e4fdcd --- /dev/null +++ b/sebtm.inwx-api-bundle.0.2.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "INWX_USERNAME": "", + "INWX_PASSWORD": "" + } + }, + "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": "" + } + }, + "origin": "sebtm/inwx-api-bundle:0.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sebtm.inwx-api-bundle.1.0.json b/sebtm.inwx-api-bundle.1.0.json new file mode 100644 index 00000000..a61051a9 --- /dev/null +++ b/sebtm.inwx-api-bundle.1.0.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "INWX_USERNAME": "", + "INWX_PASSWORD": "" + } + }, + "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": "" + } + }, + "origin": "sebtm/inwx-api-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/secit-pl.imap-bundle.1.0.json b/secit-pl.imap-bundle.1.0.json new file mode 100644 index 00000000..27ec9fe5 --- /dev/null +++ b/secit-pl.imap-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/imap.yaml": { + "contents": "imap:\n connections: []\n", + "executable": false, + "encoding": "" + } + }, + "origin": "secit-pl/imap-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/seferov.aws-bundle.3.0.json b/seferov.aws-bundle.3.0.json new file mode 100644 index 00000000..972e22a5 --- /dev/null +++ b/seferov.aws-bundle.3.0.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "AWS_CREDENTIALS_KEY": "CHANGE_THIS", + "AWS_CREDENTIALS_SECRET": "CHANGE_THIS" + } + }, + "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": "" + } + }, + "origin": "seferov/aws-bundle:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sensiolabs.connect-bundle.4.0.json b/sensiolabs.connect-bundle.4.0.json new file mode 100644 index 00000000..e94f452b --- /dev/null +++ b/sensiolabs.connect-bundle.4.0.json @@ -0,0 +1,49 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "SENSIOLABS_CONNECT_APP_ID": "", + "SENSIOLABS_CONNECT_APP_SECRET": "" + } + }, + "files": { + "config/routes/sensio_labs_connect.yaml": { + "contents": "_sensiolabs_connect:\n resource: \"@SensioLabsConnectBundle/Resources/config/routing.xml\"\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "sensiolabs/connect-bundle:4.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sentry.sentry-symfony.1.0.json b/sentry.sentry-symfony.1.0.json new file mode 100644 index 00000000..17cbef1b --- /dev/null +++ b/sentry.sentry-symfony.1.0.json @@ -0,0 +1,48 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "SENTRY_DSN": "" + } + }, + "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": "" + }, + "config/packages/prod/sentry.yaml": { + "contents": "sentry:\n dsn: '%env(SENTRY_DSN)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "sentry/sentry-symfony:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sentry.sentry-symfony.3.0.json b/sentry.sentry-symfony.3.0.json new file mode 100644 index 00000000..d6445b99 --- /dev/null +++ b/sentry.sentry-symfony.3.0.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "SENTRY_DSN": "" + } + }, + "files": { + "config/packages/sentry.yaml": { + "contents": "sentry:\n dsn: '%env(SENTRY_DSN)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "sentry/sentry-symfony:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sg.datatablesbundle.1.0.json b/sg.datatablesbundle.1.0.json new file mode 100644 index 00000000..95e91a6e --- /dev/null +++ b/sg.datatablesbundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "sg/datatablesbundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/siganushka.generic-bundle.0.3.json b/siganushka.generic-bundle.0.3.json new file mode 100644 index 00000000..c18300c4 --- /dev/null +++ b/siganushka.generic-bundle.0.3.json @@ -0,0 +1,34 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": [], + "origin": "siganushka/generic-bundle:0.3@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/siganushka.region-bundle.0.1.json b/siganushka.region-bundle.0.1.json new file mode 100644 index 00000000..ae563b18 --- /dev/null +++ b/siganushka.region-bundle.0.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/siganushka_region.yaml": { + "contents": "siganushka_region:\n resource: \"@SiganushkaRegionBundle/Resources/config/routing/routes.xml\"\n", + "executable": false, + "encoding": "" + } + }, + "origin": "siganushka/region-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/silasjoisten.sonata-multiupload-bundle.2.1.json b/silasjoisten.sonata-multiupload-bundle.2.1.json new file mode 100644 index 00000000..670c899c --- /dev/null +++ b/silasjoisten.sonata-multiupload-bundle.2.1.json @@ -0,0 +1,43 @@ +{ + "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" + }, + "bundles": { + "SilasJoisten\\Sonata\\MultiUploadBundle\\SonataMultiUploadBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "silasjoisten/sonata-multiupload-bundle:2.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/slot.mandrill-bundle.1.1.json b/slot.mandrill-bundle.1.1.json new file mode 100644 index 00000000..402c963a --- /dev/null +++ b/slot.mandrill-bundle.1.1.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "MANDRILL_API_KEY": "", + "MANDRILL_DEFAULT_SENDER": "info@example.com" + } + }, + "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": "" + } + }, + "origin": "slot/mandrill-bundle:1.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/snc.redis-bundle.2.0.json b/snc.redis-bundle.2.0.json new file mode 100644 index 00000000..188178ee --- /dev/null +++ b/snc.redis-bundle.2.0.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "passwords that contain special characters (@, %, :, +) must be urlencoded", + "REDIS_URL": "redis://localhost" + } + }, + "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": "" + } + }, + "origin": "snc/redis-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/soljian.steam-authentication-bundle.1.0.json b/soljian.steam-authentication-bundle.1.0.json new file mode 100644 index 00000000..636474ce --- /dev/null +++ b/soljian.steam-authentication-bundle.1.0.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "STEAM_API_KEY": "" + } + }, + "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": "" + } + }, + "origin": "soljian/steam-authentication-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sonata-project.admin-bundle.3.31.json b/sonata-project.admin-bundle.3.31.json new file mode 100644 index 00000000..f5c42dfd --- /dev/null +++ b/sonata-project.admin-bundle.3.31.json @@ -0,0 +1,51 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } + }, + "files": { + "src/Admin/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "sonata-project/admin-bundle:3.31@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sonata-project.admin-bundle.3.64.json b/sonata-project.admin-bundle.3.64.json new file mode 100644 index 00000000..b57e64c8 --- /dev/null +++ b/sonata-project.admin-bundle.3.64.json @@ -0,0 +1,51 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } + }, + "files": { + "src/Admin/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "sonata-project/admin-bundle:3.64@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sonata-project.admin-bundle.4.0.json b/sonata-project.admin-bundle.4.0.json new file mode 100644 index 00000000..023b182d --- /dev/null +++ b/sonata-project.admin-bundle.4.0.json @@ -0,0 +1,51 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } + }, + "files": { + "src/Admin/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "sonata-project/admin-bundle:4.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sonata-project.classification-bundle.3.7.json b/sonata-project.classification-bundle.3.7.json new file mode 100644 index 00000000..0cf3fe2e --- /dev/null +++ b/sonata-project.classification-bundle.3.7.json @@ -0,0 +1,61 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } + }, + "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": "" + }, + "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": "" + }, + "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": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "sonata-project/classification-bundle:3.7@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sonata-project.core-bundle.3.9.json b/sonata-project.core-bundle.3.9.json new file mode 100644 index 00000000..a7c4372d --- /dev/null +++ b/sonata-project.core-bundle.3.9.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/sonata_core.yaml": { + "contents": "sonata_core:\n form:\n mapping:\n enabled: false\n", + "executable": false, + "encoding": "" + } + }, + "origin": "sonata-project/core-bundle:3.9@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sonata-project.form-extensions.1.0.json b/sonata-project.form-extensions.1.0.json new file mode 100644 index 00000000..698637b9 --- /dev/null +++ b/sonata-project.form-extensions.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/sonata_form.yaml": { + "contents": "sonata_form:\n form_type: standard\n", + "executable": false, + "encoding": "" + } + }, + "origin": "sonata-project/form-extensions:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sonata-project.form-extensions.1.4.json b/sonata-project.form-extensions.1.4.json new file mode 100644 index 00000000..ea638de7 --- /dev/null +++ b/sonata-project.form-extensions.1.4.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/sonata_form.yaml": { + "contents": "sonata_form:\n form_type: standard\n", + "executable": false, + "encoding": "" + } + }, + "origin": "sonata-project/form-extensions:1.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sonata-project.media-bundle.3.13.json b/sonata-project.media-bundle.3.13.json new file mode 100644 index 00000000..54a26da9 --- /dev/null +++ b/sonata-project.media-bundle.3.13.json @@ -0,0 +1,51 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "public/": "%PUBLIC_DIR%/" + } + }, + "files": { + "public/upload/media/.gitignore": { + "contents": "*\n!.gitignore\n", + "executable": false, + "encoding": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "sonata-project/media-bundle:3.13@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..f02da2e7 --- /dev/null +++ b/sonata-project.media-odm-pack.1.0.json @@ -0,0 +1,51 @@ +{ + "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%/", + "src/": "%SRC_DIR%/" + } + }, + "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": "" + }, + "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": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "sonata-project/media-odm-pack:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..b0ab80a0 --- /dev/null +++ b/sonata-project.media-orm-pack.1.0.json @@ -0,0 +1,51 @@ +{ + "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%/", + "src/": "%SRC_DIR%/" + } + }, + "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": "" + }, + "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": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "sonata-project/media-orm-pack:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sonata-project.notification-bundle.3.4.json b/sonata-project.notification-bundle.3.4.json new file mode 100644 index 00000000..692dbee0 --- /dev/null +++ b/sonata-project.notification-bundle.3.4.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/sonata_notification.yaml": { + "contents": "sonata_notification:\n consumers:\n register_default: false\n admin:\n enabled: false\n", + "executable": false, + "encoding": "" + } + }, + "origin": "sonata-project/notification-bundle:3.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..76931690 --- /dev/null +++ b/sonata-project.notification-orm-pack.1.0.json @@ -0,0 +1,41 @@ +{ + "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%/", + "src/": "%SRC_DIR%/" + } + }, + "files": { + "src/Entity/SonataNotificationMessage.php": { + "contents": "id;\n }\n}\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "sonata-project/notification-orm-pack:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sonata-project.page-bundle.3.9.json b/sonata-project.page-bundle.3.9.json new file mode 100644 index 00000000..95cdad76 --- /dev/null +++ b/sonata-project.page-bundle.3.9.json @@ -0,0 +1,66 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } + }, + "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": "" + }, + "src/Entity/SonataPageSnapshot.php": { + "contents": "id;\n }\n}\n", + "executable": false, + "encoding": "" + }, + "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": "" + }, + "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": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "sonata-project/page-bundle:3.9@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sonata-project.translation-bundle.2.3.json b/sonata-project.translation-bundle.2.3.json new file mode 100644 index 00000000..6866bfc7 --- /dev/null +++ b/sonata-project.translation-bundle.2.3.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "sonata-project/translation-bundle:2.3@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/spiechu.symfony-commons-bundle.0.1.json b/spiechu.symfony-commons-bundle.0.1.json new file mode 100644 index 00000000..347e1e22 --- /dev/null +++ b/spiechu.symfony-commons-bundle.0.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + } + }, + "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": "" + } + }, + "origin": "spiechu/symfony-commons-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/spomky-labs.jose-bundle.2.2.json b/spomky-labs.jose-bundle.2.2.json new file mode 100644 index 00000000..8416916f --- /dev/null +++ b/spomky-labs.jose-bundle.2.2.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + } + }, + "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": "" + } + }, + "origin": "spomky-labs/jose-bundle:2.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..55dd74cd --- /dev/null +++ b/spomky-labs.lexik-jose-bridge.1.0.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + }, + "env": { + "SL_JOSE_BRIDGE_SERVER_NAME": "https://www.my-service.com/", + "SL_JOSE_BRIDGE_KEY_STORAGE_FOLDER": "/tmp/sl_jose/" + } + }, + "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": "" + } + }, + "origin": "spomky-labs/lexik-jose-bridge:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..6fcc3057 --- /dev/null +++ b/spomky-labs.lexik-jose-bridge.2.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + }, + "env": { + "SL_JOSE_BRIDGE_SERVER_NAME": "https://www.my-service.com/", + "SL_JOSE_BRIDGE_SIGNATURE_KEYSET": "{\"keys\":{\"93wgUTMbJm8ZN7MUTQx7xYRpifPiY7GAaAZKTZ9Y3MI\":{\"kid\":\"93wgUTMbJm8ZN7MUTQx7xYRpifPiY7GAaAZKTZ9Y3MI\",\"use\":\"sig\",\"alg\":\"HS512\",\"kty\":\"oct\",\"k\":\"Pk6yE0J0g9qbNUlSJinturCgZMKb5YnZLAuV0MauH1E78z4mOMOwO_NeeZi-dlbIfF17mfYU4v6BAFxkthk6hwD-RYgNGRQnh9oE9NApn3o2mUuu90g1hZT6AO9xRHu2prDFcKELsdnlMPV4uEeqCrtno1alZnpEmOdqooNxI2k\"},\"-SBFeKCDHQzOxII3udEo8VWH8sFuQ-_DexHSlSaGR2U\":{\"kid\":\"-SBFeKCDHQzOxII3udEo8VWH8sFuQ-_DexHSlSaGR2U\",\"use\":\"sig\",\"alg\":\"HS512\",\"kty\":\"oct\",\"k\":\"-z6YID5-ETwxgP2ILpURx9mjSi-u9LAIbNZ-sX3zpXn0E3ZQWK79TKI5VU_6_SiO-RJ6DIcXSzE2cWgifKCKqez_xyIdzcOk2G9wrVAK6W5z9mJbkoZl8wOcQKNOdc7P66ymrqaP3yTPvUs4D2Ad7H9E3juG6g-DmpFTmhGTJpw\"}}}", + "SL_JOSE_BRIDGE_ENCRYPTION_KEYSET": "{\"keys\":{\"zCPR8Cv8jbWW1wBckl5LoZt-_bX5vzBJpr1esJbk2aU\":{\"kid\":\"zCPR8Cv8jbWW1wBckl5LoZt-_bX5vzBJpr1esJbk2aU\",\"use\":\"enc\",\"alg\":\"A256GCMKW\",\"kty\":\"oct\",\"k\":\"rcXLJSc47wKU2aQFrM2BBRy_WlgPSJtleeX2dJY5mH7wa_7PEFZPrdZrZ0lyy-ShqZNYBauwSg_0q9KEmFEt4OiWb0a7S2qtT07Z_YBaPqu3fr7opO3FCfZGzYDOJSUvIM5UBZ3JFstXj344VD9WgZCzdzGrg70u9-G8-cKi8Xk\"},\"-mw9puP0eQVD_D1RGZ2P1oXs21SOq2dWjK36AdqeyTg\":{\"kid\":\"-mw9puP0eQVD_D1RGZ2P1oXs21SOq2dWjK36AdqeyTg\",\"use\":\"enc\",\"alg\":\"A256GCMKW\",\"kty\":\"oct\",\"k\":\"UOMyYU8hDDg4CznG-FlACz07lT5w7YI1CtN-t2w4oSLkG0d4gwe2fsSJvjkVPIpSCPsHDz6VbB8rXRSR6ZNouiv81LQjRvjAhoXW9hVOQgh0NMQ3EBf4h2oqJNAZi6p2ufqfJ-_NnNk4IbGePektVHaxE3OdHxqGGyz76dM55-8\"}}}" + } + }, + "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": "" + } + }, + "origin": "spomky-labs/lexik-jose-bridge:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sprintechnology.firebase-cloud-messaging.1.0.json b/sprintechnology.firebase-cloud-messaging.1.0.json new file mode 100644 index 00000000..20a31c1e --- /dev/null +++ b/sprintechnology.firebase-cloud-messaging.1.0.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + }, + "env": { + "FCM_KEY": "@@get-key-from-firebase" + } + }, + "files": { + "config/packages/firebase.yaml": { + "contents": "firebase:\n cloud_messaging:\n key: \"%env(FCM_KEY)%\"\n", + "executable": false, + "encoding": "" + } + }, + "origin": "sprintechnology/firebase-cloud-messaging:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/squizlabs.php_codesniffer.3.0.json b/squizlabs.php_codesniffer.3.0.json new file mode 100644 index 00000000..0d1ea66a --- /dev/null +++ b/squizlabs.php_codesniffer.3.0.json @@ -0,0 +1,39 @@ +{ + "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" + }, + "gitignore": [ + "/.phpcs-cache", + "/phpcs.xml" + ] + }, + "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": "" + } + }, + "origin": "squizlabs/php_codesniffer:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/squizlabs.php_codesniffer.3.6.json b/squizlabs.php_codesniffer.3.6.json new file mode 100644 index 00000000..8ebac52e --- /dev/null +++ b/squizlabs.php_codesniffer.3.6.json @@ -0,0 +1,39 @@ +{ + "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" + }, + "gitignore": [ + "/.phpcs-cache", + "/phpcs.xml" + ] + }, + "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": "" + } + }, + "origin": "squizlabs/php_codesniffer:3.6@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sroze.messenger-enqueue-transport.0.1.json b/sroze.messenger-enqueue-transport.0.1.json new file mode 100644 index 00000000..ec13a031 --- /dev/null +++ b/sroze.messenger-enqueue-transport.0.1.json @@ -0,0 +1,31 @@ +{ + "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": [ + "all" + ] + } + }, + "files": [], + "origin": "sroze/messenger-enqueue-transport:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sroze.openwhisk-bundle.0.2.json b/sroze.openwhisk-bundle.0.2.json new file mode 100644 index 00000000..145cce8a --- /dev/null +++ b/sroze.openwhisk-bundle.0.2.json @@ -0,0 +1,35 @@ +{ + "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" + } + }, + "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": "" + } + }, + "origin": "sroze/openwhisk-bundle:0.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/stefandoorn.sitemap-plugin.1.0.json b/stefandoorn.sitemap-plugin.1.0.json new file mode 100644 index 00000000..8bd13fc4 --- /dev/null +++ b/stefandoorn.sitemap-plugin.1.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/sitemap_plugin.yaml": { + "contents": "sylius_sitemap:\n resource: \"@SitemapPlugin/Resources/config/routing.yml\"\n", + "executable": false, + "encoding": "" + }, + "config/packages/sitemap_plugin.yaml": { + "contents": "imports:\n - { resource: \"@SitemapPlugin/Resources/config/config.yml\" }\n", + "executable": false, + "encoding": "" + } + }, + "origin": "stefandoorn/sitemap-plugin:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/stof.doctrine-extensions-bundle.1.2.json b/stof.doctrine-extensions-bundle.1.2.json new file mode 100644 index 00000000..2af30f5d --- /dev/null +++ b/stof.doctrine-extensions-bundle.1.2.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "stof/doctrine-extensions-bundle:1.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sulu.article-bundle.2.0.json b/sulu.article-bundle.2.0.json new file mode 100644 index 00000000..785ac71f --- /dev/null +++ b/sulu.article-bundle.2.0.json @@ -0,0 +1,53 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "copy-from-package": { + "Resources/doc/default.xml": "%CONFIG_DIR%/templates/articles/default.xml", + "Resources/doc/default.html.twig": "templates/articles/default.html.twig" + }, + "env": { + "ELASTICSEARCH_HOST": "127.0.0.1:9200", + "ELASTICSEARCH_INDEX": "su_articles" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "sulu/article-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sulu.form-bundle.2.0.json b/sulu.form-bundle.2.0.json new file mode 100644 index 00000000..5241e3d3 --- /dev/null +++ b/sulu.form-bundle.2.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "sulu/form-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sulu.headless-bundle.0.1.json b/sulu.headless-bundle.0.1.json new file mode 100644 index 00000000..c2045fe8 --- /dev/null +++ b/sulu.headless-bundle.0.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "sulu/headless-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sulu.redirect-bundle.2.0.json b/sulu.redirect-bundle.2.0.json new file mode 100644 index 00000000..91d612dd --- /dev/null +++ b/sulu.redirect-bundle.2.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "sulu/redirect-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sulu.sylius-consumer-bundle.0.4.json b/sulu.sylius-consumer-bundle.0.4.json new file mode 100644 index 00000000..ec5c712f --- /dev/null +++ b/sulu.sylius-consumer-bundle.0.4.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "SYLIUS_BASE_URL": "", + "SULU_SYLIUS_MESSENGER_TRANSPORT_DSN": "" + } + }, + "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": "" + } + }, + "origin": "sulu/sylius-consumer-bundle:0.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sulu.sylius-producer-plugin.0.2.json b/sulu.sylius-producer-plugin.0.2.json new file mode 100644 index 00000000..5389c1cb --- /dev/null +++ b/sulu.sylius-producer-plugin.0.2.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "SULU_SYLIUS_MESSENGER_TRANSPORT_DSN": "" + } + }, + "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": "" + } + }, + "origin": "sulu/sylius-producer-plugin:0.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sulu.webpack-encore.1.0.json b/sulu.webpack-encore.1.0.json new file mode 100644 index 00000000..4613da8d --- /dev/null +++ b/sulu.webpack-encore.1.0.json @@ -0,0 +1,43 @@ +{ + "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%/" + }, + "copy-from-package": { + "assets/": "assets/" + }, + "gitignore": [ + "node_modules/", + "npm-debug.log", + "yarn-error.log" + ] + }, + "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": "" + } + }, + "origin": "sulu/webpack-encore:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/suncat.mobile-detect-bundle.1.0.json b/suncat.mobile-detect-bundle.1.0.json new file mode 100644 index 00000000..24e1af39 --- /dev/null +++ b/suncat.mobile-detect-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "suncat/mobile-detect-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/svc.contactform-bundle.1.0.json b/svc.contactform-bundle.1.0.json new file mode 100644 index 00000000..93fc631e --- /dev/null +++ b/svc.contactform-bundle.1.0.json @@ -0,0 +1,51 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "assets/": "assets/" + } + }, + "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": "" + }, + "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": "" + }, + "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": "" + } + }, + "origin": "svc/contactform-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/svc.param-bundle.1.0.json b/svc.param-bundle.1.0.json new file mode 100644 index 00000000..e5599fa8 --- /dev/null +++ b/svc.param-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "svc/param-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/svc.util-bundle.1.0.json b/svc.util-bundle.1.0.json new file mode 100644 index 00000000..4ac94744 --- /dev/null +++ b/svc.util-bundle.1.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "svc/util-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/swag-industries.melodiia.0.7.json b/swag-industries.melodiia.0.7.json new file mode 100644 index 00000000..ab589a81 --- /dev/null +++ b/swag-industries.melodiia.0.7.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "swag-industries/melodiia:0.7@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/swarrot.swarrot-bundle.1.6.json b/swarrot.swarrot-bundle.1.6.json new file mode 100644 index 00000000..140ce2fe --- /dev/null +++ b/swarrot.swarrot-bundle.1.6.json @@ -0,0 +1,50 @@ +{ + "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": [ + "all" + ] + }, + "container": { + "my_consumer.processor.service": "App\\Consumer\\MyConsumer" + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + }, + "env": { + "RABBITMQ_HOST": "127.0.0.1", + "RABBITMQ_PORT": "5672", + "RABBITMQ_LOGIN": "user", + "RABBITMQ_PASSWORD": "password" + } + }, + "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": "" + } + }, + "origin": "swarrot/swarrot-bundle:1.6@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..4cfc7b4a --- /dev/null +++ b/sylius.admin-order-creation-plugin.0.6.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "config/packages/sylius_admin_order_creation.yaml": { + "contents": "imports:\n - { resource: \"@SyliusAdminOrderCreationPlugin/Resources/config/app/config.yml\" }\n", + "executable": false, + "encoding": "" + } + }, + "origin": "sylius/admin-order-creation-plugin:0.6@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..76a73a9a --- /dev/null +++ b/sylius.customer-order-cancellation-plugin.0.2.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "sylius/customer-order-cancellation-plugin:0.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sylius.customer-reorder-plugin.1.0.json b/sylius.customer-reorder-plugin.1.0.json new file mode 100644 index 00000000..1061bed2 --- /dev/null +++ b/sylius.customer-reorder-plugin.1.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/sylius_customer_reorder.yaml": { + "contents": "sylius_customer_reorder:\n resource: \"@SyliusCustomerReorderPlugin/Resources/config/app/reorder_routing.yml\"\n", + "executable": false, + "encoding": "" + }, + "config/packages/sylius_customer_reorder.yaml": { + "contents": "imports:\n - { resource: \"@SyliusCustomerReorderPlugin/Resources/config/config.yml\" }\n", + "executable": false, + "encoding": "" + } + }, + "origin": "sylius/customer-reorder-plugin:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sylius.invoicing-plugin.0.5.json b/sylius.invoicing-plugin.0.5.json new file mode 100644 index 00000000..437e9784 --- /dev/null +++ b/sylius.invoicing-plugin.0.5.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "config/packages/sylius_invoicing.yaml": { + "contents": "imports:\n - { resource: \"@SyliusInvoicingPlugin/Resources/config/config.yml\" }\n", + "executable": false, + "encoding": "" + } + }, + "origin": "sylius/invoicing-plugin:0.5@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sylius.refund-plugin.0.4.json b/sylius.refund-plugin.0.4.json new file mode 100644 index 00000000..3c54e015 --- /dev/null +++ b/sylius.refund-plugin.0.4.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/sylius_refund.yaml": { + "contents": "sylius_refund:\n resource: \"@SyliusRefundPlugin/Resources/config/routing.yml\"\n", + "executable": false, + "encoding": "" + }, + "config/packages/sylius_refund.yaml": { + "contents": "imports:\n - { resource: \"@SyliusRefundPlugin/Resources/config/app/config.yml\" }\n", + "executable": false, + "encoding": "" + } + }, + "origin": "sylius/refund-plugin:0.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/sylius.resource-bundle.1.6.json b/sylius.resource-bundle.1.6.json new file mode 100644 index 00000000..e48116b8 --- /dev/null +++ b/sylius.resource-bundle.1.6.json @@ -0,0 +1,43 @@ +{ + "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" + }, + "bundles": { + "Sylius\\Bundle\\ResourceBundle\\SyliusResourceBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "sylius/resource-bundle:1.6@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/symfony-bundles.kafka-bundle.1.0.json b/symfony-bundles.kafka-bundle.1.0.json new file mode 100644 index 00000000..7ed35490 --- /dev/null +++ b/symfony-bundles.kafka-bundle.1.0.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "KAFKA_BROKERS": "kafka.intra:9092" + } + }, + "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": "" + } + }, + "origin": "symfony-bundles/kafka-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/symfony-bundles.redis-bundle.2.0.json b/symfony-bundles.redis-bundle.2.0.json new file mode 100644 index 00000000..ea1b602a --- /dev/null +++ b/symfony-bundles.redis-bundle.2.0.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "REDIS_URL": "tcp://127.0.0.1:6379?database=0" + } + }, + "files": { + "config/packages/sb_redis.yaml": { + "contents": "sb_redis:\n clients:\n default:\n $options: []\n $parameters: ['%env(REDIS_URL)%']\n", + "executable": false, + "encoding": "" + } + }, + "origin": "symfony-bundles/redis-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/symfony.apache-pack.1.0.json b/symfony.apache-pack.1.0.json new file mode 100644 index 00000000..119059a7 --- /dev/null +++ b/symfony.apache-pack.1.0.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "symfony/apache-pack:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/symfonycorp.connect-bundle.5.0.json b/symfonycorp.connect-bundle.5.0.json new file mode 100644 index 00000000..9839e4ee --- /dev/null +++ b/symfonycorp.connect-bundle.5.0.json @@ -0,0 +1,49 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + }, + "env": { + "SYMFONY_CONNECT_APP_ID": "", + "SYMFONY_CONNECT_APP_SECRET": "" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "symfonycorp/connect-bundle:5.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/symfonycorp.connect.7.0.json b/symfonycorp.connect.7.0.json new file mode 100644 index 00000000..4b2e408d --- /dev/null +++ b/symfonycorp.connect.7.0.json @@ -0,0 +1,49 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + }, + "env": { + "SYMFONY_CONNECT_APP_ID": "", + "SYMFONY_CONNECT_APP_SECRET": "" + } + }, + "files": { + "config/routes/symfony_connect.yaml": { + "contents": "symfony_connect:\n prefix: /connect\n resource: '@SymfonyConnectBundle/Resources/config/routing/connect.xml'\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "symfonycorp/connect:7.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..0781c7b7 --- /dev/null +++ b/synolia.sylius-mail-tester-plugin.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "synolia/sylius-mail-tester-plugin:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..6ed14a66 --- /dev/null +++ b/synolia.sylius-scheduler-command-plugin.1.0.json @@ -0,0 +1,48 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "copy-from-package": { + "src/Migrations/": "%SRC_DIR%/Migrations/" + } + }, + "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": "" + }, + "config/packages/sylius_scheduler_command.yaml": { + "contents": "imports:\n - { resource: \"@SynoliaSyliusSchedulerCommandPlugin/Resources/config/config.yaml\" }\n", + "executable": false, + "encoding": "" + } + }, + "origin": "synolia/sylius-scheduler-command-plugin:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..e4d9d04e --- /dev/null +++ b/synolia.sylius-scheduler-command-plugin.2.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "config/packages/sylius_scheduler_command.yaml": { + "contents": "imports:\n - { resource: \"@SynoliaSyliusSchedulerCommandPlugin/Resources/config/config.yaml\" }\n", + "executable": false, + "encoding": "" + } + }, + "origin": "synolia/sylius-scheduler-command-plugin:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/systemsdk.easy-log-bundle.1.10.json b/systemsdk.easy-log-bundle.1.10.json new file mode 100644 index 00000000..61e6ea28 --- /dev/null +++ b/systemsdk.easy-log-bundle.1.10.json @@ -0,0 +1,46 @@ +{ + "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": [ + "dev", + "test" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "systemsdk/easy-log-bundle:1.10@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/tattali.calendar-bundle.1.1.json b/tattali.calendar-bundle.1.1.json new file mode 100644 index 00000000..7fe7b529 --- /dev/null +++ b/tattali.calendar-bundle.1.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/calendar.yaml": { + "contents": "calendar:\n resource: \"@CalendarBundle/Resources/config/routing.yaml\"\n", + "executable": false, + "encoding": "" + } + }, + "origin": "tattali/calendar-bundle:1.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/tbbc.money-bundle.4.0.json b/tbbc.money-bundle.4.0.json new file mode 100644 index 00000000..39db2124 --- /dev/null +++ b/tbbc.money-bundle.4.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/tbbc_money.yaml": { + "contents": "tbbc_money:\n currencies: [\"USD\", \"EUR\"]\n reference_currency: \"EUR\"\n decimals: 2\n", + "executable": false, + "encoding": "" + } + }, + "origin": "tbbc/money-bundle:4.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/tbmatuka.editorjs-bundle.0.1.json b/tbmatuka.editorjs-bundle.0.1.json new file mode 100644 index 00000000..1fa14ac4 --- /dev/null +++ b/tbmatuka.editorjs-bundle.0.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/editorjs.yaml": { + "contents": "twig:\n form_themes:\n - '@TbmatukaEditorjs/Form/editorjs_widget.html.twig'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "tbmatuka/editorjs-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/teebbstudios.tuieditor-bundle.1.0.json b/teebbstudios.tuieditor-bundle.1.0.json new file mode 100644 index 00000000..54f4a4e6 --- /dev/null +++ b/teebbstudios.tuieditor-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "teebbstudios/tuieditor-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..faf1515a --- /dev/null +++ b/tg-bot-api.bot-api-base.1.0.json @@ -0,0 +1,38 @@ +{ + "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%/" + }, + "env": { + "TG_BOT_API_KEY": "" + } + }, + "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": "" + } + }, + "origin": "tg-bot-api/bot-api-base:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/tgalopin.html-sanitizer-bundle.1.0.json b/tgalopin.html-sanitizer-bundle.1.0.json new file mode 100644 index 00000000..8efd6351 --- /dev/null +++ b/tgalopin.html-sanitizer-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "tgalopin/html-sanitizer-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/thecodingmachine.graphqlite-bundle.3.0.json b/thecodingmachine.graphqlite-bundle.3.0.json new file mode 100644 index 00000000..606eb0c0 --- /dev/null +++ b/thecodingmachine.graphqlite-bundle.3.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "thecodingmachine/graphqlite-bundle:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/thecodingmachine.graphqlite-bundle.4.0.json b/thecodingmachine.graphqlite-bundle.4.0.json new file mode 100644 index 00000000..bc5d0ea4 --- /dev/null +++ b/thecodingmachine.graphqlite-bundle.4.0.json @@ -0,0 +1,34 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-package": { + "config-template/": "%CONFIG_DIR%/" + } + }, + "files": [], + "origin": "thecodingmachine/graphqlite-bundle:4.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/thecodingmachine.tdbm-bundle.5.0.json b/thecodingmachine.tdbm-bundle.5.0.json new file mode 100644 index 00000000..eb982fcb --- /dev/null +++ b/thecodingmachine.tdbm-bundle.5.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "thecodingmachine/tdbm-bundle:5.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/theplankmeister.form-data-transposer.1.0.json b/theplankmeister.form-data-transposer.1.0.json new file mode 100644 index 00000000..a7d14a78 --- /dev/null +++ b/theplankmeister.form-data-transposer.1.0.json @@ -0,0 +1,29 @@ +{ + "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", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/tienvx.mbt-api-bundle.1.0.json b/tienvx.mbt-api-bundle.1.0.json new file mode 100644 index 00000000..80a0c289 --- /dev/null +++ b/tienvx.mbt-api-bundle.1.0.json @@ -0,0 +1,50 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "JAVA_BINARY": "java", + "PLANTUML_BINARY": "plantuml.jar", + "CONSOLE_BINARY": "bin/console" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "tienvx/mbt-api-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/tienvx.mbt-api-bundle.1.12.json b/tienvx.mbt-api-bundle.1.12.json new file mode 100644 index 00000000..1294d073 --- /dev/null +++ b/tienvx.mbt-api-bundle.1.12.json @@ -0,0 +1,49 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "DOT_BINARY": "dot", + "CONSOLE_BINARY": "bin/console" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "tienvx/mbt-api-bundle:1.12@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/tienvx.mbt-api-bundle.1.15.json b/tienvx.mbt-api-bundle.1.15.json new file mode 100644 index 00000000..2cb8a401 --- /dev/null +++ b/tienvx.mbt-api-bundle.1.15.json @@ -0,0 +1,48 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "DOT_BINARY": "dot" + } + }, + "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": "" + }, + "config/packages/tienvx_mbt_api.yaml": { + "contents": "tienvx_mbt_api:\n dot_binary: '%env(DOT_BINARY)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "tienvx/mbt-api-bundle:1.15@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/tienvx.mbt-bundle.1.15.json b/tienvx.mbt-bundle.1.15.json new file mode 100644 index 00000000..5bc5ec2d --- /dev/null +++ b/tienvx.mbt-bundle.1.15.json @@ -0,0 +1,50 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "var/": "%VAR_DIR%/" + }, + "env": { + "EMAIL_FROM": "from@example.com", + "ADMIN_URL": "http://localhost" + } + }, + "files": { + "var/storage/screenshots/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "tienvx/mbt-bundle:1.15@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/tienvx.mbt-bundle.1.17.json b/tienvx.mbt-bundle.1.17.json new file mode 100644 index 00000000..c7e6903b --- /dev/null +++ b/tienvx.mbt-bundle.1.17.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "EMAIL_FROM": "from@example.com", + "ADMIN_URL": "http://localhost" + } + }, + "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": "" + } + }, + "origin": "tienvx/mbt-bundle:1.17@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/tienvx.mbt-bundle.1.7.json b/tienvx.mbt-bundle.1.7.json new file mode 100644 index 00000000..ad34eae8 --- /dev/null +++ b/tienvx.mbt-bundle.1.7.json @@ -0,0 +1,55 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "var/": "%VAR_DIR%/" + }, + "env": { + "SLACK_HOOK_URL": "https://hooks.slack.com/...", + "SLACK_FROM": "Example", + "SLACK_TO": "#a-channel or @a-person", + "SLACK_MESSAGE": "A new bug was found!", + "EMAIL_FROM": "from@example.com", + "EMAIL_TO": "to@example.com", + "EMAIL_SUBJECT": "A new bug was found!" + } + }, + "files": { + "var/storage/screenshots/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "tienvx/mbt-bundle:1.7@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/tilleuls.forgot-password-bundle.1.0.json b/tilleuls.forgot-password-bundle.1.0.json new file mode 100644 index 00000000..7f6df617 --- /dev/null +++ b/tilleuls.forgot-password-bundle.1.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "tilleuls/forgot-password-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/tilleuls.migration-bundle.1.1.json b/tilleuls.migration-bundle.1.1.json new file mode 100644 index 00000000..a5ec646f --- /dev/null +++ b/tilleuls.migration-bundle.1.1.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "LEGACY_DATABASE_URL": "mysql://legacy_db_user:legacy_db_password@127.0.0.1:3306/legacy_db_name" + } + }, + "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": "" + } + }, + "origin": "tilleuls/migration-bundle:1.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..03df5c76 --- /dev/null +++ b/tilleuls.sylius-quick-import-plugin.0.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "tilleuls/sylius-quick-import-plugin:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/tilleuls.url-signer-bundle.1.0.json b/tilleuls.url-signer-bundle.1.0.json new file mode 100644 index 00000000..cdfd1a8d --- /dev/null +++ b/tilleuls.url-signer-bundle.1.0.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "SIGNATURE_KEY": "change_me" + } + }, + "files": { + "config/packages/url_signer.yaml": { + "contents": "coop_tilleuls_url_signer:\n signature_key: '%env(string:SIGNATURE_KEY)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "tilleuls/url-signer-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/timiki.rpc-client-bundle.4.0.json b/timiki.rpc-client-bundle.4.0.json new file mode 100644 index 00000000..b0841aad --- /dev/null +++ b/timiki.rpc-client-bundle.4.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "timiki/rpc-client-bundle:4.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/timiki.rpc-server-bundle.4.0.json b/timiki.rpc-server-bundle.4.0.json new file mode 100644 index 00000000..0689151c --- /dev/null +++ b/timiki.rpc-server-bundle.4.0.json @@ -0,0 +1,51 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } + }, + "files": { + "src/Method/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "config/routes/rpc_server.yaml": { + "contents": "rpc:\n path: /rpc\n defaults: { _controller: RpcServerBundle:Rpc:handler }\n methods: [POST]\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "timiki/rpc-server-bundle:4.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/timiki.rpc-server-bundle.4.2.json b/timiki.rpc-server-bundle.4.2.json new file mode 100644 index 00000000..6eb21212 --- /dev/null +++ b/timiki.rpc-server-bundle.4.2.json @@ -0,0 +1,51 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } + }, + "files": { + "src/Method/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "config/routes/rpc_server.yaml": { + "contents": "rpc:\n path: /rpc\n defaults: { _controller: RpcServerBundle:Rpc:handler }\n methods: [POST]\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "timiki/rpc-server-bundle:4.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/toiba.fullcalendar-bundle.6.2.json b/toiba.fullcalendar-bundle.6.2.json new file mode 100644 index 00000000..2f80e53c --- /dev/null +++ b/toiba.fullcalendar-bundle.6.2.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/fullcalendar.yaml": { + "contents": "toiba_fullcalendar:\n resource: \"@FullCalendarBundle/Resources/config/routing.yaml\"\n", + "executable": false, + "encoding": "" + } + }, + "origin": "toiba/fullcalendar-bundle:6.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/trikoder.oauth2-bundle.2.0.json b/trikoder.oauth2-bundle.2.0.json new file mode 100644 index 00000000..b32344e9 --- /dev/null +++ b/trikoder.oauth2-bundle.2.0.json @@ -0,0 +1,50 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Fallback OAuth2 encryption key", + "#2": "Please override this with a secure value: https://oauth2.thephpleague.com/installation/#string-password", + "OAUTH2_ENCRYPTION_KEY": "%generate(secret)%" + } + }, + "files": { + "config/routes/trikoder_oauth2.yaml": { + "contents": "oauth2:\n resource: '@TrikoderOAuth2Bundle/Resources/config/routes.xml'\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "trikoder/oauth2-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/trikoder.oauth2-bundle.3.0.json b/trikoder.oauth2-bundle.3.0.json new file mode 100644 index 00000000..4ee83a31 --- /dev/null +++ b/trikoder.oauth2-bundle.3.0.json @@ -0,0 +1,50 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Fallback OAuth2 encryption key", + "#2": "Please override this with a secure value: https://oauth2.thephpleague.com/installation/#string-password", + "OAUTH2_ENCRYPTION_KEY": "%generate(secret)%" + } + }, + "files": { + "config/routes/trikoder_oauth2.yaml": { + "contents": "oauth2:\n resource: '@TrikoderOAuth2Bundle/Resources/config/routes.xml'\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "trikoder/oauth2-bundle:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/troopers.alertify-bundle.3.0.json b/troopers.alertify-bundle.3.0.json new file mode 100644 index 00000000..6ef19183 --- /dev/null +++ b/troopers.alertify-bundle.3.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "troopers/alertify-bundle:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/troopers.mangopay-bundle.3.0.json b/troopers.mangopay-bundle.3.0.json new file mode 100644 index 00000000..c776de71 --- /dev/null +++ b/troopers.mangopay-bundle.3.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "TROOPERS_MANGOPAY_CLIENT_ID": "%generate(secret)%", + "TROOPERS_MANGOPAY_CLIENT_PASSWORD": "%generate(secret)%", + "TROOPERS_MANGOPAY_BASE_URL": "https://api.sandbox.mangopay.com" + } + }, + "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": "" + } + }, + "origin": "troopers/mangopay-bundle:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/tsantos.serializer-bundle.1.0.json b/tsantos.serializer-bundle.1.0.json new file mode 100644 index 00000000..70acdfde --- /dev/null +++ b/tsantos.serializer-bundle.1.0.json @@ -0,0 +1,50 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "config/packages/prod/tsantos_serializer.yaml": { + "contents": "tsantos_serializer:\n generation_strategy: never\n", + "executable": false, + "encoding": "" + }, + "config/packages/test/tsantos_serializer.yaml": { + "contents": "tsantos_serializer:\n generation_strategy: always\n", + "executable": false, + "encoding": "" + } + }, + "origin": "tsantos/serializer-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/velhron.dadata-bundle.1.0.json b/velhron.dadata-bundle.1.0.json new file mode 100644 index 00000000..3577f1b1 --- /dev/null +++ b/velhron.dadata-bundle.1.0.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "DADATA_TOKEN": "your-token", + "DADATA_SECRET": "your-secret" + } + }, + "files": { + "config/packages/dadata.yaml": { + "contents": "velhron_dadata:\n token: '%env(DADATA_TOKEN)%'\n secret: '%env(DADATA_SECRET)%'\n", + "executable": false, + "encoding": "" + } + }, + "origin": "velhron/dadata-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/verschoof.transip-api-bundle.1.2.json b/verschoof.transip-api-bundle.1.2.json new file mode 100644 index 00000000..0fd165e8 --- /dev/null +++ b/verschoof.transip-api-bundle.1.2.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "privatekey is a multiline key from transip, just remove the breaks to create a one-liner", + "VERSCHOOF_TRANSIP_API_LOGIN": "your-api_login", + "VERSCHOOF_TRANSIP_API_PRIVATE_KEY": "your-private_key" + } + }, + "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": "" + } + }, + "origin": "verschoof/transip-api-bundle:1.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/vich.uploader-bundle.1.7.json b/vich.uploader-bundle.1.7.json new file mode 100644 index 00000000..8bf9187b --- /dev/null +++ b/vich.uploader-bundle.1.7.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "vich/uploader-bundle:1.7@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/vincentchalamon.nav-bundle.1.0.json b/vincentchalamon.nav-bundle.1.0.json new file mode 100644 index 00000000..882eade6 --- /dev/null +++ b/vincentchalamon.nav-bundle.1.0.json @@ -0,0 +1,49 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + }, + "env": { + "NAV_URL": "http://user:password@host/WS/Page/" + } + }, + "files": { + "src/Entity/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "vincentchalamon/nav-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/wandi.easyadmin-plus-bundle.0.1.json b/wandi.easyadmin-plus-bundle.0.1.json new file mode 100644 index 00000000..911f7f36 --- /dev/null +++ b/wandi.easyadmin-plus-bundle.0.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "wandi/easyadmin-plus-bundle:0.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/wandi.easyadmin-plus-bundle.0.3.json b/wandi.easyadmin-plus-bundle.0.3.json new file mode 100644 index 00000000..5c6efcff --- /dev/null +++ b/wandi.easyadmin-plus-bundle.0.3.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + }, + "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": "" + } + }, + "origin": "wandi/easyadmin-plus-bundle:0.3@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/wandi.mailer-bundle.1.0.json b/wandi.mailer-bundle.1.0.json new file mode 100644 index 00000000..bec81987 --- /dev/null +++ b/wandi.mailer-bundle.1.0.json @@ -0,0 +1,44 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "WANDI_MAILER_SENDER_NAME": "Example", + "WANDI_MAILER_SENDER_ADDRESS": "example@domain.tld" + } + }, + "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": "" + } + }, + "origin": "wandi/mailer-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..266f7585 --- /dev/null +++ b/web-auth.webauthn-symfony-bundle.3.0.json @@ -0,0 +1,49 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + }, + "env": { + "RELAYING_PARTY_ID": "example.com", + "RELAYING_PARTY_NAME": "My Application" + } + }, + "files": { + "config/routes/webauthn_routes.yaml": { + "contents": "webauthn_routes:\n resource: .\n type: webauthn\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "web-auth/webauthn-symfony-bundle:3.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/webinarium.symfony-lazysec.2.0.json b/webinarium.symfony-lazysec.2.0.json new file mode 100644 index 00000000..667c105d --- /dev/null +++ b/webinarium.symfony-lazysec.2.0.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "webinarium/symfony-lazysec:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/webinarium.symfony-lazysec.2.1.json b/webinarium.symfony-lazysec.2.1.json new file mode 100644 index 00000000..b79da8a1 --- /dev/null +++ b/webinarium.symfony-lazysec.2.1.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "webinarium/symfony-lazysec:2.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/webinarium.symfony-lazysec.2.3.json b/webinarium.symfony-lazysec.2.3.json new file mode 100644 index 00000000..895ea481 --- /dev/null +++ b/webinarium.symfony-lazysec.2.3.json @@ -0,0 +1,35 @@ +{ + "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%/" + } + }, + "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": "" + } + }, + "origin": "webinarium/symfony-lazysec:2.3@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/weglot.translate-bundle.0.6.json b/weglot.translate-bundle.0.6.json new file mode 100644 index 00000000..c7b9eef0 --- /dev/null +++ b/weglot.translate-bundle.0.6.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "WG_API_KEY": "..." + } + }, + "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": "" + } + }, + "origin": "weglot/translate-bundle:0.6@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..272ae72b --- /dev/null +++ b/wemakecustom.doctrine-naming-strategy-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/wmc_doctrine_naming_strategy.yaml": { + "contents": "doctrine:\n orm:\n naming_strategy: wmc.doctrine.orm.naming_strategy\n", + "executable": false, + "encoding": "" + } + }, + "origin": "wemakecustom/doctrine-naming-strategy-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/willdurand.geocoder-bundle.4.1.json b/willdurand.geocoder-bundle.4.1.json new file mode 100644 index 00000000..817011e8 --- /dev/null +++ b/willdurand.geocoder-bundle.4.1.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "willdurand/geocoder-bundle:4.1@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/willdurand.geocoder-bundle.5.0.json b/willdurand.geocoder-bundle.5.0.json new file mode 100644 index 00000000..e030d249 --- /dev/null +++ b/willdurand.geocoder-bundle.5.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "willdurand/geocoder-bundle:5.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/willdurand.hateoas-bundle.1.4.json b/willdurand.hateoas-bundle.1.4.json new file mode 100644 index 00000000..db50e159 --- /dev/null +++ b/willdurand.hateoas-bundle.1.4.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "willdurand/hateoas-bundle:1.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/willdurand.hateoas-bundle.2.0.json b/willdurand.hateoas-bundle.2.0.json new file mode 100644 index 00000000..9eb24b2a --- /dev/null +++ b/willdurand.hateoas-bundle.2.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "willdurand/hateoas-bundle:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/wisembly.amqp-bundle.1.3.json b/wisembly.amqp-bundle.1.3.json new file mode 100644 index 00000000..27af6ae9 --- /dev/null +++ b/wisembly.amqp-bundle.1.3.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "AMQP_URL": "amqp://guest:guest@localhost:5672" + } + }, + "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": "" + } + }, + "origin": "wisembly/amqp-bundle:1.3@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/wisembly.amqp-bundle.1.4.json b/wisembly.amqp-bundle.1.4.json new file mode 100644 index 00000000..c7f7f750 --- /dev/null +++ b/wisembly.amqp-bundle.1.4.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "AMQP_URL": "amqp://guest:guest@localhost:5672" + } + }, + "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": "" + } + }, + "origin": "wisembly/amqp-bundle:1.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/wouterj.eloquent-bundle.1.0.json b/wouterj.eloquent-bundle.1.0.json new file mode 100644 index 00000000..8a6b4b90 --- /dev/null +++ b/wouterj.eloquent-bundle.1.0.json @@ -0,0 +1,54 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + }, + "env": { + "DB_CONNECTION": "mysql", + "DB_HOST": "127.0.0.1", + "DB_PORT": "3306", + "DB_DATABASE": "symfony", + "DB_USERNAME": "root", + "DB_PASSWORD": "" + } + }, + "files": { + "src/Model/.gitignore": { + "contents": "", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "wouterj/eloquent-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..53cb6a45 --- /dev/null +++ b/wow-apps.symfony-slack-bot.3.2.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "WOW_APPS_SLACK_BOT_API_URL": "" + } + }, + "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": "" + } + }, + "origin": "wow-apps/symfony-slack-bot:3.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..471444c4 --- /dev/null +++ b/wow-apps.symfony-slack-bot.4.0.json @@ -0,0 +1,43 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "WOW_APPS_SLACK_BOT_API_URL": "" + } + }, + "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": "" + } + }, + "origin": "wow-apps/symfony-slack-bot:4.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/xcore.inline-editing-bundle.1.2.json b/xcore.inline-editing-bundle.1.2.json new file mode 100644 index 00000000..0bd9543c --- /dev/null +++ b/xcore.inline-editing-bundle.1.2.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/xcore_inline.yaml": { + "contents": "xcore_inline:\n resource: \"@XcoreCMSInlineEditingBundle/Resources/config/routing.xml\"\n", + "executable": false, + "encoding": "" + }, + "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": "" + } + }, + "origin": "xcore/inline-editing-bundle:1.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/xiidea.easy-audit.1.4.json b/xiidea.easy-audit.1.4.json new file mode 100644 index 00000000..a71dfd1a --- /dev/null +++ b/xiidea.easy-audit.1.4.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "xiidea/easy-audit:1.4@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/xiidea.easy-audit.2.0.json b/xiidea.easy-audit.2.0.json new file mode 100644 index 00000000..e0523900 --- /dev/null +++ b/xiidea.easy-audit.2.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "xiidea/easy-audit:2.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/yamilovs.sms-bundle.1.0.json b/yamilovs.sms-bundle.1.0.json new file mode 100644 index 00000000..c9f37c91 --- /dev/null +++ b/yamilovs.sms-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "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": "" + } + }, + "origin": "yamilovs/sms-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ywh.cvss-bundle.1.0.json b/ywh.cvss-bundle.1.0.json new file mode 100644 index 00000000..4ff88980 --- /dev/null +++ b/ywh.cvss-bundle.1.0.json @@ -0,0 +1,40 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/ywh_doctrine_encryption.yaml": { + "contents": "ywh_cvss:\n translation_domain: cvss\n", + "executable": false, + "encoding": "" + } + }, + "origin": "ywh/cvss-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/ywh.doctrine-encryption-bundle.1.0.json b/ywh.doctrine-encryption-bundle.1.0.json new file mode 100644 index 00000000..af468101 --- /dev/null +++ b/ywh.doctrine-encryption-bundle.1.0.json @@ -0,0 +1,46 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Generate a password. You can use the following command: openssl rand -base64 32", + "#2": "Generate a key using generate-defuse-key script: vendor/bin/generate-defuse-key", + "ENCRYPTION_PASSWORD": "password", + "ENCRYPTION_KEY": "defuse-key" + } + }, + "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": "" + } + }, + "origin": "ywh/doctrine-encryption-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ 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 new file mode 100644 index 00000000..03864f5b --- /dev/null +++ b/zendesk.zendesk_api_client_php.2.2.json @@ -0,0 +1,42 @@ +{ + "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%/" + }, + "env": { + "#0": "To retrieve an API token for your Zendesk server, you can read this doc:", + "#1": "https://support.zendesk.com/hc/en-us/articles/226022787-Generating-a-new-API-token-", + "ZENDESK_API_SUBDOMAIN": "", + "ZENDESK_API_USERNAME": "", + "ZENDESK_API_TOKEN": "" + } + }, + "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": "" + } + }, + "origin": "zendesk/zendesk_api_client_php:2.2@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file diff --git a/zephyr.allmysms-bundle.1.0.json b/zephyr.allmysms-bundle.1.0.json new file mode 100644 index 00000000..ed478aa6 --- /dev/null +++ b/zephyr.allmysms-bundle.1.0.json @@ -0,0 +1,45 @@ +{ + "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": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "ALLMYSMS_LOGIN": "ALLMYSMS_LOGIN", + "ALLMYSMS_KEY": "ALLMYSMS_KEY", + "ALLMYSMS_SIMULATE": "ALLMYSMS_SIMULATE" + } + }, + "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": "" + } + }, + "origin": "zephyr/allmysms-bundle:1.0@github.com/symfony/recipes-contrib:master", + "not_installable": false, + "is_contrib": true + } + } +} \ No newline at end of file