Igor Pinchuk and GitHub
e5e55bbe4f
Add recipe for indexnowkit/symfony-bundle ( #2048 )
2026-09-10 17:58:04 +04:00
Diego D'amico and GitHub
545f6e495a
Fix odiseoteam/sylius-rbac-plugin admin route prefix ( #2046 )
...
* Fix odiseoteam/sylius-rbac-plugin admin route prefix
The recipe hardcoded prefix: /admin, so on any install that customizes
SYLIUS_ADMIN_ROUTING_PATH_NAME the plugin's own admin routes land outside
sylius.security.admin_regex and are unreachable through the admin firewall.
Use the same parameterized prefix Sylius' own admin routes use.
Also trims the post-install note: the AdminUser snippet and the migration
command are already covered by the linked installation guide.
* Trigger CI
2026-09-08 17:29:05 +04:00
mrk-te and GitHub
2833906142
Add recipe for codein/recaptcha-enterprise-bundle ( #2045 )
2026-09-07 14:12:39 +04:00
acencyril and GitHub
07f7809541
Add acencyril/sentinelle-bundle recipe ( #2040 )
...
* Add acencyril/sentinelle-bundle recipe
* Remove aliases, not supported in contrib
* Target 0.2
* Target 0.3, English configuration
* Add trailing newlines
* Fix indentation
* Trailing newline, remove IDE files
* Fix YAML indentation
2026-09-04 10:37:23 +04:00
Diego D'amico and GitHub
42c7572f9a
Add recipe for odiseoteam/sylius-rbac-plugin ( #2044 )
2026-09-04 10:32:46 +04:00
Grégory PLANCHAT and GitHub
34b440b9b5
Add gplanchat/durable-bundle recipe ( #2041 )
2026-09-03 20:21:56 +04:00
David Evdoshchenko and GitHub
22b4568e70
Outcomer validation bundle ( #2042 )
...
* Add PHP and Symfony framework requirements to manifest.json
* Refactor manifest.json to remove PHP and Symfony framework requirements
* Remove Symfony version requirements from manifest.json
* Add recipe version 4.0 for outcomer/symfony-json-schema-validation
Adds auto_cast_query and auto_cast_path options to the default
outcomer_validation.yaml config, matching the bundle's 4.0 release.
* Use the new schemas (path/domain pairs) option in the 4.0 recipe
schemas_path/schema_domain are deprecated in favor of schemas as of
bundle 4.0.
* Fix YAML indentation to be a multiple of 4 spaces
The CI lint requires every indentation level to be a multiple of 4
spaces; the list item's inline "path:" key broke that rule.
2026-09-03 20:18:36 +04:00
05d1703910
Add recipe for mosl/opensign-bridge-bundle ( #2043 )
...
* Add recipe for mosl/opensign-bridge-bundle (0.6)
* Trigger CI: PR body now includes the required License MIT header
---------
Co-authored-by: Yaovi <y.ametepe@gmail.com >
2026-09-03 20:15:38 +04:00
Jozef Môstka and GitHub
c27b03c007
Add tito10047/iconcaptcha-bundle 0.1 ( #2036 )
2026-09-01 19:28:33 +02:00
Anton Zenkov and GitHub
799cbf3da1
[phpstreamserver/symfony] New version ( #2037 )
2026-08-31 15:52:49 +04:00
Johannes Wachter and GitHub
4b5ea11ed3
Update sulu/mcp-bundle recipe for symfony/mcp-bundle 0.13 ( #2039 )
...
symfony/mcp-bundle 0.13 replaced the single implicit server with named servers
under `mcp.servers`. sulu/mcp-bundle prepends one called `sulu`, so the
`allowed_hosts` this recipe writes moves under `mcp.servers.sulu.http`.
2026-08-31 14:16:28 +04:00
Louis Garret and GitHub
b2c5178f29
Add lgarret/health-check-bundle 1.0 recipe ( #2035 )
2026-08-28 12:33:11 +04:00
ff799e9363
Add recipe for sulu/mcp-bundle 1.0 ( #2034 )
...
* Add recipe for sulu/mcp-bundle 1.0
* Move the allowed hosts out of the recipe into its output
The released sulu/mcp-bundle 1.0.0-RC1 requires symfony/mcp-bundle ^0.6,
where mcp.http.allowed_hosts does not exist yet: it was added in 0.11.
Shipping the option as config broke cache:clear on every install.
* Contribute the allowed hosts and the default OAuth scopes
sulu/mcp-bundle 1.0.0-RC2 requires symfony/mcp-bundle ^0.12, so
mcp.http.allowed_hosts exists and the transport can be told its public
host. league requires scopes.default and the bundle leaves it to the
project, so the recipe contributes the two MCP scopes.
Both sections live in sulu_mcp.yaml rather than in the files those
bundles own, because Symfony merges configuration per extension.
---------
Co-authored-by: Johannes Wachter <wachter.johannes@gmail.com >
2026-08-28 12:00:00 +04:00
Baptiste Leduc and GitHub
7101db71f0
Improve JanePHP recipes first-run experience ( #2033 )
...
* Improve JanePHP recipes first-run experience
Recipes pointed the generator configs to specification files they never
created, hid all generator output behind a NullOutput (so failures showed
up as raw PHP fatals and successes printed nothing) and always exited 0,
even when generation failed.
- document every config key and the spec file prerequisite in
config/jane/*.php
- render generator output, format thrown errors and propagate exit codes
in the recipe bin scripts
- reorder post-install steps: placing the specification file now comes
before running the generator
- explain when/how to uncomment the generated normalizer service in
config/packages/jane.yaml
Refs: https://github.com/janephp/janephp/issues/860
* Point recipes to the current documentation website
jane.readthedocs.io is outdated, jane.jolicode.com/latest/ is the
current documentation home.
* Re-trigger QA after adding the license header to the PR description
2026-08-25 11:38:39 +02:00
f736facf8f
Remove redundant SMSTools recipe conflicts ( #2032 )
...
* Remove redundant recipe conflicts
* Trigger recipe validation
---------
Co-authored-by: Gijs Rommers <gijs@ibeauty.be >
2026-08-24 14:53:26 +04:00
0b0840d005
Update zestly/dev-login-bundle recipe to use when@dev ( #2030 )
...
Follow-up to the review feedback on #2026 : env-scoped config/*/dev/
directories are the outdated approach. Both files move to flat paths
guarded by a when@dev: block.
The packages file is guarded too rather than left bare — the bundle is
registered for dev only, so an unguarded zestly_dev_login: root key in
config/packages/ has no extension to load it in prod and would break
cache warmup.
Claude-Session: https://claude.ai/code/session_01FtiTUbCskmCiy9k78vCL19
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com >
2026-08-23 19:18:10 +04:00
e4b83b4391
Disable roadrunner-symfony-bundle warmup in dev ( #2031 )
...
Co-authored-by: Rosta Kaleta <rosta.kaleta@netmagnet.cz >
2026-08-23 19:16:05 +04:00
6b59387336
Add gijsrommers/smstools-notifier 0.2 recipe ( #2028 )
...
* Add gijsrommers/smstools-notifier 0.2 recipe
* Trigger recipe validation
* Rerun recipe validation
* Declare recipe platform requirements
* Support Symfony 6.4 and PHP 8.1
* Validate v0.2.1 recipe
---------
Co-authored-by: Gijs Rommers <gijs@ibeauty.be >
2026-08-19 16:51:19 +04:00
Jozef Môstka and GitHub
8b25c5c62c
Add tito10047/progressive-image-bundle 2.0 ( #2027 )
...
* Add tito10047/progressive-image-bundle 2.0
Registers the bundle, its route, and a working default config (a chain
resolver with an AssetMapper + filesystem fallback, tailwind grid
breakpoints, sync generation, and a self-contained local Flysystem
variant store — no extra dependency required). The responsive
breakpoint stylesheet is generated and imported into assets/app.js
automatically via a post-install script, so the bundle renders
correctly right after "composer require" with zero manual config.
Verified end-to-end against a sandboxed copy of a real AssetMapper app:
uninstall -> reinstall -> render <twig:pgi:Image> produces a working
<picture> element with real generated variant files on disk.
* Fix recipes-contrib QA failures for tito10047/progressive-image-bundle 2.0
- add-lines only supports "top", "bottom", "after_target" as a position
value — "before_target" isn't valid. Insertion order relative to the
app.css import doesn't matter functionally, so switch to after_target.
- post-install.txt was missing its trailing newline.
* Retrigger CI: tito10047/progressive-image-bundle main/v2.0 branches now include the AssetMapper prepend() fix
* Retrigger CI: asset_mapper resolver fix is live on main/v2.0 (progressive-image-bundle)
* Retrigger CI: 2.0.0-rc0 (pre-fix) tag deleted, only 2.0.0-rc1 remains
2026-08-19 15:52:32 +04:00
Andrew Brereton and GitHub
d10e49cd4e
Add zestly/dev-login-bundle recipe for 0.1 ( #2026 )
2026-08-19 15:48:28 +04:00
Siganushka and GitHub
50aef8d3a6
Add siganushka/region-bundle v1.3 ( #2025 )
2026-08-14 11:32:22 +04:00
OtezVikentiy and GitHub
e7a25f741b
[otezvikentiy/json-rpc-api] Add recipe for 5.0 ( #2024 )
2026-08-14 11:29:19 +04:00
7a2735e633
Add fluffydiscord/roadrunner-symfony-bundle 7.0 and 7.1 recipes ( #2015 )
...
* Add fluffydiscord/roadrunner-symfony-bundle 7.0 recipe
* Add fluffydiscord/roadrunner-symfony-bundle 7.1 recipe
---------
Co-authored-by: FluffyDiscord <info@netmagnet.cz >
2026-08-14 11:22:37 +04:00
Julien D. and GitHub
cb528993c0
Add recipe for cyllene-digital/sylius-axepta-plugin 1.0 ( #2023 )
...
Registers the bundle and imports the shop routes, which expose the page the customer returns to from the bank-hosted payment page. Without that import the return URL cannot be built and the payment fails before it even leaves.
No config/packages: both configuration keys of the plugin have real defaults.
No add-lines either, the plugin ships no JavaScript. The two remaining steps cannot be automated and are recalled by post-install.txt: generating the Sylius payment encryption key, and declaring the trusted proxies, x-forwarded-host included, without which the URLs handed to the bank are unreachable.
2026-08-11 14:00:55 +04:00
Ervin Sabic and GitHub
a4459efd0c
Adding GearSite JSON API Recipe for V1.0.0 ( #2021 )
...
* Adding GearSite JSON API to Symfony Recipes Contrib
* rerun QA
2026-08-09 22:33:24 +04:00
Cholin and GitHub
8365a35646
Add recipe for sylius/admin-mcp-server-plugin 0.1 ( #2016 )
...
* Add recipe for sylius/admin-mcp-server-plugin 0.1
* Remove league_oauth2_server.yaml from recipe — plugin already imports it via config.yaml
* Add OAuth keypair env vars to manifest.json
2026-08-05 16:41:43 +04:00
Siganushka and GitHub
567b2e1436
Add siganushka/region-bundle v1.2 recipe ( #2019 )
...
* Add siganushka/region-bundle v1.2 recipe
* fix dir error
* fix class error
* refactor: rename region class
2026-08-05 11:02:28 +04:00
e4ad235a3d
Add webowi/symfony-monitoring-bundle recipe for 0.1 ( #2017 )
...
* Add webowi/symfony-monitoring-bundle recipe for 0.1
* chore: rerun CI
* Add webowi/symfony-monitoring-bundle recipe for 0.1
* Add webowi/symfony-monitoring-bundle recipe for 0.1
---------
Co-authored-by: kkedzierski <kamil.kedzierski@univio.com >
2026-08-03 13:42:36 +04:00
Sovian and GitHub
60759ac2b7
Add soviann/deploy-tasks-bundle recipe ( #2014 )
2026-07-20 18:57:54 +04:00
Benjamin YAO and GitHub
ea23478eb5
Add recipe for axium/identity Symfony bundle ( #2013 )
...
* Add axium identity recipe
* Add axium identity recipe
* Add axium identity recipe
* Add axium identity recipe
* Add axium identity recipe
* Trigger recipe checks
* Fix missing newlines
* Fix missing newlines
* Fix missing newlines
* Fix recipe manifest key
* Fix recipe manifest key
* Fix recipe manifest key
* Fix recipe manifest key
* Fix recipe manifest key
* Add recipe for axium/identity
* Add routing configs
# Conflicts:
# .idea/material_theme_project_new.xml
* Add routing configs
* Add routing configs
* Add routing configs
* Merge axium identity recipe
* Remove IDE and system files
* Remove unnecessary files
* Remove unnecessary files
* Remove unnecessary files
* Remove unnecessary files
* Add full exemple security config
* remove identity/.DS_Store
2026-07-20 15:17:15 +04:00
Aliaksandr Ivanou and GitHub
8cf16a49a9
[alexivanou/russian-text-bundle] add recipe for v1.0 ( #2010 )
2026-07-09 19:17:29 +04:00
Ramon Damian James and GitHub
9346a9758a
Add galactic-shrine/gsid recipe ( #2009 )
...
* Add galactic-shrine/gsid recipe
* Remove unsupported aliases from gsid recipe
* Rerun recipe checks
* Rerun recipe checks
2026-07-07 17:07:09 +04:00
Vincent Amstoutz and GitHub
c3209d68f8
feat(symfony-security-auditor): add JSON schema modeline for editor completion ( #2007 )
2026-07-07 16:41:50 +04:00
Silas Joisten and GitHub
b54a3a1cd9
feat(storyblok/symfony-bundle): Recipe for version 1.18 ( #2008 )
2026-07-07 11:21:16 +02:00
Loïc Frémont and GitHub
7a93483242
feat(sylius-stripe-plugin): Improve vendor file links ( #2006 )
2026-06-26 16:55:55 +04:00
Pierre Iaccarino and GitHub
e0431a7d00
Add piairre/skuse recipe ( #2005 )
2026-06-24 18:21:38 +04:00
eaf2825403
Leoparden/plugin license manager ( #2004 )
...
* adds leoparden/plugin-license-manager
* Remove aliases from manifest.json
* Add leoparden/plugin-license-manager 1.3 recipe
Runs leoparden:license:sync via auto-scripts so newly required Leoparden
extensions are reported to the license hub. Scoped to 1.3 because the command
ships from plugin-license-manager v1.3.0.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
---------
Co-authored-by: Martin Flogaus <flogaus@leoparden.net >
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-19 03:31:42 +04:00
Trino Calma and GitHub
e3525cfd0c
Update letkode/form-schema-bundle recipe V1 ( #1997 )
...
* Update letkode/form-schema-bundle recipe V1
* Update letkode/form-schema-bundle recipe V1.1
* Update letkode/form-schema-bundle recipe V1.2
* Update letkode/form-schema-bundle recipe V1.3
* Update letkode/form-schema-bundle recipe V1.4
* Update letkode/form-schema-bundle recipe V1.5
* Update letkode/form-schema-bundle recipe V1.6
* Update letkode/form-schema-bundle recipe V1.7
* Update letkode/form-schema-bundle recipe V1.8
2026-06-14 18:21:55 +02:00
Vedran Cindric and Fabien Potencier
f64276120f
Add recipe for treblle/treblle-symfony
...
Registers TreblleBundle, copies a minimal treblle.yaml config pointing
at TREBLLE_SDK_TOKEN and TREBLLE_API_KEY env vars, and injects those
two variables into .env on install.
2026-06-14 18:21:21 +02:00
Pascal CESCON and GitHub
36eb8eec00
Add amoifr/pickle-panther-bundle recipe ( #2003 )
...
* Add amoifr/pickle-panther-bundle/0.3/manifest.json
* Add amoifr/pickle-panther-bundle/0.3/config/packages/test/pickle_panther.yaml
* Fix recipe: complete config reference, trailing newline
2026-06-14 18:20:11 +02:00
9f0f8e0e36
Leoparden/plugin license manager ( #2002 )
...
* adds leoparden/plugin-license-manager
* Remove aliases from manifest.json
---------
Co-authored-by: Martin Flogaus <flogaus@leoparden.net >
2026-06-12 05:36:40 +04:00
ad26c8dae2
[netbull/core-bundle] Add recipe ( #2000 )
...
* [netbull/core-bundle] Add recipe
* fix: added defaults
* fix: added defaults
* fix: added defaults
---------
Co-authored-by: Alexander Dimitrov <alexander.dimitrov@slr-holiday-service.bg >
2026-06-12 05:31:45 +04:00
Loïc Frémont and GitHub
cfad76d7e3
Fix JoliMedia indentation ( #1998 )
2026-06-10 17:47:04 +04:00
Trino Calma and GitHub
075b0bcacb
Add letkode form schema bundle recipe ( #1996 )
...
* Add letkode/form-schema-bundle recipe
* fix: indentation and null values in letkode/form-schema-bundle recipe
- Use 4-space indentation in manifest.json
- Add trailing newline to manifest.json
- Replace ~ with null in letkode_form_schema.yaml
2026-06-09 17:10:18 +04:00
7db8da8b4d
Add recipe for corvet/light-field-bundle v1.0 ( #1985 )
...
* Add recipe for corvet/light-field-bundle v1.0
* Fix manifest
* Fix mistake
* Fix all
* Fix dependencies
---------
Co-authored-by: Serg Bugayov <serg.bugayov@gmail.com >
2026-06-08 20:09:11 +04:00
Alexander Dimitrov and Fabien Potencier
2149ed95b3
Add netbull/media-bundle
2026-06-07 17:57:07 +02:00
Manoj Kumar and Fabien Potencier
74fbeaaf51
fix: menifest.json
2026-06-07 17:53:59 +02:00
Manoj Kumar and Fabien Potencier
153fddfaab
fix: indentation
2026-06-07 17:53:59 +02:00
Manoj Kumar and Fabien Potencier
7f2bf00bf8
fix: end with new line
2026-06-07 17:53:59 +02:00
Manoj Kumar and Fabien Potencier
4340aa087f
update the fraud_defense recipe
2026-06-07 17:53:59 +02:00
Manoj Kumar and Fabien Potencier
aeb5c014bd
Add fraud defense bundle recipe
2026-06-07 17:53:59 +02:00
Nicolas Grekas
07ebb1d86c
Fix .github/workflows/flex-update.yml
2026-06-07 10:10:02 +02:00
Jovan Stojiljkovic and GitHub
b54fb97a28
Add recipe for traceway/opentelemetry-symfony ( #1991 )
...
* Add recipe for traceway/opentelemetry-symfony
* Retrigger CI
* Remove aliases (not supported in recipes-contrib)
2026-06-06 02:18:59 +04:00
Flawe and GitHub
9af24d398b
Add recipe for Flawe's Flare Bundle ( #1988 )
2026-06-06 01:05:39 +04:00
c82a649676
Add recipe for shedeza/sybase-orm-bundle 1.0 ( #1994 )
...
Co-authored-by: Bot <bot@example.com >
2026-06-06 00:57:44 +04:00
a0f097a6b3
Add recipe for vinceamstoutz/symfony-security-auditor 1.0 ( #1990 )
...
* Add recipe for vinceamstoutz/symfony-security-auditor 1.0
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
* feat: update default attacker model suggestion
* feat: document rate_limit in the recipe
Refer to https://github.com/vinceamstoutz/symfony-security-auditor/blob/main/docs/configuration.md#auditrate_limit--proactive-throttling
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-05 01:05:26 +04:00
06f445b3b7
Add 4.39 recipe for sonata-project/admin-bundle using PHP routing ( #1993 )
...
Symfony 8.0 removed XmlFileLoader support for routing (deprecated in 7.4).
The PHP routing file sonata_admin.php was introduced in SonataAdminBundle 4.39,
so a new recipe version is required rather than modifying the existing 4.0 recipe.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-03 22:23:37 +04:00
Grzegorz Sadowski and GitHub
658a26dd7f
Add recipe for flux-se/sylius-stripe-plugin 2.0 ( #1992 )
2026-06-03 21:55:54 +04:00
Grzegorz Sadowski and GitHub
5c4aea8f80
Add recipe for flux-se/sylius-stripe-plugin 1.0 ( #1986 )
2026-06-03 21:53:32 +04:00
Alexander Schranz and GitHub
3de6860cd5
Add recipe for sulu/automation-bundle 2.2 ( #1982 )
...
* Add recipe for sulu/automation-bundle 2.2
* Update sulu_automation_admin.yaml
2026-06-01 16:32:28 +04:00
Alexander Schranz and GitHub
378c7a18b7
Update Sulu Redirect Bundle recipe for 3.0 release ( #1983 )
2026-06-01 16:20:21 +04:00
Alexander Schranz and GitHub
035871da69
Update Sulu Headless Bundle recipe for 3.0 release ( #1984 )
2026-06-01 12:04:27 +00:00
1ab4b7cb1b
fix(php_codesniffer): Ignore config/reference.php ( #1981 )
...
* Exclude reference.php from PHP CodeSniffer ruleset
* Apply suggestion from @jrfnl
Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com >
---------
Co-authored-by: Dmitri Perunov <diimpp@gmail.com >
Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com >
2026-05-19 15:26:36 +04:00
Loïc Frémont and GitHub
3050b3d745
feat(jolimedia): Add Flex recipe for JoliMediaSylius bridge ( #1980 )
2026-05-18 16:43:48 +04:00
Jérôme Tamarelle and Fabien Potencier
e6eea6dae1
Remove doctrine/mongodb-odm-bundle, moved to official recipes
2026-05-14 19:34:47 +02:00
Jonah Böther and Fabien Potencier
c69da78fb2
Remove jbtcd/fitbit-bundle recipe because it isnt longer available
2026-05-14 19:34:17 +02:00
Priyadi Iman Nurcahyo and GitHub
4e13de8d1d
Update rekalogika/temporary-url-bundle to use php-based route configuration ( #1979 )
2026-05-14 19:32:29 +02:00
56c8426fe0
Add recipe for pascualmg/symfony-command-ui 1.0 ( #1972 )
...
* Add recipe for pascualmg/symfony-command-ui 1.0
* ci: re-trigger after adding MIT license header to PR description
* ci: fix MIT license header format in PR description
* ci: retrigger after pascualmg/symfony-command-ui v1.1.1 (adds ^8.0 support)
* ci: retrigger after pascualmg/symfony-command-ui v1.2.0 (full matrix green, PHP 7.1 supported)
---------
Co-authored-by: Pascual Munoz Galian <pmunozg@ces.vocento.com >
2026-05-06 01:32:10 +04:00
6c1b35e7e7
Add Flex recipe for tlb/umami-bundle ( #1971 )
...
* Add Flex recipe for tlb/umami-bundle
* Fix tlb/umami-bundle recipe env defaults
* Trigger CI rerun
* Trigger CI after v0.1.1 release
* Trigger CI after v0.1.2 release
---------
Co-authored-by: Carl Wilson <carl@codeitcarl.co.uk >
2026-05-06 01:30:20 +04:00
levan-cdv and GitHub
bbeb0d64ea
Add recipe for codevenom/fakturownia-bundle 0.1 ( #1974 ) ( #1974 )
...
* Add recipe for codevenom/fakturownia-bundle 0.1 (#1974 )
* Fix YAML indentation in codevenom/fakturownia-bundle 0.1 configuration files
* Fix trailing newlines in codevenom/fakturownia-bundle 0.1 configuration files
* Re-run recipe QA
* Re-run recipe QA with latest bundle changes
* Re-run recipe QA
* Dropped support for symfony 6 due to mcp issues
2026-05-06 01:24:22 +04:00
Julien Dufresne and GitHub
71e498c373
Update sentry.yaml ( #1975 )
...
Remove 2 extra spaces that would be automatically removed in any editor and messes up diffs when comparing the recipes-contrib version and imported version
2026-05-06 01:15:58 +04:00
c7e68725bd
Add recipe for pentiminax/ux-datatables 0.43 ( #1976 )
...
Co-authored-by: Tanguy LEMARIE <tanguy.lemarie@skaleet.com >
2026-05-06 01:14:10 +04:00
Rodmar Zavala and GitHub
e8ff38b74d
Add recipe for rodmarzavala/infile-php-symfony ( #1977 )
...
* Add recipe for rodmarzavala/infile-php-symfony
* chore: trigger CI
* fix: remove unsupported aliases for contrib recipe
* fix: define php and symfony version conflicts to skip unsupported checker matrices
* revert: remove conflict block, not needed to skip versions
2026-05-06 01:06:16 +04:00
f27733305e
Add recipe for nytodev/inertia-bundle 3.0 ( #1973 )
...
Co-authored-by: tony-poisson <tony@poisson-soluble.com >
2026-04-29 02:34:22 +04:00
Antonio J. García Lagar and GitHub
b2f877d55b
Remove unneeded config file ( #1969 )
...
All configured options currently match their default values.
2026-04-15 15:25:56 +04:00
luchidalgo and GitHub
458b8c9324
Add AnotterwebUxLocationBundle recipe ( #1970 )
...
* Add AnotterwebUxLocationBundle recipe
* Add AnotterwebUxLocationBundle recipe
* chore: trigger CI
* chore: trigger CI
2026-04-10 04:21:25 +04:00
Sébastien Tanneux and GitHub
f7e753163d
config: Add support of artprima/prometheus-metrics-bundle v1.21 ( #1948 )
2026-04-09 00:31:39 +04:00
Piotr Skowron and GitHub
67cff03cca
[velPL/buggregator-profiler-bundle] Adds initial flex recipe for buggregator Symfony bundle ( #1965 )
...
* adds initial flex recipe for buggregator Symfony bundle https://github.com/velPL/buggregator-profiler-bundle
* adds missing package configuration
* fixes computed profiler url
2026-04-09 00:26:59 +04:00
Gabi Udrescu and GitHub
cc0ba90128
Add recipe for productowner-ro/symfony-profiler-mcp 0.1 ( #1962 )
...
* Add Symfony Flex recipe for productowner-ro/symfony-profiler-mcp 0.0
Registers the bundle for dev environment and creates config files
to enable symfony/mcp-bundle transports (stdio + http) and routes.
Without this recipe, symfony/mcp-bundle's transports are disabled
by default, leaving neither `bin/console mcp:server` nor `/_mcp`
available after install.
* fix: add trailing newlines to all recipe files
* fix: use recipe version 0.1 to match v0.1.0 release
2026-04-09 00:09:37 +04:00
0990bd8db2
Add recipe for nytodev/inertia-bundle 2.0 ( #1968 )
...
* Add recipe for nytodev/inertia-bundle 2.0
* re-trigger CI
---------
Co-authored-by: tony-poisson <tony@poisson-soluble.com >
2026-04-09 00:08:08 +04:00
Valmont Pehaut-Pietri and GitHub
cb87c83b11
Add recipe for ajgarlag/openid-connect-provider-bundle 0.2 ( #1967 )
2026-04-07 18:57:34 +02:00
neothone and GitHub
af21a8ca48
Fastfony Identity bundle - improve post-install documentation and enable registration ( #1966 )
...
* docs: improve post-install documentation and enable registration by default
* docs: remove customization class, improve post install
2026-04-06 17:13:56 +04:00
b8677013ae
The doctrine transport config key has been replaced with database. ( #1956 )
...
Co-authored-by: rahul chavan <rcsoftech85@gmail.com >
2026-03-29 05:47:25 +04:00
Jonathan Plantey and GitHub
bdc109aca8
Flex recipe for jmonitor/jmonitor-bundle ( #1958 )
2026-03-29 05:41:19 +04:00
Raphael Alogou and GitHub
395a2352d9
[void/og-image] add recipe ( #1960 )
...
* [void/og-image] add recipe
* [void/og-image] update recipe
* [void/og-image] add v1.0 recipe
2026-03-29 05:38:38 +04:00
2129ef86d3
Add Symfony Flex recipe for nalabdou/algebra-symfony ( #1957 )
...
Co-authored-by: Nadim AL ABDOU <nadim.al-abdou@docaposte.fr >
2026-03-26 04:44:46 +04:00
Karol Wojdyła and GitHub
bf0f27126b
[Sylius][WishlistPlugin] Add post install file ( #1959 )
2026-03-24 04:31:55 +04:00
Predjee and GitHub
23dfee252f
Yiggle/form wizard bundle ( #1955 )
...
* add yiggle/form-wizard-bundle
# Conflicts:
# yiggle/form-wizard-bundle/0.1/config/packages/yiggle_form_wizard.yaml
# yiggle/form-wizard-bundle/0.1/post-install.txt
* add newlines
* update to tabs
2026-03-10 03:15:42 +04:00
Predjee and GitHub
b07f2f96de
add yiggle/form-wizard-bundle ( #1954 )
...
* add yiggle/form-wizard-bundle
* add newlines
2026-03-09 07:13:00 +04:00
Bulat Timerbaev and GitHub
135d5c82f5
Add recipe for bulatronic/api-kit ( #1952 )
2026-03-03 05:59:21 +04:00
jonathan and GitHub
7f6528cb72
Add jonathanlight/meta-entity-builder-bundle 1.0 recipe ( #1942 )
...
* Add jonathanlight/meta-entity-builder-bundle 1.0 recipe
* Remove aliases (not supported in contrib repository)
* Trigger CI after Packagist v1.0.0 sync
2026-03-03 05:54:54 +04:00
Simon André and GitHub
d1bce7508e
[SensiolabsMinifyBundle] Fix configuration keys in recipe ( #1953 )
...
Fix: https://github.com/sensiolabs/minify-bundle/issues/37
Replace non-existing `local_binary` by `binary_path` in recipe comment.
2026-03-01 22:50:52 +04:00
9d40969561
Recipe for fastfony/identity-bundle ( #1939 )
...
* Recipe for fastfony/identity-bundle
* fix: remove post-install in manifest.json
* add add-lines instructions in manifest.json and change post-install.txt
* fix: order of add-lines key
* fix: add new lines and not use before_target
* fix: wrong indentation
* fix: wrong indentation
* improve post-install.txt
* Update fastfony/identity-bundle/1.0/post-install.txt
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update fastfony/identity-bundle/1.0/post-install.txt
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update fastfony/identity-bundle/1.0/manifest.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-26 15:46:05 +04:00
5f696eb297
Add recipe for tiloweb/pagination-bundle 3.0 ( #1949 )
...
* Add recipe for tiloweb/pagination-bundle 3.0
* fix: enable default_items_per_page in config to comply with recipes-contrib guidelines
Don't create bundle config files when no options are set.
Uncommenting default_items_per_page makes the config valid.
Co-authored-by: Cursor <cursoragent@cursor.com >
* fix: remove trailing whitespace to resolve QA encoding check
Made-with: Cursor
* chore: trigger QA check after PR description update
Made-with: Cursor
* chore: trigger QA check after bundle PHP 8.1 compatibility
Made-with: Cursor
* chore: trigger QA check - v3.0.1 now on Packagist with PHP 8.1
Made-with: Cursor
* fix: remove blank lines with invalid indentation for QA 4-spaces check
Made-with: Cursor
---------
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-26 15:33:40 +04:00
bedece222d
Add recipe for lyranetwork/sylius-lyranetwork-plugin. ( #1935 )
...
* Add recipe for lyranetwork/sylius-lyranetwork-plugin.
* Format fixes.
---------
Co-authored-by: ndias <nathan.dias@lyra-network.com >
2026-02-26 15:30:12 +04:00
cd321597a2
add timble-one/backend-bundle ( #1951 )
...
Co-authored-by: Timo Bühlmann <info@timble.one >
2026-02-26 04:39:51 +04:00
mamazu and GitHub
f3c8362171
Removing rest routing ( #1946 )
2026-02-19 16:44:41 +04:00
mamazu and GitHub
7af66cb092
[sulu/automation-bundle] Version 2 ( #1943 )
...
* Adding recipie for automation bundle
* Using the correct files
2026-02-11 23:09:05 +04:00
Jibé Barth and GitHub
62d29f1fb0
[payplug/sylius-payplug-plugin] Get ready for v2 ( #1944 )
...
The v2 use the new bundle structure (no more Resources)
Adding routes
2026-02-11 19:24:05 +04:00
Hugo Alliaume and GitHub
cdc5b03530
[Kocal/SymfonyAppPack] Add recipe ( #1936 )
...
* [Kocal/SymfonyAppPack] Add recipe
* Remove Makefile from copy-from-recipe
2026-02-11 03:01:04 +04:00
Hugo Alliaume and GitHub
f2283e952e
[KocalOxcBundle] Add recipe ( #1934 )
2026-02-11 00:47:35 +04:00
mamazu and GitHub
f8a90ef534
[sulu/formbundle] Adding support for version 3 ( #1941 )
2026-02-10 21:32:14 +04:00
mamazu and GitHub
b67c22056e
[sulu/redirect-bundle] Providing configuration for version 3. ( #1940 )
...
* Adding Sulu Headless Bundle 3.0 configuration
* Updating the documetantation link
2026-02-10 21:13:33 +04:00
Paul Rooney and GitHub
3428e6b712
Adds 'happycode/tenzero-auth' bundle ( #1932 )
...
* Adds happycode/tenzero-auth bundle
* Manifest Fix
* Updates initial config to new template
* Example Configs
* Recipe validated
* Recipe valided again
* Re-Run
* Extra compatability
* Re-Testing
* Dropping old package
* Recipe bumped to Version 1.1
2026-02-03 05:03:30 +04:00
5fde44be98
Add recipe for rcsofttech/audit-trail-bundle ( #1929 )
...
Co-authored-by: rahul chavan <rcsoftech85@gmail.com >
2026-02-03 05:01:31 +04:00
Loïc Sapone and GitHub
ffc4863403
Add MezcalitoImgproxyBundle recipe ( #1928 )
2026-02-03 04:55:50 +04:00
Silas Joisten and GitHub
7e1705fa54
feat(storyblok/symfony-bundle): Add config for version 1.16 ( #1931 )
2026-01-30 17:03:45 +01:00
Camille Islasse and GitHub
90e1820749
Add sylius/mcp-server-plugin 0.2 recipe ( #1930 )
2026-01-29 16:28:16 +04:00
Silas Joisten and GitHub
41f6eaac15
feat(storyblok): Update recipe for storyblok/symfony-bundle:^1.14 ( #1927 )
...
* feat(storyblok): Update recipe for `storyblok/symfony-bundle:^1.14`
* Fix
* Fix
* Fix
2026-01-23 16:35:10 +01:00
d28010a793
[Reconnect S3 Bundle] Add updated Recipe for v>=3 ( #1925 )
...
Co-authored-by: Thibaut <thib@MacBook-Pro-de-Thibaut.local >
2026-01-20 23:41:05 +04:00
David Evdoshchenko and GitHub
fd2b29af77
Add recipe for outcomer/symfony-json-schema-validation ( #1923 )
...
* Add recipe for outcomer/symfony-json-schema-validation
* Add PHP and Symfony framework requirements to manifest.json
* Refactor manifest.json to remove PHP and Symfony framework requirements
* Remove Symfony version requirements from manifest.json
2026-01-20 04:17:04 +04:00
AV and GitHub
7a32ad7955
Add recipe for vuillaume-agency/symfony-turnstile 1.0 ( #1926 )
2026-01-20 03:19:21 +04:00
Johan Mulder and GitHub
3d1949e388
Updated documentation links for the sentry Monolog integration ( #1922 )
...
The old link apparently no longer contains documentation about the
Monolog integration.
2026-01-15 21:00:47 +01:00
Tac Tacelosky and Fabien Potencier
599879d66d
Update routing resource to use routing-sf4.xml
2026-01-15 11:22:09 +01:00
Shyim and GitHub
638ef6ddaf
Add support for shopware/app-bundle 5.x ( #1921 )
2026-01-15 09:35:13 +01:00
Théo Attali and GitHub
e1af81aa07
Update tattali/calendar-bundle config for 8.1+ ( #1917 )
2026-01-15 02:18:27 +04:00
Peter Potrowl and GitHub
cea89ca504
Fix sentry.yaml for MonologBundle ^4.0 ( #1908 )
...
* Fix sentry.yaml for MonologBundle ^4.0
* Update sentry.yaml
2026-01-12 15:59:40 +01:00
Tac Tacelosky and GitHub
8f26fb2dd5
revert route for 2.3, create branch for 3.0 ( #1919 )
2026-01-12 15:53:28 +01:00
Tac Tacelosky and GitHub
bc4470e94b
Change routing resource from XML to PHP ( #1918 )
...
Otherwise this recipe won't work with Symfony 8
2026-01-11 07:22:25 +01:00
52c59cbe11
improved systemsdk/easy-log-bundle config. ( #1916 )
...
Co-authored-by: DKravtsov <dmytro.kravtsov@systemsdk.com >
2026-01-07 14:08:21 +04:00
maxnz and GitHub
31740036c1
Add pms-nz/object-translation-bundle ( #1915 )
...
* add pms-nz/object-translation-bundle
* Remove offending comma from manifest.json
* Ensure 4 space indentation
* Correct the folder name
* Remove dashes in file name
2026-01-07 04:00:27 +04:00
Thibault Henry and GitHub
ca23f07b20
Add recipe for tiloweb/uploaded-file-type-bundle 2.0 ( #1910 )
...
* Add tiloweb/uploaded-file-type-bundle 2.0 recipe
* Add UPLOAD_BASE_URI to manifest and clean up uploaded_file_type.yaml configuration
* chore: trigger CI checks
* chore: trigger CI with license header
2025-12-31 08:28:30 +01:00
03402388ba
First version ( #1913 )
...
* First version
* fix: manifest.json
* Fix: The yaml file is part of the recipe
* Fix: for call-qa / Run checks
---------
Co-authored-by: Michel Bobillier <athso99@bluewin.ch >
2025-12-31 08:27:50 +01:00
Matthieu Gostiaux and GitHub
4d07c0c554
update ehyiah/apidocbundle recipe to 1.0 ( #1914 )
2025-12-31 08:27:04 +01:00
Olivier Dolbeau and GitHub
d245e1258f
Add recipe for bab/tested-routes-checker-bundle ( #1909 )
2025-12-21 19:36:04 +01:00
Daniel Badura and GitHub
df4baf593b
Add new default config for patchlevel/event-souring-bundle ^3.14 ( #1905 )
2025-12-15 23:58:43 +04:00
nani and GitHub
ca6942c6ef
Amz random recipe ( #1904 )
...
* Add recipe for amz/random-bundle
* update for recipe amzs/random-bundle #1900
* Update recipe for amzs/random-bundle
* Update recipe[add new line for yaml] for amzs/random-bundle
* update for errors new line amzs/random-bundle
* update for errors new line amzs/random-bundle
2025-12-11 19:22:46 +04:00
Edi Modrić and GitHub
2849ef5926
Netgen Layouts v2 ( #1895 )
...
* Add Netgen Layouts 2.0
* Add netgen/layouts-sylius package
* Add netgen/layouts-contentful package
2025-12-07 08:51:24 +01:00
Camille Islasse and GitHub
387f8cc6b3
Update acseo_typesense.yaml - use container configurator ( #1899 )
2025-12-03 23:25:49 +04:00
David and GitHub
21032ce4c2
Add recipe for davidannebicque/html-to-spreadsheet-bundle ( #1898 )
...
* Add recipe for davidannebicque/html-to-spreadsheet-bundle
* fix Post-install in english
* fix test QA
* fix QA
* fix QA
* fix QA
* fix QA
* fix QA
* fix trasnlation
* fix
2025-12-03 22:10:31 +04:00
lljaworski and GitHub
d64fad090c
Add recipe for lljaworski/ceidg-bundle ( #1897 )
...
* Add recipe for lljaworski/ceidg-bundle
* Remove redundant .env entry from ceidg-bundle recipe manifest
* github pr rerun checks
* github pr rerun checks
* github pr rerun checks
* github pr rerun checks
2025-12-03 21:41:47 +04:00
Jörn Wagner and GitHub
d55c6f2a03
Add recipe for explicatis/dynamics-api-bundle ( #1896 )
2025-12-03 21:38:34 +04:00
Thomas Landauer and GitHub
9f2bb5aef3
Update post-install.txt: Prioritizing Functional tests ( #1894 )
...
* Update post-install.txt: Prioritizing Functional tests
* Update post-install.txt
2025-12-03 14:55:08 +04:00
Fabien Potencier and GitHub
bd4a4a5ad7
Merge pull request #1893 from symfony/connect-version-fix
...
Fix Connect version
2025-11-29 13:09:24 +01:00
Fabien Potencier
f229debf5a
Fix Connect version
2025-11-29 13:08:48 +01:00
Quentin Dequippe and GitHub
dd5c1dace8
symfonycorp/connect 8.0 recipe ( #1891 )
2025-11-29 13:06:24 +01:00
Oskar Stark and GitHub
dc7815f361
Add recipe for stripe/stripe-php 19.0 ( #1890 )
...
This recipe configures the Stripe PHP client with:
- Service definition for Stripe\StripeClient
- Autowiring support via service alias
- Environment variable configuration for STRIPE_SECRET_KEY
2025-11-28 09:05:17 +01:00
Xavier Lacot and GitHub
27766297a2
Add JoliMediaBundle recipe ( #1889 )
2025-11-23 13:47:32 +01:00
Joey and GitHub
9104955737
Update lastfm client bundle 2.0 ( #1885 )
...
* Complete lastfm-bundle 2.0: add session support and move config to packages
* Fix environment variable name: LASTFM_SESSION -> LASTFM_SESSION_KEY
- Update session_key configuration to use LASTFM_SESSION_KEY for consistency
- Addresses feedback from PR #1885
* Fix copy-from-recipe path in manifest.json
- Change from '%CONFIG_DIR%/packages/' to '%CONFIG_DIR%/'
- Prevents files from being copied to config/packages/packages/
- Thanks @diimpp for catching this issue
2025-11-20 21:04:03 +04:00
Joey and GitHub
ccddb71791
Move discogs-bundle 4.0 config to packages directory ( #1886 )
...
* Move discogs-bundle 4.0 config to packages directory
* Fix empty config block: uncomment personal_access_token
* Fix copy-from-recipe path: copy entire config structure
* Trigger CI re-run
* Remove trailing newline from manifest.json
* Fix line endings: convert CRLF to LF (Unix style)
* Activate DISCOGS_PERSONAL_ACCESS_TOKEN in manifest.json
- Remove # prefix to make env variable available in .env file
- Fixes inconsistency between YAML config and manifest
- Thanks @diimpp for catching this issue
2025-11-20 21:03:03 +04:00
Iker Ibarguren and GitHub
3225008812
Add recipe for pasaia-udala/auth-bundle 1.2. Remove old recipe. ( #1879 )
...
* Add recipe for pasaia-udala/auth-bundle 1.2 (euskeraz)
* Remove empty security.yaml to fix validation error
* Add security.yaml with complete authentication configuration
* Add Symfony Flex recipe and remove deprecated old recipe
- Added complete .recipe/ structure for automatic installation
- Includes security.yaml with LDAP and Certificate authenticators
- Removed old unused recipe
* Fix YAML indentation to 4 spaces as required by recipes-contrib
* Add default value for LDAP_ENCRYPTION env var to fix validation
* Remove parameters section and hardcode encryption default value
* Trigger CI: bundle now requires PHP >= 8.1 (v1.2.1)
* Remove security.yaml to avoid overriding user's security configuration
* Translate post-install.txt to english and add security.yaml example
2025-11-13 09:08:16 +01:00
Ahmed EBEN HASSINE 脳の流れ and GitHub
497fb4ed40
Add recipe for ahmed-bhs/doctrine-doctor ( #1882 )
...
* Add recipe for ahmed-bhs/doctrine-doctor 0.1
Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler.
Features:
- 66 specialized analyzers (performance, security, code quality, configuration)
- Detects N+1 queries, missing indexes, slow queries
- Identifies security issues (DQL injection, sensitive data exposure)
- Validates database configuration and code quality
- Auto-configured for dev/test environments
- Comprehensive configuration with production-ready defaults
* Remove aliases from manifest.json (not supported in contrib repository)
* Update doctrine_doctor.yaml configuration
Comment out detailed analyzer configuration in doctrine_doctor.yaml to avoid conflicts and provide a cleaner base configuration.
2025-11-12 17:01:34 +04:00
Fabien Potencier and GitHub
5dfffdc03f
Merge pull request #1883 from tacman/patch-3
...
Update MEILI_SERVER URL format in manifest.json
2025-11-10 18:59:54 +01:00
Tac Tacelosky and GitHub
06182f8fd9
Update MEILI_SERVER URL format in manifest.json
2025-11-10 12:26:18 -05:00
Anton Zenkov and GitHub
6fb78ad0ec
Add recipe for luzrain/telegram-bot-bundle ( #1880 )
2025-11-10 09:33:13 +01:00
Joey and GitHub
2743443c75
Add Last.fm Client Bundle recipe v2.0 ( #1881 )
...
* Add Last.fm Client Bundle recipe v2.0
- Add recipe for calliostro/last-fm-client-bundle v2.0
- Updates configuration key from calliostro_last_fm_client to calliostro_lastfm
- Changes api_key and secret configuration structure
- Adds optional user_agent and rate_limiter configuration
- Removes session key from environment variables (deprecated)
- Symfony bundle for Last.fm API integration
* Fix formatting: Add newlines and ensure 4-space indentation
- Add missing newlines at end of files
- Ensure YAML uses 4-space indentation
- Fix Symfony recipes coding standards compliance
* Fix YAML indentation: Remove spaces from empty lines
- Remove 4 spaces from empty lines (lines 4, 7, 10)
- Empty lines must be completely empty per Symfony standards
- Fixes GitHub Actions indentation check
* Fix bundle class name for v2.0
- Update bundle class from CalliostroLastFmClientBundle to CalliostroLastfmBundle
- Update namespace from LastFmClientBundle to LastfmBundle
- Matches actual bundle class in v2.0.0-beta.1
2025-11-10 09:32:41 +01:00
Rafał Jaskulski and GitHub
999aff47a8
Add recipe for bitbag/elasticsearch-plugin ( #1877 )
2025-11-09 16:54:38 +04:00
Tac Tacelosky and GitHub
c252fc49b8
add recipe for survos/meili-bundle ( #1875 )
...
* add recipe for survos/meili-bundle
* fix spacing
* fix spacing
2025-11-04 13:53:33 +04:00
Florent Morselli and GitHub
acf7ecb22f
Add PWA configuration files for SpomkyLabs PwaBundle ( #1873 )
2025-10-28 19:18:42 +04:00
neothone and GitHub
63763e3e49
Add fastfony/tailwind-webpack-encore-pack recipe ( #1869 )
...
* Add fastfony/tailwind-webpack-encore-pack recipe
* apply copilot suggestion
2025-10-20 00:02:02 +04:00
neothone and GitHub
51a11dbff2
Add fastfony/quality-pack ( #1870 )
...
* Add fastfony/quality-pack
* Add .PHONY target quality
* typo in filename to copy
* install elements now in recipe
* rename yml to yaml
* copy the directory
2025-10-20 00:00:20 +04:00
Hugo Alliaume and GitHub
5c4e810d55
[BiomeJsBundle][OxlintBundle] Ignore tests/ (and align other ignore patterns) ( #1872 )
2025-10-19 23:52:06 +04:00
Fabien Potencier and GitHub
495a8bc6a9
Merge pull request #1866 from CiBeRHeMuL/andrew-gos/telegram-bot-bundle
...
Add recipe for andrew-gos/telegram-bot-bundle
2025-10-04 16:19:50 +02:00
Patrick Landolt and GitHub
860733432f
artack/recaptcha-enterprise-bundle ( #1867 )
2025-10-04 15:15:33 +02:00
Андрей Гостев
174471006e
Add recipe for andrew-gos/telegram-bot-bundle
2025-10-02 20:55:01 +03:00
Андрей Гостев
ea75e5e0b4
Add recipe for andrew-gos/telegram-bot-bundle
...
https://packagist.org/packages/andrew-gos/telegram-bot-bundle
2025-10-02 20:37:11 +03:00
Jan Góralski and GitHub
6d92a43878
Add recipes for sylius/adyen-plugin 1.0 and 2.0 ( #1863 )
...
* Add recipes for sylius/adyen-plugin:1.0
* Add recipes for sylius/adyen-plugin:2.0
2025-09-26 15:04:07 +04:00
Jozef Mostka and GitHub
8bb1809fec
tito10047/altcha-bundle ( #1864 )
...
* tito10047/altcha-bundle
* add support for php8.1
2025-09-26 07:54:11 +02:00
Zuruh and GitHub
8b46758086
Add mago formatter recipe ( #1811 )
...
* feat: add mago formatter default configuration
* fix: remove patch version from version specifier
* fix: Remove unsupported options for contrib recipes
* fix: typo in post-install.txt
* Added a comment about format config and enable linter symfony and phpunit plugins
* Update to mago pre release
* Update the docs link and add a note about the analyzer in the
`post-install.txt`
2025-09-24 08:20:54 +02:00
Erison Silva and GitHub
c961a3509c
Change SonataPageBundle entities ( #1809 )
2025-09-22 07:37:33 +02:00
Martin Linzmayer and GitHub
e7dc2a8d35
Add sentry structured logging config ( #1853 )
...
* Add structured logging config
* newline
* comments
2025-09-18 12:52:54 +02:00
Joey and GitHub
80ebbceb01
Update Discogs Bundle recipe for v4.0.0-beta.2 ( #1858 )
...
Replace throttle config with symfony/rate-limiter integration
2025-09-14 10:13:23 +02:00
Oleksandr Kurochka and GitHub
f48bfd331f
Update recipe for byhaskell/novaposhta-bundle ( #1857 )
...
* Add recipe for byhaskell/novaposhta-bundle
* Add recipe for byhaskell/novaposhta-bundle
* Add recipe for byhaskell/novaposhta-bundle
* Add recipe for byhaskell/novaposhta-bundle
* Update recipe for byhaskell/novaposhta-bundle
* Update recipe for byhaskell/novaposhta-bundle
* Update recipe for byhaskell/novaposhta-bundle
* Update recipe for byhaskell/novaposhta-bundle
* Update recipe for byhaskell/novaposhta-bundle
* Update recipe for byhaskell/novaposhta-bundle
2025-09-14 10:13:04 +02:00
Oleksandr Kurochka and GitHub
914532e308
Add recipe for byhaskell/novaposhta-bundle ( #1856 )
...
* Add recipe for byhaskell/novaposhta-bundle
* Add recipe for byhaskell/novaposhta-bundle
* Add recipe for byhaskell/novaposhta-bundle
* Add recipe for byhaskell/novaposhta-bundle
* Add recipe for byhaskell/novaposhta-bundle
* Add recipe for byhaskell/novaposhta-bundle
2025-09-13 08:12:22 +02:00
Joey and GitHub
d8e3417c38
Add Discogs Bundle recipe v4.0 ( #1855 )
...
* Add Discogs Bundle recipe v4.0
- Add recipe for calliostro/discogs-bundle v4.0
- Supports Personal Access Token and OAuth authentication
- Includes configuration options with detailed comments
- Symfony bundle for Discogs API integration
* Fix YAML indentation to use 4 spaces
2025-09-13 08:11:32 +02:00
Gilles Gauthier and GitHub
9d184c8ca5
[SpiriitAuthLogBundle] Add recipe 1.0 ( #1854 )
...
* feat(recipe): add SpiriitAuthLogBundle recipe
* fix checks
* remove space
* downgrade php version to 82
2025-09-09 16:57:37 +04:00
a73eb7bfc8
[SyliusResourceBundle] Update routing configuration ( #1831 )
...
* [SyliusResourceBundle] Update routing configuration
* Update sylius/resource-bundle/1.13/config/packages/sylius_resource.yaml
---------
Co-authored-by: Dmitri Perunov <diimpp@gmail.com >
2025-09-01 09:57:52 +00:00
Joey and GitHub
577b45237a
[calliostro/last-fm-client-bundle] Add recipe ( #1852 )
2025-08-31 08:22:33 +02:00
Jérôme Tamarelle and GitHub
2dd9228ee0
Rename MONGODB_URL to MONGODB_URI ( #1851 )
...
This is more correct and the way it is documented
https://www.mongodb.com/docs/manual/reference/connection-string/#standard-connection-string-format
2025-08-26 18:44:06 +02:00
Gregor Harlan and GitHub
724ced0251
add recipe for shipmonk/doctrine-entity-preloader ( #1850 )
2025-08-26 08:03:40 +02:00
djdmg and GitHub
e9e6352e1b
feat(recipe): add Flex recipe for djdmg/transparent-pixel-bundle (1.0) ( #1848 )
2025-08-18 10:28:43 +04:00
Anton Zenkov and GitHub
afcb2b9588
[phpstreamserver/symfony] New version ( #1840 )
2025-08-18 10:05:39 +04:00
Clément Talleu and GitHub
0045dcccb1
add trigger mapping bundle ( #1837 )
2025-07-28 10:50:12 +04:00
Hugo Alliaume and GitHub
3176222bf5
Copy (and clean) recipes from qossmic/deptrac to deptrac/deptrac ( #1836 )
2025-07-27 15:02:44 +02:00
9caa25d6b8
Add version 0.9 for alengo/alengo-webspace-settings-bundle ( #1832 )
...
* Add recipe for alengo/alengo-webspace-settings-bundle
* post-install-output
* alengo/alengo-webspace-settings-bundle: update template
* alengo/alengo-webspace-settings-bundle: fix check
* alengo/alengo-webspace-settings-bundle: post-install update
* alengo/alengo-webspace-settings-bundle: post-install update
* alengo/alengo-webspace-settings-bundle: manifest update
* alengo/alengo-webspace-settings-bundle: manifest update
* alengo/alengo-webspace-settings-bundle: 0.9
---------
Co-authored-by: Alexander Huber <alex.huber@alengo.at >
2025-07-26 15:13:04 +02:00
Matthieu Gostiaux and GitHub
44f3762b6d
add recipe for api doc bundle https://github.com/Ehyiah/ApiDocBundle ( #1833 )
...
* add recipe for api doc bundle https://github.com/Ehyiah/ApiDocBundle
* update env vars
2025-07-26 15:12:22 +02:00
Hugo Alliaume and GitHub
de766f1896
[KocalOxlintBundle] Add recipe ( #1835 )
2025-07-26 15:11:58 +02:00
Fabien Potencier and GitHub
e1b94442b7
Merge pull request #1834 from DavidPetrasek/order-invoice-bundle
...
DROP recipe for psys/order-invoice-bundle
2025-07-22 13:21:08 +02:00
David Petrásek
d4ecc6acca
drop everything
2025-07-21 08:26:14 +02:00
David Petrásek
30479883ea
Update recipe for psys/order-invoice-bundle v1.2
2025-07-18 10:06:16 +02:00
e1eec25a93
Add recipe for alengo/alengo-webspace-settings-bundle ( #1825 )
...
* Add recipe for alengo/alengo-webspace-settings-bundle
* post-install-output
* alengo/alengo-webspace-settings-bundle: update template
* alengo/alengo-webspace-settings-bundle: fix check
* alengo/alengo-webspace-settings-bundle: post-install update
* alengo/alengo-webspace-settings-bundle: post-install update
* alengo/alengo-webspace-settings-bundle: manifest update
* alengo/alengo-webspace-settings-bundle: manifest update
---------
Co-authored-by: Alexander Huber <alex.huber@alengo.at >
2025-07-10 00:26:56 +04:00
David Petrásek and GitHub
c4d6aa3143
Add recipe for psys/order-invoice-bundle v1.2 ( #1830 )
2025-07-10 00:23:51 +04:00
Karol and GitHub
4368861529
Add recipes for sylius/mcp-server-plugin ( #1827 )
2025-07-03 21:16:41 +00:00
Thomas Landauer and GitHub
2efc3dcae9
Update nucleos_dompdf.yaml: Updating URL ( #1826 )
2025-06-29 15:23:49 +02:00
Fabien Potencier and GitHub
37a551c8ef
Merge pull request #1819 from diimpp/fix/macpaw-behat-http-mock-context
...
fix(macpaw/behat-http-mock-context): move recipe from 1.0 to 2.0 since 1.0 is not supported by it
2025-06-29 15:23:33 +02:00
Silas Joisten and GitHub
f4373de428
feat(storyblok): Add default environment variable ( #1824 )
...
* fix
* Fix
* Update storyblok/symfony-bundle/0.1/manifest.json
* Apply suggestions from code review
2025-06-21 18:07:20 +02:00
David Petrásek and GitHub
b5be2b3698
Add recipe for psys/order-invoice-bundle ( #1820 )
...
* Add recipe for psys/order-invoice-manager-bundle
* fix folder name
* fix dir
* fix path
* fix path
* fix
* fix
* fix
* fix
* rename
* indentation
* dir fix
* fix
* bundles
* fix
* fix
* zfuzf
2025-06-20 12:31:21 +02:00
Ramy Hakam and GitHub
6f38a00ee6
Add Hakam Multi Tenancy Bundle ( #1821 )
...
* Add Flex recipe for hakam/multi-tenancy-bundle version 2.8
* Add Flex recipe for hakam/multi-tenancy-bundle version 2.8
* Add Flex recipe for hakam/multi-tenancy-bundle version 2.8
* Add Flex recipe for hakam/multi-tenancy-bundle version 2.8
* Add Flex recipe for hakam/multi-tenancy-bundle version 2.8
* Add Flex recipe for hakam/multi-tenancy-bundle version 2.8
* Add Flex recipe for hakam/multi-tenancy-bundle version 2.8
* trigger-action
2025-06-20 12:29:12 +02:00
Silas Joisten and GitHub
97ba63009f
feat(storyblok): bundle 1.5 recipes ( #1823 )
2025-06-20 12:26:29 +02:00
Hugo Alliaume and GitHub
644c56702f
[KocalBiomeJsBundle] Add recipe for 2.0 ( #1822 )
2025-06-19 20:45:41 +02:00
Dmitri Perunov
deb604168f
fix(macpaw/behat-http-mock-context): move recipe from 1.0 to 2.0 since 1.0 is not supported by it
2025-06-16 23:59:21 +04:00
Ihor Roik and GitHub
a72b1532e4
feat: add macpaw/behat-http-mock-context configuration ( #1804 )
2025-06-16 23:51:42 +04:00
Antoine M and GitHub
f23f9a82b3
Update gotenberg.yaml ( #1814 )
2025-06-06 09:57:47 +02:00
Karol and GitHub
afcbbbca3f
Add recipes for sylius/mollie-plugin:3.0 ( #1801 )
2025-06-04 17:07:57 +04:00
Michał Pysiak and GitHub
8264982ce9
Add recipe for sylius/product-bundle-plugin ( #1810 )
...
* Add recipe for sylius/product-bundle-plugin
* Change routes import
2025-06-04 14:04:33 +04:00
Ihor Roik and GitHub
a9eb7609a4
Add recipe for macpaw/behat-doctrine-fixtures bundle ( #1802 )
...
* feat: add macpaw/behat-doctrine-fixtures configuration
* fix: fix indentation
2025-05-23 13:23:23 +02:00
Alexander Schranz and GitHub
9183691303
Use Test TOken for index_name_prefix under test env ( #1805 )
2025-05-23 13:23:02 +02:00
Ihor Roik and GitHub
2d41238f20
Add recipe for macpaw/behat-redis-context bundle ( #1803 )
...
* feat: add macpaw/behat-redis-context configuration
* fix: add missing endline
2025-05-23 13:22:17 +02:00
Michał Pysiak and GitHub
abae5b0f03
Add recipe for sylius/wishlist-plugin ( #1800 )
2025-05-22 20:48:47 +04:00
Romain Monteil and GitHub
2d8cc35bb1
Add recipe for cmsig/seal-symfony-bundle ( #1799 )
2025-05-20 13:55:45 +02:00
88fb52b60b
Create recipes for adrienlbt/hexagonal-maker-bundle ( #1796 )
...
* Create recipes for adrienlbt/hexagonal-maker-bundle
* Fix errors after bot recipes check
* Fix erros recipes bot check. Add newline at end of manifest
* Rename hexagonal-maker-bundle.yaml to hexagonal_maker_bundle.yaml
* Edit version from 1.0 to 1.1
* Edit version from 1.1 to 1.2
* Update adrienlbt/hexagonal-maker-bundle/1.2/config/packages/hexagonal_maker_bundle.yaml
Edit bundle configuration switch to dev declaration
Co-authored-by: Dmitri Perunov <diimpp@gmail.com >
---------
Co-authored-by: Dmitri Perunov <diimpp@gmail.com >
2025-05-16 00:28:05 +04:00
David Greminger and GitHub
aed925e502
Update recipe for Contao 5.x ( #1760 )
2025-05-15 04:59:28 +04:00
Marcel Pfeiffer and GitHub
47d616c6db
Add recipe for Dama/DoctrineTestBundle v8.3 ( #1798 )
2025-05-15 04:57:07 +04:00
Jannik and GitHub
b733136d11
Add config for 21torr/storyblok 3.15 ( #1797 )
2025-05-15 04:42:44 +04:00
Jawira Portugal and GitHub
d89a05606e
feat: Add recipe for Doctrine Diagram Bundle v1 ( #1795 )
2025-05-15 04:31:28 +04:00
Joachim Løvgaard and GitHub
f275590ef7
Add setono/sylius-toggle-vat-plugin ( #1794 )
2025-05-10 16:17:38 +02:00
Fabien Potencier and GitHub
d6ebc31f32
Merge pull request #1791 from siganushka/main
...
Remove generic & region bundle recipe
2025-05-08 10:09:03 +02:00
29556abf55
Add recipes for CMS Plugin 1.0 ( #1787 )
...
* add recipes for cms plugin 1.0
* format fixes
* minor fixes
* minor fixes
* Split Sylius CMS plugin route configuration for admin and shop
---------
Co-authored-by: Rafikooo <thecrazyrafik@gmail.com >
2025-05-08 08:08:35 +00:00
siganushka
f97f114c63
Remove generic & region bundle recipe
2025-05-08 15:09:53 +08:00
Maxime Pereira-Lima and GitHub
75662b4477
add recipe for synolia/sylius-scheduler-command-plugin@v4.0.0 new directory structure ( #1788 )
2025-05-07 08:34:36 +02:00
AlvaroMLorente and GitHub
9422bcdda7
Add recipe for keron-digital/auth-redis-storage-bundle v1.0 ( #1789 )
...
* feat(keron-digital/auth-redis-storage-bundle): Add recipe for v1.0
* feat(keron-digital/auth-redis-storage-bundle): update recipe to complain with checker
* fix(recipe): Ensure files end with a newline
* fix(recipe): Ensure yaml 4 indent space
* chore: Trigger CI checks
2025-05-07 08:33:53 +02:00
Florian VANESTE and GitHub
2be4308c2f
Feat/changes on rossel kafka yaml ( #1786 )
...
* [FEAT] Add Docker config on rossel-kafka recipe
* Changes on rossel_kafka.yaml
2025-05-07 08:33:09 +02:00
Silas Joisten and GitHub
d9042d9bb8
Add storyblok/symfony-bundle 1.3 recipe ( #1790 )
...
* Add `storyblok/symfony-bundle` `1.3` recipe
* Update storyblok/symfony-bundle/1.3/config/routes/storyblok.yaml
2025-05-06 08:00:10 +00:00
25b3e874a2
Add recipe for gurtok/seo-bundle ( #1784 )
...
* Add recipe for gurtok/seo-bundle
* Added comments for parameters
* Added conflict for try to fixed pipeline
* Rename bundle to GurtokSeoBundle
---------
Co-authored-by: Engineer Green <yurii.borovchuk@growe.com >
2025-05-01 05:20:47 +04:00
Silas Joisten and GitHub
14d608eedd
feat: storyblok/symfony-bundle 1.2.0 recipes ( #1785 )
2025-04-30 17:01:00 +02:00
HypeMC and GitHub
06fdc1b36e
Update Sentry PSR3 information ( #1658 )
2025-04-23 16:12:20 +04:00
Michi Hoffmann and GitHub
3e93dcafbb
Update sentry.yaml ( #1783 )
2025-04-22 18:06:15 +02:00
Kevin Bond and GitHub
666092957f
Add zenstruck/messenger-monitor-bundle recipe ( #1780 )
2025-04-22 10:25:20 -04:00
Jozef Mostka and GitHub
ed9510620e
altcha bundle ( #1782 )
...
* altcha bundle
* renamed route to huluti_altcha
2025-04-19 21:20:21 +04:00
Michi Hoffmann and GitHub
16e4b23c18
Update sentry.yaml ( #1779 )
...
* Update sentry.yaml
In order to have more transparency and make Sentry more useful, all our SDKs now offer this option by default.
* Update sentry.yaml
2025-04-19 05:54:34 +04:00
4c85148f90
Devzair recipe 1.0 only ( #1781 )
...
* Add recipe for devzair/mail-logger-bundle 1.0
* chore: trigger CI
* chore: trigger CI by updating manifest
* chore: trigger CI by updating manifest
* Add Symfony Flex recipe for devzair/mail-logger-bundle (v1.0 and v2.0)
* Add recipe for mail-logger-bundle 1.0 (PHP 7.4 compatible)
* � Relance CI : forcer revalidation Symfony recipe
* 4 espaces indentation
* � Relance CI : forcer revalidation Symfony recipe
* � Relance CI : forcer revalidation Symfony recipe
* � Relance CI : forcer revalidation Symfony recipe
* Add recipe for devzair/mail-logger-bundle v1.0.1
* envoi pour test
---------
Co-authored-by: Aurelien BOUDON <76659107+Houdih@users.noreply.github.com >
2025-04-19 05:32:26 +04:00
Kamil Grygierzec and GitHub
afcbd0aa47
Add recipes for sylius/mollie-plugin:2.0 ( #1773 )
...
* update recipes for mollie 1.0
* Add recipes for Mollie 2.0
* update recipe with addition of mollie script
* rename routing with routes
2025-04-16 11:43:24 +00:00
Fabien Potencier and GitHub
b41748cab8
Merge pull request #1776 from chalasr/rm-oauth2server-contrib-recipe
...
Remove obsolote league/oauth2-server-bundle recipe
2025-04-07 07:32:19 +02:00
Robin Chalas
5649bb2def
Remove obsolote league/oauth2-server-bundle recipe
2025-04-07 00:38:20 +02:00
Kamil Grygierzec and GitHub
3d4cd04003
Add recipes for SyliusMollie ( #1767 )
2025-04-03 20:05:38 +04:00
Fabien Potencier and GitHub
ade5333836
Merge pull request #1771 from Rossel-Applications/feat/rossel-kafka-bundle
...
[FIX] Rename `rossel/rossel-kafka bundle`
2025-03-31 16:34:55 +02:00
VANESTE
6bb2f70d02
[FIX] Rename rossel/rossel-kafka bundle
2025-03-31 16:29:52 +02:00
Fabien Potencier and GitHub
2fdb83ccc2
Merge pull request #1769 from mnapoli/patch-2
...
Remove the Bref recipe
2025-03-30 18:08:59 +02:00
Matthieu Napoli and GitHub
87a44c428d
Remove the Bref recipe
...
We're moving away from Flex recipes as this is too unpractical to maintain.
See https://github.com/brefphp/bref/pull/1934
2025-03-30 15:27:05 +02:00
Florian VANESTE and GitHub
e41a4449c5
[FEAT] Add Rossel Kafka bundle ( #1766 )
2025-03-28 02:56:15 +04:00
Oskar Stark and GitHub
7958f69e70
php-llm/llm-chain-bundle Adjust namespace for 0.19 (#1764 )
2025-03-24 10:11:05 +01:00
Hugo Alliaume and GitHub
719c29214f
[KocalBiomeJsBundle] Pin explicit version ( #1765 )
...
I should have done this at the very first, but it's the same than https://github.com/symfony/recipes/pull/1383
2025-03-24 10:10:18 +01:00
Maxime Pereira-Lima and GitHub
2b30bbc3e9
add recipe for synolia/sylius-mail-tester-plugin@v3.0.0 new directory structure ( #1763 )
2025-03-20 20:04:25 +04:00
hacfi and GitHub
b9d7fb6be9
Add recipe for stogon/unleash-bundle ( #1761 )
2025-03-17 21:15:12 +01:00
dfac622748
Add php-llm/llm-chain-bundle ( #1762 )
...
* Add recipe for php-llm/llm-chain-bundle
* Update manifest.json
* Use null instead of ~
---------
Co-authored-by: Fabien Potencier <fabien@potencier.org >
2025-03-17 15:27:40 +00:00
dc7553ce31
[alteis/hagreed-bundle]: add recipe ( #1759 )
...
* Added recipe for alteis/hagreed-bundle
* AgilelabFr CAPTCHA Bundle (#1758 )
* AgilelabFr CAPTCHA Bundle
* AgilelabFr CAPTCHA Bundle - case sensitive config
indentation fix:
alteis/hagreed-bundle/1.0/config/packages/alteis_hagreed.yaml
alteis/hagreed-bundle/1.0/manifest.json
AgilelabFr CAPTCHA Bundle (#1758 )
* AgilelabFr CAPTCHA Bundle
* AgilelabFr CAPTCHA Bundle - case sensitive config
indentation fix:
alteis/hagreed-bundle/1.0/config/packages/alteis_hagreed.yaml
alteis/hagreed-bundle/1.0/manifest.json
* retrait captcha-bundle
---------
Co-authored-by: Mathieu Barata <mathieu@barata.fr >
Co-authored-by: Agilelab.fr <contact@agilelab.fr >
2025-02-27 17:24:32 +04:00
Agilelab.fr and GitHub
977697a18d
AgilelabFr CAPTCHA Bundle ( #1758 )
...
* AgilelabFr CAPTCHA Bundle
* AgilelabFr CAPTCHA Bundle - case sensitive config
2025-02-22 04:17:15 +04:00
Antonio J. García Lagar and GitHub
0e4bace902
Forbid method switching ( #1690 )
2025-02-10 11:14:49 +01:00
Jeroen Thora and GitHub
24c33297ae
Fix kunstmaan/seo-bundle route config for 7.3 version ( #1757 )
2025-02-10 10:57:32 +01:00
The DevOpser and GitHub
35aa18b559
[receipe] - create based structure to Castor Symfony receipe ( #1754 )
...
* [receipe] - create based structure to Castor Symfony receipe
* Update Castor Symfony recipe configuration to use environment variables
* Update Castor Symfony configuration to use boolean environment variable for SSL
2025-02-04 22:11:34 +04:00
980f9be485
initial version for survos/bunny-bundle ( #1711 )
...
* initial version for survos/bunny-bundle
* fix namespace
* fix yaml spacing
* add the api_key
* Update survos/bunny-bundle/1.5/config/packages/survos_bunny.yaml
Co-authored-by: Fabien Potencier <fabien@potencier.org >
* Update survos/bunny-bundle/1.5/manifest.json
Co-authored-by: Dmitri Perunov <diimpp@gmail.com >
* Update survos/bunny-bundle/1.5/post-install.txt
Co-authored-by: Dmitri Perunov <diimpp@gmail.com >
---------
Co-authored-by: Fabien Potencier <fabien@potencier.org >
Co-authored-by: Dmitri Perunov <diimpp@gmail.com >
2025-01-29 07:53:22 +00:00
Aleksandr and GitHub
6a0aa557f7
Add recipe for magenable/sylius-top-bar-notification-plugin ( #1750 )
2025-01-29 08:51:15 +01:00
Anton Zenkov and GitHub
ee921b828c
Add new recipe for phpstreamserver/symfony ( #1749 )
2025-01-29 08:50:54 +01:00
Baptiste Leduc and GitHub
c640837b1c
Fix post install message for JanePHP components ( #1748 )
2025-01-28 13:16:04 +01:00
Karol and GitHub
a025b8db99
Add new recipe for sylius/paypal-plugin:1.7 ( #1746 )
...
* [Sylius][PayPal] Add sylius_shop_override_routing to sylius_shop routing configuration
* [Sylius][PayPal] Add additional options to sylius_shop_override_paypal
* [Sylius][PayPal] Add new line
2025-01-27 13:06:02 +00:00
Alexandre Petrone and GitHub
c0a8636f68
[mezcalito/ux-search]: add recipe ( #1745 )
2025-01-24 06:45:21 +04:00
Grzegorz Sadowski and GitHub
be9d790c7c
Add Sylius/RefundPlugin 2.0 recipe ( #1743 )
2025-01-17 16:56:32 +04:00
Valerio and GitHub
503056481b
Update Inspector Recipe to 1.5 ( #1742 )
...
* Update Inspector Recipe to 1.4
* Create manifest.json
* Create post-install.txt
* Create inspector.yaml
* Create manifest.json
* Create post-install.txt
* Delete 1.5 directory
2025-01-17 10:32:10 +01:00
Silas Joisten and GitHub
035eff126a
Update manifest.json ( #1740 )
2025-01-16 14:53:09 +01:00
Silas Joisten and GitHub
7cdfe86758
Enhancement: Adds Recipe for storyblok/symfony-bundle ( #1739 )
2025-01-16 14:25:09 +01:00
Oskar Stark and GitHub
28b6c04a8d
Add recipes for libs ( #1738 )
2025-01-11 13:54:24 +01:00
Fabien Potencier and GitHub
9de5de2634
Merge pull request #1737 from tacman/patch-2
...
fix call to open file
2025-01-05 10:32:08 +01:00
2d8d9d2eb5
Update survos/command-bundle/1.5/post-install.txt
...
Co-authored-by: Fabien Potencier <fabien@potencier.org >
2025-01-04 12:24:56 -05:00
Tac Tacelosky and GitHub
26c9095757
use yaml instead of php for config ( #1736 )
...
* use yaml instead of php for config
* fix indendation
* add note about base_url
* add note about base_url
* change comment to trigger rebuild
2025-01-04 09:48:44 +01:00
LaurentSanson and GitHub
d8dc115991
fix: update GOTENBERG_DSN value to match docker service name ( #1735 )
2024-12-26 17:07:54 +01:00
Evilkeeper and GitHub
a9e1a5c5d6
Fix boshurik/telegram-bot-bundle ( #1734 )
...
* Fix resource file format
* Revert "Fix resource file format"
This reverts commit 435fa87ada .
* Upgrade boshurik/telegram-bot-bundle recipe for v6.0
2024-12-24 23:06:08 +04:00
wickedOne and GitHub
96e66e2784
add wickedone/phrase-tag-bundle ( #1733 )
...
* add wickedone/phrase-tag-bundle
- add wickedone/phrase-tag-bundle recipe
* rename yaml to wicked_one_phrase_tag.yaml
2024-12-24 22:56:37 +04:00
Clément Talleu and GitHub
fe24b6c2ba
fix name ( #1732 )
2024-12-23 21:34:16 +00:00
Clément Talleu and GitHub
91c18a5bfb
[talleu/php-redis-om]: add recipe ( #1731 )
2024-12-18 23:58:33 +01:00
Kevin Kaniaburka and GitHub
56264bc29b
Add admin routes to Commerce Weavers Tpay plugin recipe ( #1730 )
2024-12-17 10:56:53 +01:00
Łukasz Chruściel and GitHub
415145459d
Add the Commerce Weavers Tpay plugin recipe ( #1729 )
2024-12-16 09:18:03 +01:00
Rafał Jaskulski and GitHub
e95e19bc0e
Sylius Recipes Enhancements ( #1724 )
...
* Add sylius/paypal-plugin:1.7 recipe
* Revert "Remove sylius/refund-plugin:0.4 recipe"
This reverts commit 4870325478 .
* Correct sylius/invoicing-plugin:1.0 recipe
* Correct sylius/paypal 2.0gs recipe
* Correct sylius/refund-plugin:2.0 recipe
* Remove sylius/refund-plugin:2.0 recipe
2024-12-11 23:54:04 +04:00
David Badura and GitHub
0b5732e89b
upgrade recipe for patchlevel/event-sourcing 3.6 ( #1727 )
...
* upgrade recipe for patchlevel/event-sourcing 3.6
* fix typo in volumes
2024-12-10 21:28:38 +04:00
Valerio and GitHub
639bcede00
Update Inspector.dev ignored routes and commands ( #1726 )
2024-12-10 20:35:22 +04:00
Rafał Jaskulski and GitHub
bac3797b45
Add New Sylius Recipes ( #1723 )
...
* Add sylius/invoicing-plugin:1.0 recipe
* Add sylius/refund-plugin:2.0 recipe
* Add sylius/paypal-plugin:2.0 recipe
* Remove sylius/refund-plugin:0.4 recipe
2024-12-09 07:33:33 +01:00
Fabien Potencier and GitHub
ec201ea55b
Merge pull request #1719 from martingold/patch-1
...
fix: default invalid key
2024-12-06 15:26:16 +01:00
Valerio and GitHub
35b0194777
Update recipe for Inspector 1.3 ( #1722 )
...
* Recipe for Inspector 1.3
* Create post-install.txt
* Create recipe for Inspector 1.3
2024-12-06 15:24:04 +01:00
Johan Vlaar and GitHub
1b80c59963
[vincentlanglet/twig-cs-fixer] add default gitignore and add message ( #1696 )
2024-12-06 15:23:22 +01:00
7b2a8b563c
fix: default invalid key
...
Co-authored-by: Dmitri Perunov <diimpp@gmail.com >
2024-12-05 16:08:38 +01:00
Tac Tacelosky and GitHub
ec54526f3a
fix call to open file ( #1720 )
2024-12-05 14:48:58 +04:00
Tac Tacelosky and GitHub
f1abb3bcdd
fix call to open file
2024-12-04 13:52:41 -05:00
Martin Gold and GitHub
cd48bd2219
fix: default invalid key
2024-12-04 10:31:55 +01:00
HypeMC and GitHub
d74eae57f7
Add Bizkit Versioning Bundle ( #1718 )
2024-12-04 07:03:58 +01:00
Hugo Alliaume and GitHub
eb440a9a60
[BiomeJsBundle] Ignore more directories for linting ( #1716 )
2024-11-30 21:16:01 +01:00
Jérôme Tamarelle and GitHub
f173e2b144
Add MongoDB extension and service to Docker ( #1717 )
...
* Add MongoDB extension and service to Docker
* replace docker-compose.yml by compose.yaml
2024-11-30 21:15:11 +01:00
Tac Tacelosky and GitHub
ced9674367
remove php route config ( #1712 )
2024-11-19 16:17:31 +00:00
Tac Tacelosky and GitHub
e09dd8164c
remove php route config ( #1710 )
...
* remove php route config
* fix href text
2024-11-18 13:18:59 +01:00
Jean-Danyel Routhier and GitHub
1056c91758
Add recipe for jeandanyel/list-bundle ( #1707 )
2024-11-17 00:34:53 +04:00
Jean-Danyel Routhier and GitHub
3253de0abf
Add recipe for jeandanyel/list-bundle ( #1706 )
...
* Add recipe for jeandanyel/list-bundle
* Fix indentation in config/routes/jeandanyel_list.yaml
* Add a newline at the end of manifest.json
* Rename the version folder from 1.0 to 0.1
2024-11-14 23:21:00 +01:00
dd311ac807
Add recipe for fluffydiscord/roadrunner-symfony-bundle ( #1672 )
...
* Add recipe for fluffydiscord/roadrunner-symfony-bundle
* use 4 space idents
* Modify recipe for fluffydiscord/roadrunner-symfony-bundle
* Update fluffy_discord_road_runner.yaml
---------
Co-authored-by: Fabien Potencier <fabien@potencier.org >
2024-11-14 07:41:09 +01:00
OtezVikentiy and GitHub
dda0dc816b
v1.12 patch ( #1705 )
2024-11-11 11:05:16 +01:00
Fabien Potencier and GitHub
1536808d2d
Merge pull request #1703 from Kocal/fix-yousign-zdd-message-bundle-config-path
...
[Yousign\ZddMessageBundle] Move configuration file under config/packages/
2024-11-09 08:49:04 +01:00
Hugo Alliaume
519e11f728
[Yousign\ZddMessageBundle] Move configuration file under config/packages/
2024-11-08 14:33:50 +01:00
Patrick Landolt and GitHub
268465c83b
artack svg inline bundle ( #1702 )
2024-11-03 14:33:18 +01:00
HypeMC and GitHub
eb8eea5f30
Add Sofascore Purgatory Bundle ( #1701 )
2024-10-28 22:35:33 -04:00
Florian VANESTE and GitHub
031dd846a1
Add rossel/mwu-sdk ( #1700 )
2024-10-27 13:56:40 +01:00
Jannik and GitHub
362ea1fb4d
Add 21torr/task-manager ( #1699 )
2024-10-24 10:42:59 +02:00
Jannik and GitHub
90e55a4e01
Add 21torr/storyblok ( #1698 )
2024-10-24 10:28:20 +02:00
Jannik and GitHub
e332786205
Add 21torr/hosting recipe for 3.2+ ( #1697 )
2024-10-24 09:38:53 +02:00
Simon André and GitHub
ce3e355da3
Add sensiolabs/minify-bundle recipe ( #1695 )
...
* Add sensiolabs/minify-bundle recipe
* cs yaml
2024-10-19 18:36:22 -04:00
Akshat Srivastava and GitHub
19cca4696f
added neo4j-bundle 1.0 ( #1694 )
...
* added neo4j-bundle 1.0
* added neo4j-bundle 1.0
* added neo4j-bundle 1.0
* added a new line in neo4j-bundle
2024-10-18 18:22:50 +04:00
Oskar Stark and GitHub
ccef749337
Fix: hints ( #1693 )
2024-10-15 04:16:10 +04:00
n0099 and GitHub
8120a067e4
mv spatie/symfony-ignition-bundle/0.0/config/packages{,/dev}/ignition.yaml ( #1689 )
...
* fix `There is no extension able to load the configuration for "ignition" (in "config/packages/ignition.yaml"). Looked for namespace "ignition", found "framework", "doctrine", "twig".` when under environments other than `dev`
* fix https://github.com/symfony/recipes-contrib/pull/1689#pullrequestreview-2367798882
2024-10-15 03:39:54 +04:00
Oskar Stark and GitHub
626427830c
sensiolabs-de/storyblok-bundle 0.3 (#1692 )
2024-10-14 22:09:13 +02:00
Johan Vlaar and GitHub
89fcc14e52
[odolbeau/phone-number-bundle] add more example configuration ( #1688 )
2024-10-13 12:23:04 +02:00
Pol Dellaiera and GitHub
3765f18f3d
add ecphp/eu-login-bundle recipe for version 3.0 ( #1691 )
2024-10-13 12:21:53 +02:00
Pol Dellaiera and GitHub
5de741dd83
ecphp/cas-bundle: add recipe for version 3.0 ( #1687 )
2024-10-13 12:21:24 +02:00
Loïc Frémont and GitHub
295c0b744d
Init Sylius Stack Flex recipes ( #1686 )
2024-10-08 16:11:52 +02:00
8265557e04
Add recipe for saqqal/llm-integration-bundle ( #1679 )
...
* Add recipe for saqqal/llm-integration-bundle
* Fix manifest.json and add newlines to end of files
* add env variables
---------
Co-authored-by: abdosql <abdosql@users.noreply.github.com >
2024-10-06 11:35:57 +02:00
Fabien Potencier and GitHub
95149d84e0
Merge pull request #1683 from silasjoisten/feature/remove-storyblok-api-recipe
...
Enhancement: Removes flex recipe for `sensiolabs-de/storyblok-api`
2024-10-06 11:35:32 +02:00
Manoj Kumar and GitHub
d47b4ed0f1
Add Encrypter Bundle recipes ( #1685 )
...
* Add Encrypter Bundle recipes
* fix: indentation
* Add comment in yaml
* Update comment
* Update comment
* Remove comment from yaml
2024-10-06 11:32:38 +02:00
Shyim and GitHub
8dde63d77f
feat: add storage to auto for shopware app bundle ( #1680 )
2024-10-06 11:32:18 +02:00
Silas Joisten and GitHub
7c5e820512
Fix: Fixes version of sensiolabs-de/storyblok-bundle ( #1682 )
...
* Fix: Version bundle not stable yet
* Adds assets api
* Adds blankline
* Version 0.2 recipes
* Update sensiolabs-de/storyblok-bundle/0.2/config/routes/storyblok.yaml
2024-09-30 19:28:33 +02:00
Silas Joisten
6dc9fb4882
Enhancement: Removes flex recipe for sensiolabs-de/storyblok-api
2024-09-28 13:14:02 +03:00
Silas Joisten and GitHub
da8d599a29
Enhancement: Adds Recipe for sensiolabs-de/storyblok-bundle ( #1681 )
...
* Enhancement: Adds Recipe for `sensiolabs-de/storyblok-bundle`
* Fix
2024-09-28 11:12:52 +02:00
Roméo RAZAFINDRAKOTO and GitHub
53358673a8
Add MVola bundle configuration, manifest, and routes ( #1671 )
2024-09-21 10:48:20 +02:00
Shyim and GitHub
334aa88ca4
feat: add shopware/app-bundle 4.0 variant ( #1673 )
2024-09-21 10:47:10 +02:00
Maxime Helias and GitHub
be6c37832b
Add recipe for intervention/image-symfony ( #1662 )
2024-08-22 22:24:54 +02:00
Loïc Sapone and GitHub
572f6ee223
[mezcalito/ux-filemanager]: add recipe ( #1661 )
2024-08-21 08:26:26 +02:00
zim32 and GitHub
370b05fa0e
Add recipe for zim32/symfony-tracing-orm package ( #1657 )
...
* Add recipe for zim32/symfony-tracing-orm package
* Fix yaml null
2024-08-11 21:13:21 +02:00
zim32 and GitHub
d9bd38d008
Add recipe for zim32/symfony-tracing-http-client package ( #1656 )
2024-08-07 22:37:51 +02:00
zim32 and GitHub
ad2b97016d
Add recipe for zim32/symfony-tracing-core package ( #1655 )
...
* Add recipe for zim32/symfony-tracing-core package
* Fix yaml lint errors
* Fix yaml indentation
* Fix json indentation
* Change default exporter
* Fix yaml indentation
* Small changes to trigger pipeline
2024-08-07 18:27:48 +02:00
Maxime Veber and GitHub
118b3e1805
Add some sample of configuration for the new version of the bundle ( #1653 )
2024-08-06 13:14:52 +02:00
Hugo Alliaume and GitHub
6920ee6533
[KocalBiomeJsBundle] Add recipe for 1.1, update biome.json from 1.0 aswell ( #1654 )
...
* [KocalBiomeJsBundle] Add recipe for 1.1
* [KocalBiomeJsBundle] Apply biome.json config from 1.1 to 1.0
2024-08-06 13:14:30 +02:00
Hugues Tavernier and GitHub
d8de5757bf
Update/vite bundle 7 ( #1652 )
...
* update recipe for ViteBundle 7
* update recipe for ViteBundle v7 to v6.4.7
* vite-bundle fix typo error
* changing vite-bundle version from patch to minor
2024-08-03 13:45:51 +02:00
Hubert and GitHub
75254f6697
Add recipe for bitbag/wishlist-plugin ( #1649 )
2024-07-26 17:23:42 +02:00
Aleksander Mahnert and GitHub
b2369bb877
Bugfix - manifest.json for thecodingmachine/graphqlite-bundle ( #1651 )
...
* Bugfix - manifest.json for thecodingmachine/graphqlite-bundle
* fix namespace
* Revert "Bugfix - manifest.json for thecodingmachine/graphqlite-bundle"
This reverts commit 8a08c47701 .
* Bugfix - manifest.json for thecodingmachine/graphqlite-bundle
* upd
2024-07-26 17:23:23 +02:00
Hugo Posnic and GitHub
ceec850a9d
Create manifest.json for huluti/doctrine-relations-analyser ( #1650 )
2024-07-21 18:59:51 +02:00
Roméo RAZAFINDRAKOTO and GitHub
163cad75a7
Refactor 'dahromy_glide' to 'glide' across project ( #1648 )
...
* Add Glide bundle configuration files
Added a manifest.json and a dahromy_glide.yaml to configure the Glide bundle in Symfony. The manifest.json includes the bundle and its environment-specific parameters, while the dahromy_glide.yaml sets up source, cache locations and the glide signature key.
* # This is the 1st commit message:
Add 'gd' driver to dahromy_glide configuration
The gd library driver has been added to the dahromy_glide.yaml configuration file. This change enables image processing capabilities provided by the gd library in the dahromy/glide-symfony project.
# This is the commit message #2 :
Add base_url to glide configuration
In the dahromy_glide.yaml configuration file, a new line specifying the base_url for image storage has been added. This amendment allows the glide library to know where to store and retrieve images.
# This is the commit message #3 :
Add newline at the end of glide.yaml file
A newline has been added at the end of the dahromy_glide.yaml file. This is in accordance with standard coding practices and helps to prevent any potential parsing errors due to the absence of a newline.
# This is the commit message #4 :
Remove 'gd' driver and base_url from glide config
The 'gd' driver and the 'base_url' configuration option have been removed from the Glide configuration. Other default configuration options can be added as needed. This change simplifies the default configuration.
# This is the commit message #5 :
Move manifest and config files to 1.0 directory
All manifest and config files have been moved to a newly created 1.0 directory. This change is to improve file organization and version control. The structure change does not bring any functionality differences.
# This is the commit message #6 :
Add PHP version conflict in manifest.json
The update adds a "conflict" field to the manifest.json which restricts the usage of the package with PHP versions less than 8.0. This ensures that the application is run on the supported PHP versions, preventing any compatibility issues.
# This is the commit message #7 :
Add new project files and update configuration
This commit introduces new .idea project files and updates DahRomy Glide Bundle routes and configuration. The various .idea files correspond to Project Modules, Git Toolbox settings and PHP options. Additionally, the Glide configuration has been altered to change the source directory and the signature key has been removed.
Add new project files and update configuration
This commit introduces new .idea project files and updates DahRomy Glide Bundle routes and configuration. The various .idea files correspond to Project Modules, Git Toolbox settings and PHP options. Additionally, the Glide configuration has been altered to change the source directory and the signature key has been removed.
Add newline at end of YAML files and clean up .idea
- Add newline at end of YAML configuration files
- Remove .idea directory
- Add .idea to .gitignore
Add newline at end of YAML configuration files
Two YAML configuration files in the glide-symfony project lacked a newline character at the end of the file. These have been added to the `glide.yaml` file in both the routes and packages directories, following the POSIX standards for text files.
Remove .idea directory
Add .idea to .gitignore
Remove .gitignore
2024-07-17 11:38:31 +02:00
Javi H. Gil and GitHub
096d85146c
Add softspring user-bundle ( #1644 )
...
* Add softspring user-bundle
* Fix softspring user-bundle with blank lines
* Add postinstall
2024-07-13 11:43:09 +02:00
Javi H. Gil and GitHub
372e4fce44
Add softspring twig-extra-bundle ( #1643 )
...
* Add softspring twig-extra-bundle
* Add postinstall
2024-07-13 11:42:33 +02:00
Javi H. Gil and GitHub
6b04c5db5f
Add softspring permissions-bundle ( #1642 )
...
* Add softspring permissions-bundle
* Update recipe
* Try to avoid php 7.4 check
2024-07-13 11:42:17 +02:00
Javi H. Gil and GitHub
893ee1407f
Add softspring media-bundle ( #1641 )
...
* Add softspring media-bundle
* Add postinstall
2024-07-13 11:41:50 +02:00
Javi H. Gil and GitHub
dd64bbb10b
Add softspring cms-module-collection ( #1640 )
2024-07-13 11:41:34 +02:00
Javi H. Gil and GitHub
2a671d40ba
Add softspring cms-bundle ( #1639 )
2024-07-13 11:40:50 +02:00
Javi H. Gil and GitHub
d15e90bab9
Add softspring doctrine-migrations-version-comparator ( #1632 )
...
* Add softspring doctrine-migrations-version-comparator
* Add softspring doctrine-migrations-version-comparator
* Add softspring doctrine-migrations-version-comparator
* Remove duplicated 5.2 recipe
* Fix configuration file
2024-07-13 11:39:54 +02:00
Javi H. Gil and GitHub
3116b26cc8
Add softspring components ( #1631 )
...
* Add softspring components
* Add softspring components
* Add softspring components
* Remove duplicated recipe
2024-07-13 11:39:21 +02:00
Roméo RAZAFINDRAKOTO and GitHub
0d6dd55f1c
Add Glide bundle configuration files ( #1638 )
...
* Add Glide bundle configuration files
Added a manifest.json and a dahromy_glide.yaml to configure the Glide bundle in Symfony. The manifest.json includes the bundle and its environment-specific parameters, while the dahromy_glide.yaml sets up source, cache locations and the glide signature key.
* Add 'gd' driver to dahromy_glide configuration
The gd library driver has been added to the dahromy_glide.yaml configuration file. This change enables image processing capabilities provided by the gd library in the dahromy/glide-symfony project.
* Add base_url to glide configuration
In the dahromy_glide.yaml configuration file, a new line specifying the base_url for image storage has been added. This amendment allows the glide library to know where to store and retrieve images.
* Add newline at the end of glide.yaml file
A newline has been added at the end of the dahromy_glide.yaml file. This is in accordance with standard coding practices and helps to prevent any potential parsing errors due to the absence of a newline.
* Remove 'gd' driver and base_url from glide config
The 'gd' driver and the 'base_url' configuration option have been removed from the Glide configuration. Other default configuration options can be added as needed. This change simplifies the default configuration.
* Move manifest and config files to 1.0 directory
All manifest and config files have been moved to a newly created 1.0 directory. This change is to improve file organization and version control. The structure change does not bring any functionality differences.
* Add PHP version conflict in manifest.json
The update adds a "conflict" field to the manifest.json which restricts the usage of the package with PHP versions less than 8.0. This ensures that the application is run on the supported PHP versions, preventing any compatibility issues.
2024-07-10 07:48:17 +02:00
Jordan Wamser and GitHub
35f85aeec1
[SensioLabs/Storybook-Bundle] create 0.1 recipe ( #1623 )
...
* [SensioLabs/Storybook-Bundle] create 0.1 recipe
* fix newline file requirements
* fix yaml standards
* fix yaml standards for bundle config
* recipe only for Symfony 7 and up
* add gitignore setup
* update conflict statement
2024-07-05 08:13:16 +02:00
Hugo Alliaume and GitHub
86fa9c9c34
[KocalBiomeJsBundle] Configure the bundle only for dev ( #1630 )
2024-07-05 08:12:41 +02:00
Adrien Roches and GitHub
0b705c38ad
Feature/add gotenberg bundle ( #1624 )
...
* [FEATURE] Add SensioLabs GotenbergBundle to recipes
* [UPDATE] Recipe gotenberg
* [UPDATE] Fix port mapping
2024-06-24 09:12:17 +02:00
Jérémy DECOOL and GitHub
6091e1336a
Add qossmic/deptrac recipe ( #1625 )
2024-06-22 08:59:57 +02:00
Szymon Kostrubiec and GitHub
26814278e1
Remove prefix from Product Bundle configuration ( #1615 )
2024-06-07 11:03:15 +02:00
a6a9bc0bfc
Added recipe for endeavour/groeigids-api-client-bundle ( #1618 )
...
Co-authored-by: Joep Oonk <joep.oonk@endeavour.nl >
2024-06-07 11:02:45 +02:00
Benjamin Zaslavsky and GitHub
8ee5716ea9
Fix structure and Bundle classnames ( #1622 )
2024-06-03 13:21:54 +02:00
Andrey Lebedev and GitHub
33705fdb30
Add lox24eu/lox24_api_client_bundle bundle recipe ( #1621 )
...
* Add lox24eu/lox24_api_client_bundle bundle recipe
* Fixed Indendation and other auto-test issues
* Fixed Indendation and other auto-test issues
* Fixed Indendation and other auto-test issues
* Fixed Indendation and other auto-test issues
* Fixed Indendation and other auto-test issues
* Fixed Indendation and other auto-test issues
2024-05-31 17:52:37 +02:00
Benjamin Zaslavsky and GitHub
50437fe868
Add recipes for Firestore bundles ( #1620 )
...
* Add first recipes for firestore
* Fix paths
* Bump versions for lint
* Bump min version for fixed composer.json
* Commit for push
2024-05-31 12:15:43 +02:00
Silas Joisten and GitHub
83ff9fe8fc
sensiolabs-de/storyblok-api v2 (#1619 )
2024-05-28 08:05:25 +02:00
Hugo Alliaume and GitHub
2c79d8ac41
Add kocal/biome-js-bundle recipe ( #1617 )
...
* Add kocal/biome-js-bundle recipe
* [BiomeJsBundle] Add "composer.json" to ignored files
2024-05-26 13:58:36 +02:00
Oskar Stark and GitHub
8fb0eea7a6
Add API class ( #1616 )
2024-05-17 17:26:29 +02:00
f11432d78a
Add sensiolabs-de/storyblok-api ( #1612 )
...
* Enhancement: Adds Sensiolabs DE
* Adds blankline
* Fix
* Modify recipe
* Update sensiolabs-de/storyblok-api/1.0/config/packages/sensiolabs_de_storyblok_api.yaml
Co-authored-by: Oskar Stark <oskarstark@googlemail.com >
---------
Co-authored-by: Oskar Stark <oskarstark@googlemail.com >
2024-05-16 14:47:02 +02:00
449020e5db
Add softavis/flysystem-cloudflare-bundle recipe fix version ( #1613 )
...
* Add softavis/flysystem-cloudflare-bundle recipe
* Add softavis/flysystem-cloudflare-bundle recipe
* Add softavis/flysystem-cloudflare-bundle recipe
---------
Co-authored-by: Zlatin Hristov <zlatin.hristov@softavis.com >
2024-05-15 11:06:08 +01:00
Olivier Dolbeau and GitHub
36bc3b12ab
Add tiime/tested-routes-checker-bundle ( #1614 )
2024-05-15 11:05:21 +01:00
David Badura and GitHub
8c5bbe28d8
add patchlevel/event-sourcing 3.0 ( #1611 )
2024-04-28 20:38:05 +02:00
Andrei Karpilin and GitHub
600121e7cf
Use attributes on the entity instead of annotations they are fully removed from ORM 3.0 ( #1599 )
2024-04-28 18:41:51 +02:00
d51ff09530
Adds opctim/symfony-csp-bundle ( #1610 )
...
* Adds opctim/symfony-csp-bundle
* Adds newline
* Dummy commit
* Dummy commit
* Dummy commit
* Updates README url
* Updates config template
* Adds version 1.1
* Changes ~ to null
* Dummy commit
* Adds routeParams config
* Dummy commit
* Removes 1.0
* Renames routeParams to route_params
* Comments out alias
* Removes anchor / alias
---------
Co-authored-by: Tim Nelles <tim.nelles@denkwerk.com >
2024-04-27 17:04:05 +02:00
Tudorache Leonard Valentin and GitHub
8f56f2cee9
Adding recipe for skipthedragon/inertia-bundle:1.0 ( #1609 )
...
* Adding recipe for skipthedragon/inertia-bundle:1.0
* removed class from bundles in manifest.json and not existent option from config
* remove conflict
* fix indentation
2024-04-11 09:40:16 +02:00
siburuxue and GitHub
e0ade43f09
add siburuxue/doctrine-helper ( #1606 )
...
* add siburuxue/doctrine-helper
This tool provides an alternative to the php bin/console doctrine:mapping:import App\\Entity attribute --path=src/Entity command in Symfony 7, as the doctrine:mapping:import command has been removed in the latest versions. It allows for importing entity mappings from existing databases into Symfony applications.
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
2024-04-11 08:52:50 +02:00
Frank Dekker and GitHub
88663bb596
Add fdekker/log-viewer-bundle recipe ( #1603 )
...
* Add fdekker/log-viewer-bundle bundle recipe
* Update indentation to 4 spaces
* Remove home_route default
* Update post-install.txt
* Update post-install.txt
* Update version
* Update post-install
2024-04-11 08:52:20 +02:00
Anton Zenkov and GitHub
bedc2034f4
Add recipe for luzrain/phpstreamserver-bundle ( #1608 )
2024-04-11 08:50:17 +02:00
Michi Hoffmann and GitHub
0924a1b1cd
Sentry Symfony SDK 5.0.0 ( #1607 )
2024-04-11 08:43:17 +02:00
qconer and GitHub
3aaf36855c
add corytech/php-monitoring reciepe ( #1598 )
...
* add corytech/php-monitoring
* fix statsd-exporter ports
2024-03-30 09:52:57 +01:00
Christian Flothmann and GitHub
511e963ca7
update recipe for LiipMonitorBundle 3 ( #1605 )
2024-03-30 09:51:40 +01:00
Loïc Sapone and GitHub
fec3bcfe2b
[iq2i/storia-bundle]: add recipe ( #1604 )
2024-03-28 21:51:36 +01:00
simon511000 and GitHub
3f410835f7
Use attributes instead of annotations ( #1602 )
2024-03-22 14:59:31 +01:00
Anton Zenkov and GitHub
1673fc3b17
Add recipe for luzrain/phprunner-bundle ( #1601 )
...
* Add recipe for luzrain/phprunner-bundle
* Change default port
2024-03-15 15:25:19 +01:00
Dieter Beck and GitHub
bb846a62ae
Doctrine codeception module is the successor of Doctrine2 module ( #1600 )
2024-03-04 09:38:22 +01:00
Joseph Bielawski and GitHub
71b233d684
Adjust HWIOAuthBundle recipe for version 2.x ( #1597 )
2024-02-24 10:42:36 +01:00
qconer and GitHub
e0baded5bc
add corytech/php-openapi recipe ( #1596 )
...
* add corytech/php-openapi recipe
* fix yaml
* fix yaml
* add bundles to manifest
2024-02-24 10:42:02 +01:00
Thomas Landauer and GitHub
4a79670d82
Update post-install.txt ( #1592 )
...
* Update post-install.txt
Minor typos
* Update post-install.txt
* Update Acceptance.suite.yml
Aligning to https://github.com/Codeception/Codeception/pull/6735
2024-02-19 08:09:11 +01:00
Marcel Siegert and GitHub
fcad10593a
[dama/doctrine-test-bundle] Use when@ keyword ( #1591 )
2024-02-13 09:36:52 +01:00
07cc241a3f
Added alms/cycle-bundle ( #1569 )
...
* Added alms/cycle-bundle
* Adjusted the indentation of the cycle-bundle.yaml file because it had 2 levels instead of 4.
Added the migrations folder that I forgot.
* Added the migrations folder that I forgot.
* Added a new line at the end of the cycle.yaml file.
* Fixed when@test config
* Fixed when@test config
* Update cycle.yaml
---------
Co-authored-by: Fabien Potencier <fabien@potencier.org >
2024-01-20 09:52:31 +01:00
054eef6640
Codeception 5 update ( #1583 )
...
Co-authored-by: Thomas Landauer <thomas@landauer.at >
2024-01-20 09:51:11 +01:00
Raphaël KIMM and GitHub
282ef7409d
Added recipe for zemasterkrom/zmkr-cloudflare-turnstile-bundle ( #1589 )
...
* Add recipe for zemasterkrom/zmkr-cloudflare-turnstile-bundle
* Fixed recipe files for better QA
2024-01-20 09:49:19 +01:00
Jawira Portugal and GitHub
90b3d7b7f3
feat: Add doctrine-diagram recipe ( #1587 )
...
* feat: Add doctrine-diagram recipe
* Empty-Commit
* Empty-Commit
* fret: Update version number
2024-01-15 09:17:11 +01:00
Javier Eguiluz and GitHub
e454af7438
Update the Sentry recipe ( #1586 )
...
* Update the Sentry recipe
* Disable tracing by default
2024-01-11 11:04:18 +01:00
Silas Joisten and GitHub
e7b4023177
Fix namespace ( #1585 )
2024-01-09 13:38:11 +01:00
Silas Joisten and GitHub
9ab6a051fd
Adds recipefor datana-gmbh/zendesk-api ( #1584 )
2024-01-09 13:26:58 +01:00
Jérôme Tamarelle and GitHub
98257df855
Add doctrine/mongodb-odm-bundle v5 without is_bundle (default to false) ( #1582 )
2024-01-08 18:55:46 +01:00
Oskar Stark and GitHub
88b22f26bf
Add DatasetApi ( #1581 )
2024-01-06 16:00:44 +01:00
Oskar Stark and GitHub
c2e85bcb8a
Merge pull request #1580 from OskarStark/update-recipe
...
Only in `prod`
2024-01-05 09:16:56 +01:00
Oskar Stark
7b0aeb9233
Only in prod
2024-01-05 08:38:35 +01:00
573ce6aa5f
- adds recipe for arad021/entity-already-exists-validation-constraint ( #1564 )
...
* - adds recipe for arad021/entity-already-exists-validation-constraint
* - adds recipe for arad021/entity-already-exists-validation-constraint
---------
Co-authored-by: Arad Ahmad <arad.ahmad@check24.de >
2024-01-01 22:13:54 +01:00
Jannik and GitHub
051947f753
Add 21torr/hosting bundle ( #1565 )
2024-01-01 22:13:37 +01:00
James Wedam Anewenah and GitHub
bb51dc1a03
Added recipe for wedrix/watchtower-bundle v2 ( #1567 )
2024-01-01 22:13:12 +01:00
David Maicher and GitHub
c439704651
fix recipe for nelmio/solarium-bundle ^5.0 ( #1568 )
2024-01-01 22:12:41 +01:00
Oliver Stark and GitHub
209c667e5a
Use SymLinksIfOwnerMatch by default. ( #1570 )
2024-01-01 22:11:23 +01:00
OtezVikentiy and GitHub
fd8b5e1473
json-rpc-api-v1.7 ( #1572 )
2024-01-01 22:10:08 +01:00
0c9f453129
Add leapt/im-bundle v5 config ( #1573 )
...
Co-authored-by: jmsche <jonathan.scheiber@wikipower.be >
2024-01-01 22:09:31 +01:00
Juanjo Conejero and GitHub
583566e2fa
Add Idempotency Bundle ( #1579 )
...
* Add config file and manifest.json
* Fix spaces
* Retry QA
* Retry QA
2024-01-01 22:08:49 +01:00
Fabien Potencier and GitHub
6c9cb3a373
Merge pull request #1515 from ismail1432/update-zdd-recipe
...
update zdd-message-bundle recipe
2023-12-28 11:29:08 +01:00
Romain Monteil and GitHub
a599dca307
Add recipe for FlowbiteBundle ( #1578 )
2023-12-28 11:28:16 +01:00
Smaine Milianni and smaine milianni
c75c409759
update zdd-message-bundle recipe
2023-12-21 16:10:45 +01:00
Oskar Stark and GitHub
f77dbff5f2
Upgrade recipe ( #1577 )
2023-12-20 12:31:12 +01:00
ToshY and GitHub
3daf0c10a2
Add schranz-search/symfony-bundle config ( #1575 )
2023-12-18 18:16:48 +01:00
Oskar Stark and GitHub
3298326fdb
Use token ( #1576 )
...
* Use token
* -
* -
2023-12-15 13:47:51 +01:00
Oskar Stark and GitHub
378ce1ddd9
Update recipe for datana-gmbh/logz-io-handler ( #1574 )
2023-12-11 09:57:55 +01:00
Guillaume Ponty and GitHub
13942d1c3f
Remove API Version ( #1571 )
2023-11-28 11:57:14 +01:00
Oskar Stark and GitHub
4def1d17eb
Update recipe for datana-gmbh/datapool-api ( #1558 )
2023-11-24 08:59:52 +01:00
Romain Monteil and GitHub
a1fdfa1861
Add tales-from-a-dev/twig-tailwind-extra ( #1566 )
2023-11-20 13:28:52 -05:00
6674754a21
Add omines/antispam-bundle ( #1561 )
...
* Add omines/antispam-bundle
(cherry picked from commit 79e5603123597bb914876e470ec5ffab1d73c5a9)
* Clarify comment
* Apply suggestions from code review
Co-authored-by: Kevin Bond <kevinbond@gmail.com >
* Update antispam.yaml
* Update configuration for current bundle version
---------
Co-authored-by: Kevin Bond <kevinbond@gmail.com >
2023-11-16 11:42:43 -05:00
fefc19c5ae
Add mongodb/symfony-bundle ( #1560 )
...
* Add `mongodb/symfony-bundle`
* Update mongodb/symfony-bundle/0.1/manifest.json
Co-authored-by: Jérôme Tamarelle <jerome@tamarelle.net >
---------
Co-authored-by: Jérôme Tamarelle <jerome@tamarelle.net >
2023-11-10 10:34:28 +01:00
Javier Spagnoletti and GitHub
749e0466be
Add recipe for "sonata-project/entity-audit-bundle" ( #1559 )
2023-11-06 20:53:01 +01:00
AaricDev and GitHub
579c39c871
Add recipe for simply-stream/twitch-api-bundle:0.1 ( #1557 )
...
* Add recipe for simply-stream/twitch-api-bundle:0.1
* Add missing newlines
* Add bundles section to manifest.json
2023-10-28 18:22:30 +02:00
Eric Poe and GitHub
fdc340477d
Match install directions to actual filename for phpstan config file ( #1556 )
...
Either `phpstan.dist.neon` or `phpstan.neon.dist` are acceptable (see: https://phpstan.org/config-reference#config-file ). I'm sticking with `phpstan.dist.neon` since text editors that recognize the `.neon` extension will render the contents of the file nicely.
2023-10-22 17:41:46 -04:00
ec85310bcd
add survos/crawler-bundle ( #1554 )
...
* add survos/crawler-bundle
* fix spacing
* Update survos/crawler-bundle/1.5/config/packages/survos_crawler.yaml
Co-authored-by: Ryan Weaver <weaverryan+github@gmail.com >
---------
Co-authored-by: Ryan Weaver <weaverryan+github@gmail.com >
2023-10-22 17:31:29 -04:00
Priyadi Iman Nurcahyo and GitHub
613030662a
Add recipe for rekalogika/gotenberg-pdf-bundle ( #1552 )
...
* Add recipe for rekalogika/gotenberg-pdf-bundle
* ends files with newlines
* use GOTENBERG_URL, but retain GOTENBERG_HOST and GOTENBERG_PORT
* add env comment for clarity
2023-10-18 10:43:58 -04:00
Tac Tacelosky and GitHub
cf2d161e07
add survos/command-bundle ( #1553 )
2023-10-17 13:29:12 -04:00
Guillaume Ponty and GitHub
8dde956a9b
Add Monday Api Bundle ( #1551 )
...
* Add Monday Api Bundle
* End new line
2023-10-17 09:12:50 -04:00
Oskar Stark and GitHub
abc548ed67
Add datana-gmbh/fake-api-client version 2 ( #1547 )
2023-10-09 09:10:14 -04:00
Oskar Stark and GitHub
06f7fa750e
Remove when@dev and when@test ( #1546 )
2023-10-09 09:09:45 -04:00
Oskar Stark and GitHub
2ebd969155
Add recipe for datana-gmbh/fake-api-client ( #1545 )
...
* Add recipe for `datana-gmbh/fake-api-client`
* -
2023-10-05 07:38:03 +02:00
Maxime Huran and GitHub
970ed1e783
Add recipe for Sylius Media Manager plugin ( #1535 )
2023-10-02 17:06:21 +02:00
1a927a4fea
Enhancement: Add recipe for datana-gmbh/formulario-api ( #1544 )
...
* Enhancement: Add recipe for `datana-gmbh/formulario-api`
* Update datana-gmbh/formulario-api/1.0/manifest.json
Co-authored-by: Fabien Potencier <fabien@potencier.org >
* Update datana-gmbh/formulario-api/1.0/config/packages/datana_formulario_api.yaml
---------
Co-authored-by: Fabien Potencier <fabien@potencier.org >
2023-09-27 12:08:51 +02:00
Nicolas Gomes De Oliveira and GitHub
1abbaca888
Upgrade PHP version to 8.1 to match the required version in Symfony 6.3 ( #1542 )
2023-09-27 10:40:44 +02:00
Alex Geno and GitHub
914932418b
Add recipe for Phone Verification Bundle ( #1541 )
...
* alexgeno/phone-verification-bundle/1.0 receipt
* Delete post-install.txt
* Fix check error: Text files should end with a newline
* Fix check error: Wrong bundle name
* Manifest.json improvements
* Manifest.json improvements
* Modify packages/snc_redis.yaml to set default redis connection
* Modify packages/snc_redis.yaml to set default redis connection
* Add routes
* Add routes
2023-09-16 18:44:10 +02:00
Alexander Schranz and GitHub
68eee1387c
Move phpstan.neon.dist to phpstan.dist.neon for better autocomplete ( #1540 )
2023-09-11 16:46:44 -04:00
Steven DUBOIS and GitHub
fb99a1df8d
[phpstan/phpstan] phpstan.neon.dist config file usage ( #1538 )
2023-09-11 08:58:33 +02:00
Priyadi Iman Nurcahyo and GitHub
425d54c260
Add recipe for rekalogika/temporary-url-bundle ( #1539 )
...
* Add recipe for rekalogika/temporary-url-bundle
* Ending yaml with a newline
2023-09-07 10:46:18 -04:00
Maxime Huran and GitHub
c519a3cf2c
Add Sylius Search Plugin v2 recipe ( #1534 )
2023-08-30 17:03:50 +02:00
Anton Zenkov and GitHub
c4e97dfe41
Add recipe for luzrain/workerman-bundle ( #1536 )
...
* Add recipe for luzrain/workerman-bundle
* Indendation fix
* Typo fix
2023-08-30 17:02:14 +02:00
Oskar Stark and GitHub
b904924891
Add datana-gmbh/iusta-api package ( #1537 )
...
* Add `datana-gmbh/iusta-api`
* -
2023-08-30 17:01:52 +02:00
6c7a369bd8
Update sonata-project/media-bundle recipe ( #1533 )
...
Co-authored-by: Marco Polichetti <gremo1982@gmail.com >
2023-07-30 15:01:59 +02:00
Marco Polichetti and GitHub
b538d2bda3
Update sonata-project/media-bundle recipe ( #1532 )
2023-07-24 13:42:27 +02:00
Joachim Løvgaard and GitHub
3854261694
Add Google Analytics bundle ( #1530 )
...
* Add Sylius Analytics Plugin
* Use null instead of tilde
* Add post install message
* Add google analytics bundle
* Better configuration
* Fixed suggested change
2023-07-19 09:27:57 +02:00
James Wedam Anewenah and GitHub
d0e8c12b04
Added recipe for watchtower-bundle ( #1528 )
...
* Added recipe for watchtower-bundle
* Fixed CI issues
* Added default directories for plugins and scalar_type_definitions
* Updated default location of schema file
2023-07-10 13:24:47 -04:00
Marco Polichetti and GitHub
74ab5e1271
Add phpstan/phpstan recipe ( #1527 )
2023-07-06 07:51:03 +02:00
Hugues Tavernier and GitHub
35a37f4f66
update pentatrion/vite-bundle manifest add-lines ( #1525 )
2023-06-24 17:32:41 +02:00
Nicolas Grekas and GitHub
6378a83072
[dama/doctrine-test-bundle] Set warn_if_missing=true when trying to add lines to phpunit.xml.dist ( #1524 )
2023-06-21 08:14:02 +02:00
Honoré Hounwanou and GitHub
89b05a0df4
Add mercuryseries/inertia-bundle recipe ( #1517 )
...
* Add mercuryseries/inertia-bundle recipe
* fix version issue
* fix indentation issue
* Remove ::class typo
* Switch to 0.2
* Fix wrong bundle extension
* Fix wrong AbstractController namespace
* Switch to 0.4
* Switch to 0.1
* Trigger ci
* Fix typo
* Update config/routes.yaml to add csrf config
* Keep only MercurySeries\Bundle\InertiaBundle\MercurySeriesInertiaBundle registration
* fix typo
* Move files to package
* Update post-install.txt
* fix invalid json file
* Update post-install.txt
* trigger deployment
* trigger deployment
* trigger deployment
* trigger deployment
* Update post-install.txt
* Update post-install.txt
* Support Symfony 5
* Remove requires
* Remove warn_if_missing
* Add warn_if_missing false
* Add config/routes/inertia.yaml
* explicit null
* better text
* better text
* better text
* comment out domain
* move route config logic to bundle
* update post-install.txt
* renaming to bundler
2023-06-19 10:23:22 -04:00
Nicolas Grekas and GitHub
4b48699bfe
[dama/doctrine-test-bundle] leverage the new add-lines configurator ( #1523 )
2023-06-19 10:22:24 -04:00
Jacques Bodin-Hullin and GitHub
803a21dbb0
[monsieurbiz/sylius-homepage-plugin] Add missing semicolon in routes ( #1522 )
2023-06-12 18:24:30 +02:00
Guillaume Ponty and GitHub
1e339b2b6e
Add recipe for symfony-idloom-api-bundle ( #1521 )
...
* Add recipe for symfony-idloom-api-bundle
* Add endline
2023-06-10 09:21:27 +02:00
TuyetrinhVO and GitHub
8dc257c6b1
Update sylius_mail_tester.yaml ( #1519 )
...
use '/%sylius_admin.path_name%' instead of '/admin'
2023-06-02 15:36:20 +02:00
Kévin Dunglas and GitHub
32953db819
[dunglas/solid-client-php]: add recipe ( #1518 )
2023-06-01 22:50:02 +02:00
Oskar Stark and GitHub
0ca0ac213c
Add service ( #1516 )
2023-05-25 21:41:55 +02:00
Florent Baldino and GitHub
b0b7f7ceba
Upgrade baldinof/roadrunner-bundle recipe for v3.0 ( #1514 )
2023-05-18 10:48:53 +02:00
Florent Morselli and GitHub
4b1ab2fdd1
Typo fixed ( #1513 )
2023-05-12 15:54:23 -04:00
Fabien Potencier and GitHub
1e703a7ce6
Merge pull request #1512 from iamyphar/main
...
Add FZ Hosting Symfony Bundle Recipe
2023-05-12 08:58:33 +02:00
Raphaël Doutaz
bd3031c794
Add FZ Hosting Symfony Bundle Recipe
2023-05-12 08:27:00 +02:00
Nicolas Grekas
9a33ab1825
-
2023-05-11 17:55:52 +02:00
Nicolas Grekas
194b6e8be2
-
2023-05-11 17:54:51 +02:00
Nicolas Grekas
063b74aede
Update LICENSE
2023-05-11 15:35:56 +02:00
Shyim and GitHub
ef5ef86df3
feat: add shopware app sdk ( #1508 )
2023-05-10 13:56:03 -04:00
Fabien Potencier and GitHub
c8af99bd45
Merge pull request #1507 from ismail1432/update-safe-migration
...
update package dir
2023-05-07 11:38:38 +02:00
Smaine Milianni
6c3ad7b2a4
update package dir
2023-05-07 00:13:24 +01:00
5574cf938c
Add health check endpoint and update namespace ( #1504 )
...
* Add health check endpoint and update namespace
* fix Error: Should end with a newline
---------
Co-authored-by: ketut-angga <ketut.angga@balabali.com >
2023-05-06 18:46:05 +02:00
Smaine Milianni and GitHub
ee13e671f9
add safe-migrations bundle ( #1506 )
2023-05-06 12:36:47 +00:00
Oskar Stark and GitHub
45f40fd7a8
Add recipe for datana-gmbh/url-shortener-api ( #1503 )
2023-04-27 11:30:21 +02:00
Smaine Milianni and GitHub
8ea1e7e6d6
add zdd message bundle ( #1502 )
2023-04-26 19:53:26 +02:00
Loïc Frémont and GitHub
2a039515ea
[sylius/resource-bundle] Sylius routes with attributes and default mapping paths ( #1499 )
...
* Sylius configuration for routes with attributes' feature
* Add default mapping paths
2023-04-21 09:19:49 +02:00
Eduan de Bruijne and GitHub
01797b055d
eduandebruijne/admin-bundle recipe ( #1430 )
...
* Add recipe for eduandebruijne/admin-bundle v9
* Add blank lines at EOF
* Fix codestyle
* Adjust recipe for 9.0.0
* Rename route config key
* Add new environment variables for bundle version 9.1.0
* Make bundle version 9.1.0 minimum for recipe
* Cleanup
* Fix URL for icons in admin
* Use latest bundle version, add post-install text and update ENV vars
* Change ~ to null in bundle config
* Remove PHP classes, they don't belong in a recipe
* Bump bundle version to 11 because removing the PHP classes is not BC
* Add dev-main recipe for testing
* Remove dev-main version because it doesn't work that way
* Update post-install text
* Fix version directory
* Indent post install text
2023-04-21 09:12:27 +02:00
Jacques Bodin-Hullin and GitHub
708872f85b
Copy monsieurbiz/sylius-no-commerce-plugin@v0.1.* to v1.0 ( #1498 )
2023-04-13 11:47:30 +02:00
5da0fa2e64
removing the level config ( #1497 )
...
* removing the level config, now the level taken from Monolog bundle configuration
* fixing text file error
* removing the env configuration
---------
Co-authored-by: ketut-angga <ketut.angga@balabali.com >
2023-03-30 12:18:41 +02:00
Matthew Howells and GitHub
51f2bd5f81
Adding BugSnag Recipe ( #1496 )
2023-03-20 21:41:42 +01:00
Romain Monteil and GitHub
f65da3a909
Add recipe for meilisearch/search-bundle ( #1494 )
2023-03-16 10:12:02 +01:00
Dieter Beck and GitHub
3080481d47
Enabling the routing load is not supported anymore in rest-bundle v3 ( #1493 )
2023-03-13 20:25:56 +01:00
Alex Harpin and GitHub
05da691b43
Feature/mock server bundle recipe 1.0 ( #1492 )
...
* Add default configuration file
* Add manifest.json
* Update default config to ensure http_client service is available in dev
* Remove http_client config; this is enabled in the bundle via prepend
* Update default config to only load in test and dev environments
2023-03-13 20:24:52 +01:00
Jérôme Tamarelle and GitHub
7774cded1c
Add openai-php/symfony bundle ( #1491 )
2023-03-09 16:43:50 +01:00
Fabien Potencier
e8feb33495
Revert "Feature/mock server bundle recipe 1.0 ( #1488 )"
...
This reverts commit 2169853b90 .
2023-03-09 16:08:04 +01:00
Alex Harpin and GitHub
2169853b90
Feature/mock server bundle recipe 1.0 ( #1488 )
...
* Add default configuration file
* Add manifest.json
* Update default config to ensure http_client service is available in dev
2023-03-08 15:01:55 +01:00
Jérôme Gangneux and GitHub
aeaf9062e4
Add recipe for jrmgx/interactive-bundle ( #1486 )
...
* Add recipe for jrmgx/interactive-bundle
* include Bundle config - re-push
2023-03-01 14:57:04 +01:00
49b47b0df5
Add neimheadh/sonata-annotation-bundle recipe ( #1489 )
...
Co-authored-by: Mathieu Wambre <mwambre@digitalgarden.fr >
2023-03-01 14:56:32 +01:00
49867ebac5
add wemxo/dynamic-form-bundle recipe ( #1490 )
...
Co-authored-by: Abdelhak Ouaddi <abdelhak.ouaddi@adprod.local >
2023-03-01 14:55:52 +01:00
Mark Ogilvie and GitHub
70179f0292
Add SpecShaperEncrypt recipe ( #1487 )
...
* Create manifest.json
* Create manifest.json
* Delete manifest.json
* Create spec_shaper_encrypt.yaml
* Update spec_shaper_encrypt.yaml
* Update spec_shaper_encrypt.yaml
* Update manifest.json
2023-02-22 10:40:18 -05:00
HypeMC and GitHub
4deb156de1
Add hub_id and register_error_handler options ( #1485 )
2023-02-15 15:31:54 +01:00
Gabriel BONDAZ and GitHub
dbb9481385
Add recipe for IDCIKeycloakSecurityBundle v2.0 ( #1484 )
...
* Add recipe for IDCIKeycloakSecurityBundle v2.0
* Add missing blank line at the end of post-install.txt file
2023-02-02 10:03:58 -05:00
CJayHe and GitHub
4b24381fe5
phpzlc 2.5 ( #1480 )
...
* phpzlc 2.5
* add yaml
2023-01-30 14:07:10 +01:00
Piotr Zając and GitHub
791bdc77c3
prooph event store recipes ( #1479 )
...
event store interface should alias instance which wraps internal event store client
wrapper gets registered by bundle package due it is the proper place to define an alias
console command will be moved into the bundle
2023-01-18 14:27:07 +01:00
b263573589
Add recipe for webylum/puppeteer-server-client-bundle 1.2 ( #1478 )
...
* Add recipe for webylum/puppeteer-server-client-bundle 1.2
* Fix typo
Co-authored-by: Brice Sigura <brice.sigura@kelips.fr >
2023-01-15 17:24:47 +01:00
Nicolas Potier and GitHub
ec30434aad
acseo-typesense-bundle recipe ( #1474 )
...
* acseo-typesense-bundle recipe
* fix Run checks errors
* move manifest.json to right space
* add version
* put files in good folder
* v0.7
2023-01-11 10:19:44 +00:00
Aziz BenMallouk and GitHub
33cf4e87a8
add recpies for aziz403/ux-datatable ( #1470 )
2023-01-10 10:42:09 -05:00
Fran Moreno and GitHub
f0c13b8963
Rely on default mapping type ( #1472 )
2023-01-08 11:10:11 +01:00
William Arin and GitHub
82a8f798d9
Add recipe for phpsword/sword-bundle ( #1471 )
2022-12-31 11:38:49 +01:00
Nikita Netyosin and GitHub
0fa56cfb29
add recipes for timiki/rpc-server-bundle:5.* ( #1451 )
2022-12-30 13:52:26 +01:00
Cedrick Oka and GitHub
0c4b896bfc
Fixed secret generation ( #1469 )
2022-12-20 07:43:34 -05:00
Vincent Langlet and GitHub
9a12b2bca7
Add recipe for vincentlanglet/twig-cs-fixer ( #1468 )
2022-12-19 15:25:19 +01:00
Alexander Schranz and GitHub
9ffc1fbdf0
Fix not defined bundle class in Aziz403/ux-zoom bundle ( #1467 )
...
* Fix not defined bundle class in Aziz403/ux-zoom bundle
* Use UxZoomBundle
2022-12-18 19:58:24 +01:00
Aziz BenMallouk and GitHub
ef2f3b9592
Add recipe for aziz403/ux-zoom ( #1466 )
...
* add aziz403/ux-zoom recipe
* update aziz403/ux-zoom config file name
* text files ends with newline
* Indendation must be a multiple of 4 spaces
* update manifest.json
* change dir in copy-from-recipe
* add config dir
2022-12-18 10:12:49 +01:00
Fabien Potencier and GitHub
38c2f0e021
Merge pull request #1317 from Hanmac/master
...
`FollowSymlinks` to be enabled at any times
2022-12-18 10:10:19 +01:00
19e6c5bbef
add level config ( #1463 )
...
* add level config
* fix error end with new line
* fix error end with new line
Co-authored-by: ketut-angga <ketut.angga@balabali.com >
2022-12-17 18:53:49 +01:00
Jeroen Thora and GitHub
c14d5868f7
Remove deprecated kunstmaan admin config ( #1437 )
2022-12-17 17:56:08 +01:00
Artyum and GitHub
6ec0e16243
Added request-dto-mapper-bundle recipe ( #1438 )
2022-12-17 17:55:46 +01:00
Koldo Picaza and GitHub
2d332654fe
drinksco/console-ui-bundle recipe ( #1439 )
2022-12-17 17:55:27 +01:00
Fabien Potencier and GitHub
ecd98befa8
Merge pull request #1141 from clem21/monsieurbiz/sylius-menu-plugin
...
Add recipe for Sylius Menu Plugin by @monsieurbiz https://github.com/…
2022-12-17 17:52:38 +01:00
Jacques Bodin-Hullin and GitHub
3cf2170512
Add recipe for monsieurbiz/sylius-rich-editor-plugin in v2 ( #1147 )
2022-12-17 17:52:10 +01:00
Fabien Potencier and GitHub
ab4a2363ad
Merge pull request #1298 from maximehuran/feature/add-search-plugin
...
Add Sylius Search Plugin recipe
2022-12-17 17:50:52 +01:00
Fabien Potencier and GitHub
020e448ac2
Merge pull request #1290 from maximehuran/feature/add-rich-editor-v2
...
Add Sylius RichEditor v2 recipe
2022-12-17 17:49:54 +01:00
Fabien Potencier and GitHub
7a7b21a0b3
Merge pull request #1187 from Sven-Ve/svc-versioning-recipe
...
added recipe for SvcVersioningBundle
2022-12-17 17:49:33 +01:00
Fabien Potencier and GitHub
cc5ce8b79f
Merge pull request #1278 from MKHSKY/master
...
Added default config for saas-provider-bundle
2022-12-17 17:48:27 +01:00
Hamza Makraz and GitHub
86bb552813
add league/oauth2-server-bundle ( #1363 )
2022-12-17 17:45:18 +01:00
Alexander Schranz and GitHub
226f852b8f
Add sulu form bundle 2.4 recipe ( #1386 )
2022-12-17 17:44:17 +01:00
Alexandre Tranchant and GitHub
fdd9ea84cb
A contrib recipe for a bundle to manage meta tags. ( #1389 )
...
* manifest.json file created for longitude-one/meta-bundle package
* manifest.json file created for longitude-one/meta-bundle package
* manifest.json file created for longitude-one/meta-bundle package
* Fixing manifest.json file
* Fixing manifest.json file
* Fixing typo
2022-12-17 17:43:52 +01:00
Daniel Toader and GitHub
8789ae53a4
Add new recipe for Annotation Cache Bundle 6.* ( #1415 )
2022-12-17 17:42:17 +01:00
Vlad Filimon and GitHub
450fbfd13d
Adding 2.0 recipe with correct config.yaml ( #1425 )
2022-12-17 17:41:39 +01:00
David Badura and GitHub
81fc7648ad
add patchlevel event-sourcing 2.0 receipe ( #1421 )
2022-12-17 11:42:36 +01:00
Fabien Potencier and GitHub
df61749834
Merge pull request #1464 from Nek-/fix/biig-package-does-not-exist
...
Fix: swag-industries/doctrine-domain-events recipe
2022-12-16 08:02:10 +01:00
Maxime Veber
2205fc7e60
fix: biig package does not exist
2022-12-15 16:03:52 +01:00
Fabien Potencier and GitHub
53108cd136
Merge pull request #1285 from fd6130/fd6130_recipes
...
add recipes for fd6130/exabytes-sms-bundle and fd6130/hsl-bundle
2022-12-15 08:29:20 +01:00
Fabien Potencier and GitHub
9c6ec05c7e
Merge pull request #1355 from CedrickOka/features/coka/doctrine-encrypt-bundle
...
Added recipes for coka/doctrine-encrypt-bundle
2022-12-15 08:22:30 +01:00
e1fa7a6e0d
Add recipe for ajgl/breakpoint-twig-extension ( #1457 )
...
* Add recipe for ajgl/breakpoint-twig-extension
* Fix CS
Co-authored-by: Fabien Potencier <fabien@potencier.org >
2022-12-15 07:21:06 +00:00
Fabien Potencier and GitHub
2c3a8b2f13
Merge pull request #1401 from routmoute/main
...
add routmoute/routmoute-sirene-bundle
2022-12-15 08:20:00 +01:00
Sébastien ALFAIATE and GitHub
2caae3d04e
Update google/apiclient recipe ( #1369 )
2022-12-15 08:18:53 +01:00
Jim Schmid and GitHub
e74a00346e
Since Contao 4.10, the path for the routes configuration changed ( #1375 )
2022-12-15 08:18:07 +01:00
Massimiliano Arione and GitHub
e894a59440
update VichUploaderBundle recipe ( #1428 )
...
* update VichUploaderBundle recipe
* use simpler namer
* Revert "use simpler namer"
This reverts commit 07bf4a685d .
2022-12-15 08:16:37 +01:00
Tac Tacelosky and GitHub
87cdd9527b
fix capitialization error ( #1434 )
2022-12-15 08:15:52 +01:00
660c8c339c
Add recipes for solvrtech/symfony-logbook ( #1453 )
...
Co-authored-by: ketut-angga <ketut.angga@balabali.com >
2022-12-15 08:15:15 +01:00
Ihor Roik and GitHub
14daaf39e5
add behat-nelmio-describer config ( #1446 )
2022-12-15 08:14:52 +01:00
Fabien Potencier and GitHub
27eb94b57c
Merge pull request #1441 from Nek-/feat/biig-does-not-exist-anymore
...
Update biig/domain configuration
2022-12-15 08:14:30 +01:00
Erison Silva and GitHub
d870191df3
Sonata Page Bundle 4 ( #1440 )
...
* Sonata Page Bundle 4
* Added post install
2022-12-15 08:11:31 +01:00
Alexander Schranz and GitHub
01511fac73
Use when@env for jms serializer configuration ( #1396 )
2022-12-15 08:08:54 +01:00
Fabien Potencier and GitHub
de070a0f44
Merge pull request #1404 from amacrobert/master
...
Ignition Bundle recipe
2022-12-15 07:59:41 +01:00
Matthieu and GitHub
ffdbe4bf4a
Add recipe for Cloudflare Turnstile bundle ( #1447 )
...
* + add recipe for Cloudflare Turnstile bundle
* - fix qa tests
* - fix qa
* - fix qa
* - fix qa
2022-11-23 11:40:13 +01:00
ehibes and GitHub
f6e81958da
SitemapPlugin 2.0 for Sylius flex recipe update ( #1448 )
2022-10-25 12:03:56 +02:00
Fabien Potencier and GitHub
4b9f3e7f21
Fix indentation ( #1445 )
2022-10-20 16:44:24 +02:00
Alexandre Jardin and GitHub
09259b4ef9
Add recipe for ajardin/blizzard-sdk-bundle ( #1442 )
2022-10-18 00:28:46 +02:00
Maxime Veber
6212050c13
🔧 Update biig/domain configuration
2022-10-09 10:34:12 +02:00
Alexander Schranz and GitHub
46b468f336
Fix indention of example yaml file ( #1431 )
2022-08-14 15:27:50 +02:00
Vincent Langlet and GitHub
64e059f802
Add recipe for media bundle 4 ( #1427 )
2022-08-03 08:50:20 +03:00
f0aa0d893a
use when@prod for sentry ( #1420 )
...
Co-authored-by: Robin Lehrmann <robin.lehrmann@developer.nrw >
2022-07-12 11:17:29 +02:00
Robin Lehrmann and GitHub
7d2620320e
made sentry config for prod only ( #1417 )
...
added monolog example config to omit confusion
2022-07-08 13:46:25 +02:00
Sander van Thillo and GitHub
1d55e9af57
request-tracing/request-tracing-bundle ( #1399 )
2022-07-08 13:13:59 +02:00
Martin Klewitz and GitHub
bb177d379b
Add mongodb-odm-bundle recipe for version 4.4 ( #1400 )
...
Fixes: Since doctrine/mongodb-odm-bundle 4.4: Configuring doctrine/cache is deprecated. Please update the cache service "doctrine_mongodb.system_cache_provider" to use a PSR-6 cache.
2022-07-08 13:12:21 +02:00
Hiero and GitHub
bacf328911
Add recipes for ablaise/meteion-bundle ( #1403 )
...
* Add recipes for ablaise/meteion-bundle
* Fix manifest.json
2022-07-08 13:10:33 +02:00
Piotr Szymaszek and GitHub
b1478b0087
Add recipe for fsi/files ( #1407 )
2022-07-08 13:09:59 +02:00
Sébastien Tanneux and GitHub
d60e433810
Update prometheus metrics bundle ( #1416 )
...
* Update recipes for artprima/prometheus v1.14 (artprima/prometheus-metrics-bundle#75 )
* Add new line at the end of config file
2022-07-08 13:08:32 +02:00
Nicolas Grekas
55bdc3012b
Fix passing secrets to callable-qa.yml
2022-06-10 15:13:23 +02:00
Nicolas Grekas
bd636931ca
Pass bot token to action
2022-06-06 11:43:36 +02:00
jmsche and GitHub
af5a882440
leapt/froala-editor-bundle: import PHP routing instead of YAML ( #1410 )
2022-06-02 11:01:21 +02:00
jmsche and GitHub
9c6582a82b
leapt/im-bundle: import PHP routing instead of YAML ( #1411 )
2022-06-02 10:59:21 +02:00
Tac Tacelosky and GitHub
770168b7b8
add recipe for barcode bundle ( #1413 )
...
* add recipe for barcode bundle
* fix spacing
2022-06-02 10:54:51 +02:00
Mathieu Monin and GitHub
4ddb8da4e4
Fix Jane-php json schema recipe binary for v7 releases ( #1412 )
2022-05-25 09:42:27 +02:00
Silas Joisten and GitHub
e5e5e2b994
Adds sonata-multiupload-bundle receipe for 4.0 ( #1408 )
...
* Adds sonata-multiupload-bundle receipe for 4.0
* Fix
* Fixes configuration
2022-05-16 08:42:55 +02:00
Michael Babker and GitHub
c5008e07ff
Add a recipe for gesdinet/jwt-refresh-token-bundle ( #1390 )
2022-05-13 12:01:11 +02:00
Fabien Papet and GitHub
68ec7bc80d
Add Fpt/Stripe-Bundle ( #1406 )
2022-05-13 11:56:20 +02:00
Andrew
bc17a8e2e1
Fix version number
2022-05-05 13:45:35 -04:00
Nicolas Grekas
f47abd46d8
[gha] recipe-readme-update is now part of flex-update
2022-05-02 14:37:19 +02:00
Nicolas Grekas
dcecdfd498
Cleanup gha config
2022-05-02 09:31:26 +02:00
Ryan Weaver and GitHub
e9301940f0
Adding RECIPES.md action ( #1402 )
2022-05-02 09:26:42 +02:00
routmoute
3a68a9d44c
add routmoute-sirene-bundle
2022-04-28 03:35:27 +02:00
Oskar Stark and GitHub
af37dd1410
Add datana-gmbh/doctrine-postgres-public-schema-listener. ( #1397 )
2022-04-22 14:10:40 +02:00
Nicolas Grekas
37cb150b11
Rename main branch
2022-04-20 20:41:31 +02:00
Oskar Stark and GitHub
529d3f0014
Add datana-gmbh/doctrine-datetime-milliseconds-type. ( #1395 )
2022-04-20 09:14:52 +02:00
Oskar Stark and GitHub
7908c70a2a
Add datana-gmbh/doctrine-postgres-milliseconds-platform ( #1394 )
...
* Add datana-gmbh/doctrine-postgresql-milliseconds-platform
* Fix.
* Dfix
2022-04-20 09:12:41 +02:00
Kevin Bond and GitHub
ac668db2c8
add zenstruck/twig-service-bundle recipe ( #1391 )
2022-04-18 10:09:10 -04:00
Kevin Bond and GitHub
e6a563bdcc
add zenstruck/redis recipe ( #1373 )
2022-04-18 10:08:59 -04:00
Oskar Stark and GitHub
7645718b41
Fix: Autowiring ( #1382 )
2022-04-02 13:29:50 +02:00
Pol Dellaiera and GitHub
dace72c775
Add recipe for package loophp/repository-monadic-helper ( #1318 )
...
* Add recipe for package `loophp/repository-monadic-helper`
* Fix circular reference.
* Remove unecessary service.
2022-04-01 19:02:04 +02:00
Oskar Stark and GitHub
d1e814aea0
Fix: Use statement ( #1381 )
2022-04-01 07:23:49 +00:00
Oskar Stark and GitHub
7e97b4d55e
Add datana-gmbh/logz-io-handler ( #1380 )
2022-03-31 15:22:36 +02:00
Thomas Landauer and GitHub
7068560715
Adding logOutputFile: '/dev/null' ( #1371 )
...
* Adding `logOutputFile: '/dev/null'`
See https://github.com/dompdf/dompdf/issues/2810#issuecomment-1070927239 for the reason and https://github.com/dompdf/dompdf/issues/1709#issuecomment-466717959 for the solution
* Change `logOutputFile` to `''`
2022-03-30 13:34:59 +02:00
42daffee82
create recipe for the victor-prdh/recaptcha-bundle ( #1376 )
...
* create recipe for the victor-prdh/recaptcha-bundle
* Corrections of test error
* Minimum version set to 1.2
* set min version to 1.3.0
* set min version to 1.4.0
* set min version to 1.5.0
Co-authored-by: prudhomme victor <vic301202@gmail.com >
2022-03-30 10:12:39 +02:00
Jordi Sala Morales and GitHub
78fdab2368
Add SonataBlockBundle recipe to avoid deprecations ( #1379 )
2022-03-30 10:10:18 +02:00
Jordi Sala Morales and GitHub
412d7e5398
Add Sonata bridges recipes ( #1378 )
2022-03-30 09:59:33 +02:00
Emanuele Panzeri and GitHub
3cde25b626
Add Jane-php recipe for v7 releases ( #1377 )
...
See changes applied for new namespaces:
- https://github.com/janephp/janephp/commit/806687e995022604dccbdd5fc83d07649abf8d30
2022-03-29 09:26:05 +02:00
Oskar Stark and GitHub
b1c905fc4e
Add datana-gmbh/zammad-api recipe ( #1374 )
2022-03-21 09:39:48 +01:00
Fabien Potencier and GitHub
1d2db66259
Merge pull request #1367 from chalasr/rm-flysystem
...
Remove league/flysystem-bundle as it is now an official recipe
2022-03-12 10:18:35 +01:00
e1a3c2547d
Added recipes for defixit/anonlytics-bundle ( #1370 )
...
Co-authored-by: Erwin Dirks <e.dirks@kennisnet.nl >
2022-03-11 10:30:06 +01:00
Robin Chalas
077ca73144
Remove league/flysystem-bundle as it is now an official recipe
2022-03-10 14:40:06 +01:00
Victor Vasiloi and GitHub
6b41d7540d
Remove create_project_php parameter ( #1368 )
...
It was removed from the callable workflow https://github.com/symfony/recipes/commit/07cc58ffd13fe05406b7dd23b9e5034c6dfd82fa
2022-03-10 13:35:56 +01:00
Maxime Huran
d2f4bfb8c7
Add Sylius RichEditor v2 recipe
2022-03-09 16:07:39 +01:00
Andrew MacRobert
a9708be38a
Ignition Bundle recipe
2022-03-06 10:02:08 -05:00
Kevin Papst and GitHub
56462de067
fixing docu url ( #1360 )
2022-02-26 09:43:17 +01:00
El. Abdellah and GitHub
3545b5a155
Added recipe for Keycloak bearer only adapter bundle ( #1311 )
...
* Added recipe for keycloak-bearer-only-adapter-bundle
* remove duplicate config
* revamp config
* add 1.2 config
* rename version
* add config for V1.0
* keep min supported version
2022-02-24 14:31:00 +01:00
fd6130
4f875cdb9e
remove hsl-bundle recipes
2022-02-20 20:25:20 +08:00
Paul Kepinski and GitHub
3138bb76b3
Rename jupi007 vendor to jupi ( #1286 )
...
* Rename jupi007 vendor to jupi
* Rename vendor in file name
2022-02-19 12:13:34 +01:00
Jeroen Thora and GitHub
b18b07558e
kunstmaan/cookie-bundle: Add recipe to setup bundle routes ( #1292 )
2022-02-19 12:12:29 +01:00
Maxime Huran and GitHub
3a84b0138a
Add Sylius shipping slot plugin ( #1296 )
2022-02-19 12:11:27 +01:00
Thibault RICHARD and GitHub
8721819e39
Add recipe for rikudou/psr6-dynamo-db-bundle ( #1288 )
2022-02-19 12:10:55 +01:00
Maxime Huran and GitHub
ad1906abcc
Add Sylius advanced option plugin recipe ( #1297 )
2022-02-19 12:10:19 +01:00
Maxime Huran and GitHub
521ca6743a
Add Sylius Menu plugin recipe ( #1295 )
2022-02-19 12:07:49 +01:00
Maxime Huran and GitHub
79746a1987
Add MonsieurBiz Sylius Homepage Plugin recipe ( #1294 )
2022-02-19 12:07:04 +01:00
Alexander Schranz and GitHub
4cc1a08a01
Add recipe for SuluFormBundle 2.2 ( #1287 )
2022-02-19 12:04:38 +01:00
Jeroen Thora and GitHub
46596d87b5
kunstmaan/admin-bundle: Use new authentication system by default ( #1293 )
2022-02-19 12:00:26 +01:00
a943de3d76
add phpzlc/snapshot-business ( #1282 )
...
Co-authored-by: jay <hejunjie@zmit.cn >
2022-02-19 11:59:48 +01:00
Tobias Nyholm and GitHub
f682c8fa87
Add nyholm/sunflower ( #1274 )
2022-02-19 11:52:27 +01:00
Tobias Nyholm and GitHub
8d5aa5871e
Adding recipe for happyr/entity-exists-validation-constraint ( #1179 )
...
Adding recipe for happyr/entity-exists-validation-constraint
2022-02-19 11:51:03 +01:00
jmsche and GitHub
31ec9c7b22
Add Leapt FroalaEditor bundle ( #1302 )
2022-02-19 11:44:17 +01:00
Hugues Tavernier and GitHub
62ab2c13e0
Update recipe for pentatrion/vite-bundle v1.x ( #1300 )
...
* add recipe for vite-bundle
* change vite version constraint and yaml config
* fix assets directory
* remove aliases
* fix list numbers
* move conf files from recipe to package
* move config files from recipe to package
* add routes for vite controller
* remove settings.json
* trigger new check
* update vite-bundle v1.0
* refresh
* refresh exception with bundle when entrypoints.json is missing
2022-02-19 11:43:25 +01:00
Rudzinski and GitHub
c5a41d9879
BitBag Mailchimp plugin ( #1305 )
...
* Add bitbag/mailchimp-plugin/1.2
* Delete install:assets step
* Fix 4 spaces indentation
* Add mailchimp parameters
* Define parameteres via container
2022-02-19 11:42:41 +01:00
piotrleo and GitHub
d54f40267c
Bitbag cms plugin ( #1304 )
...
* Add recipe for bitbag/cms-plugin
* Removed @/Form/ckeditor_widget.html.twig from form_themes
* Fixed typo in bitbag_cms_plugin.yaml
* Fixed typo in bitbag_cms_plugin.yaml
* Fixed typo in packages/bitbag_cms_plugin.yaml
2022-02-19 11:42:17 +01:00
Mateusz Dyla and GitHub
e00f7d8028
add bitbag/product-bundle-plugin ( #1313 )
...
* Add recipe for bitbag/product-bundle-plugin
* Add newline
* Update bitbag_product_bundle_plugin.yaml
* Update bitbag_product_bundle_plugin.yaml
* Update bitbag_product_bundle_plugin.yaml
* Update bitbag_product_bundle_plugin.yaml
* Update bitbag_product_bundle_plugin.yaml
* Update bitbag_product_bundle_plugin.yaml
* Update bitbag_product_bundle_plugin.yaml
* Update bitbag_product_bundle_plugin.yaml
* Update bitbag_product_bundle_plugin.yaml
2022-02-19 11:11:11 +01:00
Yorkie Chadwick and GitHub
c35276841e
added 4.4 config file ( #1307 )
2022-02-19 11:08:48 +01:00
Bob van de Vijver and GitHub
cb4354041a
Add recipe for drenso/symfony-oidc-bundle v2 ( #1319 )
...
* Add recipe for drenso/symfony-oidc-bundle v2
* Fix spacing
* Add missing /
2022-02-19 11:00:37 +01:00
Rogério Lino and GitHub
c99f0cca07
feat: Adding Mangati Zenvia Notifier recipe ( #1320 )
2022-02-19 10:58:31 +01:00
Samaël Villette and GitHub
69bf748e95
Added symandy/makefile-maker-bundle v0.5 recipe ( #1337 )
...
* Added symandy/makefile-maker-bundle v0.1 recipe
* Fixed to 4 spaces indentation
* Fixed
2022-02-19 10:48:43 +01:00
David Badura and GitHub
b7cd7ffac7
add patchlevel/event-sourcing-bundle ( #1335 )
...
* add patchlevel event sourcing bundle
* add new lines
* add improvements for version 1.2
2022-02-19 10:43:12 +01:00
Loïc Frémont and GitHub
cc76580a0c
Recipes for Monofony metapackages ( #1342 )
2022-02-19 10:40:50 +01:00
Ala Eddine Khefifi and GitHub
e573d85cde
add nzo/url-encryptor-bundle ( #1338 )
2022-02-19 10:38:39 +01:00
kritzl and GitHub
71d30aa799
Update broken instructions link ( #1350 )
2022-02-19 10:37:57 +01:00
Cedrick Oka and GitHub
638cb77db4
Added recipes for coka/service-discovery-bundle ( #1354 )
2022-02-19 10:36:16 +01:00
Nicolas Grekas and GitHub
ab5a1d0c45
Upgrade mongodb-odm-bundle for doctrine/cache 1.11+ ( #1358 )
2022-02-19 10:34:17 +01:00
Andreas Kempe and GitHub
a49f63a8b3
add byte-artist/menu-bundle v.0.1 ( #1343 )
2022-02-19 10:33:01 +01:00
Jan and GitHub
aa37b85429
Add labymod/discord-webhook-bundle ( #1345 )
...
* Add labymod/discord-webhook-bundle
* Fix config location
* Update docs link
2022-02-19 10:32:13 +01:00
Denis Brumann and GitHub
4573dbd825
Update qossmic/deptrac recipe for version 0.19 ( #1346 )
2022-02-19 10:24:01 +01:00
Cedrick Oka and GitHub
2028c41b2c
Added recipes for coka/input-handler-bundle ( #1352 )
2022-02-19 10:22:55 +01:00
Vincent Langlet and Nicolas Grekas
67cafba71e
Remove sonata pack
2022-02-17 14:48:24 +01:00
Fabien Potencier and GitHub
e421a69cc6
Merge pull request #1356 from bocharsky-bw/patch-1
...
Make quotes consistent - use single quotes in both places
2022-02-16 14:28:40 +01:00
Victor Bocharsky and GitHub
1931287494
Make quotes consistent - use single quotes in both places
2022-02-15 13:16:47 +02:00
Cedrick Oka Baidai
f63ad21e46
Added recipes for coka/doctrine-encrypt-bundle
2022-02-14 13:26:29 +00:00
Oskar Stark and GitHub
28f2229424
Enhancement: Add new API ( #1348 )
2022-02-02 21:15:28 +01:00
Yozhef and GitHub
bfaa2af2e8
add new version bundle SymfonyHealthCheckBundle config ( #1341 )
...
* add new version bundle SymfonyHealthCheckBundle config
* add new version bundle SymfonyHealthCheckBundle config
2022-01-18 19:33:33 +01:00
Fabien Potencier and GitHub
d04335a0a5
Merge pull request #1340 from enigma972/master
...
Create recipe for symfony/orange-sms-notifier
2022-01-18 08:34:35 +01:00
Joel Lusavuvu
24876e6c8e
Just restart QA
2022-01-17 01:03:10 +01:00
Joel Lusavuvu
3ebc6ecd4d
Create recipe for symfony/orange-sms-notifier
2022-01-16 13:52:45 +01:00
Fabien Potencier and GitHub
edd139f915
Merge pull request #1339 from t-richard/patch-3
...
Delete Hautelook from contrib
2022-01-16 12:20:11 +01:00
Thibault RICHARD and GitHub
484e1eeff9
Delete Hautelook from contrib
2022-01-15 21:38:45 +01:00
Kevin Bond and GitHub
4f1e0b596c
Merge pull request #1334 from kbond/zenstruck/signed-url-bundle
...
Add zenstruck/signed-url-bundle
2021-12-22 16:16:34 -05:00
Kevin Bond
82263eaaad
add zenstruck/signed-url-bundle
2021-12-22 14:32:22 -05:00
Ryan Weaver and Nicolas Grekas
0a5983ffd6
Adding a manual action to build the archived directory
2021-12-17 18:46:04 +01:00
Damian D'amico and GitHub
76d4f0a812
odiseoteam/sylius-vendor-plugin remove old version and add 1.3 and 1.4 versions ( #1163 )
...
* remove old version and add 1.3 and 1.4 versions
* keep 1.2 and add 1.4 and 1.6 versions
2021-12-15 10:07:01 +01:00
Hans Mackowiak and GitHub
f7267bada3
Update .htaccess
...
RewriteRule needs FollowSymlinks to be enabled at any times
2021-12-09 16:29:50 +01:00
Fabien Potencier and GitHub
66581a9890
Merge pull request #1316 from symfony/OskarStark-patch-1
...
Remove trailing spaces
2021-12-03 13:30:13 +01:00
Oskar Stark and GitHub
6142945ab1
Remove trailing spaces
2021-12-03 13:22:11 +01:00
085cf7240b
Add new api ( #1301 )
...
* Add new api
* Update datana_datapool_api.yaml
* Update datana-gmbh/datapool-api/1.0/config/packages/datana_datapool_api.yaml
Co-authored-by: Silas Joisten <silasjoisten@gmail.com >
Co-authored-by: Silas Joisten <silasjoisten@gmail.com >
2021-11-15 22:21:13 +01:00
Maxime Huran
71b1db58a2
Add Sylius Search PLugin recipe
2021-11-04 08:53:38 +01:00
Fabien Potencier and GitHub
dea7aee61b
Merge pull request #1289 from dbu/patch-1
...
[LiipImagineBundle] improve comment to find documentation
2021-10-20 11:44:11 +02:00
David Buchmann and GitHub
f6ee6c3c18
[LiipImagineBundle] improve comment to find documentation
2021-10-20 11:32:01 +02:00
Nicolas Grekas
25b77f6c22
Use reusable workflows
2021-10-18 16:22:50 +02:00
Stefan Reisinger and GitHub
3ec390f1ec
added wiet-at/symfony-dev recipe ( #1284 )
...
* added wiet-at/symfony-dev bundle
* fixed code style
* fixed invalid filename
2021-10-15 18:57:05 +02:00
Oskar Stark and GitHub
bd7733413f
Add datana-gmbh/datapool-api ( #1263 )
...
* Add datana-gmbh/datapool-api
* fix
* Fix
* Add AktenApi
2021-10-11 08:49:52 +02:00
Nicolas Grekas
a04183c396
[GHA] Relax create-project job
2021-09-29 11:41:44 +02:00
Nicolas Grekas
a4ce6d8672
[GHA] Merge create-project into qa
2021-09-23 12:30:14 +02:00
Nicolas Grekas
dec6edf5af
Fix flex endpoint
2021-09-23 09:30:19 +02:00
fd6130
0e6bcceee1
add next line
2021-09-23 09:39:33 +08:00
fd6130
f042582b81
add hsl-bundle recipe
2021-09-23 09:34:31 +08:00
fd6130
15943b0be3
add exabytes-sms-bundle recipe
2021-09-23 09:34:15 +08:00
Nicolas Grekas
05ccfdcf70
Update layout of Flex endpoint
2021-09-19 17:35:16 +02:00
Fabien Potencier and GitHub
14ecb68508
Merge pull request #1279 from dbu/remove-cmf-recipes
...
remove cmf recipes as the project is not maintained anymore
2021-09-17 17:50:47 +02:00
Nicolas Grekas
3b068637f4
Generate Flex endpoint
2021-09-16 18:07:00 +02:00
David Buchmann
1d9505a6a0
remove cmf recipes as the project is not maintained anymore
2021-09-16 16:51:41 +02:00
Marcel Kallen
e6a23aed10
removed old option for apikey
2021-09-14 22:27:10 +02:00
Marcel Kallen
754dfa01eb
moved to version 2.0
2021-09-14 22:12:41 +02:00
Marcel Kallen
5048d172a4
removed dev-master
2021-09-14 21:00:15 +02:00
Marcel Kallen
1eb4a356ae
manifest for 1.0 and dev-master
2021-09-14 20:49:41 +02:00
Marcel Kallen
697a5e989d
adde new line!
2021-09-14 20:44:27 +02:00
Marcel Kallen
bb9d68c900
moved to saas-provider-bundle and fixed yaml indention
2021-09-14 20:43:20 +02:00
Marcel Kallen
e9011d7e00
Added default config for saas-provider-bundle
2021-09-14 20:39:36 +02:00
Hugues Tavernier and GitHub
ab66452e6f
add recipe for pentatrion/vite-bundle ( #1189 )
...
* add recipe for vite-bundle
* change vite version constraint and yaml config
* fix assets directory
* remove aliases
* fix list numbers
* move conf files from recipe to package
* move config files from recipe to package
2021-09-03 21:18:35 +02:00
CJayHe and GitHub
9bc6e3d34c
Update Config.php ( #1273 )
2021-09-03 21:17:51 +02:00
Kévin Dunglas and GitHub
2fb5a2543f
Merge pull request #1269 from dunglas/DunglasDigitalOceanBundle
2021-08-31 19:37:00 +02:00
Kévin Dunglas
377fddfc56
add recipe for dunglas/digital-ocean-bundle
2021-08-31 17:43:09 +02:00
Fabien Potencier and GitHub
2f1c6be20a
Merge pull request #1268 from symfony/post-install-tweaks
...
Remove headers from post install files
2021-08-30 15:41:52 +02:00
Fabien Potencier
889e11a95e
Remove headers from post install files
2021-08-30 13:06:45 +02:00
Oskar Stark and GitHub
735c465d36
Add recipe for mixpanel/mixpanel-php ( #1262 )
2021-08-21 07:17:09 +02:00
Germain LECOURTOIS and GitHub
01296a4652
Woleet naming convention ( #1191 )
...
* SYmfony Flex Recipe for Woleet-Bundle
* fix ident for yaml
* fix : remove alias on contrib base
* fix : remove uneeded param in receipt
* Woleet naming convention
* tweak: TOKEN and CALLBACK in .env files
clean: remove version 1.0
2021-08-21 07:14:56 +02:00
Hugues Tavernier and GitHub
7dd4ac3667
add recipe for pentatrion/upload-bundle ( #1190 )
...
* add pentatrion/upload-bundle
* improve doc
* fix form dependency
* add doctrine annotations dependency
* remove symfony 4 compatibility
* configure routing with yaml file
* remove default configuration
* update yaml indentation
2021-08-21 07:14:14 +02:00
Oskar Stark and GitHub
4c8aabcae5
Add datana-gmbh/sendgrid-dynamic-template-mailer ( #1264 )
...
* Add datana-gmbh/sendgrid-dynamic-template-mailer
* fix
* fix
* fix
2021-08-21 07:10:02 +02:00
Fabien Potencier and GitHub
fc6065d899
Merge pull request #1265 from wouterj/scheb-2fa
...
Move scheb/2fa-bundle to official recipes
2021-08-20 14:15:35 +02:00
Wouter de Jong
8289bfb7f6
Move scheb/2fa-bundle to official recipes
2021-08-20 13:08:21 +02:00
Tobias Nyholm and GitHub
9f9e5b4c57
Show that commands we execute, not only output ( #1184 )
2021-08-14 11:29:51 -07:00
Tobias Nyholm and GitHub
e66dc2c4bc
Add link to packagist in PR template ( #1185 )
2021-08-14 11:29:17 -07:00
Routmoute and GitHub
bfc275cf5a
Add routmoute/routmoute-discord-bundle ( #1094 )
...
* Add routmoute/routmoute-discord-bundle
* add 1.1 recipe
* Delete 1.0 - not used recipe
2021-08-14 03:41:10 +02:00
Sven Vetter
3435576355
added recipe for SvcVersioningBundle
2021-08-04 11:26:17 +02:00
decdb814f6
added svc-bundles to recipes-contrib ( #1186 )
...
* added tree svc bundle
* -
Co-authored-by: Fabien Potencier <fabien@potencier.org >
2021-08-03 23:32:35 +02:00
Germain LECOURTOIS and GitHub
4c70975762
Symfony Flex Recipe for Woleet-Bundle ( #1183 )
...
* SYmfony Flex Recipe for Woleet-Bundle
* fix ident for yaml
* fix : remove alias on contrib base
* fix : remove uneeded param in receipt
2021-08-03 02:51:54 +02:00
Alexander Menshchikov and GitHub
3086d64f39
Add nbgrp/env-bundle 1.0 ( #1177 )
2021-08-02 20:43:06 +02:00
William Arin and GitHub
c2b23e130b
Recipe for NumberNine CMS 0.2 ( #1049 )
2021-08-02 20:15:40 +02:00
b9b880ac73
Add recipe for player259/graphql-bundle ( #1037 )
...
Co-authored-by: player259 <>
2021-08-02 20:00:33 +02:00
Valerio and GitHub
b888146bd3
Recipe for inspector-apm/inspector-symfony ( #1171 )
...
* add inspector recipe
* add inspector recipe
* add inspector recipe
* add inspector recipe
* add inspector recipe
* add inspector recipe
* add inspector recipe
* add inspector recipe
* add inspector recipe
* add inspector recipe
* add inspector recipe
* add inspector recipe
* add inspector recipe
* add inspector recipe
* add inspector recipe
* add inspector recipe
* add inspector recipe
* add inspector recipe
* add inspector recipe
* remove default config parameters
2021-08-02 19:59:41 +02:00
Maxime Huran and GitHub
1be0fc9786
Add monsieurbiz/sylius-cms-page-plugin 1.0 ( #1159 )
2021-08-02 07:12:44 +02:00
Jawira Portugal and GitHub
2daf4fa6b8
Add jawira/case-converter-twig ( #1155 )
2021-08-02 07:00:51 +02:00
Paul Kepinski and GitHub
f4bef4bc45
Add recipe for Jupi007 PS Webservice Bundle ( #1139 )
...
* Add recipe for Jupi007 PS Webservice Bundle
* Update bundle namespace
2021-08-02 07:00:28 +02:00
Piotr Kardasz and GitHub
e22667f349
Add recipe for bitbag/shipping-export-plugin ( #1126 )
2021-08-02 06:52:36 +02:00
5072a5e9a1
Added ckeditor:install command to fetch ckeditor assets ( #1068 )
...
Co-authored-by: zoup <zoupme@hotmail.com >
2021-08-02 06:43:03 +02:00
Siganushka and GitHub
71e486da61
add recipe for sgianushka/generic-bundle and sgianushka/region-bundle ( #1043 )
...
* [feat] add recipe for sgianushka/generic-bundle
* [feat] add recipe for sgianushka/region-bundle
* remove default config
* remove empty config
2021-08-02 06:37:09 +02:00
Loïc Frémont and GitHub
9c38cf0c06
Add Sylius resource bundle ( #1039 )
...
* Add Sylius resource bundle
* Remove defaut config to override settings
* Add locale parameter
2021-08-02 06:36:17 +02:00
Fabien Potencier and GitHub
f78e1cea98
Merge pull request #1180 from drupol/add-loophp-psr17
...
Add recipe for loophp/psr17 package.
2021-07-29 07:41:17 +02:00
Pol Dellaiera
081c14a153
Do not use custom alias, use the class directly.
2021-07-23 12:03:29 +02:00
Pol Dellaiera
e7721ec172
Add recipe for loophp/psr17 package.
2021-07-23 11:37:10 +02:00
symfony-flex-server[bot] and GitHub
adb3643556
Merge pull request #1178
2021-07-22 14:19:26 +00:00
Jerzy Lekowski
dc8efb6896
Add pond5/async-request-bundle recipe
2021-07-15 15:50:07 +01:00
symfony-flex-server[bot] and GitHub
e1b904c158
Merge pull request #1145
2021-07-11 12:19:04 +00:00
Jeroen Thora
c71fef7ab9
kunstmaan/admin-bundle: Disable exception logging by default
2021-07-11 13:58:15 +02:00
Nicolas Grekas
94f3802373
Set min-stab to dev in create-project job
2021-07-11 10:13:37 +02:00
Nicolas Grekas and GitHub
aecc18cf0c
Merge pull request #1105 from fre5h/centrifugo-bundle
...
[CentrifugoBundle] Move config to packages directory
2021-07-10 12:28:42 +03:00
Nicolas Grekas
66c2cd0aad
Merge branch 'create-project'
...
* create-project:
Move create-project from travis to gha
2021-07-10 08:47:15 +02:00
Nicolas Grekas
0a1658a685
Move create-project from travis to gha
2021-07-10 08:44:11 +02:00
Nicolas Grekas
a219cb10c2
Checkout PR, not target
2021-07-09 15:11:42 +02:00
Nicolas Grekas
694dbd4563
cs fix
2021-07-09 14:21:07 +02:00
Nicolas Grekas
0cf300aead
Compute diff between recipe versions
2021-07-09 14:19:08 +02:00
symfony-flex-server[bot] and GitHub
5e333db98d
Merge pull request #1150
2021-07-09 11:04:02 +00:00
symfony-flex-server[bot] and GitHub
c1f3433161
Merge pull request #1174
2021-07-09 11:03:29 +00:00
Nicolas Grekas
6b562c59ce
Merge branch 'gha'
...
* gha:
Move checks to GHA
2021-07-09 11:28:00 +02:00
Nicolas Grekas
3df62e0816
Move checks to GHA
2021-07-09 11:25:58 +02:00
Nicolas Grekas
bdd0dbc050
Add GHA
2021-07-09 10:22:10 +02:00
Iker Ibarguren Berasaluze
b85d3aa637
fix bundle name
2021-07-07 22:40:56 +02:00
Iker Ibarguren Berasaluze
91160c85ae
renamed recipe
2021-07-07 22:09:12 +02:00
Iker Ibarguren Berasaluze
5f589b44de
fix bundle naming
2021-07-07 20:41:28 +02:00
Iker Ibarguren Berasaluze
c4c400660d
fix validation errors
2021-07-07 20:36:12 +02:00
Iker Ibarguren Berasaluze
782623ef25
added PasaiakoUdala/AuthBundle recipe
2021-07-07 20:31:29 +02:00
Iker Ibarguren Berasaluze
2540799873
added PasaiakoUdala/AuthBundle recipe
2021-07-07 20:26:38 +02:00
symfony-flex-server[bot] and GitHub
cc64f27f3b
Merge pull request #1166
2021-07-03 12:57:46 +00:00
symfony-flex-server[bot] and GitHub
5802475401
Merge pull request #1165
2021-06-30 08:05:17 +00:00
symfony-flex-server[bot] and GitHub
a2fbff5fac
Merge pull request #1162
2021-06-30 06:15:08 +00:00
Thibault RICHARD and GitHub
428a85aa99
Fix compatibility with Webpack-Encore in bref/symfony-bridge
...
At the moment the whole `public/build` directory is excluded.
This means the `entrypoints.json` and `manifest.json` files are also excluded but are required by Symfony to resolve filenames correctly and load Encore entrypoints in Twig.
Without this, people would get a 500 error when deploying on Lambda.
2021-06-24 11:38:50 +02:00
symfony-flex-server[bot] and GitHub
7abbaee9fc
Merge pull request #1161
2021-06-18 14:14:41 +00:00
Youri Westerman
b57a2bf670
Add recipe and configuration file for nedac/sylius-temporarily-out-of-stock-plugin
2021-06-18 12:47:07 +02:00
Youri Westerman
d3dd0be213
Rename configuration file
2021-06-15 15:01:26 +02:00
symfony-flex-server[bot] and GitHub
787f1cc5fe
Merge pull request #1158
2021-06-14 12:48:56 +00:00
Youri Westerman
6c8ed58961
Add recipe and config file for nedac/sylius-order-now-plugin
2021-06-11 13:52:41 +02:00
Youri Westerman
2762f04dfb
Copying templates from package
2021-06-11 09:47:03 +02:00
Youri Westerman
2acfbd2168
Add recipe for Nedac Sylius Minimum Ordr Value plugin
2021-06-11 09:46:52 +02:00
Daan van Berkel
fd34c9c0c1
Fix indentation
2021-06-10 10:23:36 +02:00
Daan van Berkel
b5fa4e44b3
Add GazeSymfonyBundle recipe
2021-06-10 10:19:17 +02:00
symfony-flex-server[bot] and GitHub
7ead1b7b42
Merge pull request #1157
2021-06-09 10:55:12 +00:00
Pol Dellaiera
ab9beceec9
Add basic recipe for eu-login-api-authentication-bundle.
2021-06-09 12:40:43 +02:00
symfony-flex-server[bot] and GitHub
ff7313b337
Merge pull request #1153
2021-05-17 16:09:31 +00:00
symfony-flex-server[bot] and GitHub
fd0ec9fe38
Merge pull request #1121
2021-05-17 16:07:49 +00:00
jay
0b017e9d97
add phpzlc multiple packages
2021-05-16 21:05:18 +08:00
symfony-flex-server[bot] and GitHub
f4d7b04995
Merge pull request #1151
2021-05-13 11:15:21 +00:00
symfony-flex-server[bot] and GitHub
2734b6d617
Merge pull request #1144
2021-05-13 10:44:53 +00:00
Ian Jenkins
aa155d7f26
[PHP_CodeSniffer] Copy manifest.json instead of symlink.
2021-05-13 11:42:55 +01:00
Yozhef and GitHub
2cd5a8764f
Update .travis.yml
2021-05-13 13:13:41 +03:00
symfony-flex-server[bot] and GitHub
3adcaa2f3e
Merge pull request #1030
2021-05-13 09:53:06 +00:00
Yozhef and GitHub
9a3b23278a
Update Travis config
...
The problem when the project uses symfony/framework-bundle.
composer require --ignore-platform-reqs install psr/cache 2.0, his support only PHP 8, but in Travis use PHP 7.4.
1) Remove --ignore-platform-reqs
or
2) Use in build PHP 8.0
PHP 8.9 now many libraries does not use this version, because I think good idea remove --ignore-platform-reqs
2021-05-12 11:08:29 +03:00
symfony-flex-server[bot] and GitHub
1af11a809a
Merge pull request #1119
2021-05-12 06:10:44 +00:00
symfony-flex-server[bot] and GitHub
c2c5d43b95
Merge pull request #1140
2021-05-12 05:48:42 +00:00
Nyholm
18da210b64
Remove invalid Flysystem instructions
2021-05-12 07:46:09 +02:00
symfony-flex-server[bot] and GitHub
bd73c19e9a
Merge pull request #1135
2021-05-11 19:52:19 +00:00
Yozhef
970c6efe6c
add new bundle SymfonyHealthCheckBundle
2021-05-11 20:46:34 +03:00
Gabriel BONDAZ
8a44ac8f2e
Setup env vars
2021-05-11 18:12:56 +02:00
symfony-flex-server[bot] and GitHub
c89a55c344
Merge pull request #1142
2021-05-11 09:59:16 +00:00
Loïc Frémont
8011d2c839
Copy index.md instead of using symlinks
2021-05-11 11:57:05 +02:00
Loïc Frémont
ad4f364d2f
Update routes
2021-05-07 14:00:34 +02:00
Loïc Frémont
4594098997
Add links to docs to add more contexts
2021-05-07 13:48:58 +02:00
Ian Jenkins
ddea0965cf
[PHP_CodeSniffer] Update php_codesniffer recipe to use PSR12.
2021-05-07 12:04:04 +01:00
Loïc Frémont
1c13a9ca8c
Prepare Markdown docs v0.9 release
2021-05-06 15:39:42 +02:00
clemence pereira
f1d62ff9c9
Add recipe for Sylius Menu Plugin by @monsieurbiz https://github.com/monsieurbiz/SyliusMenuPlugin
2021-05-06 15:16:35 +02:00
symfony-flex-server[bot] and GitHub
9ac5017646
Merge pull request #1123
2021-05-06 08:45:06 +00:00
Redjan Ymeraj and Redjan Ymeraj
6c2fedbe76
Set API Key into an environment variable
2021-05-06 10:40:33 +02:00
symfony-flex-server[bot] and GitHub
220d20b258
Merge pull request #1124
2021-05-06 07:54:13 +00:00
symfony-flex-server[bot] and GitHub
29cbe969cf
Merge pull request #1063
2021-05-06 07:52:36 +00:00
symfony-flex-server[bot] and GitHub
6f7158a784
Merge pull request #1062
2021-05-06 07:52:04 +00:00
symfony-flex-server[bot] and GitHub
7334b3516c
Merge pull request #998
2021-05-06 07:51:04 +00:00
Nyholm
3ef6b581ab
Removed identical versions
2021-05-06 09:49:47 +02:00
symfony-flex-server[bot] and GitHub
8cd27b5e57
Merge pull request #1065
2021-05-06 07:46:05 +00:00
symfony-flex-server[bot] and GitHub
57a570b5a7
Merge pull request #1118
2021-05-06 07:44:46 +00:00
symfony-flex-server[bot] and GitHub
04feb8d041
Merge pull request #1134
2021-05-06 07:32:44 +00:00
Gabriel BONDAZ
08c5363374
Change realm var name
2021-05-04 18:51:39 +02:00
Gabriel BONDAZ
c5699a079c
Fix wrong bundle path
2021-05-04 18:43:41 +02:00
Gabriel BONDAZ
0003498032
Fix wrong bundle path
2021-05-04 18:39:52 +02:00
Gabriel BONDAZ
5171f2b2b2
Add missing end blank line
2021-05-04 18:15:52 +02:00
Gabriel BONDAZ
722c8f0dd0
Add route configuration
2021-05-04 18:14:45 +02:00
Gabriel BONDAZ
ba0bc770d5
Add end blank line
2021-05-04 17:18:30 +02:00
Gabriel BONDAZ
69b52b7fd8
Change client id default value
2021-05-04 17:13:31 +02:00
Gabriel BONDAZ
655c9dc16a
Add IDCIKeycloakSecurityBundle recipe
2021-05-04 17:10:59 +02:00
Yozhef
090978aab6
add new bundle Sentry Monolog Adapter
2021-05-03 17:21:55 +03:00
symfony-flex-server[bot] and GitHub
ef4e8f17d4
Merge pull request #1133
2021-04-30 12:06:03 +00:00
Oskar Stark
8cbf7e1ff9
Add oskarstark/no-floc-listener
2021-04-30 14:04:00 +02:00
symfony-flex-server[bot] and GitHub
8e277327ca
Merge pull request #1129
2021-04-29 09:34:49 +00:00
2a6fd7f896
Update bref/symfony-bridge/0.1/serverless.yaml
...
Co-authored-by: Oskar Stark <oskarstark@googlemail.com >
2021-04-29 11:34:09 +02:00
bigboss
a1c9b7b293
add 1.3 and 1.4 versions
2021-04-28 14:50:36 -03:00
Romain Monteil
8259178584
Changer serverless extension on copy
2021-04-28 14:32:08 +02:00
Romain Monteil
426f448621
Update serverless.yaml config
2021-04-28 10:54:41 +02:00
jay
4b5bd5c44a
edit phpzlc document error
2021-04-27 22:23:37 +08:00
Romain Monteil
c108994c13
Add recipe for Bref Symfony Bridge
2021-04-27 14:24:00 +02:00
symfony-flex-server[bot] and GitHub
16be2c24d5
Merge pull request #1122
2021-04-26 09:51:11 +00:00
Johannes Wachter
a280550b90
comment out the taxon adapter
2021-04-22 10:20:44 +02:00
jay
d7b9a73ae6
edit phpzlc config error
2021-04-22 16:08:24 +08:00
Johannes Wachter
5dbd571338
add sulu/sylius-producer-plugin recipe
2021-04-22 08:42:37 +02:00
Johannes Wachter
777716b47c
add sulu/sylius-consumer-bundle recipe
2021-04-22 08:39:58 +02:00
Redjan Ymeraj and Redjan Ymeraj
f4e4d72083
Resolve indentation
2021-04-21 00:03:41 +02:00
Redjan Ymeraj and Redjan Ymeraj
588e1f5c83
Add new line
2021-04-20 23:58:40 +02:00
Redjan Ymeraj and Redjan Ymeraj
7fd8dab56b
Add recipe for redjanym/fcm-bundle package.
2021-04-20 23:56:52 +02:00
Youri Westerman
79dccb68bf
Corrected service id in configuration file
2021-04-20 16:09:15 +02:00
symfony-flex-server[bot] and GitHub
59c13407c8
Merge pull request #1113
2021-04-19 15:07:26 +00:00
symfony-flex-server[bot] and GitHub
f7752b0300
Merge pull request #1103
2021-04-19 15:03:15 +00:00
symfony-flex-server[bot] and GitHub
49c58b95ef
Merge pull request #1102
2021-04-19 15:02:35 +00:00
symfony-flex-server[bot] and GitHub
a8524b7ad2
Merge pull request #1098
2021-04-19 15:01:41 +00:00
symfony-flex-server[bot] and GitHub
d88c35135c
Merge pull request #1114
2021-04-19 14:59:45 +00:00
Olivier ALLAIN
3e2ff99b17
update for Synolia SyliusSchedulerCommandPlugin v2
2021-04-16 17:24:36 +02:00
Mathias Arlaud
fa70b69b22
Add ApiPlatformMsBundle recipe
2021-04-12 17:44:06 +02:00
MatTheCat
0b9cd78127
Add recipe for FOSOAuthServerBundle
2021-04-12 15:00:33 +02:00
symfony-flex-server[bot] and GitHub
c990d5004b
Merge pull request #1116
2021-04-12 12:35:53 +00:00
Francis Hilaire
e7400c36c4
Add global config import
2021-04-12 01:31:15 +02:00
Baldinof
97e302dbd2
Add recipe for baldinof/roadrunner-bundle v2.0
2021-04-02 20:09:14 +02:00
Luca Rath-Heel and GitHub
fb2b442066
Update sulu/redirect-bundle/2.0/post-install.txt
2021-03-24 11:53:44 +01:00
Luca Rath-Heel
f27347726f
Fix links to docs
2021-03-23 16:23:27 +01:00
Luca Rath-Heel
b6fd397f0f
Fix symfony-flex-server review
2021-03-23 16:12:45 +01:00
Luca Rath-Heel
f5510d05bf
Add flex recipe for SuluRedirectBundle
2021-03-23 16:11:18 +01:00
Christopher Georg
215087316e
rerun tests
2021-03-21 19:42:47 +01:00
Christopher Georg
08fc601cb5
just to rerun test for fix psr-0 warning
2021-03-21 19:25:42 +01:00
Christopher Georg
d4360cd804
changed to routing.php (updated 3.x of bundle)
2021-03-21 19:16:26 +01:00
Christopher Georg
731be034d2
3.0 needs routing.yml, 4.0 need routing.php (and php 8)
2021-03-21 17:45:35 +01:00
Christopher Georg
ca507f75ea
3.0 needs routing.yaml, 4.0 need routing.php (and php 8)
2021-03-21 17:26:21 +01:00
Christopher Georg
33495524a3
changed version 1.0 => 3.0
2021-03-21 17:17:53 +01:00
Christopher Georg
54422894f6
add recipe for Dukecity\CommandSchedulerBundle. it is a copy of JMose\CommandSchedulerBundle which seems abandoned (add newlines at the of the file)
2021-03-19 21:07:41 +01:00
Christopher Georg
217fd5fb59
add recipe for Dukecity\CommandSchedulerBundle. it is a copy of JMose\CommandSchedulerBundle which seems abandoned
2021-03-19 21:01:53 +01:00
symfony-flex-server[bot] and GitHub
a8e030d0cb
Merge pull request #1110
2021-03-19 12:17:56 +00:00
Oskar Stark
42b1753416
Add: oskarstark/readable-filesize-extension
2021-03-19 13:14:52 +01:00
Alexander Schranz
cb1ace23fb
Move to sulu organisation
2021-03-17 21:59:10 +01:00
symfony-flex-server[bot] and GitHub
661e1b0f02
Merge pull request #1018
2021-03-17 16:04:21 +00:00
Tomáš Kulhánek
24b77c6689
Re-run
2021-03-17 16:40:57 +01:00
symfony-flex-server[bot] and GitHub
d1d9ae2da9
Merge pull request #1107
2021-03-17 07:54:55 +00:00
Oskar Stark and GitHub
830b76ec08
Add missing auto wire option
2021-03-17 08:49:40 +01:00
symfony-flex-server[bot] and GitHub
c5cbbb5b1f
Merge pull request #1106
2021-03-17 07:29:09 +00:00
Oskar Stark
961655049e
Add oskarstark/symfony-http-responder
2021-03-17 08:13:43 +01:00
Artem Henvald
9afc5f43a5
Move config to packages directory
2021-03-12 22:04:12 +02:00
symfony-flex-server[bot] and GitHub
8a0d783bde
Merge pull request #1104
2021-03-12 08:48:20 +00:00
Malte Schlüter
c994b4cd6c
Use regex for excluded files in qossmic/deptrac-shim
2021-03-12 09:30:04 +01:00
Malte Schlüter
a3a2726230
Rename organisation of deptrac-shim
2021-03-12 09:28:37 +01:00
Velhron
bfd749b136
delete post-install.txt
2021-03-11 10:47:51 +03:00
Velhron
7ffb2d2615
fix config dadata.yaml
2021-03-11 10:34:06 +03:00
Velhron
fa25b451e5
Add recipe for DadataBundle
2021-03-11 10:25:10 +03:00
Alexander Schranz
c82bc49efa
Copy files from package
2021-03-10 19:45:43 +01:00
Alexander Schranz
aceafb4225
Add l91/webpack-encore package integration
2021-03-10 19:45:43 +01:00
symfony-flex-server[bot] and GitHub
e79366d2a7
Merge pull request #1013
2021-03-08 15:32:08 +00:00
andreea_cojocaru
81236a1e71
Set lazy on true and default false for use_socket
2021-03-08 13:19:05 +02:00
symfony-flex-server[bot] and GitHub
9cbecd12ac
Merge pull request #1069
2021-03-03 09:37:32 +00:00
DKravtsov
e34f88f36c
added systemsdk/easy-log-bundle
2021-03-03 11:34:42 +02:00
symfony-flex-server[bot] and GitHub
9827c3e1dc
Merge pull request #1087
2021-02-26 10:02:02 +00:00
Daniel Toader
fa8852dc42
Add recipe for Annotation Cache Bundle
2021-02-25 23:08:35 +02:00
symfony-flex-server[bot] and GitHub
126911a9a3
Merge pull request #1100
2021-02-24 13:22:02 +00:00
David Greminger
118acba4f6
Add recipe for version 4.x
2021-02-23 21:32:01 +01:00
David Greminger
a3e108d2ce
Update documentation link for 3.x
2021-02-23 21:19:07 +01:00
jay
03d46aae55
edit doc config.php
2021-02-22 16:50:14 +08:00
jay
d875f4a2f6
edit doc config.php
2021-02-22 16:49:26 +08:00
jay
a5346ed4e6
fix(Doc Config update):
2021-02-22 16:36:14 +08:00
jay
c7af84a881
fixed:document-bundle new link
2021-02-22 12:15:33 +08:00
symfony-flex-server[bot] and GitHub
bb8a391328
Merge pull request #1089
2021-02-12 17:58:19 +00:00
symfony-flex-server[bot] and GitHub
d4110f9c48
Merge pull request #1091
2021-02-12 14:00:57 +00:00
Pol Dellaiera
164fd13b7f
Make sure it complies with the new best practice rule.
2021-02-12 14:21:13 +01:00
symfony-flex-server[bot] and GitHub
9b25d7331a
Merge pull request #1095
2021-02-12 12:23:15 +00:00
Nyholm
66c4001845
Syntax updates
2021-02-12 13:12:02 +01:00
symfony-flex-server[bot] and GitHub
80888096f2
Merge pull request #1093
2021-02-12 10:58:54 +00:00
Nyholm
f561bf00dc
minir
2021-02-12 11:55:14 +01:00
Nyholm
f9a41fa2a0
Use correct heading syntax
2021-02-12 11:54:58 +01:00
Nyholm
fd8dcfa2f3
Rewording and use headings
2021-02-12 11:53:23 +01:00
Nyholm
19dbaae60c
Adding best practices
2021-02-12 10:35:11 +01:00
Pol Dellaiera
5336b8e8de
Add new recipe ecphp/api-gw-authentication-bundle
2021-02-11 11:56:25 +01:00
symfony-flex-server[bot] and GitHub
7c05a827b4
Merge pull request #1090
2021-02-09 11:25:11 +00:00
Florian Bastien and GitHub
66859b1022
Update tgalopin/html-sanitizer-bundle recipe
...
Add new 'details' extension
2021-02-09 11:13:46 +01:00
knojector
a7db0a77ac
Trigger
2021-02-08 21:09:57 +01:00
knojector
40742fbd9b
Updated recipe
2021-02-08 20:54:55 +01:00
symfony-flex-server[bot] and GitHub
01722fc38a
Merge pull request #1088
2021-02-08 09:45:13 +00:00
Oskar Stark
037e5aee69
Add datana-gmbh/intercom-config
2021-02-08 10:22:13 +01:00
symfony-flex-server[bot] and GitHub
5083be5e64
Merge pull request #931
2021-02-08 07:30:59 +00:00
Artem Henvald
f1d8778475
Update
2021-02-07 21:59:12 +02:00
symfony-flex-server[bot] and GitHub
d48192842e
Merge pull request #1074
2021-02-03 06:58:41 +00:00
Artem Rodygin
48896b1398
Remove 'public' as it's 'false' by default
2021-02-03 16:34:19 +13:00
symfony-flex-server[bot] and GitHub
c5ec0fdbfa
Merge pull request #1086
2021-02-02 19:31:01 +00:00
Thibaut Cheymol
d87761cc42
Add recipe for S3Bundle
2021-02-02 20:29:13 +01:00
symfony-flex-server[bot] and GitHub
bf665ac705
Merge pull request #1085
2021-02-02 13:53:34 +00:00
symfony-flex-server[bot] and GitHub
e320ba2376
Merge pull request #1084
2021-02-02 13:52:06 +00:00
symfony-flex-server[bot] and GitHub
48ffb817cc
Merge pull request #1083
2021-02-02 13:51:41 +00:00
symfony-flex-server[bot] and GitHub
6b31ddd87f
Merge pull request #1075
2021-02-02 13:36:48 +00:00
Pierre du Plessis and GitHub
e95b947df2
Update storage directory for PayumBundle
2021-02-01 08:20:57 +02:00
David Maicher
ee20c2e4b1
add updated recipe for SonataAdminBundle 4.0
2021-01-31 19:49:38 +01:00
Dmitry Meliukh
61004424fd
feat(recipe) Add recipe for artox-lab/clarc-message-bus-bundle
2021-01-29 14:18:42 +03:00
Dmitry Meliukh
895c00ecec
feat(recipe) Add recipe for artox-lab/clarc-message-bus-bundle
2021-01-29 14:04:42 +03:00
symfony-flex-server[bot] and GitHub
8430a5abbe
Merge pull request #1079
2021-01-26 16:34:11 +00:00
Alan Poulain
5e2bd507a4
Add recipe for tilleuls/url-signer-bundle
2021-01-26 17:31:47 +01:00
symfony-flex-server[bot] and GitHub
e94bdd3d4d
Merge pull request #1081
2021-01-23 18:59:43 +00:00
Romain Monteil
f17d64e94a
Fix wrong class name for kerox/twig-image-placeholder-extension
2021-01-23 19:51:46 +01:00
Thomas Landauer and GitHub
b6ac8b2ca2
Adding link to chrootdocs
2021-01-14 15:39:18 +01:00
symfony-flex-server[bot] and GitHub
d70bce21c5
Merge pull request #1078
2021-01-13 06:18:07 +00:00
Thomas Landauer and GitHub
a459d08e0a
Update README.rst
2021-01-12 18:03:51 +01:00
Thomas Landauer and GitHub
a018c0d155
Update README.rst
2021-01-12 13:54:51 +01:00
Thomas Landauer and GitHub
b513f073a3
Update README.rst
2021-01-12 13:49:56 +01:00
Thomas Landauer and GitHub
90e99db635
Removing outdated information on automatic merge process
...
See https://github.com/symfony/recipes-contrib/issues/1076#issuecomment-758502196
2021-01-12 13:07:32 +01:00
Thomas Landauer and GitHub
4ea3571683
Update manifest.json
2021-01-10 23:25:10 +01:00
Thomas Landauer and GitHub
31fb42ea4e
Create nucleos_dompdf.yaml
2021-01-10 23:20:44 +01:00
Thomas Landauer and GitHub
3e80e4a84e
Update manifest.json
2021-01-10 23:19:54 +01:00
Thomas Landauer and GitHub
d02e9d6713
Create manifest.json
2021-01-10 23:17:15 +01:00
Tomáš Kulhánek
d469900d65
Fix
2020-12-27 19:24:18 +01:00
Artem Rodygin
15726a8c6d
Changes for webinarium/symfony-lazysec 2.3+
2020-12-27 14:29:01 +13:00
symfony-flex-server[bot] and GitHub
4dd8e30482
Merge pull request #1058
2020-12-26 13:07:47 +00:00
symfony-flex-server[bot] and GitHub
25613f7020
Merge pull request #1044
2020-12-26 13:02:10 +00:00
symfony-flex-server[bot] and GitHub
eccd51a925
Merge pull request #1036
2020-12-26 12:53:05 +00:00
symfony-flex-server[bot] and GitHub
554147a807
Merge pull request #1032
2020-12-26 12:49:50 +00:00
symfony-flex-server[bot] and GitHub
68772b6a10
Merge pull request #1028
2020-12-26 12:40:57 +00:00
symfony-flex-server[bot] and GitHub
04cd4abe92
Merge pull request #1027
2020-12-26 12:40:03 +00:00
symfony-flex-server[bot] and GitHub
02368414b1
Merge pull request #1026
2020-12-26 12:39:35 +00:00
symfony-flex-server[bot] and GitHub
a6b83665d4
Merge pull request #1023
2020-12-26 12:38:27 +00:00
symfony-flex-server[bot] and GitHub
9544f6dd6b
Merge pull request #1040
2020-12-21 15:42:31 +00:00
Miguel García Domínguez
515df5da2e
default value to null
2020-12-20 00:46:16 +01:00
Miguel García Domínguez
0dc04ca030
default value to null
2020-12-19 03:51:07 +01:00
Miguel García Domínguez
1e9d0c2dbe
Remove json credentials
2020-12-16 15:50:27 +01:00
jay
77ba5093a0
fix phpzlc/document-bundle php code format
2020-12-16 15:25:25 +08:00
Jacques Bodin-Hullin
ff941fb38a
Add recipe for Sylius Settings Plugin by @monsieurbiz
...
https://github.com/monsieurbiz/SyliusSettingsPlugin
2020-12-14 00:45:17 +01:00
Jacques Bodin-Hullin
b9a62e910e
Add recipe for Sylius No Commerce by @monsieurbiz
2020-12-14 00:21:19 +01:00
Jacques Bodin-Hullin
6cc29b03c1
Add recipe Sylius Coliship Plugin by @monsieurbiz
2020-12-14 00:18:14 +01:00
Miguel García Domínguez
79b2804bcd
Add recipe for google Stackdriver handler
2020-12-09 12:23:55 +01:00
symfony-flex-server[bot] and GitHub
3e81695f75
Merge pull request #1056
2020-12-08 06:54:57 +00:00
Christopher Hertel and GitHub
b6bc7355fb
Removing misleading whitespace
2020-12-07 12:36:41 +01:00
symfony-flex-server[bot] and GitHub
1f63cfcce5
Merge pull request #1055
2020-12-06 19:42:19 +00:00
Christopher Hertel and GitHub
b55805532e
Use comment instead due to monolog dependency
2020-12-06 13:39:05 +01:00
Christopher Hertel and GitHub
fc2fa5ae67
Adding logging capabilities to GitWrapper
2020-12-06 13:21:24 +01:00
symfony-flex-server[bot] and GitHub
57fa5134f4
Merge pull request #1054
2020-12-05 19:49:11 +00:00
Damien Harper
c2ccc426e1
Fix format
2020-12-05 00:42:06 +01:00
Damien Harper
6743f25828
Recipe for upcoming 4.0 version of auditor-bundle
2020-12-05 00:40:40 +01:00
bocharsky-bw
eda6cccb3e
Remove extra spaces from php-translation
2020-12-03 23:30:33 +02:00
symfony-flex-server[bot] and GitHub
6b17f15a65
Merge pull request #1050
2020-12-03 16:47:00 +00:00
FESLARD Margaux
67680cdd2c
feat: add sitemap plugin as recipe
2020-12-03 17:44:32 +01:00
symfony-flex-server[bot] and GitHub
0d0cb53419
Merge pull request #1053
2020-12-03 16:33:16 +00:00
Jonas
e8286fdede
feat: add monsieurbiz_sylius_sales_reports_plugin as recipe
2020-12-03 17:23:53 +01:00
symfony-flex-server[bot] and GitHub
77c42121e5
Merge pull request #1051
2020-12-03 14:30:55 +00:00
symfony-flex-server[bot] and GitHub
723440e57c
Merge pull request #1052
2020-12-03 14:30:15 +00:00
Damien Harper
6e7758d27a
Fix reference URL
2020-12-03 15:21:13 +01:00
Damien Harper
e988b3800e
Fix indentation
2020-12-03 14:43:52 +01:00
Damien Harper
d57381375d
Fix empty config file
2020-12-03 14:42:53 +01:00
Damien Harper
966289f7be
Add recipe for auditor-bundle
2020-12-03 14:37:06 +01:00
gassnerw
6eefd3e403
use cache dir param, remove leading slash
2020-12-01 20:22:08 +01:00
Oskar Stark
49fada1abc
Add cpliakas/git-wrapper
2020-12-01 15:02:56 +01:00
Oskar Stark
3b13d7ec5c
Add knplabs/packagist-api
2020-12-01 15:00:06 +01:00
symfony-flex-server[bot] and GitHub
a8ee364a25
Merge pull request #1042
2020-11-30 19:25:04 +00:00
gassnerw
033340e585
fix deprecated parameter
2020-11-26 11:03:54 +01:00
gassnerw
ef95655b73
add new lines
2020-11-26 10:56:48 +01:00
gassnerw
b4f98f5fd9
add recipe for prolix-maintenance-bundle
2020-11-26 10:49:36 +01:00
Oskar Stark and GitHub
ea703aec39
Rename env_var_extension.yaml to oskarstark_env_var_extension.yaml
2020-11-22 13:16:54 +01:00
Oskar Stark
bbc4b97f3d
Add recipe for oskarstark/env-var-extension
2020-11-18 13:57:38 +01:00
Loïc Frémont
9cb3a75d03
Fix directory of markdowns docs' configuration file
2020-11-17 14:27:05 +01:00
Francis Hilaire
12c5ec01ec
Fix wrong class declaration
2020-11-16 11:10:50 +01:00
Francis Hilaire
6b4fa47135
Fix new line
2020-11-16 11:03:13 +01:00
Francis Hilaire
98d0026554
Add default config with comments
2020-11-16 11:03:13 +01:00
Francis Hilaire
891efaa81e
Add flux-se/sylius-payum-stripe-plugin recipe
2020-11-16 11:03:13 +01:00
symfony-flex-server[bot] and GitHub
a3e573f2ab
Merge pull request #1035
2020-11-16 09:53:11 +00:00
Loïc Frémont
aff0ab8fad
Add the first page for your documentation
2020-11-16 09:02:22 +01:00
Loïc Frémont
adce8cc0d0
Add a prefix to routes
2020-11-16 08:59:18 +01:00
Loïc Frémont
933f10307b
Add routes
2020-11-16 08:56:44 +01:00
n.netesin
58ac9013cc
Add recipes for timiki/rpc-server-bundle >= 4.2
...
(cherry picked from commit e0e355432c )
2020-11-15 22:14:45 +03:00
Loïc Frémont
681e487704
Add Mobizel Markdown docs bundle
2020-11-15 15:15:49 +01:00
Mariano Biencinto
ea324164df
Add amp-toolbox-bundle recipe
2020-11-10 12:13:40 +01:00
jay
409b320632
phpzlc add
2020-11-06 10:55:18 +08:00
ferror
5f4e60d0ae
remove gitignore file
2020-11-01 17:11:27 +01:00
ferror
7ad5729751
gitignore file
2020-11-01 17:06:21 +01:00
ferror
0e8dfa6490
remove bundles definition as it is not required
2020-11-01 16:59:45 +01:00
ferror
e685ed5505
revert version to 1.0
2020-11-01 16:49:36 +01:00
ferror
573cfce8e1
change version to 1.0.0
2020-11-01 16:49:00 +01:00
ferror
b4582be574
Add recipe for ferror/phpscan repository
2020-11-01 16:40:59 +01:00
Matthias Perret
5ce5a6340b
replaces package by packages
2020-11-01 13:44:08 +01:00
Matthias Perret
f740a5cc2f
invalid yaml
2020-11-01 12:54:58 +01:00
Matthias Perret
89ba599607
added Mp3000mp TOSBundle recipe
2020-11-01 12:49:56 +01:00
Tomáš Kulhánek
013194b49b
Add dependencies
2020-10-31 19:46:32 +01:00
Tomáš Kulhánek
7f1fe256fe
Append Supervisor REST bundle
2020-10-31 19:35:43 +01:00
TSOUZA
ad9cea8b2d
add behat-rest-fr test flex 1
2020-10-31 17:06:31 +01:00
TSOUZA
3b3acb2d56
add behat-rest-fr test flex 1
2020-10-31 16:57:48 +01:00
TSOUZA
ec6e000967
add behat-rest-fr test flex
2020-10-31 16:36:32 +01:00
TSOUZA
272e2bdbf8
add behat-rest-fr test flex
2020-10-31 16:26:56 +01:00
TSOUZA
536f2a0ad3
add behat-rest-fr test flex
2020-10-31 16:24:18 +01:00
symfony-flex-server[bot] and GitHub
9cfe4f852a
Merge pull request #1016
2020-10-27 16:20:20 +00:00
Robin Lehrmann and GitHub
8a9afad63d
Update post-install.txt
2020-10-27 10:12:52 +01:00
Robin Lehrmann
5bbc07999b
added ambient-link ability pack
2020-10-26 18:25:08 +01:00
symfony-flex-server[bot] and GitHub
902ace0094
Merge pull request #1011
2020-10-12 20:39:37 +00:00
Gerhard Seidel
51fbfa4bc0
Update env vars
2020-10-12 22:19:44 +02:00
Tomáš Kulhánek
111cda4483
Add recipe for helppc/supervisor-bundle
2020-10-11 21:53:53 +02:00
Tomáš Kulhánek
cbe9aca4a3
Add recipe for helppc/supervisor-bundle
2020-10-11 21:51:20 +02:00
symfony-flex-server[bot] and GitHub
b4a342c6f7
Merge pull request #1017
2020-10-11 07:22:03 +00:00
Björn May
9716e30d42
rename
2020-10-08 17:21:51 +02:00
Björn May
ad0d0842a8
minor
2020-10-08 16:44:44 +02:00
Björn May
19c4ceb28b
minor
2020-10-08 16:25:02 +02:00
Björn May
f93340c6a7
fix namespace
2020-10-08 16:20:47 +02:00
Björn May
4ed6c20012
move timezone to top
2020-10-08 16:15:05 +02:00
Björn May
8fc3ff3c47
add timezone config
2020-10-08 16:06:49 +02:00
Björn May
109c5098d1
fixes
2020-10-08 16:01:08 +02:00
Björn May
258165abf4
minor fixes
2020-10-08 15:57:40 +02:00
Björn May
06cfebc114
fix indentation of manifest.json
2020-10-08 15:40:55 +02:00
Björn May
25502acd7e
fix indentation
2020-10-08 15:40:05 +02:00
Björn May
4dde63f8eb
initial recipe
2020-10-08 15:37:32 +02:00
symfony-flex-server[bot] and GitHub
a10fce037f
Merge pull request #1014
2020-10-07 09:53:55 +00:00
Damian Damico
0841b14ad1
Add OdiseoTeam SyliusVendorPlugin Recipe
2020-10-01 11:24:43 -03:00
Jonathan Vuillemin
fa4df38107
version 3.0
2020-10-01 09:25:05 +02:00
Jonathan Vuillemin
0ade8cf6ef
version 3.0
2020-09-30 17:24:12 +02:00
andreea_cojocaru
3d405a9e0b
Changed package version
2020-09-30 17:17:37 +03:00
andreea_cojocaru
862aa3770f
Fixed package naming
2020-09-30 10:25:10 +03:00
andreea_cojocaru
716a207c5c
Fixed indendation issues
2020-09-30 10:22:45 +03:00
andreea_cojocaru
c1804742fb
Added new spaces at the end of the files
2020-09-29 18:23:02 +03:00
andreea_cojocaru
23771c725e
Added Symfony recipe for eMAGTechLabs/RabbitMqBundle
2020-09-29 18:06:15 +03:00
Gerhard Seidel
9d3130acdc
Fix validation
2020-09-26 18:28:07 +02:00
Gerhard Seidel
4f7c73d6b4
Add tsconfig.json
2020-09-26 18:26:30 +02:00
Gerhard Seidel
9a600c441a
Fix routes
2020-09-25 18:17:39 +02:00
Gerhard Seidel
96d6c58a7a
Add enhavo/app-bundle recipe
2020-09-25 13:55:39 +02:00
symfony-flex-server[bot] and GitHub
212b5c5b55
Merge pull request #929
2020-09-24 07:03:36 +00:00
symfony-flex-server[bot] and GitHub
d2b1fba7cc
Merge pull request #788
2020-09-24 06:59:11 +00:00
symfony-flex-server[bot] and GitHub
a04be58917
Merge pull request #1010
2020-09-24 06:55:38 +00:00
Jeroen Thora
03fcd9e743
Kunstmaan/search-bundle: Setup parameter for ES7 support in v5.6
2020-09-11 15:16:20 +02:00
symfony-flex-server[bot] and GitHub
e5f218ebde
Merge pull request #1004
2020-09-10 18:15:18 +00:00
hboie
4c23669ca6
second try
2020-09-09 21:46:44 +02:00
symfony-flex-server[bot] and GitHub
0a9b1cffd0
Merge pull request #996
2020-09-09 10:18:36 +00:00
Jérémy Marodon
85cee23503
✨ Add Klaviyo SDK recipe
2020-09-09 12:07:22 +02:00
symfony-flex-server[bot] and GitHub
67c3fb1dfe
Merge pull request #1002
2020-09-09 09:26:02 +00:00
symfony-flex-server[bot] and GitHub
7ec982fe6d
Merge pull request #983
2020-09-09 08:39:35 +00:00
symfony-flex-server[bot] and GitHub
85d40682a7
Merge pull request #1003
2020-09-08 16:19:28 +00:00
symfony-flex-server[bot] and GitHub
07f8a76876
Merge pull request #1001
2020-09-08 16:17:00 +00:00
symfony-flex-server[bot] and GitHub
60bb49ca66
Merge pull request #997
2020-09-08 16:12:26 +00:00
symfony-flex-server[bot] and GitHub
aa4838309b
Merge pull request #995
2020-09-08 16:09:52 +00:00
symfony-flex-server[bot] and GitHub
3c68b655a8
Merge pull request #994
2020-09-08 16:06:39 +00:00
symfony-flex-server[bot] and GitHub
1307f239c2
Merge pull request #988
2020-09-08 16:06:01 +00:00
Joel Lusavuvu
964f948283
add parent user class construct init
2020-09-08 10:44:03 +01:00
Joel Lusavuvu
6c77f08ba7
upgrade from v0.3 to v0.4
2020-09-08 09:45:33 +01:00
Joel Lusavuvu
51d07ae018
add User entity and repository default file
2020-09-08 07:14:39 +01:00
Romain Lebbadi-Breteau and GitHub
bdf80283ac
Update and rename meteo_concept_hcaptcha.yaml to meteo_concept_h_captcha.yaml
...
The package expects a meteo_concept_h_captcha.yaml file to exist instead of meteo_concept_hcaptcha.yaml
2020-09-07 18:37:11 +02:00
Cedrick Oka Baidai
c21a7a4ab6
* Add a recipe for coka/pagination-bundle version 5.0.
2020-09-03 10:43:45 +00:00
Matthew Henry
09e11c38d9
Fixed manifest spacing
2020-09-03 10:52:47 +01:00
Matthew Henry
febfe23003
Fixed active
2020-09-03 10:23:30 +01:00
Matthew Henry
98c90dd18d
Fixed Typo
2020-09-03 10:20:25 +01:00
Matthew Henry
1064458a8a
Fixed spacing
2020-09-03 10:07:13 +01:00
Jonah Böther
6cd63ec8b5
Add jbtcd fitbitd-bundle recipe
2020-09-01 21:46:21 +02:00
Damian Damico
d83c966188
Add OdiseoTeam SyliusVendorPlugin Recipe
2020-08-30 12:42:48 -03:00
Damian Damico
f2753e1737
Add OdiseoTeam SyliusVendorPlugin Recipe
2020-08-30 12:27:02 -03:00
Damian Damico
87f0bb76c7
Add OdiseoTeam SyliusVendorPlugin Recipe
2020-08-30 12:11:58 -03:00
Luca Rath-Heel
62b6b46683
Add flex recipe for SuluHeadlessBundle
2020-08-28 13:00:07 +02:00
Luca Rath-Heel
2e1614c696
fix recipe
2020-08-28 12:45:37 +02:00
Luca Rath-Heel
2008f1fd03
fix recipe
2020-08-28 12:38:49 +02:00
Luca Rath-Heel
c05ae4cd6d
Add flex recipe for SuluFormBundle
2020-08-28 12:26:35 +02:00
Matthew Henry
1d13174714
Added 1.0
2020-08-27 15:01:56 +01:00
Matthew Henry
8927f730c2
Added ise-web-security-bundle flex recipe
2020-08-27 13:32:15 +01:00
symfony-flex-server[bot] and GitHub
04a0d635c9
Merge pull request #993
2020-08-24 09:32:22 +00:00
Luca Rath-Heel
97d81d108e
Fix review
2020-08-24 11:26:44 +02:00
Nek (Maxime Veber)
9ab59080ce
feat: adding melodiia recipe
2020-08-19 20:53:30 +02:00
symfony-flex-server[bot] and GitHub
d193032f36
Merge pull request #923
2020-08-19 18:48:47 +00:00
symfony-flex-server[bot] and GitHub
367e7c1cf8
Merge pull request #992
2020-08-07 11:27:35 +00:00
Fabien Potencier
572f2186a7
Add support for Symfony Connect
2020-08-07 13:27:05 +02:00
Carlos Jimenez and GitHub
62c447cf75
Create jsor_doctrine_postgis.yaml
2020-07-27 16:32:48 +01:00
Carlos Jimenez and GitHub
665c605358
Create manifest.json
2020-07-27 16:29:32 +01:00
symfony-flex-server[bot] and GitHub
66c9f49b69
Merge pull request #975
2020-07-20 14:39:12 +00:00
symfony-flex-server[bot] and GitHub
cc7574ff70
Merge pull request #986
2020-07-20 13:30:58 +00:00
Luca Rath-Heel and GitHub
d73a183117
Update manifest.json
2020-07-20 09:47:35 +02:00
Javier Spagnoletti
956288e30b
Add recipe for "sonata-project/form-extensions:1.0"
2020-07-19 11:48:24 -03:00
Laurent Georget
cd2ef687c9
Move the config file to the proper packages subdirectory
2020-07-19 13:08:35 +02:00
Luca Rath-Heel and GitHub
052281ce2b
Delete ongr_elasticsearch.yaml
2020-07-19 11:26:12 +02:00
symfony-flex-server[bot] and GitHub
e07e479ffb
Merge pull request #963
2020-07-19 08:06:09 +00:00
symfony-flex-server[bot] and GitHub
26b6a8881e
Merge pull request #955
2020-07-19 08:05:14 +00:00
symfony-flex-server[bot] and GitHub
d3285f779a
Merge pull request #979
2020-07-19 07:57:24 +00:00
symfony-flex-server[bot] and GitHub
9f9f09f9a3
Merge pull request #976
2020-07-19 07:56:28 +00:00
symfony-flex-server[bot] and GitHub
b15d948e0b
Merge pull request #974
2020-07-19 07:52:27 +00:00
symfony-flex-server[bot] and GitHub
3942326411
Merge pull request #972
2020-07-19 07:50:11 +00:00
symfony-flex-server[bot] and GitHub
e30cb80a17
Merge pull request #946
2020-07-19 07:49:11 +00:00
Laurent Georget
650b8755a4
Create recipe for MeteoConcept/HCaptchaBundle
2020-07-17 10:42:07 +02:00
Luca Rath-Heel
93e5b36eb4
fix ci
2020-07-14 15:47:32 +02:00
Luca Rath-Heel
110d030cc3
Add flex recipe for SuluArticleBundle
2020-07-14 15:27:15 +02:00
Artem Henvald
94e008f96e
Remove src stub from recipe
2020-07-13 12:45:23 +03:00
Artem Henvald
b6f49ede84
Add recipe for FreshCentrifugoBundle
2020-07-13 12:45:23 +03:00
Vincent Chalamon
84fa21a93d
Add missing routing from gheb/docusign-bundle
2020-07-01 14:24:56 +02:00
Clemens Krack
a03697f3a9
docs: Update comment with link
2020-06-29 23:42:17 +02:00
Reyo Stallenberg
7a8e389dcd
Add configuration
2020-06-29 15:57:25 +02:00
Reyo Stallenberg
7857ada848
Add recipe for connectholland/uptime-robot-bundle
2020-06-29 15:52:30 +02:00
Reyo Stallenberg
0240dd18d5
Add configuration
2020-06-29 15:26:57 +02:00
Reyo Stallenberg
d1cdeed733
Fix typo
2020-06-29 15:26:57 +02:00
Reyo Stallenberg
b3fb2fdf5e
Remove aliases
2020-06-29 15:26:57 +02:00
Reyo Stallenberg
9d62549b82
Add recipe for connectholland/timchimp-bundle
2020-06-29 15:26:57 +02:00
Sebastian Hopfe
475d2623bb
NuBox - Symfony WebPack PHP Generator
2020-06-29 08:43:25 +02:00
Sebastian Hopfe
c90daeb6f9
NuBox - Symfony WebPack PHP Generator
2020-06-29 08:22:14 +02:00
Sebastian Hopfe
9ddcd8b859
NuBox - Symfony WebPack PHP Generator
2020-06-28 19:22:27 +02:00
Sebastian Hopfe
0460fb1aa5
NuBox - Symfony WebPack PHP Generator
2020-06-28 19:19:58 +02:00
Sebastian Hopfe
a4d155fb23
NuBox - Symfony WebPack PHP Generator
2020-06-28 17:01:45 +02:00
Sebastian Hopfe
a962cf0b87
NuBox - Symfony WebPack PHP Generator
2020-06-28 16:52:32 +02:00
Sebastian Hopfe
7b886379d9
NuBox - Symfony WebPack PHP Generator
2020-06-28 16:49:24 +02:00
Sebastian Hopfe
1875b4b0fb
NuBox - Symfony WebPack PHP Generator
2020-06-28 16:42:37 +02:00
Sebastian Hopfe
30463d650f
NuBox - Symfony WebPack PHP Generator
2020-06-28 16:39:44 +02:00
Sebastian Hopfe
b6f892f665
NuBox - Symfony WebPack PHP Generator
2020-06-28 16:36:01 +02:00
symfony-flex-server[bot] and GitHub
a701a4bcac
Merge pull request #973
2020-06-28 08:17:21 +00:00
Pol Dellaiera
5f953389b0
Fix erroneous paths.
2020-06-28 10:12:02 +02:00
symfony-flex-server[bot] and GitHub
8918dd156c
Merge pull request #970
2020-06-28 08:09:25 +00:00
symfony-flex-server[bot] and GitHub
7b0a09314e
Merge pull request #961
2020-06-28 07:36:57 +00:00
symfony-flex-server[bot] and GitHub
f73b1e6d44
Merge pull request #962
2020-06-28 07:36:53 +00:00
symfony-flex-server[bot] and GitHub
d1f5bc5d14
Merge pull request #960
2020-06-28 07:36:36 +00:00
symfony-flex-server[bot] and GitHub
57b8e7d32a
Merge pull request #959
2020-06-28 07:36:21 +00:00
Joubert Guimarães de Assis
dee3accc8f
Add missing new line into files
2020-06-27 22:32:19 -03:00
Joubert Guimarães de Assis
4bab9466ea
Add ApiHelperBundle
2020-06-27 22:28:54 -03:00
Nyholm
15ac1c3de2
remove tmp code
2020-06-25 13:27:40 +02:00
Nyholm
817ce16502
force error
2020-06-25 13:02:44 +02:00
Nyholm
d10866f489
Revert changes in second package
2020-06-25 12:56:38 +02:00
Nyholm
541d83681f
syntax
2020-06-25 12:55:15 +02:00
Nyholm
3323b01b72
use second argument
2020-06-25 12:54:16 +02:00
Nyholm
fb4d8b8885
make sure we support multiple packages
2020-06-25 12:50:07 +02:00
Nyholm
4303edbc81
Indentation
2020-06-25 12:47:37 +02:00
Nyholm
5b7e09fa08
minor
2020-06-25 12:45:55 +02:00
Nyholm
6c2493dd89
Use function
2020-06-25 12:45:03 +02:00
Nyholm
48113aa961
syntax
2020-06-25 12:39:07 +02:00
Nyholm
a7c052d3fd
minor
2020-06-25 12:32:36 +02:00
Nyholm
8c1205b048
Trying out new config
2020-06-25 12:26:11 +02:00
Jonathan Vuillemin
f2bfaf843a
Bot check fixes
2020-06-25 12:07:28 +02:00
Jonathan Vuillemin
84b08f1704
Bundle health check recipe
2020-06-25 12:03:40 +02:00
symfony-flex-server[bot] and GitHub
0ef851843d
Merge pull request #957
2020-06-24 15:38:20 +00:00
symfony-flex-server[bot] and GitHub
7799e01c07
Merge pull request #954
2020-06-24 15:36:39 +00:00
symfony-flex-server[bot] and GitHub
6e63b5dfa9
Merge pull request #950
2020-06-24 15:36:05 +00:00
symfony-flex-server[bot] and GitHub
57aefb7282
Merge pull request #948
2020-06-24 15:34:45 +00:00
symfony-flex-server[bot] and GitHub
1d9c46f2dd
Merge pull request #947
2020-06-24 15:34:18 +00:00
symfony-flex-server[bot] and GitHub
15da1f00be
Merge pull request #933
2020-06-24 15:29:12 +00:00
symfony-flex-server[bot] and GitHub
b79e562555
Merge pull request #945
2020-06-24 15:23:21 +00:00
Mael and GitHub
eac6e579b6
fix typo
2020-06-24 17:22:50 +02:00
symfony-flex-server[bot] and GitHub
10135b1b42
Merge pull request #938
2020-06-24 15:22:38 +00:00
Joel Lusavuvu
584d00ed1f
fix rootnode name and bundle classname
2020-06-22 12:30:24 +01:00
Joel Lusavuvu
546f949c01
rename rootnode name
2020-06-21 15:34:09 +01:00
Pol Dellaiera
625cfaf4f6
Add ecphp/eu-login-bundle package for Symfony 5.
2020-06-17 14:01:32 +02:00
Pol Dellaiera
d3229d5761
Add ecphp/eu-login-bundle package for Symfony 4.4.
2020-06-17 14:00:33 +02:00
Pol Dellaiera
d00a260817
Add ecphp/cas-bundle package.
2020-06-17 11:40:16 +02:00
Pol Dellaiera
6a7bca0127
Add ecphp/cas-bundle package.
2020-06-17 11:38:22 +02:00
symfony-flex-server[bot] and GitHub
6f9f29199d
Merge pull request #958
2020-06-15 05:39:01 +00:00
Baptiste Leduc
68afbd10b5
Fixing binary being not executable
2020-06-14 16:56:22 +02:00
johnkrovitch
820bfdecdd
Add recipe for lag/adminbundle:1.0
2020-06-13 12:24:36 +02:00
symfony-flex-server[bot] and GitHub
08cf552676
Merge pull request #956
2020-06-12 13:32:45 +00:00
Christian Scheb
7dec3d4711
Add recipe for scheb/2fa-bundle
2020-06-12 15:00:31 +02:00
simivar
3c3ce19354
Add recipee for tbbc/money-bundle version 4.0
2020-06-08 13:10:28 +02:00
freezy
211931e1eb
added config for 2.0 version
2020-06-07 12:43:40 +02:00
freezy
9c2ede7065
Added config for willdurand/hateoas-bundle
2020-06-07 12:15:09 +02:00
symfony-flex-server[bot] and GitHub
ec9d8fcbb9
Merge pull request #944
2020-06-05 10:20:17 +00:00
symfony-flex-server[bot] and GitHub
674fc83068
Merge pull request #888
2020-06-02 08:42:50 +00:00
Baptiste Leduc
b6b8ba2b13
Update recipes for Jane v6.0
2020-05-31 20:58:55 +02:00
tien.xuan.vo
70b3839a30
Update tienvx/mbt-bundle to 1.17
2020-05-31 10:02:49 +07:00
Laurentiu Cocos
3cbfe3577d
Removed aliases
2020-05-29 17:23:30 +03:00
Laurentiu Cocos
2720f94e9a
Added infifni/euplatesc-plugin flex recipe for 1.0
2020-05-29 17:18:29 +03:00
Joel Lusavuvu
d17d987bd2
fix files name confict
2020-05-28 09:47:56 +01:00
symfony-flex-server[bot] and GitHub
8dfd208bd2
Merge pull request #936
2020-05-27 11:19:45 +00:00
wajdi
b7ecfd6012
Let default connection string tcp://guest:guest@localhost:5672
2020-05-27 00:42:19 +03:00
wajdi
8b1b30197d
Add vendor prefix to env variable
2020-05-27 00:36:04 +03:00
wajdi
eced14d9af
Fixes
2020-05-26 22:54:20 +03:00
wajdi
89278604cf
Fix RABBIT_MQ_DSN env variable
2020-05-26 22:50:40 +03:00
wajdi
de6942c5f5
Fixes
2020-05-26 22:47:41 +03:00
wajdi
1986942a46
Fixes
2020-05-26 22:44:11 +03:00
wajdi
1c041ae445
Update env variable
2020-05-26 21:37:34 +03:00
wajdi
91c09b14e5
Update env variable value
2020-05-26 21:30:27 +03:00
wajdi
ebb6bd7490
Add environment variable
2020-05-26 21:20:59 +03:00
wajdi
1c89d86bf7
Update config
2020-05-26 21:07:09 +03:00
wajdi
97264e3cba
Make connection always as string
2020-05-26 20:05:34 +03:00
Clemens Krack
686c5a9f7f
chore(): fix version
2020-05-26 01:19:52 +02:00
Clemens Krack
2846a93ab0
fix(manifest): use strings for env
2020-05-26 01:02:39 +02:00
Clemens Krack
ac4907f0a7
docs(post-install): add bundle doc link
2020-05-26 01:02:20 +02:00
Clemens Krack
e1bae084c9
feat(optimus): add recipe for ckrack/optimus-bundle
2020-05-26 00:55:36 +02:00
Peter Gribanov and GitHub
29f3d01d35
add PUBLIC_DIR option
2020-05-25 14:00:55 +03:00
Peter Gribanov and GitHub
3ea6741c4c
public directory can be changed in project
2020-05-25 13:57:46 +03:00
Nicolas MELONI
eebbdd991e
added payplug/sylius-payplug-plugin
2020-05-25 11:19:39 +02:00
wajdi
ee5af59ebf
Code review
2020-05-24 22:05:54 +03:00
wajdi
33441d6602
Add recipe for Jurry RabbitMQ Symfony Bundle
2020-05-24 04:27:05 +03:00
Mael and GitHub
96167b15d0
Delete mael_recaptcha.yaml
2020-05-24 00:29:30 +02:00
Mael and GitHub
09e1c61f01
Delete manifest.json
2020-05-24 00:29:22 +02:00
Mael and GitHub
8c7e8a69bb
Delete post-install.txt
2020-05-24 00:29:14 +02:00
Mael and GitHub
cca6d5ca0c
Upgrade to 1.0
2020-05-24 00:25:06 +02:00
Mael and GitHub
b563855b49
Upgrade to 1.0
2020-05-24 00:24:20 +02:00
Mael and GitHub
ba348a2672
Upgrade to 1.0
2020-05-24 00:23:38 +02:00
zorn-v and GitHub
42ae75aee4
Add elfinder:install to composer-scripts
...
This allow install/update elfinder assets on install/update packages
2020-05-21 00:39:26 +10:00
symfony-flex-server[bot] and GitHub
63d44bb87a
Merge pull request #935
2020-05-18 12:59:24 +00:00
Jonathan Vuillemin
963aa84483
CR fixes
2020-05-18 14:45:09 +02:00
Jonathan Vuillemin
9b26a686af
CR fixes
2020-05-18 14:42:43 +02:00
Jonathan Vuillemin
c5df55afcd
Fixes
2020-05-18 11:45:33 +02:00
Jonathan Vuillemin
59b65709c4
Fixes
2020-05-18 11:28:26 +02:00
Jonathan Vuillemin
af73e5b7e2
Fixes
2020-05-18 11:25:06 +02:00
Jonathan Vuillemin
acdb244ed7
Fixes
2020-05-18 10:58:38 +02:00
Jonathan Vuillemin
8870854eac
Fixes
2020-05-18 10:54:32 +02:00
Jonathan Vuillemin
f05b27834f
Fixes
2020-05-18 10:51:49 +02:00
Mael and GitHub
73c92798c1
Update post-install.txt
2020-05-15 14:21:37 +02:00
Mael and GitHub
297b28b0da
Update post-install.txt
2020-05-15 14:10:41 +02:00
Mael and GitHub
fd0e47b8f9
Update mael_intervention_image.yaml
2020-05-15 14:03:47 +02:00
Mael and GitHub
609eedb670
Update mael_intervention_image.yaml
2020-05-15 14:02:15 +02:00
Mael and GitHub
4e084e3b73
Create mael_intervention_image.yaml
2020-05-15 13:58:19 +02:00
Mael and GitHub
285eaab385
Create manifest.json
2020-05-15 13:57:21 +02:00
Mael and GitHub
65409be2b9
Delete post-install.txt
2020-05-15 13:56:01 +02:00
Mael and GitHub
65a3100bbc
Create post-install.txt
2020-05-15 13:55:51 +02:00
Mael and GitHub
654f1dc3ea
Create post-install.txt
2020-05-15 13:55:27 +02:00
Jonathan Vuillemin
7f798a4dee
Fixes
2020-05-12 13:10:24 +02:00
Jonathan Vuillemin
0df4915226
Added oat-sa/bundle-lti1p3 flex recipe for 1.0
2020-05-12 13:05:07 +02:00
symfony-flex-server[bot] and GitHub
2748c1fcf9
Merge pull request #831
2020-05-09 18:45:20 +00:00
symfony-flex-server[bot] and GitHub
28f9d988f2
Merge pull request #926
2020-05-09 15:45:44 +00:00
symfony-flex-server[bot] and GitHub
1f1906b767
Merge pull request #928
2020-05-09 15:43:52 +00:00
Joel Lusavuvu
8a2d25dd31
fix bundle version
2020-05-08 02:09:43 +01:00
Joel Lusavuvu
180ca92c7c
add enigma972 user bundle
2020-05-08 02:01:08 +01:00
Denis Brumann
b0d484d661
Fix validation errors.
2020-05-07 09:55:05 +02:00
Denis Brumann
487142b520
Adds deptrac-recipe.
...
* Adds .deptrac.cache file to gitignore
* Creates a default depfile.yml (taken from `deptrac init`)
2020-05-07 09:50:41 +02:00
Jacques de Lamballerie
db40e0f78f
fix: remove useless key
2020-05-04 13:51:14 +02:00
symfony-flex-server[bot] and GitHub
acdcb190d6
Merge pull request #890
2020-05-04 05:41:30 +00:00
Arkadiusz Kondas
ef67b05e8d
Move params to env var
2020-05-04 07:33:24 +02:00
symfony-flex-server[bot] and GitHub
7d61fbe632
Merge pull request #878
2020-05-03 12:32:30 +00:00
symfony-flex-server[bot] and GitHub
763edd6dd9
Merge pull request #918
2020-05-03 12:30:37 +00:00
symfony-flex-server[bot] and GitHub
02a83e59a8
Merge pull request #837
2020-05-03 12:26:36 +00:00
symfony-flex-server[bot] and GitHub
28be729fe1
Merge pull request #925
2020-05-03 12:21:07 +00:00
symfony-flex-server[bot] and GitHub
0fd08173f5
Merge pull request #873
2020-05-03 12:18:47 +00:00
symfony-flex-server[bot] and GitHub
783fadae00
Merge pull request #824
2020-05-03 12:17:56 +00:00
symfony-flex-server[bot] and GitHub
5c097742b2
Merge pull request #829
2020-05-03 12:15:30 +00:00
Jérémy Derussé and GitHub
8a78f57e58
[AsyncAws Bundle] Use website documentation URL
2020-05-03 14:13:54 +02:00
symfony-flex-server[bot] and GitHub
23be51fd82
Merge pull request #916
2020-05-03 12:08:26 +00:00
Nyholm
72fffa4c1e
Allow jobs to fail on SF 3.4.
2020-05-03 14:05:48 +02:00
symfony-flex-server[bot] and GitHub
794d0f3707
Merge pull request #914
2020-05-03 12:01:00 +00:00
symfony-flex-server[bot] and GitHub
4a4000df94
Merge pull request #910
2020-05-03 11:56:54 +00:00
symfony-flex-server[bot] and GitHub
2141350a61
Merge pull request #900
2020-05-03 11:55:22 +00:00
symfony-flex-server[bot] and GitHub
1e86bf4664
Merge pull request #897
2020-05-03 11:53:05 +00:00
Dennis de Best
0f41bb4197
Remove default null values from config, add link to bundle documentation
2020-04-29 14:06:56 +02:00
symfony-flex-server[bot] and GitHub
48e3e14ccb
Merge pull request #919
2020-04-28 08:05:46 +00:00
symfony-flex-server[bot] and GitHub
47e78e3ade
Merge pull request #913
2020-04-28 08:03:15 +00:00
Mael and GitHub
7cc4cb3355
Update manifest.json
2020-04-26 11:30:22 +02:00
Mael and GitHub
30f24a56c7
Update post-install.txt
...
Editing the instruction after installation of the bundle
2020-04-26 11:19:54 +02:00
symfony-flex-server[bot] and GitHub
2589657456
Merge pull request #902
2020-04-26 09:17:33 +00:00
symfony-flex-server[bot] and GitHub
06ae330a1f
Merge pull request #901
2020-04-26 09:16:41 +00:00
symfony-flex-server[bot] and GitHub
05e6783212
Merge pull request #899
2020-04-26 09:07:40 +00:00
Olivier ALLAIN
a7f4ceb7cc
add synolia/sylius-mail-tester-plugin
2020-04-24 19:51:19 +02:00
Baldinof
2b08562947
Add recipe for baldinof/roadrunner-bundle v1.2.0
2020-04-24 19:39:28 +02:00
Jacques de Lamballerie
6d537c1c71
JacquesndlMailerBundle: add conflict to manifest
2020-04-23 16:14:47 +02:00
Jacques de Lamballerie
1e6a1523e2
JacquesndlMailerBundle: add conflict to manifest
2020-04-23 15:26:42 +02:00
Jacques de Lamballerie
f7344b325a
JacquesndlMailerBundle: add recipe
2020-04-23 15:03:40 +02:00
Olivier ALLAIN
ffef64e10b
add synolia/sylius-scheduler-command-plugin
2020-04-23 11:58:15 +02:00
Jacques Bodin-Hullin
4915c1301e
Add first recipe for monsieurbiz/sylius-rich-editor-plugin
2020-04-22 11:57:57 +02:00
Tin Benjamin Matuka
1bb6745c9c
Add recipe for tbmatuka/editorjs-bundle
2020-04-15 20:13:52 +02:00
Dmitry Meliukh
e2884b89c7
feat(config): add configuration for bundle to recipe
...
US-34680
2020-04-14 17:07:29 +03:00
Georgi Gabrovski
d677c66bce
Fix version "1" not valid error
2020-04-13 10:21:04 +03:00
Georgi Gabrovski
17edfdbfcb
Fix not valid JSON error recipe for otobul/epaybg-bundle
2020-04-13 10:17:20 +03:00
Georgi Gabrovski
540a9ebbc6
Add recipe for otobul/epaybg-bundle
2020-04-13 10:03:58 +03:00
Dennis de Best
e0de7d57d3
Fix path in bundle namespace
2020-04-12 15:52:30 +02:00
Dennis de Best
981202615f
Fix typo in bundle namespace
2020-04-12 15:44:33 +02:00
Dennis de Best
58e9249e51
Reorder cofiguration file
2020-04-12 15:29:26 +02:00
Dennis de Best
6737f7cf65
Move configuration file into correct directory
2020-04-12 15:16:45 +02:00
Dennis de Best
455c40c68b
Update directory name, update indentation on files
2020-04-12 15:10:53 +02:00
Dennis de Best
e9ac205896
Start mattermost-publication-bundle recipe
2020-04-12 15:05:28 +02:00
Dennis de Best
decfe8d812
Initial commit
2020-04-12 15:05:28 +02:00
Jacques Bodin-Hullin
599024ee14
Fix path in copy-from-package
2020-04-11 21:56:54 +02:00
Mael and GitHub
1c6251d1ef
Create manifest.json
2020-04-08 18:29:24 +02:00
Mael and GitHub
9ad87f2cc0
Create post-install.txt
2020-04-08 18:29:07 +02:00
Mael and GitHub
6e08dfb3b0
Delete post-install.txt
2020-04-08 18:28:47 +02:00
Mael and GitHub
34536aaf03
Delete manifest.json
2020-04-08 18:28:40 +02:00
Mael and GitHub
663844053f
Delete mael_recaptcha.yaml
2020-04-08 18:28:27 +02:00
Mael and GitHub
bc23764439
Create mael_recaptcha.yaml
2020-04-08 18:28:24 +02:00
Mael and GitHub
0b2edd1150
Update mael_recaptcha.yaml
2020-04-08 18:20:28 +02:00
Mael and GitHub
be1e4509e1
Create post-install.txt
2020-04-08 18:13:00 +02:00
Mael and GitHub
82b5aee424
Create manifest.json
2020-04-08 18:12:26 +02:00
Mael and GitHub
bbebe62623
yaml configuration
2020-04-08 18:10:44 +02:00
symfony-flex-server[bot] and GitHub
4838b95a1d
Merge pull request #896
2020-04-08 06:00:43 +00:00
symfony-flex-server[bot] and GitHub
ef69e2ef71
Merge pull request #894
2020-04-07 14:02:11 +00:00
Lukáš Holeczy
316635f7a0
Add env var to manifest file
2020-04-07 15:53:45 +02:00
Nicolas Grekas
c8fd38edb7
Use yaml for consistency
2020-04-06 09:56:47 +02:00
symfony-flex-server[bot] and GitHub
f22675ad3d
Merge pull request #796
2020-04-05 12:13:04 +00:00
symfony-flex-server[bot] and GitHub
4d10bf6520
Merge pull request #882
2020-04-05 12:10:25 +00:00
symfony-flex-server[bot] and GitHub
1562d77bd2
Merge pull request #879
2020-04-05 12:07:47 +00:00
symfony-flex-server[bot] and GitHub
7520452fcb
Merge pull request #874
2020-04-05 12:03:40 +00:00
symfony-flex-server[bot] and GitHub
04e4fedb4e
Merge pull request #889
2020-04-05 11:53:11 +00:00
Romain Monteil
16ae8583eb
Add kerox/twig-image-placeholder-extension
2020-04-05 12:02:29 +02:00
Vincent Chalamon
cee9d0af21
Fix review
2020-04-05 11:42:21 +02:00
symfony-flex-server[bot] and GitHub
3f57128216
Merge pull request #887
2020-04-05 09:06:38 +00:00
symfony-flex-server[bot] and GitHub
c93ee78e7b
Merge pull request #880
2020-04-05 08:58:37 +00:00
symfony-flex-server[bot] and GitHub
3be4f910d4
Merge pull request #870
2020-04-04 12:24:46 +00:00
Manolo Salsas and GitHub
7c995438d7
Update msalsas_gdpr_consent_banner.yaml
...
Add only a few options. Add link to all configuration options.
2020-04-04 14:18:16 +02:00
symfony-flex-server[bot] and GitHub
e4dfc0b562
Merge pull request #883
2020-04-02 12:25:34 +00:00
Javier Spagnoletti
cadc3f632f
Set "sonata_admin.options.legacy_twig_text_extension" option
2020-04-01 13:54:27 -03:00
Lukáš Holeczy
cc4e3a8d37
Add recipe for dobryprogramator/smartform-bundle
2020-03-31 18:47:19 +02:00
Lukáš Holeczy
90634c2f17
Add recipe for dobryprogramator/smartform-bundle
2020-03-31 18:45:27 +02:00
symfony-flex-server[bot] and GitHub
c1aa4729a0
Merge pull request #892
2020-03-30 08:41:24 +00:00
Kévin Dunglas
cd12bbc5a7
Add tilleuls/sylius-quick-import-plugin
2020-03-30 10:27:51 +02:00
Arkadiusz Kondas
dcfcd06cd7
Add recipe for symfony-consul-bundle
2020-03-28 09:20:47 +01:00
Jeroen Thora
cb6862ee95
KunstmaanNodeBundle: Disable permissions by default for v5.5+
2020-03-27 14:23:40 +01:00
Vincent Chalamon
a1dade0446
Add vincentchalamon/nav-bundle
2020-03-26 15:24:48 +01:00
Peter Gribanov
3e7f616014
impossible use env var for example license key
2020-03-26 10:04:08 +03:00
Peter Gribanov
e0befc6f50
add dirty hack license key
2020-03-26 09:46:24 +03:00
Matthew J. Mucklo
7f12ffcfa9
Updates for mmucklo/queue-bundle version 6
2020-03-25 22:01:56 -07:00
Vincent Chalamon
4f352ba0f1
Add tilleuls/migration-bundle
2020-03-19 11:35:39 +01:00
Jacques Bodin-Hullin
5c45da4ac8
Add recipe for monsieurbiz/sylius-alert-message-plugin=1.0
2020-03-18 15:56:21 +01:00
Peter Gribanov
d4b7248feb
configure gpslab/geoip2:~2.0
...
install empty config
use environment variables
commit expected config
comment expected config
2020-03-16 11:48:45 +03:00
Thomas Landauer and GitHub
32248c8750
Update post-install.txt
...
Minor improvements, some mentioned at https://github.com/Codeception/Codeception/issues/5438
2020-03-14 14:20:29 +01:00
symfony-flex-server[bot] and GitHub
e2adce60e8
Merge pull request #860
2020-03-12 07:34:06 +00:00
Nyholm
d0202ec41e
Fixed typo
2020-03-12 08:32:42 +01:00
Roni Kumar Saha
aa2053b1c5
Revert "Remove 2.0 version from recipe as 1.4 is forward compatible"
...
This reverts commit 1902457d
2020-03-12 07:10:04 +06:00
Jonathan
0fcc357d16
Remove .DS_Store - fix packages yaml
2020-03-12 01:01:01 +01:00
symfony-flex-server[bot] and GitHub
dfd813a9a8
Merge pull request #842
2020-03-11 23:35:53 +00:00
Nikita Safonov
044886b7e8
rename metrics route file and remove enabled from listener in ns3777k prometheus recipe
2020-03-12 02:30:10 +03:00
symfony-flex-server[bot] and GitHub
5332d97090
Merge pull request #872
2020-03-11 23:11:03 +00:00
symfony-flex-server[bot] and GitHub
23576bd8de
Merge pull request #869
2020-03-11 22:47:40 +00:00
symfony-flex-server[bot] and GitHub
fd44fc1990
Merge pull request #868
2020-03-11 22:46:08 +00:00
symfony-flex-server[bot] and GitHub
e7db689bdd
Merge pull request #867
2020-03-11 22:45:20 +00:00
symfony-flex-server[bot] and GitHub
2de9630dad
Merge pull request #865
2020-03-11 22:38:03 +00:00
symfony-flex-server[bot] and GitHub
29a121415e
Merge pull request #848
2020-03-11 22:17:22 +00:00
symfony-flex-server[bot] and GitHub
e417b460a5
Merge pull request #840
2020-03-11 22:04:22 +00:00
symfony-flex-server[bot] and GitHub
34bdf1a4ee
Merge pull request #836
2020-03-11 22:01:12 +00:00
symfony-flex-server[bot] and GitHub
997522723a
Merge pull request #830
2020-03-11 21:41:43 +00:00
symfony-flex-server[bot] and GitHub
cfccfecfcb
Merge pull request #819
2020-03-11 21:36:02 +00:00
symfony-flex-server[bot] and GitHub
eab261753d
Merge pull request #811
2020-03-11 21:26:51 +00:00
symfony-flex-server[bot] and GitHub
797371902a
Merge pull request #804
2020-03-11 21:20:55 +00:00
symfony-flex-server[bot] and GitHub
31288edcdb
Merge pull request #839
2020-03-11 20:52:44 +00:00
Jonathan
2acd831320
Edit Manifest.json
2020-03-11 18:23:04 +01:00
Jonathan
67d069c6d5
Added a new recipe for FastEntityBundle 2.x
2020-03-11 18:14:23 +01:00
Jules Pietri and Jules Pietri
58247fb35a
Added config for ExerciseHTMLPurifierBundle 3.0
2020-03-10 21:04:23 +01:00
Jacques Bodin-Hullin
0ae0a89527
Add recipe for payum/payum-bundle v2.4
2020-03-10 19:45:45 +01:00
Sebastian Sellmeier
35370d747a
Add recipe for inwx-api-bundle >= v1.0
2020-03-10 01:52:39 +01:00
Aleksandr Klimenkov
c5e59097a2
recipie for anyx/login-gate-bundle
2020-03-08 23:34:18 +03:00
msalsas
6a9b9ac023
Add Add MsalsasGdprConsentBannerBundle recipe
2020-02-29 13:17:35 +01:00
Petar Obradović
d69d601948
Add 3.0 recipe for "trikoder/oauth2-bundle"
2020-02-27 15:25:04 +01:00
Loïc Frémont
1f58df13b7
Recipe for mobizel/symfony-capistrano package
2020-02-27 09:58:11 +01:00
Tobias Feijten
3b37930a0f
Add drenso/symfony-shared recipe
2020-02-26 17:44:58 +01:00
Yevgeniy Dyachenko
9df6e987be
Fix symfony-bundles kafka-bundle config. Removed topics option
2020-02-26 14:59:17 +02:00
Jacques Bodin-Hullin
ef17f16828
Add manifest for monsieurbiz/sylius-admin-better-login-plugin 1.0
2020-02-25 16:08:19 +01:00
Nyholm
de1abe510c
Adding recipe for async-aws/symfony-bundle
2020-02-23 12:58:26 +01:00
symfony-flex-server[bot] and GitHub
b1eab1332c
Merge pull request #859
2020-02-21 16:08:23 +00:00
Jorrit Schippers and GitHub
1f50d15243
Update documentation url in fos_elastica.yaml
2020-02-21 17:03:52 +01:00
Nikita Safonov
4c07c5bebe
add ns3777k prometheus recipe
2020-02-16 16:30:52 +03:00
Maxime Steinhausser
8d0cb93036
Add elao/enum recipe
2020-02-14 18:01:54 +01:00
Florent Morselli and GitHub
86cd7f640f
Update webauthn.yaml
2020-02-14 09:29:22 +01:00
Florent Morselli and GitHub
9a4b7e6021
Commented sections removed
...
The commented sections have been removed.
A link to the documentation page has been added
2020-02-14 09:28:12 +01:00
Roni Kumar Saha
1902457dbc
Remove 2.0 version from recipe as 1.4 is forward compatible
2020-02-13 08:27:51 +06:00
symfony-flex-server[bot] and GitHub
f0b7c3b4de
Merge pull request #838
2020-02-11 15:45:51 +00:00
Baptiste Leduc
7fca26ec1a
Add jane-php/json-schema recipe
2020-02-11 16:42:35 +01:00
symfony-flex-server[bot] and GitHub
6c26423503
Merge pull request #816
2020-02-11 13:29:37 +00:00
Alexandre-T
6034ba0d7b
Creating a manifest.json for alexandret/evc-bundle:1.0
2020-02-11 14:12:53 +01:00
Maxime V
caedeb22d1
gg
2020-02-06 14:58:05 +01:00
Maxime V
737ea8e3af
d
2020-02-06 14:43:33 +01:00
Maxime V
15fbf574d0
d
2020-02-06 14:42:58 +01:00
Maxime V
8dcdc5c142
fixes
2020-02-06 14:23:52 +01:00
Maxime V
5e9f975592
Add recipes
2020-02-06 14:05:35 +01:00
Xavier Coureau
a4c74db349
Adds receipe for moneyphp/money-bundle
2020-02-03 15:09:31 +01:00
tien.xuan.vo
ec047ce3da
Add version 1.15 of tienvx/mbt-bundle and tienvx/mbt-api-bundle
2020-02-02 22:48:25 +07:00
core23
b71f65f013
Add nucleos/user-bundle
2020-02-01 20:31:42 +01:00
symfony-flex-server[bot] and GitHub
0153a82a84
Merge pull request #826
2020-01-26 11:45:00 +00:00
symfony-flex-server[bot] and GitHub
54c8182ca8
Merge pull request #825
2020-01-26 09:58:07 +00:00
symfony-flex-server[bot] and GitHub
f7e9ef433f
Merge pull request #779
2020-01-26 09:52:06 +00:00
Al Ganiev
f1bc1ac966
Removed optional param for triggering travis
2020-01-26 19:49:25 +10:00
symfony-flex-server[bot] and GitHub
dc6e4ac121
Merge pull request #795
2020-01-26 09:31:40 +00:00
symfony-flex-server[bot] and GitHub
16e2a387c7
Merge pull request #820
2020-01-26 09:30:35 +00:00
symfony-flex-server[bot] and GitHub
53ee4331f1
Merge pull request #821
2020-01-26 09:22:51 +00:00
symfony-flex-server[bot] and GitHub
89025da914
Merge pull request #822
2020-01-26 09:21:58 +00:00
symfony-flex-server[bot] and GitHub
90b8cf4e0b
Merge pull request #827
2020-01-26 09:14:44 +00:00
Florian Bastien and GitHub
a82c8111be
[symfony/apache-pack] Better FollowSymlinks suggestion
...
Add "+" before commented out FollowSymlinks option so that it wouldn't overwrite other options
2020-01-23 22:19:40 +01:00
Olivier M. Mukadi
5c91b0c60f
repost commit
2020-01-20 16:59:28 +01:00
Olivier M. Mukadi
0fec66a5b3
fix manifest
2020-01-20 15:58:11 +01:00
Olivier M. Mukadi
47b496711a
Add mukadi/wallet-bundle 1.0 support
2020-01-20 15:34:00 +01:00
Maxim and GitHub
46fc76f297
Update tg-bot-api/bot-api-base
2020-01-16 02:34:08 +03:00
Al Ganiev
eccf1f76a1
Added config for version 10
2020-01-14 19:12:13 +10:00
symfony-flex-server[bot] and GitHub
c98b3162b1
Merge pull request #814
2020-01-13 09:26:43 +00:00
Roni Kumar Saha
dec3d882e8
Remove deprecated configuration
2020-01-13 08:39:29 +06:00
karser
b5ae19111a
Added KarserRecaptcha3Bundle
2020-01-09 20:29:46 +02:00
David Négrier
0e158ac607
Upgrading Recipe to match new GraphQLite v4 release
2020-01-08 11:25:13 +01:00
Spomky
dde395e526
Config moved to the correct folder
2020-01-07 22:40:35 +01:00
Spomky
e80d81fbe7
Token binding handler added
2020-01-07 22:16:28 +01:00
Jonas Gielen
26f10f5fbe
fix continuous-integration/symfony/pr errors
2020-01-07 10:12:09 +01:00
Jonas Gielen
c67f68f882
add transip-api-bundle recipe
2020-01-07 10:04:25 +01:00
Spomky
882358a952
Webauthn Bundle configuration, env and routes added
2020-01-06 13:23:47 +01:00
Mathias Arlaud
f191f25873
Fix yaml config indentation
2020-01-02 13:26:14 +01:00
Mathias Arlaud
a6b6bdbd36
Remove yaml config useless comments
2020-01-02 13:24:29 +01:00
symfony-flex-server[bot] and GitHub
3864974895
Merge pull request #812
2019-12-28 11:35:07 +00:00
symfony-flex-server[bot] and GitHub
671ab57714
Merge pull request #808
2019-12-28 11:30:52 +00:00
symfony-flex-server[bot] and GitHub
e05349f5c0
Merge pull request #806
2019-12-28 11:30:32 +00:00
Tobias Nyholm and GitHub
922d747b31
Cleared the last line of spaces
2019-12-28 12:29:49 +01:00
symfony-flex-server[bot] and GitHub
a5f318ca98
Merge pull request #805
2019-12-28 11:28:15 +00:00
symfony-flex-server[bot] and GitHub
4da2ba7711
Merge pull request #803
2019-12-28 11:24:24 +00:00
symfony-flex-server[bot] and GitHub
0b47f48c4e
Merge pull request #802
2019-12-28 11:21:12 +00:00
symfony-flex-server[bot] and GitHub
087340cf3b
Merge pull request #800
2019-12-28 11:19:41 +00:00
symfony-flex-server[bot] and GitHub
239f5c8d11
Merge pull request #793
2019-12-28 11:09:41 +00:00
symfony-flex-server[bot] and GitHub
3faea5bf54
Merge pull request #791
2019-12-28 11:04:35 +00:00
Nyholm
7d2cf04139
PHP-Translations version 0.10.0
2019-12-26 14:47:56 +01:00
Olivier M. Mukadi
edba3a4ea9
support mukadi/wordpress-bundle v2.0
2019-12-24 12:47:06 +01:00
Jérémy Derussé
fec80affb1
Deprecate misd bundle in favor of odolbeau
2019-12-16 21:28:49 +01:00
knyk
c48f27ab21
Added 1.0 version of knyk/mailbox-bundle
2019-12-16 15:39:40 +01:00
Burak Bolat
2aee91eaee
Recipe for 1.0 version of goksagun/scheduler-bundle
2019-12-16 12:04:17 +03:00
Big Shark
bf4035c891
Add tg-bot-api/bot-api-base
2019-12-15 03:53:13 +03:00
Nicolas Thal
0b6ef00802
[EnomBundle] Add recipies for Enom Bundle
2019-12-12 11:05:02 +01:00
Baldinof
029a1e8d8a
Add baldinof/roadrunner-bundle
2019-12-11 10:07:24 +01:00
symfony-flex-server[bot] and GitHub
36a451fc48
Merge pull request #801
2019-12-11 00:52:40 +00:00
Nyholm
3b2438100a
Run tests on PHP 7.4
2019-12-10 09:17:21 +01:00
symfony-flex-server[bot] and GitHub
a1d01022e5
Merge pull request #780
2019-12-10 08:15:27 +00:00
Gildas Quéméner
330e179ee5
Removes incompatible service
...
The TransactionManager service is not compatible with the preconfigured
event store from the prooph/pdo-event-store flex recipe.
In order to use it, one must first reconfigure the event store
definition to use the PostgresEventStore implementation (instead of the
MySqlEventStore implementation).
See https://github.com/prooph/pdo-event-store/issues/39
2019-12-10 09:10:07 +01:00
Yorkie Chadwick
37520e1a46
remove example config, provide link to documentation
2019-12-10 08:51:06 +01:00
Yorkie Chadwick
2d420b31c7
Extra line in template zone removed. Introduced by mistake
2019-12-09 18:31:21 +01:00
Yorkie Chadwick
7cdfc79ed7
added new line to end of file
2019-12-09 17:23:31 +01:00
Yorkie Chadwick
920ca22cdf
remove configuration overrides
2019-12-09 17:22:18 +01:00
Mathias Arlaud
ac5a48b073
Add SymbokBundle recipe
2019-12-06 17:23:14 +01:00
Andrei
3eee84ac5e
update config
2019-12-06 14:24:49 +03:00
Nicolas Thal
49564ad479
[AutopilotBundle] Add recepies for autopilot bundle
2019-12-05 13:32:24 +01:00
Andrei
d52097beef
update config
2019-12-05 12:26:21 +03:00
Andrei
7defd6e388
update config
2019-12-04 14:50:01 +03:00
Andrei
65b7f42483
update config
2019-12-04 14:24:17 +03:00
Andrei
4c2b277172
update config
2019-12-04 12:55:04 +03:00
Andrei
4db2000a0b
update config
2019-12-04 12:53:42 +03:00
Andrei
f89da03641
update config
2019-12-03 15:57:21 +03:00
Andrei
c8ff68047f
new bundle - shopkeeper4-comments
2019-12-03 12:43:12 +03:00
Grégoire Hébert
fc690225a0
add int: and resole: on env vars
2019-11-29 12:19:34 +01:00
Grégoire Hébert
8cd415650a
fix type env var
2019-11-29 12:01:44 +01:00
Grégoire Hébert
008dbc0157
rollback to environment variables
2019-11-29 11:58:41 +01:00
symfony-flex-server[bot] and GitHub
3989d713cd
Merge pull request #786
2019-11-29 09:42:11 +00:00
Nicolas Thal
19a309fa80
[PubSubSwarrot] Add base configuration for pubsub bundle
2019-11-29 10:38:22 +01:00
symfony-flex-server[bot] and GitHub
6242dbceb4
Merge pull request #785
2019-11-28 16:57:58 +00:00
Jérôme Vieilledent
0c784271a7
Comment credentials env vars
2019-11-28 17:51:47 +01:00
symfony-flex-server[bot] and GitHub
cd15291004
Merge pull request #752
2019-11-28 16:49:35 +00:00
symfony-flex-server[bot] and GitHub
4963cb56b3
Merge pull request #763
2019-11-28 16:48:11 +00:00
symfony-flex-server[bot] and GitHub
7e93b75635
Merge pull request #774
2019-11-28 16:46:26 +00:00
symfony-flex-server[bot] and GitHub
3df685cd3d
Merge pull request #775
2019-11-28 16:39:49 +00:00
symfony-flex-server[bot] and GitHub
e78dd933d9
Merge pull request #778
2019-11-28 16:37:18 +00:00
symfony-flex-server[bot] and GitHub
a9983d3da7
Merge pull request #783
2019-11-28 16:25:13 +00:00
symfony-flex-server[bot] and GitHub
341ce94600
Merge pull request #784
2019-11-28 16:18:51 +00:00
symfony-flex-server[bot] and GitHub
7cf4d96198
Merge pull request #790
2019-11-28 16:17:41 +00:00
symfony-flex-server[bot] and GitHub
8e0ecb9491
Merge pull request #787
2019-11-28 16:11:00 +00:00
Nyholm
35d743edef
Adding tests on Symfony5
2019-11-28 17:00:20 +01:00
symfony-flex-server[bot] and GitHub
aeb6724165
Merge pull request #789
2019-11-28 10:45:09 +00:00
Roy-Orbison and GitHub
b5c4a35681
Simplify Apache rewriting directives
...
Use simpler regex patterns, existing backreferences, and faster lexicographic test where possible.
2019-11-28 21:03:25 +10:30
Maxime Veber
4e254a59c9
Add fork of phone bundle recipe
...
After lack of maintainance of the main bundle, we decided to fork the
bundle, this recipe will help new users.
2019-11-27 16:57:28 +01:00
Jérôme Vieilledent
fd065a5705
Added a post-install note about encrypted settings
2019-11-26 10:50:42 +01:00
Jérôme Vieilledent
ac12d06ff6
Fix review remarks
2019-11-25 17:20:57 +01:00
Jérôme Vieilledent
b748c3521b
Fix post-install.txt
2019-11-25 15:00:05 +01:00
Jérôme Vieilledent
75dbadf42b
Move payline.yaml to config/packages
2019-11-25 14:57:46 +01:00
Jérôme Vieilledent
54ed180df5
Add routes
2019-11-25 14:52:16 +01:00
Jérôme Vieilledent
a7df129ad6
Add PaylineBundle
2019-11-25 14:14:40 +01:00
Pol Dellaiera
5d3187cad0
Use copy-from-package instead.
2019-11-18 19:22:53 +01:00
Pol Dellaiera
19ed59cf5b
Register package bundle.
2019-11-18 18:53:02 +01:00
Pol Dellaiera
49a6ed4f5a
Change version.
2019-11-18 18:53:02 +01:00
Pol Dellaiera
4a51637e7d
Fix QA review.
2019-11-18 18:53:02 +01:00
Pol Dellaiera
797de60c31
Add ECL Twig Bundle recipe.
2019-11-18 18:53:02 +01:00
Grégoire Hébert
671d9e61f9
remove envvar since it cannot be evaluated before configuration validation
2019-11-18 18:09:11 +01:00
Grégoire Hébert
439058888d
remove envvar since it cannot be evaluated before configuration validation
2019-11-18 18:08:28 +01:00
Grégoire Hébert
177b1c2d6f
remove int:
2019-11-18 16:03:45 +01:00
Grégoire Hébert
d0d1f3bcc2
fix connfiguration key
2019-11-18 15:51:37 +01:00
Grégoire Hébert
6dada89998
enforce int for environment variable
2019-11-18 15:44:45 +01:00
Grégoire Hébert
c6bb99c439
fix string value
2019-11-18 15:41:44 +01:00
Grégoire Hébert
5f2847f335
add gheb/docusign-bundle v5.0
2019-11-18 15:38:32 +01:00
David Buchmann and GitHub
7e5703e380
avoid dangerous example config in recipe
...
preserving headers on redirects includes a potential security risk because on redirect to a different domain credential headers would be leaked.
2019-11-18 10:41:42 +01:00
Nek (Maxime Veber)
311b9ea561
Removing v2 recipe as it's exacly the same as v1
...
Related to
https://github.com/symfony/recipes-contrib/pull/763#issuecomment-554620024
2019-11-17 14:22:38 +01:00
Nek (Maxime Veber)
bcf8cf2f94
Add biig/domain recipe
...
It is useful because by default some features are not enabled and it's
not always obvious they are not.
2019-11-17 14:22:24 +01:00
imper
aaaa855bbf
imper86/jobby-cron-bundle recipe
2019-11-14 17:33:06 +01:00
symfony-flex-server[bot] and GitHub
855ff7c175
Merge pull request #761
2019-11-13 16:50:23 +00:00
Cedrick Oka Baidai
5d76de978c
* [coka/file-bundle] Fixed bug: container parameter not resolved.
2019-11-13 13:21:53 +00:00
Yorkie Chadwick
415d0885d4
remove assets:install command. Inserted by framework bundle
2019-11-13 14:08:06 +01:00
Yorkie Chadwick
e94659ead5
added info about new cache system
2019-11-13 12:32:20 +01:00
Yorkie Chadwick
fb985e38c9
added comments
...
trigger rebuild in travis. Still installing old version of init-cms-bundle
2019-11-13 12:28:19 +01:00
Yorkie Chadwick
8606ac0347
change default cache service class
2019-11-13 12:11:38 +01:00
Yorkie Chadwick
d46dd86b87
fix framework cache configuration
2019-11-13 11:25:37 +01:00
Yorkie Chadwick
d765e0c8a8
remove tabs
2019-11-13 11:22:13 +01:00
Yorkie Chadwick
2a9986859c
added new line
2019-11-13 11:21:10 +01:00
Yorkie Chadwick
9dabf39efd
added config for page caching
2019-11-13 11:18:37 +01:00
Yorkie Chadwick
ddac8ed79b
remove old package comments
2019-11-06 10:06:23 +01:00
Yorkie Chadwick
ec4f3360b0
default use symlink for asset deployment
2019-11-06 10:06:01 +01:00
Yorkie Chadwick
720c21408e
clarify post install process
2019-11-05 18:00:58 +01:00
Yorkie Chadwick
8074a6042a
update post install text
2019-11-05 17:37:31 +01:00
Yorkie Chadwick
fbe13a3565
add mysql driver as default to env
2019-11-05 17:06:08 +01:00
Yorkie Chadwick
270f977008
add networking/init-cms-bundle recipe
2019-11-05 16:47:43 +01:00
Grégoire Hébert
6f3e537496
fix indent
2019-11-05 13:36:26 +01:00
Grégoire Hébert
bb27de45e2
fix indent
2019-11-05 13:33:13 +01:00
Grégoire Hébert
34fb6da6b9
update default configuration
2019-11-05 11:30:48 +01:00
Grégoire Hébert
dc3147b6ea
fix indent
2019-11-05 11:27:23 +01:00
Grégoire Hébert
0cb3e9d577
add gheb\docusign-bundle
2019-11-05 11:24:26 +01:00
Hendrik Pilz
f3925f2843
rundum/event-base fixed version to 0.0
2019-10-28 21:44:02 +01:00
Hendrik Pilz
237838c262
rundum/event-base v0.0.1 recipe
2019-10-28 21:34:23 +01:00
Fred Cox
9bb5bd1050
Add ekreative/health-check-bundle
2019-10-22 11:17:33 +03:00
symfony-flex-server[bot] and GitHub
9e03820521
Merge pull request #772
2019-10-20 07:17:29 +00:00
Piou-piou
1b3c1e772f
[edit] environment variables to use them in yaml config file
2019-10-19 20:05:02 +02:00
Anthony Pilloud and GitHub
023e0435b5
[fix] space in ribs_cron
2019-10-19 11:21:30 +02:00
Anthony Pilloud and GitHub
ce17ff8df6
[edit] ribs cron config file
2019-10-19 11:20:00 +02:00
Anthony Pilloud and GitHub
4f5b67785a
[del] remove bad environment variables
2019-10-19 11:18:14 +02:00
Piou-piou
8e53df6d32
Revert "[edit] RibsCronBundle version dir"
...
This reverts commit 200de764
2019-10-19 10:49:14 +02:00
insidestyles
7b766911d2
Recipe for insidestyles/json-rpc-bundle V2
2019-10-19 07:42:21 +03:00
symfony-flex-server[bot] and GitHub
c567f5f1cd
Merge pull request #767
2019-10-18 13:07:29 +00:00
n.netesin
d61a6c2cdd
fix long comment
2019-10-18 15:41:13 +03:00
symfony-flex-server[bot] and GitHub
c179baabb9
Merge pull request #773
2019-10-18 11:29:18 +00:00
symfony-flex-server[bot] and GitHub
53f62ebd5f
Merge pull request #771
2019-10-18 11:26:48 +00:00
symfony-flex-server[bot] and GitHub
4e5ea71514
Merge pull request #769
2019-10-18 11:21:09 +00:00
symfony-flex-server[bot] and GitHub
4fe2e62bd1
Merge pull request #768
2019-10-18 11:20:26 +00:00
symfony-flex-server[bot] and GitHub
63e19d6cbd
Merge pull request #766
2019-10-18 11:15:42 +00:00
symfony-flex-server[bot] and GitHub
97191b793b
Merge pull request #748
2019-10-18 11:12:26 +00:00
BoShurik
e2905b1f3a
Recipe for boshurik/telegram-bot-bundle
2019-10-16 16:35:38 +03:00
Philippe Le Van
a968cc85b3
without vars
2019-10-13 19:09:22 +02:00
Philippe Le Van
ec165369ea
change directory
2019-10-13 16:13:25 +02:00
Philippe Le Van
208f8873a6
new push in order to run the CI again
2019-10-13 08:11:51 +02:00
Piou-piou
200de7646d
[edit] RibsCronBundle version dir
2019-10-12 20:53:49 +02:00
Piou-piou
03079698ac
[func] add PiouPiou RibsCronBundle
2019-10-12 20:51:29 +02:00
Jeroen Thora
da906de77e
KunstmaanNodeBundle - Enable locking by default
2019-10-12 14:11:37 +02:00
Philippe Le Van
36eb1f8342
new push in order to run the CI. I just fix a deprecation in the bundle for sf4
2019-10-11 15:05:59 +02:00
Philippe Le Van
58be87a13e
add kibatic/timezone-bundle to the recipes-contrib
2019-10-11 14:42:09 +02:00
antishov
4ddd44f698
Added antishov/doctrine-extensions-bundle
2019-10-09 23:10:52 +03:00
imper
724730a140
imper86/supervisor-bundle recipe
2019-10-05 15:01:47 +02:00
Artur Turchin
440aa918d8
fix(remove gitignore from recipes (required by Nyholm in request)): remove gitignore from recipe
...
Nyholm requested to removing gitignore from recipe
review
2019-10-05 15:15:02 +03:00
imper
c14f45118b
imper86/allegro-api-bundle v3 recipe
2019-10-05 12:56:58 +02:00
Cedrick Oka Baidai
969bb8eb92
* Add a recipe for coka/rest-request-validator-bundle version 1.0.
2019-10-04 16:02:54 +00:00
Cedrick Oka Baidai
046c95c2a5
* Fix bad pull request.
2019-10-04 10:34:22 +00:00
imper
ecbf185520
imper86/allegro-api-bundle recipe
2019-10-04 12:10:55 +02:00
symfony-flex-server[bot] and GitHub
1c443315d6
Merge pull request #764
2019-10-02 12:33:31 +00:00
Benoit GALATI and GitHub
55d03aa7e9
Update snc_redis.yaml
2019-10-02 14:29:20 +02:00
symfony-flex-server[bot] and GitHub
690c35540d
Merge pull request #731
2019-09-30 09:33:10 +00:00
Peter Gribanov
2ef079f2e4
add link to Configuration section in README.md
2019-09-30 12:08:58 +03:00
Peter Gribanov
8412bc10c4
remove not required configurations
2019-09-30 10:56:15 +03:00
n.netesin
b216963e0f
fix config
2019-09-29 20:40:06 +03:00
n.netesin
b0ce0be655
fix yaml
2019-09-29 20:39:20 +03:00
n.netesin
af19f6441b
fix manifests
2019-09-29 20:38:31 +03:00
n.netesin
4906ecf524
fix
2019-09-29 20:37:59 +03:00
n.netesin
12f1ca2482
add Timiki RpcServerBundle, RpcClientBundle
2019-09-29 20:34:31 +03:00
symfony-flex-server[bot] and GitHub
85893e9559
Merge pull request #760
2019-09-29 13:23:19 +00:00
symfony-flex-server[bot] and GitHub
3b14941c21
Merge pull request #759
2019-09-29 13:22:01 +00:00
symfony-flex-server[bot] and GitHub
20c1f2a39e
Merge pull request #757
2019-09-29 13:21:26 +00:00
symfony-flex-server[bot] and GitHub
fddfbc37e7
Merge pull request #747
2019-09-29 13:20:11 +00:00
symfony-flex-server[bot] and GitHub
6e29c7aa36
Merge pull request #746
2019-09-29 13:19:41 +00:00
symfony-flex-server[bot] and GitHub
e0ebea93c4
Merge pull request #756
2019-09-29 11:33:54 +00:00
symfony-flex-server[bot] and GitHub
114e11017e
Merge pull request #755
2019-09-29 11:31:51 +00:00
symfony-flex-server[bot] and GitHub
cc6a17f7bd
Merge pull request #753
2019-09-29 11:22:29 +00:00
symfony-flex-server[bot] and GitHub
c0e52905c1
Merge pull request #735
2019-09-28 14:00:45 +00:00
Cedrick Oka Baidai
8a2c4bc1a1
* Improve env values configuration for oka_file bundle.
2019-09-27 18:42:25 +00:00
nikos.sotiropoulos
20b34dfe85
commercetools/symfony-bundle fix dot env defautls
2019-09-27 12:38:59 +02:00
Julien Deniau
4909ad7627
mapado/rest-client-sdk-bundle : Move from "old" configuration to env variable
2019-09-27 09:58:08 +02:00
Cedrick Oka Baidai
772c15fcd1
* Update recipre coka/file-bundle.
...
* Add a recipe for coka/rate-limit-bundle version 1.0.
2019-09-26 18:23:01 +00:00
Alex Rock Ancelet
3b648467db
Add Zendesk API recipe
2019-09-25 11:36:55 +02:00
Erol Uysal
dc2629aa1d
added environment variables and changed connection client
2019-09-22 23:49:19 +03:00
tien.xuan.vo
f28aa02c19
tienvx/mbt-api-bundle (1.12): Replace java and plantuml by dot
2019-09-22 13:27:37 +07:00
symfony-flex-server[bot] and GitHub
f5b77de6d4
Merge pull request #754
2019-09-16 16:36:39 +00:00
Matthew Booth
a76ec2803e
Dockfony: Updated post-install instructions
2019-09-15 13:26:55 +01:00
Matthew Booth
cb85edbce0
Dockfony: Added new environment variables
...
These are required for PHP Redis to function properly.
2019-09-15 13:26:38 +01:00
symfony-flex-server[bot] and GitHub
acf5f15033
Merge pull request #745
2019-09-14 13:12:55 +00:00
symfony-flex-server[bot] and GitHub
6027d20c1c
Merge pull request #736
2019-09-14 12:47:16 +00:00
symfony-flex-server[bot] and GitHub
8031c6f1ac
Merge pull request #730
2019-09-14 12:37:04 +00:00
Matthew J. Mucklo
4575194201
mmucklo/grid-bundle (5.0): Removed dependency on deprecated twig-engine
2019-09-13 23:49:54 -07:00
Artur Turchin
f2d792e865
feat(config): add configuration for bundle to recipe
...
US-30728
2019-09-12 10:50:15 +03:00
symfony-flex-server[bot] and GitHub
eb8184a645
Merge pull request #743
2019-09-11 15:55:39 +00:00
Artur Turchin
7abbbce119
fix(layers): rename layer Domain to Entities
...
US-30728
2019-09-10 15:05:41 +03:00
Artur Turchin
0af3b7b62b
fix(version): rename version to valid X.X format
...
US-30728
2019-09-10 13:53:59 +03:00
Artur Turchin
66c85c89a5
feat(bundle): register new bundle @ArtoxLabClarcBundle
...
US-30728
2019-09-10 13:50:54 +03:00
symfony-flex-server[bot] and GitHub
545b252aab
Merge pull request #742
2019-09-09 09:44:57 +00:00
Jannik Zschiesche
2ac7d28fad
Add becklyn/javascript-routing bundle
2019-09-09 10:56:54 +02:00
Jannik Zschiesche
74f1aa8bae
Add becklyn/translations
2019-09-09 10:53:24 +02:00
Kynno
711dbd5a1a
Add Kynno/SmartBotsBundle
2019-09-05 22:53:47 +02:00
symfony-flex-server[bot] and GitHub
9d855f7c7c
Merge pull request #716
2019-09-05 06:56:00 +00:00
Jannik Zschiesche
5c552f950e
Add becklyn/gluggi-bundle
...
For version 3.1+
2019-09-04 13:32:40 +02:00
Jannik Zschiesche
bceb655a6e
Add becklyn/assets-bundle
...
Adds the recipe for the assets bundle for version 2.4+
2019-09-03 16:40:35 +02:00
symfony-flex-server[bot] and GitHub
b1b555a90d
Merge pull request #738
2019-08-27 07:23:16 +00:00
Ruud Kamphuis and GitHub
4c9ffbe539
Use default_serializer instead of id
2019-08-24 17:40:55 +02:00
maksze
60e590a426
bump version to 0.4
2019-08-21 20:57:17 +05:00
maksze
f1d59afaa3
environment variables
2019-08-21 20:41:48 +05:00
maksze
2285f16497
fix for v0.3
2019-08-21 18:00:46 +05:00
Matt Booth
bc047d79a6
Update to 5.0
2019-08-17 18:44:18 +01:00
Matt Booth
d976a2726a
Update Dockfony version
2019-08-17 16:37:56 +01:00
Matt Booth
d8df231fc1
Remove Dockfony Alias
2019-08-17 16:34:24 +01:00
Matt Booth
a6a6a49952
Add Dockfony 0.1
2019-08-17 16:26:43 +01:00
maksze
85bb79f295
bump version to 0.3
2019-08-17 11:26:45 +05:00
maksze
b5234a352a
bump version to 0.2
2019-08-17 10:46:58 +05:00
maksze
9e117c070a
add routes
2019-08-16 23:33:04 +05:00
maksze
d703d34128
fix
2019-08-16 23:04:37 +05:00
maksze
afee1696e1
Add a MaksZeTelemetryBundle
2019-08-16 22:49:44 +05:00
Ole Rößner
634f5a837f
symfony bot requested changes
2019-08-15 14:52:42 +02:00
Ole Rößner
f4e20693cf
comment out handlers which require additional packages to run properly. Adopt description accordingly.
2019-08-15 14:51:48 +02:00
Peter Gribanov
410d19604a
change version of gpslab/domain-event-bundle to 2.2
2019-08-15 15:45:57 +03:00
Peter Gribanov
fb4ea95a95
add a Domain Event Bundle
2019-08-15 15:20:33 +03:00
Peter Gribanov
29dade1111
correct version of gpslab/pagination-bundle
2019-08-15 12:14:42 +03:00
Peter Gribanov
ab190af0d8
Add a Symfony Pagination Bundle
2019-08-14 14:38:29 +03:00
symfony-flex-server[bot] and GitHub
1433cb96aa
Merge pull request #700
2019-08-14 11:07:54 +00:00
Arnaud Large
a1c1c51009
Remove asset install command in adlarge/fixtures-documentation-bundle
2019-08-14 10:25:00 +02:00
symfony-flex-server[bot] and GitHub
0954fc826c
Merge pull request #689
2019-08-13 17:35:11 +00:00
symfony-flex-server[bot] and GitHub
01984a6e5d
Merge pull request #662
2019-08-13 17:31:51 +00:00
symfony-flex-server[bot] and GitHub
6824ea60ca
Merge pull request #728
2019-08-13 17:20:15 +00:00
symfony-flex-server[bot] and GitHub
1e56141b82
Merge pull request #726
2019-08-13 17:10:35 +00:00
symfony-flex-server[bot] and GitHub
ff4429de02
Merge pull request #725
2019-08-13 17:10:10 +00:00
symfony-flex-server[bot] and GitHub
b1862b989f
Merge pull request #724
2019-08-13 17:09:39 +00:00
symfony-flex-server[bot] and GitHub
2360bf763f
Merge pull request #723
2019-08-13 17:09:14 +00:00
symfony-flex-server[bot] and GitHub
8c812b3f72
Merge pull request #722
2019-08-13 17:08:31 +00:00
symfony-flex-server[bot] and GitHub
67755d40ae
Merge pull request #717
2019-08-13 17:07:29 +00:00
symfony-flex-server[bot] and GitHub
bfaed0ea2b
Merge pull request #711
2019-08-13 17:02:14 +00:00
symfony-flex-server[bot] and GitHub
dd2a4312e9
Merge pull request #708
2019-08-13 17:01:44 +00:00
symfony-flex-server[bot] and GitHub
ddc07bebb3
Merge pull request #697
2019-08-13 16:54:55 +00:00
Josip Igrec and Nyholm
5132b0ad99
Update header styles
2019-08-13 18:53:15 +02:00
Josip Igrec and Nyholm
044869d0c7
Add missing <comment> style
2019-08-13 18:53:15 +02:00
Josip Igrec and Nyholm
25e9c28e65
Update post-install with consistent list style
2019-08-13 18:53:15 +02:00
Josip Igrec and Nyholm
4b8a6c288a
Add post-install reminder to add PSR 7/17 package
2019-08-13 18:53:15 +02:00
Josip Igrec and Nyholm
5c9d1f8704
Update docs link to target v2.x branch
2019-08-13 18:53:15 +02:00
Josip Igrec and Nyholm
4c926f1152
Remove "Import routes" sectiion
2019-08-13 18:53:15 +02:00
Josip Igrec and Nyholm
2e7b183824
Restored persistance to doctrine by default
2019-08-13 18:53:15 +02:00
Josip Igrec and Nyholm
0b477c136f
Tweak env comment
2019-08-13 18:53:15 +02:00
Josip Igrec and Nyholm
db28851a9b
Tweak formatting
2019-08-13 18:53:15 +02:00
Josip Igrec and Nyholm
85ff35fb8e
Add route service registration
2019-08-13 18:53:15 +02:00
Josip Igrec and Nyholm
8607e7c352
Tweak post-install docs
2019-08-13 18:53:15 +02:00
Josip Igrec and Nyholm
b535ce4b10
WIP: Basic sane doctrine config
2019-08-13 18:53:15 +02:00
Josip Igrec and Nyholm
173c9ce565
WIP: Basic sane doctrine config
2019-08-13 18:53:15 +02:00
Josip Igrec and Nyholm
bf2d379621
Add notice to override oauth secret
2019-08-13 18:53:15 +02:00
Josip Igrec and Nyholm
2bdd33ae04
Replace ~ with null in yaml
2019-08-13 18:53:15 +02:00
Josip Igrec and Nyholm
c2800f979a
oauth2-bundle contrib recipe
2019-08-13 18:53:15 +02:00
symfony-flex-server[bot] and GitHub
115a370054
Merge pull request #686
2019-08-12 15:22:34 +00:00
jmsche
c75d300afd
Added KMSFroalaEditorBundle recipe
2019-08-12 13:23:34 +02:00
horlyk
0eaddf449f
added bundle to manifest.json
2019-08-09 19:42:21 +03:00
horlyk
2e6bca378b
changed version
2019-08-09 19:35:29 +03:00
Edi Modrić
893c5173c4
netgen/content-browser: Improve post install text, fix link to docs
2019-08-09 11:15:20 +02:00
symfony-flex-server[bot] and GitHub
f915f84077
Merge pull request #712
2019-08-09 09:07:05 +00:00
Edi Modrić
24ba35049b
Add recipe for netgen/layouts-core
2019-08-09 10:03:47 +02:00
symfony-flex-server[bot] and GitHub
fc6d3a5d8d
Merge pull request #727
2019-08-09 08:01:35 +00:00
Nicolas Grekas
a347c01e50
Use PHP 7.4 to run the CI
2019-08-08 22:33:30 +02:00
Dmitry Khaperets
af6d1af7b2
Add recipe for SymfonyBundles/KafkaBundle
2019-08-08 14:49:23 +03:00
Dmitry Khaperets
42f495d921
Add recipe for SymfonyBundles/KafkaBundle
2019-08-08 14:48:47 +03:00
Dmitry Khaperets
36bbf061b5
Add recipe for SymfonyBundles/KafkaBundle
2019-08-08 14:43:20 +03:00
Dmitry Khaperets
6826696103
Add recipe for SymfonyBundles/KafkaBundle
2019-08-08 14:40:32 +03:00
Dmitry Khaperets
4c91cfb55f
Add recipe for SymfonyBundles/KafkaBundle
2019-08-08 06:31:59 +03:00
Dmitry Khaperets
dc3c15d91b
Add recipe for SymfonyBundles/KafkaBundle
2019-08-08 06:13:09 +03:00
Dmitry Khaperets
4a6dc0321e
[Docs] Append documentation
2019-08-08 01:27:49 +03:00
Dmitry Khaperets
8f12f59252
Add recipe for SymfonyBundles/KafkaBundle
2019-08-08 01:27:22 +03:00
Dmitry Khaperets
21d3b61464
Add recipe for SymfonyBundles/KafkaBundle
2019-08-08 01:18:22 +03:00
horlyk
4bf41ab602
recipe for horlyk/fetch-xml-bundle
2019-08-07 17:40:21 +03:00
symfony-flex-server[bot] and GitHub
195c66d86e
Merge pull request #719
2019-08-07 06:58:49 +00:00
Hugo Soltys
730a186ad3
Rename config files with vendor name
2019-08-06 17:11:38 +02:00
Dāvis Zālītis and GitHub
329507fed5
Update nameisis_cache.yaml
2019-08-04 03:10:56 +03:00
k0d3r1s
df24e3fe0a
add ravenflux extensions
2019-08-04 02:47:42 +03:00
k0d3r1s
3df9c75683
move packages to correct path
2019-08-04 02:06:22 +03:00
Dāvis Zālītis and GitHub
8ff6067eff
Create nameisis_cache.yaml
2019-08-04 02:04:04 +03:00
Dāvis Zālītis and GitHub
7bcd16d906
Create manifest.json
2019-08-04 02:02:12 +03:00
Arnaud Large
1ee284db5f
Update adlarge/fixtures-documentation-bundle to 1.1
2019-08-02 14:25:04 +02:00
symfony-flex-server[bot] and GitHub
ebfe19b60d
Merge pull request #720
2019-08-01 07:33:16 +00:00
Fabien Potencier
3fa6a5d2ca
replaced ~ by null
2019-08-01 08:33:55 +02:00
Hugo Soltys
ad8fb1c109
FitzBundle contrib recipe
2019-07-30 17:08:52 +02:00
Peter Gribanov
ffb3e9d156
remove parameter "%locale%"
2019-07-30 17:47:39 +03:00
Peter Gribanov
a65212083d
add default parameter "%locale%"
2019-07-30 17:34:04 +03:00
Peter Gribanov
6934c37489
add "copy-from-recipe" section
2019-07-30 17:21:11 +03:00
Peter Gribanov
19887f0ed8
Add a Symfony Bundle for the Maxmind GeoIP2 API
2019-07-30 17:05:44 +03:00
Ole Rößner
0fb1b534c1
slightly change a comment, to re-trigger a new review...
2019-07-28 12:47:09 +02:00
Ole Rößner
cd23d4d804
added receipe for basster/lazy-response-bundle 1.0
2019-07-28 08:41:39 +02:00
symfony-flex-server[bot] and GitHub
f205863ddb
Merge pull request #710
2019-07-25 18:22:56 +00:00
azjezz
8ef360a202
Add SymfonyConnect bundle
2019-07-25 14:43:45 +01:00
symfony-flex-server[bot] and GitHub
361a4d6310
Merge pull request #715
2019-07-25 10:06:49 +00:00
aradoje
0d544b26d6
Added new line
2019-07-25 11:05:18 +02:00
aradoje
7769e5df10
Added recipe for Happyr/JsonApiResponseFactory version 0.1
2019-07-25 11:00:35 +02:00
symfony-flex-server[bot] and GitHub
3ffd291b8f
Merge pull request #694
2019-07-22 14:23:08 +00:00
symfony-flex-server[bot] and GitHub
fe11f65506
Merge pull request #663
2019-07-22 06:07:39 +00:00
botjager
597572ae37
Fix wrong parameter name
2019-07-21 12:56:48 +08:00
botjager
705cbd6235
Fix FQCN of bundle
2019-07-21 12:45:14 +08:00
botjager
43a4b0b1c6
Rename BotJaegerNexmoBundle recipe folder
2019-07-21 12:22:40 +08:00
botjager
268647e41a
Add BotjaegerNexmoBundle recipe
2019-07-21 12:19:38 +08:00
Armin Vieweg
0944a97ce0
Add armin/scssphp-bundle 1.0
2019-07-20 23:27:15 +02:00
Arnaud Large
f66df83487
Add adlarge/fixtures-documentation-bundle
2019-07-19 15:23:56 +02:00
symfony-flex-server[bot] and GitHub
f9bf83117e
Merge pull request #696
2019-07-11 14:09:12 +00:00
Quan Weiwei
352e888211
delete all the commits
2019-07-11 19:16:49 +08:00
Lctrs
7ec7012b77
Tweak default cache conf to rely on Symfony Cache and only in prod
...
also add cache for metadatas
2019-07-11 10:47:15 +02:00
Grégoire Pineau
c180ee7404
[Redirectionio] Added recipies for 0.2
2019-07-11 10:00:34 +02:00
symfony-flex-server[bot] and GitHub
28ba8ada93
Merge pull request #695
2019-07-08 09:59:36 +00:00
Arman and GitHub
aecbd1bbdd
Update license year
2019-07-08 03:42:27 +04:30
tien.xuan.vo
e2c81a7da5
Add tienvx/mbt-bundle
2019-07-07 22:35:25 +07:00
Edi Modrić
96d40a3534
Add recipe for netgen/content-browser
2019-07-01 14:24:49 +02:00
symfony-flex-server[bot] and GitHub
396fad51d1
Merge pull request #634
2019-06-29 08:37:44 +00:00
symfony-flex-server[bot] and GitHub
7ddcaa04a3
Merge pull request #690
2019-06-29 08:26:03 +00:00
symfony-flex-server[bot] and GitHub
8facdfd1e3
Merge pull request #683
2019-06-29 08:22:25 +00:00
symfony-flex-server[bot] and GitHub
336dc9d217
Merge pull request #682
2019-06-29 08:21:45 +00:00
symfony-flex-server[bot] and GitHub
2afeb3a93e
Merge pull request #671
2019-06-29 08:13:46 +00:00
symfony-flex-server[bot] and GitHub
90b2a17e33
Merge pull request #668
2019-06-29 08:11:11 +00:00
symfony-flex-server[bot] and GitHub
1df9fa7414
Merge pull request #669
2019-06-29 08:10:45 +00:00
symfony-flex-server[bot] and GitHub
63d6791024
Merge pull request #658
2019-06-29 07:55:48 +00:00
symfony-flex-server[bot] and GitHub
fc8072856d
Merge pull request #657
2019-06-29 07:55:22 +00:00
symfony-flex-server[bot] and GitHub
b6d739daa5
Merge pull request #644
2019-06-29 07:54:53 +00:00
symfony-flex-server[bot] and GitHub
e7380001d5
Merge pull request #606
2019-06-29 07:53:59 +00:00
symfony-flex-server[bot] and GitHub
10584c5a95
Merge pull request #692
2019-06-28 06:33:43 +00:00
Ryan Weaver
96b1155c3c
Adding recipe for sroze/messenger-enqueue-transport
...
It was renamed from enqueue's organization
2019-06-27 23:43:54 -04:00
Ole Rößner
402e112f8a
fix indendation
2019-06-26 10:53:40 +02:00
Ole Rößner
c78f92006f
add recipe for basster/twig-base64-extension
2019-06-26 10:48:25 +02:00
Floran Brutel
500d62d9e7
Add post instaall for notfloran/mjml-bundle
2019-06-24 22:28:10 +02:00
symfony-flex-server[bot] and GitHub
a4b514ee2d
Merge pull request #688
2019-06-21 16:00:27 +00:00
Alan Poulain and GitHub
f15a8c8626
Fix typos
2019-06-21 16:56:10 +02:00
symfony-flex-server[bot] and GitHub
c66ef927ad
Merge pull request #687
2019-06-19 18:04:25 +00:00
Nicolas Grekas
1fbfe288f5
[knplabs/github-api] Wire existing HTTPlug factories when possible
2019-06-19 19:50:09 +02:00
Cedrick Oka Baidai
9640214f24
* Add a recipe for coka/cors-bundle 1.0
2019-06-14 18:14:25 +00:00
Cedrick Oka Baidai
d32d855249
* Updated coka/wsse-authentication-bundle recipe.
2019-06-14 15:30:15 +00:00
Cedrick Oka Baidai
39381648f0
* Fix bad commit.
...
* Update recipe for coka/api-bundle 4.0
2019-06-14 12:39:25 +00:00
Floran Brutel
34885226a1
Add notfloran/mjml-bundle
2019-06-13 21:41:00 +02:00
Cedrick Oka Baidai
8dd38ece4a
* Add a recipe for coka/wsse-authentication-bundle 1.0.
2019-06-12 10:34:44 +00:00
David Négrier
e0b9d26fc8
Removing default values from config file
2019-05-29 22:32:34 +02:00
Sylvain and Sylvain
ca13c9bed1
Create manifest.json
2019-05-27 09:11:28 +02:00
symfony-flex-server[bot] and GitHub
5857bd014b
Merge pull request #670
2019-05-21 13:48:26 +00:00
Jeroen Thora
f594e5f51b
Create the cms upload folder during install of kunstmaan/media-bundle
2019-05-21 10:36:05 +02:00
symfony-flex-server[bot] and GitHub
6ec158edf2
Merge pull request #659
2019-05-20 17:23:20 +00:00
symfony-flex-server[bot] and GitHub
fb54fa9471
Merge pull request #666
2019-05-20 17:19:05 +00:00
Cyberomulus
0571cfd607
Add empty line in end files
2019-05-20 10:56:56 +02:00
Cyberomulus
047bec56e7
Add recipe for cyberomulus/SiteMapGeneratorBundle
2019-05-20 10:53:52 +02:00
Nico Haase
01b53a6ab5
Configuration for nicohaase/twig-isbn-formatter
2019-05-18 22:56:37 +02:00
Alexey Samara
5141d7ff4e
Added reciep for version 4.0
2019-05-13 20:57:42 +03:00
Olivier M. Mukadi
79d107a816
Support mukadi/wordpress-bundle v1.2.0
2019-05-10 12:27:55 +01:00
Quan Weiwei
563b24a9d7
delete alias
2019-05-10 12:38:46 +08:00
Quan Weiwei
dd6b5ad399
add tuieditor recipe
2019-05-10 12:19:21 +08:00
Quan Weiwei
107d83bbd5
add tuieditor recipe
2019-05-10 12:19:10 +08:00
Gauthier Gilles
73883ce999
indentation with 4 blanks
2019-05-03 12:01:08 +02:00
Gauthier Gilles
f5b860aa9e
add LexikCronFileGeneratorBundle recipe
2019-05-03 11:55:10 +02:00
David Négrier
1604c578ed
Typo fix
2019-04-26 14:45:15 +02:00
Craig Rayner
0aa70d7503
Trigger Recipe Travis
2019-04-20 09:28:08 +10:00
symfony-flex-server[bot] and GitHub
d529b382d4
Merge pull request #654
2019-04-19 11:20:38 +00:00
Titouan Galopin
b182f64f72
Add flysystem-bundle recipe
2019-04-19 13:17:55 +02:00
Craig Rayner
fce785d250
Trigger Recipe Travis
2019-04-18 08:47:23 +10:00
Craig Rayner
02448d1a64
Trigger Recipe Travis
2019-04-18 08:19:01 +10:00
Craig Rayner
6e5f6a10c4
Trigger Recipe Travis
2019-04-18 08:15:59 +10:00
Grégoire Pineau and GitHub
77b50b74c3
[Redirection.io] Use default port
2019-04-17 14:58:33 +02:00
symfony-flex-server[bot] and GitHub
382fec09e1
Merge pull request #621
2019-04-17 11:24:24 +00:00
insidestyles
784d353755
json-rpc-bundle
2019-04-15 09:46:21 +03:00
Craig Rayner
405392127b
Change Routing from Annotation to YAML
2019-04-13 16:54:47 +10:00
Craig Rayner
36395b146c
# Remove so I can restart TRAVIS TEST
2019-04-12 07:09:45 +10:00
Craig Rayner
3cf4e2e3da
# Add some crap so I can restart TRAVIS TEST
2019-04-12 07:03:38 +10:00
symfony-flex-server[bot] and GitHub
436a884b4b
Merge pull request #655
2019-04-11 12:35:20 +00:00
Tobias Nyholm
3ba633bf18
Remove recipe for FOSUserBundle
...
It was merge prematurely. Reverting #270
2019-04-11 14:26:12 +02:00
nikos.sotiropoulos
63edc13810
remove security.yaml
2019-04-10 11:12:17 +02:00
symfony-flex-server[bot] and GitHub
624ce21e9e
Merge pull request #597
2019-04-09 11:32:57 +00:00
andchir
ef95dc9cb7
Add manifest file
2019-04-09 12:49:55 +03:00
andchir
24705b48f2
delete manifest files
2019-04-09 12:45:38 +03:00
symfony-flex-server[bot] and GitHub
922341dc3b
Merge pull request #650
2019-04-09 09:20:37 +00:00
Craig Rayner
d7dc05a4dc
Remove Config file on request
2019-04-08 08:41:09 +10:00
andchir
a431862df7
fix
2019-04-07 18:18:28 +03:00
Nicolas de Marqué Fromentin
d30e4e0865
Add allmysms bundle
2019-04-07 16:08:45 +02:00
Grégoire Hébert
fc08378a55
move missing doctrine annotation from dependencies to requirement
2019-04-07 09:48:47 +02:00
Grégoire Hébert
07c10a3ef1
rename default configuration
2019-04-06 20:30:36 +02:00
andchir
591628e2a3
fix onmnipay-bundle config
2019-04-06 19:46:30 +03:00
andchir
22c33800d8
fix onmnipay-bundle config
2019-04-06 19:44:50 +03:00
Grégoire Hébert
647bd8158a
fix typo
2019-04-06 18:39:46 +02:00
Grégoire Hébert
29555f4260
Gheb\ConfigurationConverter remove comments
2019-04-06 17:01:19 +02:00
symfony-flex-server[bot] and GitHub
8233684291
Merge pull request #653
2019-04-06 13:36:28 +00:00
Nyholm
f88ddf67d8
cs
2019-04-06 15:06:36 +02:00
Nyholm
9118c3fb5e
Remove comments not needed
2019-04-06 15:04:59 +02:00
symfony-flex-server[bot] and GitHub
552a97d181
Merge pull request #652
2019-04-06 12:46:40 +00:00
Nyholm
809772c158
Move DoctrineCacheBundle from recipes-contrib to recipes
2019-04-06 13:50:04 +02:00
symfony-flex-server[bot] and GitHub
1678b5dc19
Merge pull request #482
2019-04-06 10:45:22 +00:00
symfony-flex-server[bot] and GitHub
3d07324e37
Merge pull request #579
2019-04-06 10:41:01 +00:00
symfony-flex-server[bot] and GitHub
6433ebf507
Merge pull request #574
2019-04-06 10:40:18 +00:00
symfony-flex-server[bot] and GitHub
92ee9ea4ac
Merge pull request #575
2019-04-06 10:39:42 +00:00
Tobias Nyholm and GitHub
03e1900001
Added file name
2019-04-06 12:38:18 +02:00
symfony-flex-server[bot] and GitHub
3c3b03cbc0
Merge pull request #529
2019-04-06 10:26:30 +00:00
symfony-flex-server[bot] and GitHub
607d6abde5
Merge pull request #570
2019-04-06 10:25:41 +00:00
symfony-flex-server[bot] and GitHub
0a6a4a1354
Merge pull request #181
2019-04-06 10:19:38 +00:00
symfony-flex-server[bot] and GitHub
dd23514f35
Merge pull request #461
2019-04-06 10:16:29 +00:00
symfony-flex-server[bot] and GitHub
b638b51a89
Merge pull request #623
2019-04-06 09:34:01 +00:00
symfony-flex-server[bot] and GitHub
073da2a098
Merge pull request #453
2019-04-06 09:29:26 +00:00
symfony-flex-server[bot] and GitHub
69db426c49
Merge pull request #270
2019-04-06 09:10:24 +00:00
symfony-flex-server[bot] and GitHub
ee26b434cb
Merge pull request #423
2019-04-06 09:05:51 +00:00
symfony-flex-server[bot] and GitHub
e89ee45d67
Merge pull request #419
2019-04-06 09:05:01 +00:00
symfony-flex-server[bot] and GitHub
e8c6b4a44c
Merge pull request #420
2019-04-06 09:03:41 +00:00
symfony-flex-server[bot] and GitHub
b8d4f5463e
Merge pull request #632
2019-04-06 08:45:34 +00:00
symfony-flex-server[bot] and GitHub
f2c5d674d2
Merge pull request #638
2019-04-06 07:58:47 +00:00
symfony-flex-server[bot] and GitHub
fa9f421dda
Merge pull request #620
2019-04-06 07:42:32 +00:00
symfony-flex-server[bot] and GitHub
96602d95c3
Merge pull request #614
2019-04-06 07:40:08 +00:00
symfony-flex-server[bot] and GitHub
88134a914b
Merge pull request #639
2019-04-06 06:25:10 +00:00
Grégoire Hébert
eaa1474137
Update type
2019-04-04 09:49:24 +02:00
Grégoire Hébert
db7ec2dc62
Update type
2019-04-04 09:46:24 +02:00
Grégoire Hébert
cde5ab5d1a
Trigger sfbot
2019-04-03 18:26:44 +02:00
Grégoire Hébert
aaf60818fc
Add gheb/configuration-converter-bundle
2019-04-03 12:02:33 +02:00
symfony-flex-server[bot] and GitHub
680d26ad63
Merge pull request #648
2019-04-01 20:03:53 +00:00
Fabien Potencier
746138e75e
moved recipes from recipes to recipes-contrib
2019-04-01 21:13:04 +02:00
symfony-flex-server[bot] and GitHub
2357c10bcf
Merge pull request #583
2019-03-30 17:46:39 +00:00
symfony-flex-server[bot] and GitHub
6bd6918221
Merge pull request #647
2019-03-30 17:30:48 +00:00
Roland Franssen
3dd64e4cfc
fix wrong classname
2019-03-30 18:15:26 +01:00
symfony-flex-server[bot] and GitHub
11b2d9b005
Merge pull request #641
2019-03-30 16:40:44 +00:00
Craig Rayner
0339d2b13f
Crayner Authenticate Bundle Recipe
2019-03-29 15:38:23 +11:00
Craig Rayner
9cc528c99f
Comment for later push.
2019-03-29 15:13:13 +11:00
Craig Rayner
edacbc1238
Authenticate Bundle Add Routing
2019-03-29 15:09:37 +11:00
Craig Rayner
37cef3604a
Authenticate Bundle - Comment for push
2019-03-29 14:46:07 +11:00
Craig Rayner
67f52dc859
Doctrine Bundle Recipe
2019-03-29 14:36:05 +11:00
Craig Rayner
d1ddacd9e8
Authenticate Bundle Recipe
2019-03-29 14:17:30 +11:00
Roland Franssen
3be0907f47
update msgphp bundles to 0.10
2019-03-27 14:34:22 +01:00
Théo Attali
9287148767
travis
2019-03-25 02:32:11 +01:00
Théo Attali
daa4b1a423
Add recipe for tattali/CalendarBundle
2019-03-25 01:27:29 +01:00
lireincore
c0fd91c188
added lireincore/imgcache-bundle recipe
2019-03-24 22:22:09 +03:00
Cedrick Oka Baidai
e6af85c608
* Add a recipe for coka/pagination-bundle 4.0
2019-03-20 18:57:07 +00:00
Ruud Denivel
6588fa237d
change locales param to the official kunstmaan_admin.required_locales
2019-03-18 10:02:12 +01:00
Ruud Denivel
204ac7ed55
Added env vars for dashboard recipe
2019-03-18 09:46:44 +01:00
Ruud Denivel and Jeroen Thora
c42a2f27b5
Recipes for the kunstmaan cms skeleton bundles
...
recipe for the KunstmaanCMS Translator bundle
added usermanagement recipe
Kunstmaan/admin-bundle default recipe
added translator routes
Kunstmaan/admin-list-bundle default recipe
added sitemap bundle
added seo bundle recipe
Kunstmaan/form-bundle default recipe
Kunstmaan/media-bundle default recipe
added pagepart recipe
Kunstmaan/node-bundle default recipe
Kunstmaan/cache-bundle default recipe
Kunstmaan/config-bundle default recipe
added search recipe
added redirect recipe
Fixed config bundle config
added menu recipe
Kunstmaan/dashboard-bundle default recipe
fix indentation
fix indentation form bundle
fix indentation config bundle
Fix dashboard config indents
Fix admin config indents
Fix admin-list config indents
Fix cache config indents
fix config
Menu bundle new line
node config indents
Fix search bundle config
Remove cache bundle recipe
2019-03-16 15:53:08 +01:00
nikos.sotiropoulos
4b7f23e93b
commercetools add post-install.txt file
2019-03-13 12:44:33 +01:00
nikos.sotiropoulos
d5a955f3fb
Trigger travis build
2019-03-12 16:44:26 +01:00
nikos.sotiropoulos
67fddc8c4b
fix package config naming
2019-03-12 15:29:46 +01:00
nikos.sotiropoulos
eba38d6ca8
add setupBundle & stateBundle to dev env
2019-03-12 15:25:43 +01:00
nikos.sotiropoulos
a60d09355c
Trigger flex-server
2019-03-12 14:15:03 +01:00
nikos.sotiropoulos
fa6304b14e
commercetools bundle v0.4
2019-03-12 14:02:10 +01:00
symfony-flex-server[bot] and GitHub
bce79fc5f0
Merge pull request #633
2019-03-11 17:42:39 +00:00
Nicolas Grekas
1d493c35e2
nyholm/psr7 has been moved to the official repo
2019-03-11 18:14:40 +01:00
symfony-flex-server[bot] and GitHub
37509d0bfa
Merge pull request #561
2019-03-09 20:24:07 +00:00
Cedrick Oka Baidai
232449ed50
* Updated recipes of coka vendors.
2019-03-09 20:16:24 +00:00
Cedrick Oka Baidai
05d8698c64
* Updated recipes of coka vendors.
2019-03-09 20:10:10 +00:00
Cedrick Oka Baidai
6a15a49d67
* Add a recipe for coka/file-bundle
2019-03-09 20:01:48 +00:00
Roland Franssen and GitHub
22ac7ee565
Create manifest.json
2019-03-09 09:15:15 +01:00
Nyholm
acd7f08bd5
Cleaned up manifest files from characters not needed
2019-02-27 07:40:47 +01:00
symfony-flex-server[bot] and GitHub
b40eb52443
Merge pull request #619
2019-02-26 22:53:00 +00:00
Alessandro Lai
88e7584330
Add different recipe for Sentry bundle v3
2019-02-25 13:03:46 +01:00
Florent Morselli and GitHub
a5ad17f53f
Wrong key index
...
Fix https://github.com/Spomky-Labs/lexik-jose-bridge/issues/44
2019-02-21 13:37:29 +01:00
symfony-flex-server[bot] and GitHub
ae08c54220
Merge pull request #618
2019-02-19 21:54:54 +00:00
symfony-flex-server[bot] and GitHub
ff1fa9e369
Merge pull request #591
2019-02-19 07:20:34 +00:00
Davide Borsatto
9af2cc8606
Add support for ContentfulBundle 4.0
2019-02-18 15:40:21 +01:00
Matthijs Hasenpflug
c65a303344
Remove install assets script
2019-02-14 13:55:45 +01:00
symfony-flex-server[bot] and GitHub
91b4a2b396
Merge pull request #615
2019-02-14 09:48:33 +00:00
Picoss
03badfbe06
Add missing new line at the end of file
2019-02-14 10:47:40 +01:00
Picoss
82491c3d7f
Add post install information
2019-02-13 10:23:06 +01:00
Victor Bocharsky and GitHub
a814b8c855
Uncomment default configuration
2019-02-11 17:08:37 +02:00
Matthijs Hasenpflug
500391e49d
Change version
2019-02-11 15:41:31 +01:00
Matthijs Hasenpflug
ebff53bd71
Change version
2019-02-11 15:36:41 +01:00
Matthijs Hasenpflug
fcbe24e757
Add routes
2019-02-11 13:42:22 +01:00
symfony-flex-server[bot] and GitHub
359c02e8fa
Merge pull request #549
2019-02-08 16:46:59 +00:00
symfony-flex-server[bot] and GitHub
3d64e2510d
Merge pull request #608
2019-02-08 15:58:20 +00:00
tien.xuan.vo
64c1531228
Add tienvx/mbt-api-bundle recipe
2019-02-08 22:51:29 +07:00
Picoss
cecfb65d8a
Configuration for yousign bundle 2.2
2019-02-08 15:15:58 +01:00
Matthijs Hasenpflug
71973fad2c
Only set default categories config
2019-02-08 14:17:01 +01:00
Matthijs Hasenpflug
49d3a6807d
Remove commented config
2019-02-08 14:12:32 +01:00
Matthijs Hasenpflug
b54c0fc6a3
Comment default values
2019-02-08 13:53:47 +01:00
Matthijs Hasenpflug
07059ed336
Add cookie consent bundle
2019-02-08 13:44:27 +01:00
symfony-flex-server[bot] and GitHub
bf5f3bb8da
Merge pull request #604
2019-02-08 07:03:08 +00:00
symfony-flex-server[bot] and GitHub
666437ce50
Merge pull request #600
2019-02-08 06:30:34 +00:00
symfony-flex-server[bot] and GitHub
02ac1318a5
Merge pull request #587
2019-02-08 06:27:48 +00:00
symfony-flex-server[bot] and GitHub
6d0caf9232
Merge pull request #580
2019-02-08 06:22:19 +00:00
symfony-flex-server[bot] and GitHub
a26928d741
Merge pull request #601
2019-02-06 06:13:48 +00:00
symfony-flex-server[bot] and GitHub
7a5238645a
Merge pull request #603
2019-02-06 06:12:47 +00:00
symfony-flex-server[bot] and GitHub
0f644490ca
Merge pull request #607
2019-02-06 06:10:10 +00:00
symfony-flex-server[bot] and GitHub
500a18885a
Merge pull request #610
2019-02-04 19:05:08 +00:00
Tobias Feijten
82bf641ded
Add recipe for FOSJSRoutingBundle >2.3, to fix deprecation on Symfony >4.1
2019-02-03 17:08:41 +01:00
symfony-flex-server[bot] and GitHub
6d3ad86484
Merge pull request #609
2019-02-01 18:42:08 +00:00
Nicolas Grekas
3d169b655d
Register nyholm/psr7 services for autowiring with PSR-17 (HTTP factories)
2019-02-01 19:38:52 +01:00
Lctrs
8c356ccfd5
[doctrine_mongodb] add a metadata cache in prod
2019-01-30 12:04:31 +01:00
symfony-flex-server[bot] and GitHub
eb065aae09
Merge pull request #484
2019-01-30 10:19:23 +00:00
Lctrs
3233bec440
[doctrine_mongodb] adding fallback env vars
2019-01-30 11:18:29 +01:00
David Négrier
d6613bd8bf
Adding Graphqlite bundle
2019-01-29 17:59:01 +01:00
Fred Cox
d0680722f9
Add AWS push bundle
2019-01-29 11:32:09 +02:00
kunicmarko20
565e47e268
add jms-messenger-adapter
2019-01-27 21:21:21 +00:00
Tom Schuermans and GitHub
b4472bc5b6
Removed sane default due to errors reported from bot
2019-01-23 19:39:22 +01:00
Tom Schuermans and GitHub
0fac882ba8
neo4j.yaml update
...
* Fixed ENV var name: NEO4J_DEFAULT_CONNECTION => NEO4J_DEFAULT_CONNECTION_DSN
* Added sane default if NEO4J_DEFAULT_CONNECTION_DSN isn't set
2019-01-23 19:35:43 +01:00
symfony-flex-server[bot] and GitHub
65dc26935a
Merge pull request #598
2019-01-22 10:51:19 +00:00
Kamil Kokot
a07f1a974b
Provide basic recipe for FriendsOfBehat/SymfonyExtension v2
2019-01-16 22:04:43 +01:00
damienharper
7c361f6fb4
Wording
2019-01-15 23:37:48 +01:00
damienharper
030f3b07b5
Fixes indents and ending newlines
2019-01-15 18:46:42 +01:00
damienharper
a2ed793131
Add damienharper/doctrine-audit-bundle
2019-01-15 18:38:41 +01:00
symfony-flex-server[bot] and GitHub
18240d58af
Merge pull request #445
2019-01-13 14:52:01 +00:00
andchir
28e291f970
fix
2019-01-10 16:13:49 +03:00
andchir
11ebebc85b
recipes
2019-01-10 14:53:22 +03:00
andchir
21287abcf1
recipes
2019-01-10 14:11:30 +03:00
andchir
c34af957a4
recipes
2019-01-10 14:10:05 +03:00
symfony-flex-server[bot] and GitHub
a132f38803
Merge pull request #596
2019-01-09 07:25:44 +00:00
Ryan Weaver
4473b8fd74
Don't re-add the ENQUEUE_DSN from the bundle - just suggest
2019-01-08 13:43:16 -05:00
Burak Bolat
fd453eb91b
remove default values
2019-01-07 23:32:47 +03:00
symfony-flex-server[bot] and GitHub
6a53d942f1
Merge pull request #595
2019-01-06 16:13:22 +00:00
Fabien Potencier
9795dccedc
fixed the Flex server endpoint
2019-01-06 17:06:04 +01:00
Tobias Nyholm and GitHub
05bb9f163b
Minor
2018-12-29 15:18:12 +01:00
Tobias Nyholm
fe33b70cda
cs
2018-12-28 10:08:16 +01:00
Tobias Nyholm
dea573f82c
Added recipe for Buzz 1.0
2018-12-28 10:03:55 +01:00
symfony-flex-server[bot] and GitHub
b61b8cf292
Merge pull request #590
2018-12-28 09:02:06 +00:00
Tobias Nyholm
82b980b97f
Fixed typo in nyholm/psr7
2018-12-28 09:53:04 +01:00
symfony-flex-server[bot] and GitHub
aecdff37d5
Merge pull request #115
2018-12-25 13:03:00 +00:00
Nyholm
fc2eff1285
Use DSN
2018-12-25 13:58:43 +01:00
symfony-flex-server[bot] and GitHub
e3e815a515
Merge pull request #589
2018-12-18 11:01:44 +00:00
symfony-flex-server[bot] and GitHub
fc09ed1269
Merge pull request #576
2018-12-18 09:58:23 +00:00
Oskar Stark and GitHub
9b27996097
removed whitespace an use string explicitely
2018-12-18 08:54:02 +01:00
Leny Bernard
801e4ce064
add troopers/alertify-bundle recipe
2018-12-17 23:48:55 +01:00
Burak Bolat
5f746717b8
fix config file extension
2018-12-12 14:57:12 +03:00
Burak Bolat
faebd3f25e
add goksagun/scheduler bundle recipie
2018-12-12 14:49:09 +03:00
Laurent Bassin
6b70e1f246
Rename Mailjet env
2018-12-11 09:03:58 +01:00
symfony-flex-server[bot] and GitHub
336708df62
Merge pull request #581
2018-12-10 22:18:14 +00:00
symfony-flex-server[bot] and GitHub
af23fd6981
Merge pull request #565
2018-12-10 21:30:34 +00:00
symfony-flex-server[bot] and GitHub
5b616a08e5
Merge pull request #571
2018-12-10 11:36:07 +00:00
bocharsky-bw
92e312c8a8
Add a recipe for DoctrineCacheBundle
2018-12-08 14:39:30 +00:00
Jeroen van den Enden and Christophe Coevoet
a2de208ae6
And the last recipes
2018-12-08 13:08:56 +01:00
Jeroen van den Enden and Christophe Coevoet
dbb3539f40
Remove recipe
2018-12-08 13:08:56 +01:00
symfony-flex-server[bot] and GitHub
006b5dbf84
Merge pull request #582
2018-12-08 12:04:31 +00:00
Christophe Coevoet
2d52628783
Fix the travis build when changing multiple recipes
2018-12-08 12:57:02 +01:00
Jeroen van den Enden
d7040b5739
Remove guide bundle
2018-12-07 19:50:24 +00:00
disjfa
0347b10889
Updated bundles to 3.x
2018-12-06 21:34:48 +00:00
disjfa
70a3f09f78
Reset translator
2018-12-06 21:12:27 +00:00
disjfa
c320175e77
Updated bundle, retry
2018-12-06 21:05:05 +00:00
disjfa
f26002c055
Forgot the manifest
2018-12-06 20:50:59 +00:00
disjfa
208c70d608
Added disjfa/translation-bundle
2018-12-06 20:46:51 +00:00
Laurent Bassin
9f7c0c19fe
Add mailjet-bundle recipe
2018-12-06 15:22:22 +01:00
Kévin Hilairet
e25938711f
update
2018-12-06 16:07:46 +04:00
Kévin Hilairet
f4b6293779
update
2018-12-06 16:07:28 +04:00
Kévin Hilairet
b23b0a8869
update
2018-12-06 15:56:57 +04:00
Kévin Hilairet
793ad8dc48
update
2018-12-06 15:56:50 +04:00
Kévin Hilairet
dff2e21d30
update
2018-12-06 15:19:44 +04:00
Kévin Hilairet
a5211813b1
update
2018-12-06 15:19:32 +04:00
Kévin Hilairet
bda85b190f
rf ds_store
2018-12-06 12:08:38 +04:00
Kévin Hilairet
d33168b519
update routing
2018-12-06 12:06:21 +04:00
Kévin Hilairet
563116b821
update
2018-12-06 11:50:05 +04:00
Kévin Hilairet
cadf58e03a
update
2018-12-06 11:50:00 +04:00
Kévin Hilairet
4007c0e516
remove aliases
2018-12-06 11:27:28 +04:00
Kévin Hilairet
6bf458e4c3
add newline at end of line
2018-12-06 10:59:49 +04:00
Kévin Hilairet
be392ebc84
add octopouce-mu/admin-bundle
2018-12-06 10:56:12 +04:00
Kévin Hilairet
f31f579e63
add octopouce-mu/admin-bundle
2018-12-06 10:56:02 +04:00
Andrew Plank
3b5c3c2893
Create recipe for theplankmeister/form-data-transposer
2018-12-05 16:36:16 +01:00
Fran Moreno
83ca7b1242
Add EWZRecaptchaBundle
2018-12-05 09:00:37 +01:00
symfony-flex-server[bot] and GitHub
662137bf4b
Merge pull request #572
2018-12-04 06:31:37 +00:00
Jeroen van den Enden
56d4b87f55
Remove from flex
2018-12-03 22:37:59 +00:00
Grégoire Hébert
6ba97e628a
update gheb\data-migrations-bundle recipe (add default config name)
2018-12-03 08:32:16 +01:00
Grégoire Hébert
677ef310dd
create gheb\data-migrations-bundle recipe
2018-12-01 13:33:50 +01:00
Cesarini, Daniele
7ae2fd6a31
adding routes files
2018-11-29 13:45:12 +00:00
Cesarini, Daniele
8d498ae4cb
adding routes files
2018-11-29 13:41:01 +00:00
Maksim Kotlyar
dc652e3572
Add receipes for Enqueue 0.9.
2018-11-29 11:51:14 +02:00
symfony-flex-server[bot] and GitHub
38c00d411e
Merge pull request #567
2018-11-29 09:16:34 +00:00
Titouan Galopin
8592a353dc
Create tgalopin/html-sanitizer-bundle recipe
2018-11-27 18:22:30 +01:00
symfony-flex-server[bot] and GitHub
e49b60cd56
Merge pull request #559
2018-11-26 07:38:01 +00:00
symfony-flex-server[bot] and GitHub
3ffe4a902d
Merge pull request #566
2018-11-26 07:37:17 +00:00
Jacques de Lamballerie
a7fec42a0c
change default values
2018-11-22 15:30:24 +01:00
symfony-flex-server[bot] and GitHub
db65dfb176
Merge pull request #446
2018-11-21 15:17:33 +00:00
Deamon
623d91eb4c
typo fix
2018-11-21 11:25:26 +01:00
Deamon
e612c11b18
add bundle manifest
2018-11-21 11:25:22 +01:00
Cedrick Oka Baidai
e48fc331d2
* Updated oka_pagination packages config.
2018-11-21 08:41:30 +00:00
Cedrick Oka Baidai
ddec2c4164
* Add a recipe for coka/pagination-bundle
2018-11-20 14:30:00 +00:00
Asmir Mustafic
8772afa66e
add jms v3 recipe
2018-11-19 16:05:10 +01:00
Giovanni Albero
24e7113024
Added recipe for DoctrinePHPCRBundle
2018-11-18 15:21:49 +01:00
symfony-flex-server[bot] and GitHub
097dc9cfda
Merge pull request #538
2018-11-17 12:45:37 +00:00
Denis Voytyuk and GitHub
33bb8c0cb8
remove duplicate params from test config
2018-11-17 13:27:27 +01:00
symfony-flex-server[bot] and GitHub
ba54ed9cb8
Merge pull request #557
2018-11-17 12:15:25 +00:00
symfony-flex-server[bot] and GitHub
5d3eab69b0
Merge pull request #556
2018-11-17 12:14:46 +00:00
symfony-flex-server[bot] and GitHub
d84f986b6b
Merge pull request #554
2018-11-17 12:12:16 +00:00
symfony-flex-server[bot] and GitHub
b45c0946cc
Merge pull request #551
2018-11-17 12:11:56 +00:00
symfony-flex-server[bot] and GitHub
36e82417e6
Merge pull request #546
2018-11-17 12:10:07 +00:00
symfony-flex-server[bot] and GitHub
d883e9990b
Merge pull request #535
2018-11-17 12:00:59 +00:00
symfony-flex-server[bot] and GitHub
995237f44c
Merge pull request #528
2018-11-17 11:57:41 +00:00
symfony-flex-server[bot] and GitHub
4aaaaa0df4
Merge pull request #503
2018-11-17 11:52:25 +00:00
symfony-flex-server[bot] and GitHub
08aca7a95c
Merge pull request #501
2018-11-17 11:52:05 +00:00
symfony-flex-server[bot] and GitHub
d70414e6fe
Merge pull request #558
2018-11-17 11:45:31 +00:00
Jacques de Lamballerie
ac49d2ba7d
add new line
2018-11-14 12:15:30 +01:00
Jacques de Lamballerie
1b3f0f99d5
add env variables
2018-11-14 12:13:30 +01:00
Christian Scheb
5af847d6a6
Add recipe for scheb/two-factor-bundle
2018-11-13 00:23:40 +01:00
Guillaume Manen
e54adac051
Add recipe for merceslab/spreadsheet-client-bundle
2018-11-12 15:30:56 +01:00
Torrey Tsui
81226c077e
Offer default \App\Document\ resolution
2018-11-11 13:26:57 +00:00
symfony-flex-server[bot] and GitHub
0881a4bf4b
Merge pull request #552
2018-11-10 17:57:15 +00:00
Alexandre Jardin
444d15c530
Add recipe for ajardin/docker-symfony
2018-11-09 17:14:56 +01:00
Jonathan and GitHub
096a9ad306
Fix Google ReCaptcha RequestMethod injection
2018-11-09 15:18:05 +01:00
michael barbey and GitHub
4af3e15aab
Update mbarbey_u2f_security.yaml
2018-11-06 16:42:20 +01:00
michael barbey and GitHub
41dd690634
Update mbarbey_u2f_security.yaml
2018-11-06 15:50:23 +01:00
Michael Barbey
9a4a052614
Add recipe for mbarbey/u2f-security-bundle
2018-11-06 15:45:56 +01:00
symfony-flex-server[bot] and GitHub
3fa8f5e184
Merge pull request #523
2018-11-04 13:21:58 +00:00
core23
0eb1ebebc1
Added core23/facebook-bundle
2018-10-30 12:54:52 +01:00
symfony-flex-server[bot] and GitHub
d9ac529ead
Merge pull request #320
2018-10-29 08:15:42 +00:00
Maciej Adamski
d82485af26
Added recipes for Mailer Bundle
2018-10-29 08:22:32 +01:00
Emanuil
c501cb8002
Add use of env var functionality.
2018-10-28 23:31:05 +02:00
symfony-flex-server[bot] and GitHub
104bdab2cf
Merge pull request #548
2018-10-27 16:08:20 +00:00
symfony-flex-server[bot] and GitHub
19bacbfcf0
Merge pull request #550
2018-10-27 16:06:00 +00:00
Pascal Wacker
3d610f70f7
updating msgphp eav receipt for msgphp pull 214
2018-10-27 17:36:10 +02:00
Pascal Wacker
0611f6f723
updating msgphp user receipt for msgphp pull 214
2018-10-27 17:25:06 +02:00
Maciej Adamski
0b96ebef8b
Added recipes for Schedule Bundle
2018-10-26 10:17:33 +02:00
symfony-flex-server[bot] and GitHub
f43798bc00
Merge pull request #545
2018-10-25 15:29:50 +00:00
Emanuil
a594df56b8
Edit en_igdb_api.yaml.
2018-10-25 14:48:59 +03:00
Emanuil
7e5b8328ee
Initial commit.
2018-10-25 14:20:08 +03:00
Anatoly and GitHub
bec2c30b93
update statsd bundle manifest
...
fix typo
2018-10-23 19:53:51 +03:00
Denis V
843b411272
add support for artprima/prometheus-metrics-bundle
2018-10-20 16:21:11 +02:00
symfony-flex-server[bot] and GitHub
7f4a5bfe86
Merge pull request #519
2018-10-19 10:27:13 +00:00
Nicolas Thal
1ece310abf
do not set boolean parameter in env file
2018-10-18 17:56:28 +02:00
Nicolas Thal
a55568915b
update configuration with bundle declaration
2018-10-18 17:43:52 +02:00
Nicolas Thal
7dabce849e
fix yaml declaration
2018-10-18 17:41:11 +02:00
Nicolas Thal
d219ef7323
Update mailjet bundle configuration
...
Add configuration for debug capabilities offered by mailjet
complete documentation
2018-10-18 17:38:58 +02:00
symfony-flex-server[bot] and GitHub
f31445f5de
Merge pull request #530
2018-10-18 10:11:02 +00:00
Daniel STANCU
161700f57c
Remove SMS services as it will be sent as argument
2018-10-18 11:29:38 +03:00
Daniel STANCU
5b2e6b56da
Remove SMS services as it will be sent as argument
2018-10-18 11:24:41 +03:00
Jérémy DECOOL
44ec19321a
Add recipe for Swarrot bundle
2018-10-17 21:03:52 +02:00
Cedrick Oka Baidai
37500c2b01
* Fixed bug.
2018-10-17 11:15:17 +00:00
Cedrick Oka Baidai
c7ff4a554f
* Updated package config of coka/api-bundle recipe.
2018-10-17 11:08:53 +00:00
Cedrick Oka Baidai
1ca8f4aecc
* Remove recipe coka/pagination-bundle
2018-10-16 13:05:23 +00:00
Cedrick Oka Baidai
7ed90be003
* fixed bug.
2018-10-15 18:41:24 +00:00
Cedrick Oka Baidai
ab2ff58530
* Add a recipe for coka/api-bundle
...
* Add a recipe for coka/pagination-bundle
2018-10-15 18:36:43 +00:00
Florian Preusner
2731657dfb
reverted some changes based on PR comments
2018-10-13 21:05:35 +02:00
Daniele Cesarini
93aa3082d2
removed default config
2018-10-13 16:36:09 +01:00
symfony-flex-server[bot] and GitHub
3825718b13
Merge pull request #521
2018-10-13 13:59:33 +00:00
Djordje Cvijic
325ab63950
crowd-user-bundle: review fixes
2018-10-13 15:26:36 +02:00
symfony-flex-server[bot] and GitHub
720a88b764
Merge pull request #483
2018-10-13 09:37:59 +00:00
symfony-flex-server[bot] and GitHub
c0edfc11d0
Merge pull request #491
2018-10-13 09:34:06 +00:00
symfony-flex-server[bot] and GitHub
27c432ab86
Merge pull request #492
2018-10-13 09:33:32 +00:00
symfony-flex-server[bot] and GitHub
937896b5ee
Merge pull request #493
2018-10-13 09:31:11 +00:00
symfony-flex-server[bot] and GitHub
496878889f
Merge pull request #494
2018-10-13 09:30:11 +00:00
symfony-flex-server[bot] and GitHub
bcced5baae
Merge pull request #518
2018-10-13 09:22:07 +00:00
symfony-flex-server[bot] and GitHub
2d9a80f967
Merge pull request #520
2018-10-13 09:15:18 +00:00
symfony-flex-server[bot] and GitHub
65bea3b381
Merge pull request #524
2018-10-13 09:06:54 +00:00
symfony-flex-server[bot] and GitHub
001cb74940
Merge pull request #525
2018-10-13 09:02:44 +00:00
Alexander Eimer
f1a6082cc0
Shortens the example phone number
2018-10-12 16:34:54 +02:00
Alexander Eimer
e5afe7968e
Adds bundle in manifest
2018-10-12 16:32:50 +02:00
Alexander Eimer
215950ee63
Adds misd/phone-number-bundle v1.3
2018-10-12 16:28:14 +02:00
Alexander Eimer
2d19eeff29
Corrects post-install for knpu oauth
2018-10-12 15:05:51 +02:00
Alexander Eimer
cb9b347507
Moves knpu post-install.txt
2018-10-12 15:04:51 +02:00
symfony-flex-server[bot] and GitHub
c07eec033d
Merge pull request #522
2018-10-12 12:45:37 +00:00
Kévin Dunglas
94d020688a
Remove Alice recipes (moved to the official repository)
2018-10-12 10:02:17 +02:00
Jiří Barouš and GitHub
1694553780
Fixes typo in symfony-cmf/cmf-phpcr-dbal-pack
2018-10-11 16:36:34 +02:00
Florian Preusner
55778b84da
deactivate plugins
2018-10-10 14:44:02 +02:00
Djordje Cvijic
2cb19341f0
Rename nordeus_crowd_user.security.yaml to security.yaml.example
2018-10-10 13:10:20 +02:00
Djordje Cvijic
038c23ba64
Rename security.yaml to nordeus_crowd_user.security.yaml
2018-10-10 13:07:43 +02:00
Djordje Cvijic
8f67534124
Fix filename in routing file
2018-10-10 12:49:25 +02:00
Djordje Cvijic
b27b704c25
Remove NORDEUS_CROWD_ROLES_TO_GROUPS from manifest.json
2018-10-10 12:45:22 +02:00
Djordje Cvijic
15aca55ee2
Add recipe for nordeus/crowd-user-bundle
2018-10-10 12:39:51 +02:00
Fran Moreno
42366be162
Add recipe for eko/feedbundle
2018-10-09 15:19:14 +02:00
Florian Preusner
621982b06f
deactivated logging option
2018-10-09 15:13:10 +02:00
Florian Preusner
0a44034231
revert #172 run assets:install
...
https://github.com/symfony/recipes-contrib/pull/512#discussion_r221609209
2018-10-09 15:08:13 +02:00
Florian Preusner
86f975d1f3
#172 run assets:install
2018-10-09 14:20:16 +02:00
Florian Preusner
125a41810e
added comments and more options
2018-10-09 14:09:48 +02:00
Fran Moreno
0c3c7d5ed4
Add recipe for php-translation/loco-adapter
2018-10-08 18:51:45 +02:00
symfony-flex-server[bot] and GitHub
0f79ab2c11
Merge pull request #326
2018-10-06 10:49:27 +00:00
symfony-flex-server[bot] and GitHub
522713d552
Merge pull request #512
2018-10-02 11:14:22 +00:00
Mateusz Zalewski
31d9bb45df
Remove unneeded composer scripts
2018-10-01 16:20:45 +02:00
symfony-flex-server[bot] and GitHub
24fe11a3a4
Merge pull request #510
2018-10-01 13:32:31 +00:00
symfony-flex-server[bot] and GitHub
be2877483f
Merge pull request #511
2018-10-01 13:32:24 +00:00
symfony-flex-server[bot] and GitHub
3b269e3fe4
Merge pull request #513
2018-10-01 13:31:29 +00:00
symfony-flex-server[bot] and GitHub
5fd2106515
Merge pull request #508
2018-10-01 13:30:43 +00:00
Mateusz Zalewski
4683e0b6d5
Add a recipe for sylius/refund-plugin
2018-09-30 08:56:54 +02:00
core23
baa68d817b
Added core23/shariff-bundle
2018-09-29 10:14:57 +02:00
core23
e9f6f9836b
Added core23/gdpr-bundle
2018-09-26 20:05:42 +02:00
symfony-flex-server[bot] and GitHub
f8ef745eef
Merge pull request #504
2018-09-26 17:30:43 +00:00
Mateusz Zalewski
dd7ec0d726
Add a recipe for sylius/customer-order-cancellation-plugin
2018-09-26 15:09:20 +02:00
Mateusz Zalewski
db7ab5b6c8
Add a recipe for sylius/admin-order-creation-plugin
2018-09-26 14:58:39 +02:00
Mateusz Zalewski
9376a7f841
Add a recipe for sylius/invoicing-plugin
2018-09-26 14:39:52 +02:00
symfony-flex-server[bot] and GitHub
4a5e4a35ba
Merge pull request #490
2018-09-26 05:10:57 +00:00
symfony-flex-server[bot] and GitHub
f99ed46255
Merge pull request #505
2018-09-26 04:59:03 +00:00
symfony-flex-server[bot] and GitHub
1a5e7a09e0
Merge pull request #507
2018-09-26 04:57:21 +00:00
Mateusz Zalewski
cd868d5b42
Add a recipe for sylius/customer-reorder-plugin
2018-09-25 18:21:22 +02:00
symfony-flex-server[bot] and GitHub
adf355afbc
Merge pull request #502
2018-09-24 19:39:56 +00:00
Kévin Dunglas and GitHub
82079d066d
Delete post-install.txt
2018-09-24 13:55:22 +02:00
Kévin Dunglas
f43985fb77
Add a recipe for dunglas/doctrine-json-odm
2018-09-23 23:13:00 +02:00
symfony-flex-server[bot] and GitHub
a80116013a
Merge pull request #506
2018-09-23 18:12:23 +00:00
core23
9767eb12f7
Added core23/lastfm-bundle
2018-09-23 16:47:06 +02:00
core23
d0bfc426ba
Added core23/matomo-bundle
2018-09-23 16:23:30 +02:00
Massimiliano Arione
1d79bfacb2
fix compatibility with interface
...
See https://github.com/Bee-Lab/BeelabTagBundle/issues/11
2018-09-23 09:09:13 +02:00
Roland Franssen and GitHub
f55f146412
Update post-install.txt
2018-09-22 16:48:02 +02:00
Roland Franssen
416ade6e02
[MsgPhpUserBundle] Fix maker conflict
2018-09-22 16:08:07 +02:00
symfony-flex-server[bot] and GitHub
183554cef8
Merge pull request #451
2018-09-21 15:41:18 +00:00
Kévin Dunglas
b8044d7162
[AliceBundle] Add a post install message
2018-09-21 15:38:29 +02:00
Cesarini, Daniele
388bc7decf
added ijanki bundles
2018-09-21 09:07:54 +01:00
Cesarini, Daniele
81c8665d32
added ijanki bundles
2018-09-21 09:02:06 +01:00
symfony-flex-server[bot] and GitHub
02903fb0f4
Merge pull request #489
2018-09-20 16:47:33 +00:00
Cesarini, Daniele
93d9bf2cf6
added ijanki bundles
2018-09-20 16:48:20 +01:00
Cesarini, Daniele
f543e5d4aa
added ijanki bundles
2018-09-20 16:45:30 +01:00
Paul Andrieux
c05075be26
remove ds_store files
2018-09-20 17:39:31 +02:00
Paul Andrieux
ca15c5059a
move packages dir
2018-09-20 17:23:58 +02:00
Paul Andrieux
8f7886f853
add missing new lines
2018-09-20 17:18:30 +02:00
Paul Andrieux
c06866774e
Recipe for mangopay-bundle
2018-09-20 17:07:54 +02:00
Kévin Dunglas
81e42f60bc
AliceBundle: create the fixtures/ dir
2018-09-19 17:27:19 +02:00
Anatoly Klinikhin
1b708f2f86
add liuggio/statsd-client-bundle
2018-09-19 17:01:29 +03:00
symfony-flex-server[bot] and GitHub
cd7b0a8979
Merge pull request #486
2018-09-19 05:44:52 +00:00
symfony-flex-server[bot] and GitHub
0806ae5ca6
Merge pull request #488
2018-09-18 21:08:31 +00:00
Théo FIDRY
b9d4bda101
Bump to 2.1
2018-09-18 23:08:09 +02:00
Théo FIDRY
b24f0dbdf6
Add recipe for HautelookAliceBundle 2.x
...
Closes #485
Closes #252
Closes #358
Closes https://github.com/hautelook/AliceBundle/issues/380
2018-09-18 22:56:56 +02:00
Krzysztof Nizioł
e69f062a01
NelmioAliceBundle > use the same configuration for both "dev" and "test" environments (import instead of duplicate)
2018-09-18 20:42:17 +02:00
Krzysztof Nizioł
03824aa669
NelmioAliceBundle > fix bug "There is no extension able to load the configuration for 'nelmio_alice'" in "prod" environment
2018-09-15 14:12:47 +02:00
kunicmarko20
dbb379ccea
Add recipe for FOSCKEditor
2018-09-11 13:36:50 +02:00
symfony-flex-server[bot] and GitHub
c2a656d8e7
Merge pull request #458
2018-09-09 20:12:37 +00:00
symfony-flex-server[bot] and GitHub
3d282f9487
Merge pull request #457
2018-09-09 19:47:34 +00:00
symfony-flex-server[bot] and GitHub
94da9dece2
Merge pull request #481
2018-09-09 18:45:43 +00:00
Leny BERNARD and GitHub
71f043d833
replace imagine.yaml to liip_imagine.yaml which is the correct filename
2018-09-09 20:35:13 +02:00
symfony-flex-server[bot] and GitHub
119e3f81fa
Merge pull request #476
2018-09-07 20:39:50 +00:00
symfony-flex-server[bot] and GitHub
dd823da3bf
Merge pull request #480
2018-09-07 20:38:48 +00:00
Victor Bocharsky and GitHub
35f6a626aa
Add LiipImagineBundle's cache folder to .gitignore
2018-09-07 23:16:51 +03:00
symfony-flex-server[bot] and GitHub
4d4ba56379
Merge pull request #477
2018-09-07 14:02:43 +00:00
symfony-flex-server[bot] and GitHub
6b6bb5c6f8
Merge pull request #479
2018-09-07 14:02:22 +00:00
Maksim Kotlyar
73430c96d8
[enqueue][mongodb] Add manifest for enqueue\mongodb package.
2018-09-07 16:21:25 +03:00
Maksim Kotlyar
2c036a2b02
[enqueue][fs] Fix file transport DSN
2018-09-07 16:00:22 +03:00
Alexis CASSAN
3f7829de06
Add ruwler recipe
2018-09-06 23:07:51 +02:00
symfony-flex-server[bot] and GitHub
512dedfb53
Merge pull request #473
2018-09-04 14:58:55 +00:00
Loïck Piera
63e0eadd17
Add recipe for jolicode/jolitypo
2018-09-04 15:58:30 +02:00
symfony-flex-server[bot] and GitHub
1c349c2300
Merge pull request #440
2018-09-03 08:30:12 +00:00
symfony-flex-server[bot] and GitHub
f89daed3bd
Merge pull request #467
2018-09-02 18:57:25 +00:00
Leo Feyer
a89028a51c
Add missing gitignore paths
2018-08-31 15:29:07 +02:00
symfony-flex-server[bot] and GitHub
33bfc04da8
Merge pull request #464
2018-08-31 11:52:57 +00:00
symfony-flex-server[bot] and GitHub
c6f359a946
Merge pull request #456
2018-08-30 17:12:26 +00:00
symfony-flex-server[bot] and GitHub
d663a728b2
Merge pull request #454
2018-08-30 17:11:41 +00:00
symfony-flex-server[bot] and GitHub
e8f06124dd
Merge pull request #463
2018-08-30 14:48:23 +00:00
Leo Feyer
b91c7d527a
Add a link to the documentation
2018-08-30 11:35:42 +02:00
Leo Feyer
939d9a0905
Also activate the installation bundle
2018-08-30 11:26:35 +02:00
Leo Feyer
eb14c4803f
Configure the contao.web_dir
2018-08-30 11:20:42 +02:00
Leo Feyer
9ce7a55027
Add a recipe for contao/core-bundle and contao/installation-bundle
2018-08-30 10:15:34 +02:00
Oskar Stark
1f23df6840
add slot/mandrill-bundle
2018-08-30 08:00:33 +02:00
symfony-flex-server[bot] and GitHub
6b950533e3
Merge pull request #425
2018-08-25 17:53:29 +00:00
symfony-flex-server[bot] and GitHub
afcdaea868
Merge pull request #449
2018-08-22 16:47:47 +00:00
Tobias Nyholm and GitHub
b50a47d874
Removed comment about reboot
2018-08-22 12:51:33 +02:00
Clemens Krack
35137dd805
Remove indentation to have blank newline
2018-08-21 18:12:24 +02:00
Clemens Krack
6ad11503a1
Update post-install message
2018-08-21 18:10:55 +02:00
Clemens Krack
f1307179a0
Remove env vars
...
They are specific to one provider and this might not fit the use-case.
2018-08-21 18:10:37 +02:00
Clemens Krack
13df498118
Only leave a comment and link to the documentation in the config
2018-08-21 18:09:39 +02:00
Clemens Krack
80ec2ebfbe
Generalize the config comments
2018-08-21 18:05:50 +02:00
Jeremiah VALERIE
da2ced2549
Init 0.12 and fix doc link in post install
2018-08-19 19:26:04 +02:00
Hassan Amouhzi
a52200cd38
Do not use parameters.
2018-08-19 01:02:40 +02:00
Hassan Amouhzi
52634cd549
CS Fix
2018-08-19 00:53:08 +02:00
Hassan Amouhzi
9d8143ee1f
Added anezi/locale-extension recipe.
2018-08-19 00:49:12 +02:00
Chris Wilkinson
9570cbcf9c
Add basic squizlabs/php_codesniffer configuration
2018-08-17 16:02:44 +01:00
Maxime Hermouet
ae75bfe178
Fix recipe for ExpertCoder Swiftmailer SendGrid Bundle
2018-08-17 13:49:16 +02:00
Théo Attali
9bd9382d9a
use no_driver parameter and modify post-install.txt
2018-08-16 17:01:30 +02:00
Clemens Krack
4ee9761de2
Uncomment example client
...
Keep the example, but prevent errors due to
missing league/oauth2-facebook package.
2018-08-15 17:28:53 +02:00
Clemens Krack
b216893ca3
Correct bundle name
2018-08-15 16:52:58 +02:00
Clemens Krack
1ecb6797f5
Tabs to spaces
2018-08-15 16:41:41 +02:00
Clemens Krack
6b9aa86b73
knpuniversity-oauth2-client-bundle
2018-08-15 16:39:34 +02:00
fedor.f
4c6dbcf685
swoole-bridge-bundle
2018-08-15 17:26:13 +03:00
Daniel STANCU
16c9f6097a
Added SMS Payment method support
2018-08-13 23:47:58 +03:00
Daniel STANCU
41d77d2c42
Added SMS Payment method support
2018-08-13 23:41:04 +03:00
symfony-flex-server[bot] and GitHub
15e40f27cd
Merge pull request #434
2018-08-13 18:25:34 +00:00
Daniel STANCU
7d5e94e02e
Empty .gitignore file to make sure folder is created
2018-08-13 21:18:23 +03:00
Daniel STANCU
883d32bd0b
Added empty routes
2018-08-13 20:01:46 +03:00
Daniel STANCU
dafa2013df
Added SMS payment details
2018-08-13 16:38:07 +03:00
Daniel STANCU
63fbc581f6
Already ignored from config folder
2018-08-09 12:50:54 +03:00
Daniel STANCU
efc8936aa1
Added configuration for SMS gateway
2018-08-08 22:21:21 +03:00
Daniel STANCU
8c9ff08dc3
Refactor confirm & return urls
2018-08-08 21:48:47 +03:00
Daniel STANCU
4e6ec84c3a
config/netopia_mobilpay/.gitignore
2018-08-08 11:34:44 +03:00
symfony-flex-server[bot] and GitHub
bca662caa2
Merge pull request #448
2018-08-07 13:48:23 +00:00
Massimiliano Arione
fe49c70a25
Trigger travis build
2018-08-07 15:33:24 +02:00
Massimiliano Arione
64df35df78
change default ssl option to "true"
2018-08-07 14:35:42 +02:00
Massimiliano Arione
0197875f55
add recipe for PUGXGeoFormBundle
2018-08-07 13:41:42 +02:00
symfony-flex-server[bot] and GitHub
3ee1e42cf5
Merge pull request #431
2018-08-06 04:28:21 +00:00
Nyholm
afe7b67df9
Updated version
2018-08-05 16:02:47 +02:00
Nyholm
2995c05970
Make sure we reset services between each request
2018-08-05 16:02:28 +02:00
tsantos
0449b7e1bb
Remove templates in favor of bundle's doc page
2018-08-02 23:41:16 -03:00
Tobias Nyholm
f26be614ec
Recipe for nyholm/psr7:1.0
2018-08-02 15:20:04 +02:00
Jacques de Lamballerie
36f43b90e4
test
2018-08-02 14:44:14 +02:00
Jacques de Lamballerie
c23a195ca7
add mailer bundle recipe
2018-08-02 11:41:18 +02:00
symfony-flex-server[bot] and GitHub
a403ce41c0
Merge pull request #437
2018-07-31 18:44:35 +00:00
symfony-flex-server[bot] and GitHub
14252cdc62
Merge pull request #443
2018-07-31 18:41:57 +00:00
symfony-flex-server[bot] and GitHub
eb84712b5e
Merge pull request #429
2018-07-31 18:39:23 +00:00
Sebastian Sellmeier
783145849b
Add updated recipe for inwx-api-bundle v0.2
2018-07-31 19:55:13 +02:00
Mathieu TUDISCO and GitHub
ee90b46c2c
Firewall was changed to main.
2018-07-31 11:01:39 +02:00
symfony-flex-server[bot] and GitHub
cb14019f3d
Merge pull request #439
2018-07-31 06:37:36 +00:00
symfony-flex-server[bot] and GitHub
567534f2cd
Merge pull request #438
2018-07-31 06:31:47 +00:00
symfony-flex-server[bot] and GitHub
cac07768be
Merge pull request #411
2018-07-31 06:31:10 +00:00
Nyholm
a36f59f50e
Verify that Kernel is terminatable.
2018-07-30 02:59:15 -07:00
Nyholm
2b191f5904
Bugfixes
2018-07-29 22:04:21 -07:00
Nyholm
a270cd9185
Adding recipe for phpfastcgi/fastcgi-daemon
2018-07-29 22:02:27 -07:00
tattali and GitHub
674f95e69d
Update fullcalendar.yaml
2018-07-29 23:24:59 +02:00
Théo Attali
0f21ae0a99
Add recipe for toiba/fullcalendar-bundle
2018-07-29 23:21:36 +02:00
Paul M. Jones and GitHub
9bf4ebbdf9
Add recipe "atlas/symfony"
2018-07-27 05:26:21 -05:00
Julian Li
9fc41517ba
update Indendation
2018-07-27 12:28:51 +10:00
Julian Li
ce6388b9e4
enable the bundle
2018-07-27 12:26:23 +10:00
Daniel STANCU
dfa450e285
Added newline
2018-07-26 22:40:42 +03:00
Daniel STANCU
750697b525
Added post-install script
2018-07-26 22:39:06 +03:00
Daniel STANCU
2d0cc17d0f
Aliases not supported in the contrib repository
2018-07-26 22:21:37 +03:00
Daniel STANCU
3bb33bc334
Minor fixes
2018-07-26 22:10:19 +03:00
Daniel STANCU
4babfe3b64
Mobilpay.ro Payment Gateway recipe
2018-07-26 21:59:11 +03:00
Meritoo
5d4b30924a
Revert "Fix bug for Symfony ^3.4: Invalid type for path "meritoo_common.form.novalidate". Expected "bool", but got "string""
...
This reverts commit f1ee046
2018-07-24 17:33:41 +02:00
Meritoo
f1ee046ce3
Fix bug for Symfony ^3.4: Invalid type for path "meritoo_common.form.novalidate". Expected "bool", but got "string"
2018-07-24 17:28:37 +02:00
Meritoo
39496998fd
Minor update
2018-07-24 17:19:21 +02:00
Meritoo
b1134ceec1
Fix bug: Invalid type for path "meritoo_common.form.novalidate". Expected "bool", but got "string"
2018-07-24 15:01:29 +02:00
tsantos
4803e8ac05
Remove configuration for twig bundle
2018-07-23 16:12:42 -03:00
tsantos
4ef0961070
Add twig bundle as dependency
2018-07-23 15:21:18 -03:00
tsantos
d6012bad74
Add tsantos serializer recipe
2018-07-23 14:18:58 -03:00
Meritoo
46dc7d9aab
Fix bug "unexpected '::' (T_PAAMAYIM_NEKUDOTAYIM), expecting ']'"
2018-07-21 22:58:17 +02:00
symfony-flex-server[bot] and GitHub
d229171889
Merge pull request #424
2018-07-20 19:04:00 +00:00
Olivier M. Mukadi
83d08cbdfb
remove mukadi/settings-bundle recipe
2018-07-20 12:24:10 +01:00
Olivier M. Mukadi
66b5fe55e2
add mukadi/settings-bundle recipe
2018-07-20 12:16:19 +01:00
Meritoo
b416b3e68a
Fix bug "Version "0.1.6" not valid, should probably be "0.1" instead"
2018-07-19 22:35:38 +02:00
Meritoo
3bf6c778e5
Fix bug "map can only contains strings as keys and values (false of type bool given)"
2018-07-19 22:22:32 +02:00
Meritoo
3583d08561
Add MeritooCommonBundle recipe
2018-07-19 22:13:46 +02:00
jmsche
a834fd2036
Add Leapt Core bundle recipe
2018-07-18 13:50:28 +02:00
Olivier M. Mukadi
efcbf1c948
[mukadi-wordpress] simplify .htaccess
2018-07-18 10:58:19 +01:00
Olivier M. Mukadi
1e1ee6b948
add support of MukadiWordpressBundle v1.1
2018-07-18 10:50:11 +01:00
Xavier Coureau
b852a54615
Added Neo4j default configuration
...
Casted port as string
Removed "aliases" block
Typo
Fixes directory structure
Adds port casting
Changes port to integer
Revert "Changes port to integer"
This reverts commit 3cd799f1f81d11e48a390dbb3145a363511276e5.
Force port to be an integer
Revert "Force port to be an integer"
This reverts commit ba46c410a93ce6d9cb1bd9bc81462cf947ea2e25.
2018-07-17 17:31:05 +02:00
Dirk Scholten
31820586d0
Reverted version change
2018-07-13 12:05:40 +02:00
Dirk Scholten
301e4af4ae
Updated version to match the updated bundle version
2018-07-13 12:04:34 +02:00
Matthew J. Mucklo
d4d79ee86b
update for bootstrap, grid-bundle 4.2
2018-07-12 19:04:40 -07:00
Dirk Scholten
40fa2fef5a
trigger travis
2018-07-12 17:22:04 +02:00
Dirk Scholten
08d091941c
Update
2018-07-12 17:04:02 +02:00
Dirk Scholten
3d925a81fa
Update to fix PR
2018-07-12 16:37:47 +02:00
Dirk Scholten
a60b92e617
Fixed config file name
2018-07-12 16:25:34 +02:00
Dirk Scholten
219f7e9f56
Fixed indentation to 4 spaces
2018-07-12 16:20:32 +02:00
Dirk Scholten
ba77a7c2ba
Added new lines to the end of each file
2018-07-12 16:18:19 +02:00
Dirk Scholten
276b82a106
Added first recipe for this bundle
2018-07-12 16:16:10 +02:00
symfony-flex-server[bot] and GitHub
aeaf921014
Merge pull request #416
2018-07-11 13:08:24 +00:00
msalsas
3aded41916
Fix yaml to required format
2018-07-10 17:46:52 +02:00
msalsas
6872b0a0d1
Add MsalsasVotingBundle recipe
2018-07-10 17:42:25 +02:00
symfony-flex-server[bot] and GitHub
bf5c1af574
Merge pull request #413
2018-07-09 11:58:35 +00:00
kevinpapst
42bdac1599
code review: removed default config keys, removed commented code, adjusted docu
2018-07-09 13:25:38 +02:00
symfony-flex-server[bot] and GitHub
45a74b102e
Merge pull request #414
2018-07-09 08:58:33 +00:00
Oskar Stark
112908ddd4
new recipe for silasjoisten/sonata-multiupload-bundle
2018-07-09 10:52:51 +02:00
symfony-flex-server[bot] and GitHub
db3ed071ea
Merge pull request #415
2018-07-09 08:11:48 +00:00
Adam and GitHub
b872edecca
Rename imagine.yaml to liip_imagine.yaml
2018-07-09 10:09:55 +02:00
Kevin Papst
77dfbfee10
Add AdminLTE bundle 0.9
2018-07-09 00:13:25 +02:00
Kevin Papst
dbcb89f485
Add AdminLTE bundle 0.3
2018-07-08 23:01:47 +02:00
symfony-flex-server[bot] and GitHub
1321ece65e
Merge pull request #162
2018-07-08 10:25:12 +00:00
VolCh
2c5b71e1bd
Add codeception/codeception/2.3
2018-07-08 12:54:24 +03:00
symfony-flex-server[bot] and GitHub
32ff150101
Merge pull request #412
2018-07-07 10:36:37 +00:00
François Mathieu
165bdeca95
Remove composer-scripts
2018-07-07 12:32:41 +02:00
François Mathieu
2faa7152e2
Update repository classes
2018-07-06 17:20:42 +02:00
symfony-flex-server[bot] and GitHub
8047036e06
Merge pull request #410
2018-07-06 15:01:05 +00:00
Tobias Nyholm
073d901de8
Added comment
2018-07-06 11:07:52 +02:00
Tobias Nyholm
b6ba7bd312
Added application name
2018-07-06 11:07:17 +02:00
François Mathieu
07445212b0
Update for travis
2018-07-06 00:42:50 +02:00
François Mathieu
1309fdadac
Update indentation of manifest
2018-07-06 00:12:13 +02:00
François Mathieu
b49dac47f2
Update indentation
2018-07-06 00:11:01 +02:00
Tobias Nyholm
e95d84f23b
Added new line
2018-07-05 19:31:36 +02:00
Tobias Nyholm
ec84a91b92
Add support for NewRelic 2.0
2018-07-05 19:30:03 +02:00
François MATHIEU
936d7d3451
Add maps_red/ticketing-bundle recipe
2018-07-05 11:27:51 +02:00
Andrey F. Mindubaev
09ba189b39
Add sonata-project/media-odm-pack recipe
2018-07-04 23:19:48 +03:00
symfony-flex-server[bot] and GitHub
fd2c1cc798
Merge pull request #409
2018-07-04 17:20:31 +00:00
Andrey F. Mindubaev
2a53e97fd2
Add --ignore-platform-reqs option to composer require command
2018-07-04 19:43:51 +03:00
symfony-flex-server[bot] and GitHub
9ab1e2579f
Merge pull request #404
2018-07-04 15:54:09 +00:00
symfony-flex-server[bot] and GitHub
30b6f8b685
Merge pull request #407
2018-07-04 06:02:38 +00:00
Farhad Safarov and GitHub
2cc3a49e77
add documentation link
2018-07-04 08:56:58 +03:00
symfony-flex-server[bot] and GitHub
92585ae8ec
Merge pull request #408
2018-07-03 20:56:34 +00:00
Aleksandar Dimitrov
44a9dd7c88
removed unnecessary config
2018-07-03 23:25:44 +03:00
symfony-flex-server[bot] and GitHub
3a66ff17d0
Merge pull request #406
2018-07-03 19:32:16 +00:00
Aleksandar Dimitrov
1ffe5948c3
making travis happy
2018-07-03 21:32:32 +03:00
Felds Liscia
080851c142
re-run the ci tasks
2018-07-03 15:24:13 -03:00
Aleksandar Dimitrov
bf72f5c56f
making travis happy
2018-07-03 21:22:31 +03:00
Felds Liscia
23f7eaee88
bump version to change config root
2018-07-03 15:18:23 -03:00
Felds Liscia
db1312798b
change config root
2018-07-03 15:14:07 -03:00
Aleksandar Dimitrov and GitHub
5c980cbe8c
Update netbull_security.yaml
2018-07-03 21:07:48 +03:00
Felds Liscia
495d1c1f5f
rename config file
2018-07-03 15:05:09 -03:00
Farhad Safarov
a324a50ed0
move to packages
2018-07-03 16:25:49 +03:00
Farhad Safarov
34c41f3fbc
add seferov/aws-bundle
2018-07-03 15:53:27 +03:00
Aleksandar Dimitrov
2214e12b76
added recipe
2018-07-03 14:13:06 +03:00
tattali and GitHub
176e34b19b
Update fos_user.yaml
2018-07-03 11:36:11 +02:00
Aleksandar Dimitrov
45028f0e0e
added recipe
2018-07-03 12:33:57 +03:00
Aleksandar Dimitrov
5442ea76b6
added recipe
2018-07-03 12:33:28 +03:00
Aleksandar Dimitrov
a44f088a72
added recipe
2018-07-03 12:32:55 +03:00
Aleksandar Dimitrov
e095fa1fcb
added recipe
2018-07-03 12:27:09 +03:00
Aleksandar Dimitrov
8a71fbe07b
added recipe
2018-07-03 12:24:45 +03:00
Aleksandar Dimitrov
59a35c2ca9
added recipe
2018-07-03 12:24:33 +03:00
symfony-flex-server[bot] and GitHub
5e224836ca
Merge pull request #405
2018-07-02 14:45:07 +00:00
Adam and GitHub
ca7c13b8a9
Rename imagine.yaml to liip_imagine.yaml
2018-07-02 16:40:03 +02:00
ElectricMaxxx
8e4e74a43e
fix issues mentioned as hints
2018-06-30 02:16:17 +02:00
Felds Liscia
4013a8fb70
simplify the default config
2018-06-29 14:15:12 -03:00
symfony-flex-server[bot] and GitHub
d8441428f5
Merge pull request #403
2018-06-28 09:03:48 +00:00
Davide Borsatto
2f854e69dc
Add support for ContentfulBundle
2018-06-28 10:45:56 +02:00
symfony-flex-server[bot] and GitHub
02cdaf9860
Merge pull request #395
2018-06-27 08:49:10 +00:00
Felds Liscia
0b67a1f28a
add felds/quick-mailer-bundle recipe
2018-06-26 18:57:12 -03:00
Gildas Quéméner
245e200a32
Reduced number of env vars
2018-06-26 14:22:31 +01:00
andreybolonin
967fd3675d
change firewall to main
2018-06-25 00:25:54 +03:00
symfony-flex-server[bot] and GitHub
cf88348a08
Merge pull request #258
2018-06-24 07:33:48 +00:00
symfony-flex-server[bot] and GitHub
53a8802692
Merge pull request #329
2018-06-23 16:23:00 +00:00
andreybolonin
6b1f43bb91
add facebook as default
2018-06-23 10:11:13 +03:00
Tobias Nyholm and GitHub
c6c57ab300
Added request/response factory
2018-06-22 18:51:10 +02:00
symfony-flex-server[bot] and GitHub
a7e7cb583f
Merge pull request #355
2018-06-22 16:23:50 +00:00
symfony-flex-server[bot] and GitHub
a3d1358519
Merge pull request #398
2018-06-22 16:10:38 +00:00
Nicolas Thal
fb04255d38
add dekalee mailjet bundle configuration
...
typo
add post install file
2018-06-22 16:41:16 +02:00
andreybolonin
2572991c3c
remove framework.yaml
2018-06-22 13:45:57 +03:00
symfony-flex-server[bot] and GitHub
ae15e28aa2
Merge pull request #389
2018-06-22 07:38:49 +00:00
symfony-flex-server[bot] and GitHub
f1f6a61e06
Merge pull request #400
2018-06-22 07:37:44 +00:00
symfony-flex-server[bot] and GitHub
496db7714d
Merge pull request #397
2018-06-22 07:36:50 +00:00
Andrey F. Mindubaev
6347ba4a8e
Remove comments from config
2018-06-22 10:31:46 +03:00
Andrey F. Mindubaev
f7202bf0f2
Removed example from config
2018-06-22 10:22:00 +03:00
symfony-flex-server[bot] and GitHub
729b37d728
Merge pull request #396
2018-06-22 07:12:26 +00:00
Andrey F. Mindubaev
a96a5b259a
Add recipe for sonata-project/translation-bundle
2018-06-21 15:39:19 +03:00
andreybolonin
4de822d8d1
symfony-flex-server request fix
2018-06-20 00:49:32 +03:00
andreybolonin
f1f4ee9557
fix requested by Nyholm
2018-06-20 00:48:14 +03:00
Gildas Quéméner
47394ca8b1
Removed comments from config files
2018-06-19 20:05:11 +01:00
Gildas Quéméner
838f441fd5
Reverted travis multi packages support
2018-06-19 19:44:59 +01:00
Andrey F. Mindubaev
ced4ccd93b
Add recipe for sonata-project/page-bundle
2018-06-19 02:10:05 +03:00
Andrey F. Mindubaev
3244cf4410
Add recipe for sonata-project/classification-bundle
2018-06-18 23:35:39 +03:00
Gonzalo Alonso and GitHub
c5dd19296e
rename file to gonzakpo_websocket.yaml
...
rename file to gonzakpo_websocket.yaml
2018-06-18 08:25:14 -03:00
symfony-flex-server[bot] and GitHub
1939cca08e
Merge pull request #359
2018-06-16 08:11:59 +00:00
symfony-flex-server[bot] and GitHub
c7b6ff5126
Merge pull request #393
2018-06-16 08:09:42 +00:00
Gonzalo Alonso
ee637a95c4
fix
2018-06-13 15:19:34 -03:00
Gonzalo Alonso
5a3c01bb3a
fix end file
2018-06-13 15:07:27 -03:00
Gonzalo Alonso
ecab13b229
https://github.com/gonzakpo/websocket-bundle
2018-06-13 15:03:32 -03:00
symfony-flex-server[bot] and GitHub
d11f6a0a31
Merge pull request #387
2018-06-12 20:25:53 +00:00
symfony-flex-server[bot] and GitHub
90585b7489
Merge pull request #388
2018-06-12 20:24:39 +00:00
symfony-flex-server[bot] and GitHub
3439e1929d
Merge pull request #391
2018-06-12 20:23:28 +00:00
symfony-flex-server[bot] and GitHub
67f6012598
Merge pull request #394
2018-06-12 20:21:41 +00:00
andreybolonin
6516ba9695
register bundle
2018-06-12 08:17:55 +03:00
andreybolonin
ed9efa8394
move manifest.json
2018-06-12 08:16:36 +03:00
andreybolonin
e6d9848043
fix symfony-flex-server request changes
2018-06-12 08:15:07 +03:00
andreybolonin
609394f3eb
add hwi/oauth-bundle
2018-06-12 08:13:16 +03:00
Matthew J. Mucklo
d25f40d596
change to support bootstrap 4.1
2018-06-09 16:07:34 -07:00
Artem Rodygin
0d804a5081
Support for Symfony 4.1
2018-06-09 23:31:12 +12:00
symfony-flex-server[bot] and GitHub
9c8068b95d
Merge pull request #392
2018-06-07 14:49:41 +00:00
Quentin Brunet
9f256c4a5d
Add recipe for redirection.io proxy
2018-06-07 16:21:28 +02:00
Alex Rock Ancelet
b86a758aa3
[Recaptcha] Add RequestMethod interface
2018-06-06 21:08:31 +02:00
Maxime Hermouet
f577e183c6
Relocate config files
2018-06-06 18:14:43 +02:00
Maxime Hermouet and GitHub
3084531ffc
Update expert_coder_swiftmailer_send_grid.yaml
2018-06-06 17:49:08 +02:00
Maxime Hermouet
f0aa127d15
Fix typo
2018-06-06 17:14:46 +02:00
Maxime Hermouet
4de94de3cf
Add recipe for ExpertCoder Swiftmailer SendGrid Bundle
2018-06-06 17:09:11 +02:00
Andrey F. Mindubaev
9c35611c78
Fix spelling
2018-06-06 11:44:11 +03:00
Andrey F. Mindubaev
405550ca91
Added post-install.txt
2018-06-06 11:38:22 +03:00
Andrey F. Mindubaev
ae055eadc5
Fix recipes for sonata-project/media-orm-pack
2018-06-06 10:05:49 +03:00
tattali and GitHub
53c9524f5a
Update post-install.txt
2018-06-04 00:42:32 +02:00
Alex Rock Ancelet
c3555dbdc5
Added comments & small guides
2018-06-03 21:03:31 +02:00
Alex Rock Ancelet
e4d2937e34
Use the "container" configurator
2018-06-03 20:53:39 +02:00
Alex Rock Ancelet
c889b9b42f
Create google/recaptcha recipe
2018-06-03 20:44:30 +02:00
Yanick Witschi
f5c5505c33
Also load in dev
2018-05-28 16:54:00 +02:00
symfony-flex-server[bot] and GitHub
7ef58a1112
Merge pull request #385
2018-05-26 05:56:42 +00:00
symfony-flex-server[bot] and GitHub
414894dd22
Merge pull request #384
2018-05-26 05:55:46 +00:00
symfony-flex-server[bot] and GitHub
45fe120cc0
Merge pull request #383
2018-05-25 14:30:48 +00:00
Massimiliano Arione
133b17a9c6
add recipe for BeelabTagBundle
2018-05-25 16:29:14 +02:00
Andrey F. Mindubaev
98b85ea110
Add sonata-project/notification-orm-pack recipe
2018-05-25 10:29:36 +03:00
Andrey F. Mindubaev
0be27d6975
Add sonata-project/media-orm-pack recipe
2018-05-24 01:05:05 +03:00
symfony-flex-server[bot] and GitHub
4e63e2b763
Merge pull request #381
2018-05-23 09:52:25 +00:00
Baptiste Leduc
2afbafaa58
fixing post-install.txt content
2018-05-23 11:40:19 +02:00
symfony-flex-server[bot] and GitHub
3c84c35ce5
Merge pull request #380
2018-05-23 09:26:51 +00:00
Baptiste Leduc
6f537f5f13
moving yaml file
2018-05-23 11:26:37 +02:00
Baptiste Leduc
e194c13d89
adding newline at end of manifest
2018-05-23 11:24:58 +02:00
Baptiste Leduc
212724d4de
adding newline for post-install.txt
2018-05-23 11:19:07 +02:00
Baptiste Leduc
51cddc5310
adding newline for yaml config
2018-05-23 11:18:38 +02:00
Baptiste Leduc
bb5fcd702f
fixing indent for manifest
2018-05-23 11:16:49 +02:00
Baptiste Leduc
744db975de
adding newline for post-install.txt
2018-05-23 11:16:02 +02:00
Baptiste Leduc
57d9103e95
adding newline for manifest
2018-05-23 11:15:33 +02:00
Baptiste Leduc
f084ffae59
adding newline for yaml config
2018-05-23 11:15:07 +02:00
Baptiste Leduc
9eef724650
adding weglot/translate-bundle package recipe
2018-05-23 11:12:25 +02:00
symfony-flex-server[bot] and GitHub
dc3168c58c
Merge pull request #360
2018-05-22 23:58:17 +00:00
Georges.L
69fe0792a6
Fixed @Nyholm feedback
2018-05-23 01:57:53 +02:00
Yanick Witschi
b222f3ec01
Added theofidry/alice-data-fixtures recipe
2018-05-22 09:55:59 +02:00
symfony-flex-server[bot] and GitHub
2b97c4c8af
Merge pull request #337
2018-05-20 07:27:40 +00:00
symfony-flex-server[bot] and GitHub
6dc10c9c59
Merge pull request #347
2018-05-20 07:23:08 +00:00
pkowalczyk
0e4dc94d36
Activate bundle only in prod env.
2018-05-20 08:30:40 +02:00
Roland Franssen and GitHub
8ad8a13165
Update post-install.txt
2018-05-19 13:40:32 +02:00
Roland Franssen
7cf1eabf89
[MsgPhpUserBundle] add post-install.txt
2018-05-19 13:39:16 +02:00
symfony-flex-server[bot] and GitHub
91cf28bf87
Merge pull request #100
2018-05-18 15:01:10 +00:00
symfony-flex-server[bot] and GitHub
0a8ffda2b6
Merge pull request #378
2018-05-18 15:00:53 +00:00
David Négrier
2db34f1259
Removing commented options and adding a link to the documentation
2018-05-18 16:58:40 +02:00
Thierry Thuon
321dd1a8f7
Add post install message
2018-05-18 15:04:28 +02:00
Tobias Nyholm and GitHub
edca2957c0
Removed link
2018-05-18 14:15:01 +02:00
symfony-flex-server[bot] and GitHub
29e0d26c00
Merge pull request #306
2018-05-18 12:11:02 +00:00
symfony-flex-server[bot] and GitHub
4c3e3c5185
Merge pull request #334
2018-05-18 12:04:45 +00:00
Thierry Thuon
f4b749cfe2
Add default configuration file
2018-05-18 13:59:21 +02:00
symfony-flex-server[bot] and GitHub
e2b6ab637d
Merge pull request #259
2018-05-18 11:55:55 +00:00
symfony-flex-server[bot] and GitHub
76757a2b40
Merge pull request #327
2018-05-18 11:45:06 +00:00
symfony-flex-server[bot] and GitHub
eb58181ee8
Merge pull request #353
2018-05-18 11:35:53 +00:00
symfony-flex-server[bot] and GitHub
927471138f
Merge pull request #361
2018-05-18 10:03:13 +00:00
symfony-flex-server[bot] and GitHub
7845d976de
Merge pull request #375
2018-05-18 06:39:31 +00:00
Andrey F. Mindubaev
fac4ecc970
Add sonata-project/media-bundle recipe
2018-05-18 09:12:25 +03:00
symfony-flex-server[bot] and GitHub
a14e0e42e0
Merge pull request #302
2018-05-17 08:42:55 +00:00
symfony-flex-server[bot] and GitHub
525a8843f9
Merge pull request #354
2018-05-17 06:02:09 +00:00
symfony-flex-server[bot] and GitHub
8a8ddfea5e
Merge pull request #342
2018-05-17 06:01:38 +00:00
symfony-flex-server[bot] and GitHub
47984fbe69
Merge pull request #341
2018-05-17 06:00:58 +00:00
David Négrier
03d047298f
4 spaces instead of 2 in YAML files
2018-05-15 11:25:41 +02:00
David Négrier
169e8af816
Add tdbm-bundle recipe
2018-05-15 11:01:37 +02:00
Gildas Quéméner
3bf651b4bc
Reverted style change
2018-05-13 11:17:57 +02:00
symfony-flex-server[bot] and GitHub
4c9ad8ec1d
Merge pull request #315
2018-05-13 05:57:36 +00:00
Georges.L
aea2f476a0
Updated wiki link
2018-05-12 17:27:30 +02:00
Olivier M. Mukadi
6a2b9d74b9
make mukadi/wordpress-bundle work with symfony-skeleton 3.4
2018-05-12 12:30:14 +01:00
Olivier M. Mukadi
9acad51743
support symfony 3.4
2018-05-11 19:41:28 +01:00
Georges.L
5f44fbb481
Removed unsupported aliases
2018-05-11 18:30:53 +02:00
Georges.L
7d7a451954
Add recipe for phpfastcache/phpfastcache-bundle
2018-05-11 18:29:14 +02:00
Olivier M. Mukadi
ac90f55514
move wp-cli.yml to the package
2018-05-11 17:21:48 +01:00
Olivier M. Mukadi
542a951674
Add MukadiWordpressBundle [ #359 ]
2018-05-11 11:16:22 +01:00
Olivier M. Mukadi
b9738a5bfb
Add MukadiWordpressBundle
2018-05-11 00:06:34 +01:00
craigray
0bcc93e106
Remove CKEditor Recipe / .gitignore
2018-05-07 22:22:16 +10:00
craigray
874abd8372
remove Hillrange directory
2018-05-07 19:15:09 +10:00
craigray
dd0ffae5e2
Remove CKEditor Recipe
2018-05-07 19:14:20 +10:00
Thierry Thuon
7325051ccb
Add sapient-bundle recipe
2018-05-05 13:54:31 +02:00
symfony-flex-server[bot] and GitHub
9d77b57350
Merge pull request #338
2018-05-01 05:53:30 +00:00
symfony-flex-server[bot] and GitHub
b1a4cd0948
Merge pull request #356
2018-05-01 05:52:20 +00:00
Piotr Antosik and GitHub
10bcbb922f
Update nelmio_api_doc.yaml
2018-05-01 01:11:11 +02:00
Julien Deniau
3bcb8e8a2d
Add mapado/rest-client-sdk-bundle recipe
2018-04-25 10:41:32 +02:00
Andrey F. Mindubaev
5253d9ece5
Add sonata-project/notification-bundle recipe
2018-04-20 18:32:16 +03:00
craigray
5d145e1300
Move CKEditor to version 1.0.1 Skip script install on update..
2018-04-20 13:17:13 +10:00
craigray
02b9c923f9
Move CKEditor to version 1.0
2018-04-18 11:54:45 +10:00
craigray
6b793dc948
Move CKEditor to version 1.0
2018-04-18 11:54:04 +10:00
craigray
d249854382
Move CKEditor to version 1.0
2018-04-18 11:42:56 +10:00
symfony-flex-server[bot] and GitHub
0ebd08256e
Merge pull request #319
2018-04-17 07:53:24 +00:00
symfony-flex-server[bot] and GitHub
3af853e4f7
Merge pull request #340
2018-04-17 07:04:33 +00:00
Baptiste Lafontaine and Baptiste Lafontaine
3f3f2c85c3
Make the nelmio/api-doc-bundle recipe works out of the box
...
After applying this recipe, the route "/api/doc" was loaded by default, but it requires two component (`asset` and `twig`) that are usually not require for API only project.
The json route works of the box so it can be provided without additional action.
I faced it and it felt strange, and it seems that others have too : https://github.com/nelmio/NelmioApiDocBundle/issues/1220
2018-04-17 08:27:37 +02:00
symfony-flex-server[bot] and GitHub
9ce181e222
Merge pull request #339
2018-04-17 06:18:44 +00:00
pkowalczyk
16b181598a
Added recipe for pablok/supercache-bundle
2018-04-14 10:20:37 +02:00
symfony-flex-server[bot] and GitHub
0727d46471
Merge pull request #346
2018-04-13 17:46:16 +00:00
Sebastian Sellmeier
15d5f0dfc0
Change to one line
2018-04-13 18:02:17 +02:00
Sebastian Sellmeier
2aac40e096
Fix layout
2018-04-13 17:10:57 +02:00
Sebastian Sellmeier
f99481bcfe
Add recipe for sebtm/inwx-api-bundle
2018-04-13 17:06:00 +02:00
Roland Franssen and GitHub
8fee9c765a
Update User.php
2018-04-11 15:29:52 +02:00
Roland Franssen and GitHub
d6aaee28e9
[MsgPhpUserBundle] Add ORM GeneratedValue annotation
2018-04-10 18:35:40 +02:00
Roland Franssen and GitHub
117dd52129
Update AttributeValue.php
2018-04-10 18:32:06 +02:00
Roland Franssen and GitHub
9bcb43f264
[MsgPhpEavBundle] Add ORM GeneratedValue annotation
2018-04-10 18:31:37 +02:00
Niels Keurentjes and GitHub
6b16006c52
Fix RedisBundle recipe to always work out of the box
...
The recipe should not be opinionated about using phpredis or predis as the bundle supports both.
Fixes #335
2018-04-06 10:13:39 +02:00
Matty Driessen
58e07d1b39
Recipe for ShivasVersioningBundle no longer required
2018-04-04 20:20:07 +02:00
symfony-flex-server[bot] and GitHub
f73468fb15
Merge pull request #253
2018-04-03 09:57:11 +00:00
Yamilov Stepan
645011b994
Removed colors and simplified the markup
2018-04-03 14:20:40 +05:00
Yamilov Stepan
753a03c73f
Added post-install.txt file with configuration reference
2018-04-03 13:51:20 +05:00
Yamilov Stepan
ffd0c02465
Added link to config documentation
2018-04-03 13:13:04 +05:00
symfony-flex-server[bot] and GitHub
166584c53c
Merge pull request #330
2018-04-03 06:42:23 +00:00
Massimiliano Arione
7ce25c1b0e
add post install message
2018-03-31 13:35:13 +02:00
symfony-flex-server[bot] and GitHub
42c147e764
Merge pull request #331
2018-03-31 10:44:26 +00:00
symfony-flex-server[bot] and GitHub
eb9cfbb195
Merge pull request #332
2018-03-31 10:40:08 +00:00
Laurent Bientz
1a6183dccc
add manifest
2018-03-28 12:23:52 +02:00
Laurent Bientz
e6364d717c
add new line
2018-03-28 12:22:33 +02:00
Laurent Bientz
571c99f67e
update to 0.3
2018-03-28 12:19:14 +02:00
Roland Franssen and GitHub
eff994c932
Update Attribute.php
2018-03-27 21:14:38 +02:00
Roland Franssen and GitHub
e928811629
Update AttributeValue.php
2018-03-27 21:14:26 +02:00
Roland Franssen and GitHub
703e1e216b
Update AttributeValue.php
2018-03-27 21:13:42 +02:00
Roland Franssen and GitHub
ebb164c0c9
[MsgPhpEavBundle] enable doctrine mapping
2018-03-27 21:12:13 +02:00
Roland Franssen and GitHub
fa120e3202
Update User.php
2018-03-27 21:09:51 +02:00
Roland Franssen and GitHub
eb4b6ca676
[MsgPhpUserBundle] enable doctrine mapping
2018-03-27 21:07:22 +02:00
Massimiliano Arione
a8282e4a97
add BeelabRecaptcha2Bundle
2018-03-27 17:48:04 +02:00
Tobias Nyholm
66501a71d7
Add comments
2018-03-27 12:47:51 +02:00
Tobias Nyholm
b481a4b0cb
Added nyholm/psr7
2018-03-27 12:04:39 +02:00
symfony-flex-server[bot] and GitHub
f5101fb686
Merge pull request #328
2018-03-27 08:04:17 +00:00
Tobias Nyholm
c7580bdd23
Update to non FCQN
2018-03-26 20:12:09 +02:00
Tobias Nyholm
f7ae15e866
Use other service ids
2018-03-26 19:54:21 +02:00
Tobias Nyholm
3538af8221
Added more comments
2018-03-26 19:47:15 +02:00
symfony-flex-server[bot] and GitHub
6877cd2235
Merge pull request #267
2018-03-26 17:17:59 +00:00
Tobias Nyholm
02f4bb31c1
Fixed typo
2018-03-26 19:10:40 +02:00
Tobias Nyholm
6f9396a1ca
Added monolog.logger
2018-03-26 18:59:38 +02:00
Tobias Nyholm
6540f0f06e
Use the BuzzClientInterface
2018-03-26 18:57:35 +02:00
Tobias Nyholm
5093e37b20
Added defaults
2018-03-26 18:45:19 +02:00
Nyholm
799e810404
cs
2018-03-25 11:33:12 +02:00
Nyholm
49f9c60ea5
Added recipe for Buzz
2018-03-25 11:29:54 +02:00
ElectricMaxxx
9bdb611d58
less configuration a priory
2018-03-25 06:43:24 +02:00
ElectricMaxxx
853f147eb5
remove locale example
2018-03-25 06:33:43 +02:00
Gildas Quéméner
00ba2ea88d
Fixed multi-package travis build
...
`composer req` expect one or many packages separated by a space
character as argument. This commit ensures the $PACKAGES variable
does not contain a new line separated list.
2018-03-24 18:05:11 +01:00
symfony-flex-server[bot] and GitHub
478ea16f32
Merge pull request #325
2018-03-24 07:32:17 +00:00
symfony-flex-server[bot] and GitHub
5f4a640864
Merge pull request #321
2018-03-24 07:25:10 +00:00
ElectricMaxxx
8abcf14668
move to correct directory
2018-03-23 23:48:35 +01:00
ElectricMaxxx
5b99c7327c
create pack for symfony-cmf using doctrine phpcr with its dbal implementation
2018-03-23 23:47:45 +01:00
ElectricMaxxx
1dd42349a7
change
2018-03-23 22:00:29 +01:00
ElectricMaxxx
5224719b6b
also add doctrine-bundle
2018-03-23 21:33:39 +01:00
ElectricMaxxx
714596120a
move manifest.json into versioned part
2018-03-23 20:55:24 +01:00
ElectricMaxxx
999fa7c743
fix indent
2018-03-23 20:53:00 +01:00
ElectricMaxxx
164534f157
start on working to get the doctrine-phpcr-dbal-pack running
2018-03-23 20:46:01 +01:00
Robert
b254638bfe
Update environment variable, update post install
2018-03-23 16:59:49 +01:00
Robert
2d54a52e8a
Add recipe for MediaMonks Sonata Media Bundle 2.0
2018-03-23 16:51:09 +01:00
Gildas Quéméner
f45406ffcd
Fixed PDO event store SQL scripts copy
2018-03-23 12:47:18 +01:00
Gildas Quéméner
62321969e4
Added post installation hints
2018-03-23 11:50:18 +01:00
Gildas Quéméner
e167532f35
Added hint to auto register command handlers
2018-03-23 11:50:01 +01:00
Gildas Quéméner
2385bdcf4c
Added a default query bus
2018-03-23 11:49:52 +01:00
Gildas Quéméner
403a1fa4df
Increased explicitness of service definitions
2018-03-23 11:48:49 +01:00
Gildas Quéméner
c48c336ef2
Used comand bus lib interface for service id
2018-03-23 10:14:04 +01:00
Gildas Quéméner
02c6dedf54
Added configuration to setup TransactionManager
2018-03-22 16:50:28 +01:00
Gildas Quéméner
1db9529e5e
Dispatched persisted events on app event bus
2018-03-22 16:18:08 +01:00
Gildas Quéméner
ee6ef3a122
Eased default stream creation
2018-03-22 15:09:25 +01:00
Gildas Quéméner
10540242d6
Copied database init scripts into config directory
2018-03-22 14:16:38 +01:00
Gildas Quéméner
d218ca198e
Renamed pdo event store config file
2018-03-22 13:04:58 +01:00
Gildas Quéméner
053b5d8992
Created Prooph package recipes
2018-03-22 13:03:06 +01:00
Gildas Quéméner
2013913487
No need to copy the content of the src/ directory
2018-03-21 16:29:41 +01:00
Gildas Quéméner
fb0e9e5f40
Moved config in the correct directory
2018-03-21 16:24:23 +01:00
Gildas Quéméner
f418071472
Fixed malformed bundle FQCN
2018-03-21 16:22:43 +01:00
Gildas Quéméner
31b7ce8609
Added initial configuration of the prooph pack
2018-03-21 16:21:18 +01:00
symfony-flex-server[bot] and GitHub
f183e5f6c2
Merge pull request #305
2018-03-21 07:57:51 +00:00
disjfa
7e54b3526c
Removed unused parameters, removed colors in post_install
2018-03-20 19:58:33 +00:00
Gildas Quéméner
b5711fb310
Added empty command directory
2018-03-20 19:00:58 +01:00
Gildas Quéméner
26ec16d08b
Autowired command handlers
2018-03-20 18:55:29 +01:00
Gildas Quéméner
17a7249d77
Defined prooph service bus bundle default config
2018-03-20 18:50:49 +01:00
Gildas Quéméner
2fde35c791
Defined recipe for the prooph pack
2018-03-20 16:24:34 +01:00
Aaron Scherer and GitHub
4428f5ef22
Update cache_adapter.yaml
2018-03-19 11:46:31 -07:00
Aaron Scherer and GitHub
5d625561ed
Update manifest.json
2018-03-19 11:46:03 -07:00
Aaron Scherer and GitHub
56fcddfae6
Update manifest.json
2018-03-19 11:40:02 -07:00
Aaron Scherer and GitHub
ac3ae707cb
Fixing incompatible env variable usage
2018-03-19 11:38:56 -07:00
Gildas Quéméner
9e9d069420
Revert "Auto-register command handlers"
...
This reverts commit 41dca24297 .
2018-03-19 15:02:28 +01:00
Gildas Quéméner
41dca24297
Auto-register command handlers
2018-03-19 14:57:09 +01:00
Gildas Quéméner
a3e37cc24e
Autowired default command bus
2018-03-19 13:30:40 +01:00
Gildas Quéméner
1d495c0ad0
Register ProophServiceBusBundle
2018-03-19 12:08:01 +01:00
Gildas Quéméner
1d6cb4b8ac
Fixed invalid versionning
2018-03-19 12:03:12 +01:00
Gildas Quéméner
ff737959b5
Added recipe for prooph/service-bus-symfony-bundle
2018-03-19 11:46:01 +01:00
symfony-flex-server[bot] and GitHub
7cab387012
Merge pull request #313
2018-03-18 15:09:51 +00:00
knojector
68225b3923
added env var
2018-03-18 13:37:56 +01:00
symfony-flex-server[bot] and GitHub
a9862d6219
Merge pull request #316
2018-03-18 08:10:00 +00:00
symfony-flex-server[bot] and GitHub
847e305c1e
Merge pull request #314
2018-03-18 08:06:05 +00:00
Théo FIDRY
55858fa45c
Add nelmio alice
2018-03-17 22:40:45 +00:00
Juan Luis García Borrego and GitHub
752a7b4b70
Update nelmio_api_doc.yaml
...
In Symfony 4
The `nelmio_api_doc.routes` config option is deprecated. Please use `nelmio_api_doc.areas` instead (just replace `routes` by `areas` in your config)
2018-03-16 10:17:03 +01:00
disjfa
6b28af1fdf
Fixed
2018-03-15 21:54:48 +00:00
disjfa
73ce266abe
Also added some indentations to the yaml
2018-03-15 21:42:22 +00:00
disjfa
acb6a32b3d
Updated one space, just to check if it re-checkes
2018-03-15 21:40:09 +00:00
disjfa
01ad235b11
Fixed spaces and newlines
2018-03-15 21:34:34 +00:00
disjfa
bc1bac7a07
Added receipe for disjfa/mozaic-bundle
2018-03-15 21:30:14 +00:00
craigray
c2c2e4df6f
Change manifest to install CKEditor Scripts by default.
2018-03-15 12:56:05 +11:00
knojector
ae0d9ddcdc
config changes
2018-03-14 20:26:12 +01:00
knojector
8e8afbfb50
fixed configuration typo
2018-03-14 20:18:51 +01:00
knojector
c4d9f332e1
Trigger build
2018-03-14 20:15:43 +01:00
knojector
d61ba62acc
validation fixes
2018-03-14 19:40:21 +01:00
knojector
14a8d6e3e8
added SteamAuthenticationBundle recipe
2018-03-14 19:33:04 +01:00
symfony-flex-server[bot] and GitHub
583f862f3e
Merge pull request #308
2018-03-13 19:20:51 +00:00
Roland Franssen
f3bf569958
Update MsgPHP user + EAV bundle to v0.2
2018-03-07 11:51:15 +01:00
Nyholm
aca4c5dfe5
Bugfix
2018-03-05 19:59:36 +01:00
Asmir Mustafic
65da7810fc
Add twital bundle recipe
2018-03-05 17:19:56 +01:00
Nyholm
85f2ffe1c5
Minor fixes
2018-03-04 11:54:40 +01:00
Vladimír Macháček and GitHub
ae240381f1
- Added web_loader.yaml
...
- Added web_loader.yaml configuration file with pre-configured fields
2018-03-03 21:14:31 +01:00
Vladimír Macháček and GitHub
128b6b37fe
Rename machy8/webloader-bundle/1.1/config/dev/web_loader.yaml to machy8/webloader-bundle/1.1/config/packages/dev/web_loader.yaml
2018-03-03 21:13:46 +01:00
symfony-flex-server[bot] and GitHub
c10e3ccc67
Merge pull request #282
2018-03-03 16:45:27 +00:00
Nyholm
3e0121721c
oops, copy-paste error
2018-03-03 13:28:59 +01:00
Nyholm
cf410c2e53
Use DSN to configure database
2018-03-03 13:28:24 +01:00
Mathias STRASSER
f8494ab70b
Add support for Roukmoute Hashids bundle
2018-03-02 14:06:25 +01:00
symfony-flex-server[bot] and GitHub
bfd2b6b007
Merge pull request #281
2018-02-26 06:47:57 +00:00
craigray
5653732ee7
Retest
2018-02-26 14:06:44 +11:00
craigray
f1a5cd6aae
Retest
2018-02-26 14:06:24 +11:00
craigray
de20338643
Retest
2018-02-26 14:03:55 +11:00
craigray
6af293becb
Retest
2018-02-26 13:59:32 +11:00
craigray
779e57511b
Changes requested by Tobias for Flex Recipe
2018-02-26 10:11:51 +11:00
symfony-flex-server[bot] and GitHub
41d88e897f
Merge pull request #304
2018-02-25 22:54:12 +00:00
craigray
02ce246210
Changes requested by Tobias fro Flex Recipe
2018-02-26 09:51:45 +11:00
Koen Vinken
c4a423a4fa
Fix config path. 'package' to 'packages'.
2018-02-25 22:52:33 +01:00
symfony-flex-server[bot] and GitHub
c7bfd2b3b1
Merge pull request #266
2018-02-25 11:49:50 +00:00
symfony-flex-server[bot] and GitHub
1513f4ae47
Merge pull request #155
2018-02-25 11:41:36 +00:00
symfony-flex-server[bot] and GitHub
8b7209fc75
Merge pull request #231
2018-02-25 11:20:46 +00:00
symfony-flex-server[bot] and GitHub
9f587bac20
Merge pull request #247
2018-02-25 11:18:30 +00:00
symfony-flex-server[bot] and GitHub
ea67c47227
Merge pull request #251
2018-02-25 11:17:43 +00:00
symfony-flex-server[bot] and GitHub
2b5b877331
Merge pull request #272
2018-02-25 11:05:57 +00:00
symfony-flex-server[bot] and GitHub
cb6d756469
Merge pull request #274
2018-02-25 10:59:39 +00:00
symfony-flex-server[bot] and GitHub
55b6f05123
Merge pull request #285
2018-02-25 10:49:00 +00:00
symfony-flex-server[bot] and GitHub
05a7ae6444
Merge pull request #286
2018-02-25 10:47:44 +00:00
symfony-flex-server[bot] and GitHub
e8c837037f
Merge pull request #295
2018-02-25 10:31:29 +00:00
symfony-flex-server[bot] and GitHub
0f70242157
Merge pull request #296
2018-02-25 10:29:39 +00:00
symfony-flex-server[bot] and GitHub
ab0eeb9335
Merge pull request #300
2018-02-25 10:24:51 +00:00
Martin Hujer
103be9dfbd
recipe for nella/monolog-tracy-bundle
...
https://github.com/nella/monolog-tracy-bundle
2018-02-24 15:22:48 +01:00
Michel Chowanski
0f22627221
Add flagception bundle recipe
2018-02-24 14:36:54 +01:00
Koen Vinken
09f9d91fac
Update minimum version to 0.5.
2018-02-22 21:49:48 +01:00
Koen Vinken
4aa7db718c
Update minimum version.
2018-02-22 21:16:54 +01:00
Koen Vinken
eeccf6f78d
Create config for public/private key.
2018-02-22 21:03:57 +01:00
symfony-flex-server[bot] and GitHub
a9635d0ce1
Merge pull request #170
2018-02-22 13:51:11 +00:00
Koen Vinken
324b578946
Improve DX. Display next step in command console.
2018-02-21 23:14:24 +01:00
Koen Vinken
1992f5736a
Registering a bundle is required after all.
2018-02-21 23:06:41 +01:00
Koen Vinken
c8b24b942f
Remove bundles config. Registering a bundle is done automatically.
2018-02-21 23:05:41 +01:00
Koen Vinken
d16046225c
Add doc.
2018-02-21 22:57:18 +01:00
Koen Vinken
2637c40685
Add placeholder for api keys.
2018-02-21 22:42:06 +01:00
Koen Vinken
c522e5e989
Remove service definition from recipe.
2018-02-21 22:08:30 +01:00
symfony-flex-server[bot] and GitHub
3a4b9f0b2a
Merge pull request #299
2018-02-21 20:44:08 +00:00
j.guyon
6201b89685
Add a link to the full configuration
...
Remove optional configuration
Add post-install.txt
2018-02-21 12:10:59 +01:00
Vladimír Macháček and GitHub
5d3bef884e
Update manifest.json
2018-02-18 17:37:15 +01:00
Vladimír Macháček and GitHub
040c5b069d
Create web_loader.yaml
2018-02-18 17:15:28 +01:00
Vladimír Macháček and GitHub
c00a721ec1
Update manifest.json
2018-02-18 17:14:37 +01:00
Vladimír Macháček and GitHub
bab87e4110
Update manifest.json
2018-02-18 17:14:26 +01:00
Vladimír Macháček and GitHub
f488592f6b
Rename machy8/webloader-bundle/1.1/src/webtemp/.gitignore to machy8/webloader-bundle/1.1/public/webtemp/.gitignore
2018-02-18 17:13:35 +01:00
Vladimír Macháček and GitHub
ad4145268a
Create .gitignore
2018-02-18 17:12:50 +01:00
Vladimír Macháček and GitHub
6bc8fc035e
Create manifest.json
2018-02-18 17:11:16 +01:00
Koen Vinken
f221170f3d
Update minimum release.
2018-02-17 22:55:00 +01:00
Koen Vinken
2fa7e1d8ce
Add package.
2018-02-17 22:21:19 +01:00
Koen Vinken
edc02baa92
Add MarvelApiBundle recipe.
2018-02-17 21:49:35 +01:00
symfony-flex-server[bot] and GitHub
d3943a9454
Merge pull request #294
2018-02-15 16:22:13 +00:00
picoss
8de3e9f024
Config file should end with newline
2018-02-15 16:58:25 +01:00
picoss
e93d18e0fb
Remove comments
2018-02-15 16:53:41 +01:00
picoss
2dca822da6
Fix config
2018-02-15 16:14:00 +01:00
picoss
764f7f5291
Config file should end with newline
2018-02-15 14:49:53 +01:00
picoss
919eb2d9a3
Update config
2018-02-15 14:31:45 +01:00
picoss
b9a4e1c2f8
Update manifest
2018-02-15 14:14:03 +01:00
picoss
1edc68e926
Add Picoss Yousign Bundle
2018-02-15 10:33:25 +01:00
Matty Driessen
32ff9248c8
Add recipe for ShivasVersioningBundle
2018-02-14 22:37:50 +01:00
symfony-flex-server[bot] and GitHub
8fe1ac1cef
Merge pull request #289
2018-02-14 05:19:39 +00:00
HERON
bcff1ec639
add onurb/doctrine-yuml-bundle recipe
2018-02-13 21:03:30 +01:00
symfony-flex-server[bot] and GitHub
805d97294f
Merge pull request #264
2018-02-12 19:18:02 +00:00
j.guyon
6f9b01aa71
new line
2018-02-09 15:38:41 +01:00
j.guyon
415e03f4c4
Add CommandScheduler bundle recipe
2018-02-09 15:36:23 +01:00
aLkRicha
f9abacb998
add sonata admin bundle
2018-02-08 22:28:43 +02:00
craigray
c6b5c48766
Change in bundle
2018-02-08 15:08:24 +11:00
craigray
6bbacca27d
Change in bundle
2018-02-08 15:06:21 +11:00
craigray
d613bf0bdc
Remove space for retest
2018-02-07 22:01:39 +11:00
craigray
60e0f1d3ee
Add space for retest
2018-02-07 21:49:42 +11:00
craigray
c0e7969da7
Remove twig config
2018-02-07 21:28:14 +11:00
craigray
e44efff074
Normal Toolbar
2018-02-07 12:16:44 +11:00
craigray
46a6dafd07
Remove make cache:warmup
2018-02-07 11:31:19 +11:00
craigray
93ee4e9de8
remove App template path
2018-02-07 11:26:55 +11:00
craigray
a42dfff035
remove App template path
2018-02-07 11:25:43 +11:00
craigray
ac6bad151d
Hill Range CKEditor File Repair
2018-02-07 10:37:09 +11:00
craigray
fb1a887a3f
Hill Range CKEditor File Repair
2018-02-07 10:31:43 +11:00
craigray
552e32dabb
Hill Range CKEditor Recipe
2018-02-07 10:22:54 +11:00
tattali and GitHub
dfb8b229e4
Update fos_user.yaml
2018-02-06 15:59:26 +01:00
tattali and GitHub
f1f2b7049e
Update post-install.txt
2018-02-05 16:12:15 +01:00
Dmitry Khaperets
1f3dd70e80
Updated manifest.json
2018-02-05 01:27:46 +02:00
Dmitry Khaperets
198edec0ad
Updated manifest.json
2018-02-05 01:00:00 +02:00
Dmitry Khaperets
a524a22880
Updated manifest.json
2018-02-05 00:36:34 +02:00
Dmitry Khaperets
93ac54fe32
Updated manifest.json
2018-02-05 00:36:16 +02:00
Dmitry Khaperets
6bec4f1c03
Update manifest.json
2018-02-05 00:23:42 +02:00
Dmitry Khaperets
0568ed7a2b
Add recipe for SymfonyBundlesRedisBundle
2018-02-05 00:21:18 +02:00
symfony-flex-server[bot] and GitHub
454bb766a0
Merge pull request #269
2018-02-04 17:54:53 +00:00
symfony-flex-server[bot] and GitHub
8c73d86f8b
Merge pull request #196
2018-02-04 17:32:00 +00:00
chindit
a713b4dcef
Added Client and Secret keys
2018-02-03 20:53:53 +01:00
symfony-flex-server[bot] and GitHub
530b83f549
Merge pull request #271
2018-02-03 08:16:18 +00:00
Maksim Kotlyar
ed480f8e7a
add new line
2018-02-02 10:38:43 +02:00
Maksim Kotlyar
199796d5ab
Add YadmBundle recipe.
2018-02-02 10:34:28 +02:00
Théo Attali
f5c0597835
rename to 2.1 version
2018-02-01 09:00:27 +01:00
Théo Attali
e123d028bd
rename to 2.1.x-dev version
2018-02-01 08:57:42 +01:00
tattali and GitHub
7e5d3ec3c8
Rename friendsofsymfony/user-bundle/@dev/post-install.txt to friendsofsymfony/user-bundle/2.1.x-dev/post-install.txt
2018-02-01 08:54:16 +01:00
tattali and GitHub
db02850a9d
Add recipe for FOSUserBundle
2018-02-01 08:41:14 +01:00
pedro
6d9904cab7
Remove yaml comments to make it valid
2018-01-31 19:10:11 +01:00
pedro
3ab7da23bd
Add KNPLabs Dictionary bundle recipe
2018-01-31 18:58:29 +01:00
endroid
dc23502849
Use relative path
2018-01-30 19:43:52 +00:00
endroid
32da1e05e3
Allow for easier addition of providers
2018-01-30 19:40:25 +00:00
Nyholm
bdbde6c7f7
Register the bundle
2018-01-28 23:03:10 +01:00
Nyholm
8a54f81370
Using underscore notation
2018-01-28 23:00:41 +01:00
Nyholm
f0b62e0e6e
Adding BackupManagerBundle
2018-01-28 22:58:40 +01:00
endroid
a8f92c6388
Refer to new routing file
2018-01-28 20:48:57 +00:00
endroid
2ff75a6e02
Trigger build
2018-01-28 15:31:17 +00:00
endroid
24f0d533af
Trigger new build
2018-01-28 14:43:55 +00:00
symfony-flex-server[bot] and GitHub
ebf15bb958
Merge pull request #265
2018-01-28 12:00:35 +00:00
NuBOX DevCom
3d20abd3fe
Fix manifest.json for the composer-scripts section
2018-01-28 12:27:22 +01:00
symfony-flex-server[bot] and GitHub
67da8c11a0
Merge pull request #230
2018-01-28 09:27:50 +00:00
symfony-flex-server[bot] and GitHub
c6c3d054b3
Merge pull request #244
2018-01-28 09:21:18 +00:00
symfony-flex-server[bot] and GitHub
6f92cd51cf
Merge pull request #246
2018-01-28 09:20:13 +00:00
symfony-flex-server[bot] and GitHub
0d2a526163
Merge pull request #254
2018-01-28 09:06:38 +00:00
symfony-flex-server[bot] and GitHub
6c6a22bbc4
Merge pull request #257
2018-01-28 09:03:06 +00:00
Christophe Coevoet and GitHub
f1ae35f247
Display the list of packages being required during testing
2018-01-26 12:31:33 +01:00
NuBOX DevCom
f1dbf4fa67
Recipe for nuboxdevcom/maintenance-bundle
2018-01-24 15:40:41 +01:00
NuBOX DevCom
663e2cfc82
Recipe for nuboxdevcom/maintenance-bundle
2018-01-24 12:53:44 +01:00
othillo
378aa9bacd
defined elasticsearch parameter
2018-01-23 19:16:38 +01:00
othillo
6c47670c20
use environment variables
2018-01-23 19:16:38 +01:00
othillo
44c8c897df
do not make services public by default
2018-01-23 19:16:36 +01:00
othillo
bdd4b75ec5
recipe for broadway/read-model-mongodb
2018-01-23 19:16:10 +01:00
othillo
3ab41e5bc0
recipe for broadway/event-store-mongodb
2018-01-23 19:16:10 +01:00
othillo
67b8bd6503
recipe for broadway/read-model-elasticsearch
2018-01-23 19:16:10 +01:00
othillo
e2f1d49f70
recipe for broadway/event-store-dbal
2018-01-23 19:16:10 +01:00
othillo
3c971791a5
recipe for broadway/broadway-bundle
2018-01-23 19:16:10 +01:00
Alessandro Lai and GitHub
66437a508e
Fix env variable interpolation
2018-01-21 14:21:42 +01:00
Matthew J. Mucklo
276ffe8432
fix wrong parameter, and clean up documentation
2018-01-20 05:48:00 +00:00
Alessandro Lai
7595f076fd
Comply to env string format and config file naming
2018-01-19 23:00:51 +01:00
Alessandro Lai and GitHub
130f8198ed
Fix JSON syntax
2018-01-19 22:53:31 +01:00
Alessandro Lai
fd32f7d26a
Create basic recipe for the MongoDB Bundle
2018-01-19 22:32:52 +01:00
symfony-flex-server[bot] and GitHub
0cb5c8ea96
Merge pull request #236
2018-01-19 10:37:18 +00:00
Roland Franssen
8138825222
Update MsgPhp bundles to v0.1
2018-01-19 11:25:15 +01:00
jacquesndl
f420497a02
fix class name
2018-01-18 14:23:02 +01:00
jacquesndl
dcafa47674
rename routes file
2018-01-18 14:19:01 +01:00
jacquesndl
b6339787bf
fix
2018-01-18 11:42:24 +01:00
jacquesndl
b0b2a63cf8
test #2
2018-01-18 11:41:19 +01:00
jacquesndl
e45f8b7ddd
test
2018-01-18 11:40:10 +01:00
jacquesndl
6b4626bb4b
test
2018-01-18 11:39:27 +01:00
jacquesndl
c5b19c962a
Add recipe for EasyAdminPlus bundle
2018-01-18 11:01:11 +01:00
jacquesndl
2ac7105705
Add recipe for EasyAdminPlus bundle
2018-01-18 10:47:02 +01:00
symfony-flex-server[bot] and GitHub
ca7e85815c
Merge pull request #255
2018-01-18 07:40:59 +00:00
Julien Bourdeau
5c98c82e56
Introduce algolia/search-bundle v3
2018-01-17 15:50:22 +01:00
Julian Liederer
6ab1f20447
Add link to documentation of OneupFlysystemBundle
2018-01-17 00:15:35 +01:00
Julian Liederer
53ea49834b
Change default filesystem path, set alias for DI and add link to documentation as comment
2018-01-16 23:53:59 +01:00
Julian Liederer
bb7a565f31
rename my_adapter to default_adapter, my_filesystem to default_filesystem in default config
2018-01-16 17:22:42 +01:00
Julian Liederer
834ede5a86
Include class name in bundle path
2018-01-15 23:02:21 +01:00
Julian Liederer
1890791d60
Change recipe folder structure
2018-01-15 22:55:48 +01:00
Julian Liederer
3ece8841b1
Add Newline
2018-01-15 22:47:29 +01:00
Julian Liederer
29fc494ae1
Add recipe for OneupFlysystemBundle
2018-01-15 22:32:53 +01:00
Matthew J. Mucklo
64cab83231
mmucklo/queue-bundle v4.0
2018-01-15 10:48:30 -08:00
Yamilov Stepan
737843d7b2
Added a new line at the end of file
2018-01-15 17:49:00 +05:00
Yamilov Stepan
154e04c019
Added recipe file for yamilovs sms bundle
2018-01-15 17:38:42 +05:00
Christophe MAILFERT
a550deaa09
package to packages
2018-01-15 08:15:59 +01:00
endroid
a95cd54043
Update providers
2018-01-14 19:08:43 +00:00
endroid
ff019ff9a1
Move manifest to correct level
2018-01-14 16:20:44 +00:00
endroid
e0b7b230cc
Fix indentation
2018-01-14 16:19:01 +00:00
endroid
ffbf230c42
Add endroid/image-placeholder
2018-01-14 16:06:28 +00:00
endroid
eb90032414
Check if previous build was working
2018-01-14 13:39:47 +00:00
endroid
3645bb0e24
Change service syntax
2018-01-14 09:57:42 +00:00
symfony-flex-server[bot] and GitHub
48329c8c55
Merge pull request #249
2018-01-14 09:00:14 +00:00
symfony-flex-server[bot] and GitHub
df8c29763f
Merge pull request #250
2018-01-14 08:59:24 +00:00
picoss
ae46fc427c
Fix config
2018-01-14 01:17:09 +01:00
picoss
03d62f5104
Fix config
2018-01-14 01:16:36 +01:00
picoss
941f85ff5e
Fix config
2018-01-14 01:12:29 +01:00
picoss
ecd8c8df0c
Add YWH Cvss Bundle
2018-01-14 01:07:54 +01:00
Andrey F. Mindubaev
46028d0164
Fix sonata-project/core-bundle config
2018-01-14 02:18:11 +03:00
symfony-flex-server[bot] and GitHub
e19507447b
Merge pull request #175
2018-01-13 19:01:06 +00:00
symfony-flex-server[bot] and GitHub
6a69f2d794
Merge pull request #245
2018-01-13 18:57:15 +00:00
symfony-flex-server[bot] and GitHub
be7e1c9e1f
Merge pull request #248
2018-01-13 18:42:01 +00:00
symfony-flex-server[bot] and GitHub
abd137ef8a
Merge pull request #229
2018-01-13 18:40:51 +00:00
Ilya Antipenko
e7b50c2ab9
Create manifest.json for lexik/maintenance-bundle
2018-01-13 12:13:22 +02:00
picoss
785853ed69
Add empty endline to met flex server requirements
2018-01-12 16:15:24 +01:00
picoss
d5776569c3
Add YWH Doctrine Encsyption Bundle
2018-01-12 15:51:40 +01:00
symfony-flex-server[bot] and GitHub
d047659a32
Merge pull request #242
2018-01-12 05:30:34 +00:00
endroid
6e66af6d97
Set manifest at correct level
2018-01-11 22:15:22 +00:00
endroid
3ce0a67399
Add endroid/pdf recipe
2018-01-11 22:12:58 +00:00
christophe
b1e383ddfd
fix naming error
2018-01-11 22:25:04 +01:00
christophe
2ca9e2eefc
refresh build
2018-01-11 22:22:20 +01:00
christophe
052b71f9b8
add newline on file
2018-01-11 22:06:05 +01:00
christophe
d4b3550004
move to sprintechnology
2018-01-11 22:02:41 +01:00
christophe
f43e250281
add firebase cloud messaging to recipes contrib
2018-01-11 21:51:58 +01:00
Soifou
df6d5d1558
remove patch versioning
2018-01-11 17:01:20 +01:00
Soifou
800faa8e61
add recipe for oneup/uploader-bundle 2.0.0
2018-01-11 16:44:12 +01:00
Artem Rodygin
88458341ea
Update service configuration
2018-01-11 11:16:57 +13:00
Artem Rodygin
248276c772
Simplify service configuration
2018-01-10 19:15:50 +13:00
symfony-flex-server[bot] and GitHub
17d0f657ee
Merge pull request #240
2018-01-10 05:25:45 +00:00
Artem Rodygin
58d3f3d09f
Fix Travis build 180
2018-01-10 18:14:13 +13:00
Artem Rodygin
7ded9f27dc
Add webinarium/symfony-lazysec package
2018-01-10 18:06:35 +13:00
aLkRicha
5c29f969ea
configuration for sonata-project/core-bundle
2018-01-09 08:44:05 +02:00
symfony-flex-server[bot] and GitHub
2f307d38b9
Merge pull request #238
2018-01-07 13:30:10 +00:00
endroid
fa56b0090d
Add abstraction level
2018-01-06 22:04:24 +00:00
endroid
c6c5b4c4a7
Move recipe to google/apiclient
2018-01-06 20:20:44 +00:00
symfony-flex-server[bot] and GitHub
d6cdcf4bf4
Merge pull request #232
2018-01-06 14:04:28 +00:00
endroid
6c520a97ee
Make service private
2018-01-06 13:49:25 +00:00
endroid
f9590b887c
Add pusher/pusher-php-server
2018-01-06 12:11:20 +00:00
endroid
e85a478cda
Move recipe to endroid/twitter
2018-01-06 11:44:33 +00:00
endroid
fd7f527a5d
Fix env name
2018-01-06 11:11:29 +00:00
symfony-flex-server[bot] and GitHub
c60a6bc4dc
Merge pull request #228
2018-01-06 10:12:50 +00:00
symfony-flex-server[bot] and GitHub
8b0b7d92cb
Merge pull request #227
2018-01-06 10:11:41 +00:00
symfony-flex-server[bot] and GitHub
234c316f73
Merge pull request #213
2018-01-06 10:05:56 +00:00
symfony-flex-server[bot] and GitHub
da5833dba2
Merge pull request #233
2018-01-04 20:01:14 +00:00
Loïck Piera and GitHub
1396228ef5
Fix Github\Client calls configuration
2018-01-04 20:21:16 +01:00
symfony-flex-server[bot] and GitHub
362c016114
Merge pull request #226
2018-01-04 17:17:21 +00:00
Guilhem Niot
1e92a89c66
Add a comment
2018-01-04 16:39:32 +01:00
Guilhem Niot
a176487881
Add NelmioApiDocBundle 3.0 support
2018-01-04 13:49:49 +01:00
Indra Gunawan
a0778ec8a3
only on prod
2018-01-04 13:45:15 +07:00
endroid
30e81ef1d1
Add endroid/twitter-bundle
2018-01-03 20:56:22 +00:00
endroid
72a844909b
Add endroid/guide-bundle
2018-01-03 20:55:47 +00:00
endroid
da16745172
Add endroid/pusher-bundle
2018-01-03 20:54:53 +00:00
endroid
104d756e73
Add endroid/google-api-bundle
2018-01-03 20:54:00 +00:00
endroid
48cfb6f4d9
Follow bundle rename
2018-01-03 20:52:47 +00:00
endroid
9e9aeec808
Add endroid/import-bundle
2018-01-03 20:49:41 +00:00
symfony-flex-server[bot] and GitHub
72b942fada
Merge pull request #217
2017-12-31 12:41:33 +00:00
symfony-flex-server[bot] and GitHub
2a128142e6
Merge pull request #219
2017-12-31 12:32:24 +00:00
Roland Franssen
970ad5bdb4
Added MsgPhp bundles
2017-12-28 16:08:15 +01:00
symfony-flex-server[bot] and GitHub
4b8c356136
Merge pull request #214
2017-12-25 12:04:19 +00:00
Vladimir Sadicov and GitHub
7d1c746022
default config for recipe
2017-12-24 14:46:14 +02:00
symfony-flex-server[bot] and GitHub
0d18514f6f
Merge pull request #215
2017-12-24 10:46:17 +00:00
symfony-flex-server[bot] and GitHub
8db97cd5cc
Merge pull request #211
2017-12-24 10:42:51 +00:00
symfony-flex-server[bot] and GitHub
9451f7cd22
Merge pull request #147
2017-12-24 10:41:43 +00:00
jmsche
7d7694cc69
Updated config comments
2017-12-24 11:30:44 +01:00
Vincent CHALAMON
e83d545fbc
Add CoopTilleulsForgotPasswordBundle recipe
2017-12-23 18:25:21 +01:00
Alexey Samara
f26b6ccf4b
fix env
2017-12-23 14:34:00 +02:00
Sadikov Vladimir
ecb9dd7bdd
filename fix
2017-12-23 13:44:25 +02:00
Sadikov Vladimir
2a05634d70
recipe fix
2017-12-23 13:34:44 +02:00
Sadikov Vladimir
8ee43b286a
add new line to post_install.txt
2017-12-23 13:32:38 +02:00
Sadikov Vladimir
c4aff7bb0a
removed twig configuration from recipe, added post_install.txt
2017-12-23 13:30:46 +02:00
Alexey Samara
8e1e3b5d56
3.2
2017-12-22 16:43:57 +02:00
Sadikov Vladimir
22f19ed8d1
filename fix
2017-12-21 19:42:41 +02:00
Sadikov Vladimir
0a7369ce89
fix template config for twig
2017-12-21 19:31:15 +02:00
Sadikov Vladimir
a35a6b9d84
recipe for koff/i18n-form-bundle
2017-12-21 19:20:18 +02:00
Samuel Chiriluta and GitHub
e5f82415a1
Removing route security, added post install recommendation
2017-12-20 09:35:50 +02:00
Samuel Chiriluta and GitHub
06f642c597
Adding post install suggestions
2017-12-20 09:34:05 +02:00
Indra Gunawan
20597904e4
add test config
2017-12-20 13:22:46 +07:00
Indra Gunawan
ea2019c442
add newline
2017-12-20 11:45:09 +07:00
Indra Gunawan
0afd5d7f8c
add recipe for indragunawan/api-rate-limit-bundle
2017-12-20 11:41:50 +07:00
symfony-flex-server[bot] and GitHub
a2baf461ce
Merge pull request #212
2017-12-19 22:55:59 +00:00
Maksim Kotlyar
fd4e95dc42
fix file name
2017-12-19 18:43:09 +02:00
Maksim Kotlyar
43f1b2ad01
rename directory.
2017-12-19 18:41:31 +02:00
Maksim Kotlyar
dd32dfe79a
[enqueue] Change etc dir to config.
2017-12-19 17:47:41 +02:00
jmsche
72b41d33d5
Added example format
2017-12-18 13:29:32 +01:00
jmsche
33424f7a9f
Added package config
2017-12-18 13:08:02 +01:00
jmsche
07d7921613
Add Leapt ImBundle
2017-12-18 12:43:05 +01:00
symfony-flex-server[bot] and GitHub
2748f40b04
Merge pull request #208
2017-12-17 16:22:21 +00:00
Lukas Kahwe Smith
b44ec99f4f
add recipe for liip/monitor-bundle:2.6.*
2017-12-17 12:49:13 +01:00
symfony-flex-server[bot] and GitHub
d3473cf1fb
Merge pull request #203
2017-12-17 11:19:37 +00:00
symfony-flex-server[bot] and GitHub
a4b86a95ce
Merge pull request #204
2017-12-17 11:12:41 +00:00
symfony-flex-server[bot] and GitHub
509b872833
Merge pull request #205
2017-12-15 15:41:57 +00:00
Maksim Kotlyar
3b30de054f
Add Enqueue job queue pack
2017-12-14 18:06:55 +02:00
Marius Balčytis
5bce79cc17
Newline at the end of file
2017-12-13 21:51:18 +02:00
Marius Balčytis
0616343e85
Registers bundle in all environments
2017-12-13 21:49:23 +02:00
Baptiste Clavié
ae6e77a545
Add Wisembly AmqpBundle 1.4 configuration
2017-12-13 16:50:41 +01:00
symfony-flex-server[bot] and GitHub
d670dac6a3
Merge pull request #202
2017-12-13 10:40:07 +00:00
othillo
c78f92fc48
do not enable SecurityBundle
2017-12-13 09:07:31 +01:00
symfony-flex-server[bot] and GitHub
bf5d8a356d
Merge pull request #189
2017-12-13 07:45:49 +00:00
symfony-flex-server[bot] and GitHub
b5e235de7a
Merge pull request #190
2017-12-13 07:45:14 +00:00
Marius Balčytis
4a9e8a63af
Adds support for maba/webpack-bundle
2017-12-13 08:58:59 +02:00
Matthew J. Mucklo
8a73945928
remove extra coloring, add a dtc_queue.yaml to config/routes
2017-12-12 20:58:28 -08:00
Matthew J. Mucklo
54f8842c66
update messaging
2017-12-12 20:54:25 -08:00
Matthew J. Mucklo
e00e763334
update post-install.txt to remove custom coloring and add a config/routes/dtc_grid.yaml
2017-12-12 20:52:11 -08:00
symfony-flex-server[bot] and GitHub
fca150924b
Merge pull request #201
2017-12-12 22:37:27 +00:00
Victor Bocharsky and GitHub
a0c3b9b36d
Fix path to the src/ directory: root_dir -> project_dir
2017-12-13 00:26:43 +02:00
symfony-flex-server[bot] and GitHub
fe0aecffe5
Merge pull request #183
2017-12-12 20:54:28 +00:00
Fabien Potencier
392c230f17
fixed typo
2017-12-11 15:49:13 -08:00
symfony-flex-server[bot] and GitHub
9ae208a81c
Merge pull request #188
2017-12-11 23:47:58 +00:00
Matthew J. Mucklo and Matthew J. Mucklo
c0196fa5a8
mmucklo/grid-bundle updating coloring in post-install.txt
2017-12-10 09:34:24 -08:00
Matthew J. Mucklo
3fb1e08814
Adding mmucklo/queue-bundle
2017-12-10 17:18:39 +00:00
Matthew J. Mucklo
bf3a452b00
Adding mmucklo/grid-bundle
2017-12-10 08:51:11 -08:00
symfony-flex-server[bot] and GitHub
694b1125ab
Merge pull request #187
2017-12-10 10:53:50 +00:00
Tobias Nyholm
0d02cb1b86
Adding travis config
2017-12-10 11:45:46 +01:00
symfony-flex-server[bot] and GitHub
4050ed221d
Merge pull request #71
2017-12-10 09:30:05 +00:00
symfony-flex-server[bot] and GitHub
d48c488809
Merge pull request #178
2017-12-10 09:26:05 +00:00
Al Ganiev
b45ff5c865
Ending files with newlines
2017-12-10 16:16:35 +10:00
Al Ganiev
0cda1eade3
Fixed indendation
2017-12-10 16:06:41 +10:00
Al Ganiev
1069ec6529
Added recipe for FMElfinderBundle
2017-12-10 15:46:49 +10:00
othillo
e2afe5017c
added recipe for QandidateToggleBundle
2017-12-08 21:48:59 +01:00
symfony-flex-server[bot] and GitHub
8d2274faa1
Merge pull request #182
2017-12-07 15:00:55 +00:00
endroid
5f03ce9d33
Remove recipe
2017-12-07 09:27:51 +00:00
symfony-flex-server[bot] and GitHub
97d05e0f79
Merge pull request #163
2017-12-06 20:03:09 +00:00
Mateusz Sip
7caceb4df4
Recipe should target version 3.0
2017-12-06 11:11:52 +01:00
symfony-flex-server[bot] and GitHub
b0cb14391b
Merge pull request #179
2017-12-05 15:07:24 +00:00
symfony-flex-server[bot] and GitHub
29b7a1d010
Merge pull request #174
2017-12-05 14:03:06 +00:00
Christian Stocker
af58c81dd6
remove leading slashes for rokka class
2017-12-05 12:00:07 +01:00
Christophe Coevoet
585dff3eb6
Add EditorConfig file
2017-12-05 11:15:02 +01:00
Christian Stocker
852e075540
fixed typos
2017-12-05 09:11:36 +01:00
Christian Stocker
c81630020e
ROKKA_API_SECRET is actually not needed anymore
2017-12-05 07:54:15 +01:00
Mateusz Sip
8f30e72055
Basic csa_guzzle recipe
2017-12-05 00:25:17 +01:00
Spomky
c9fd0741ef
[web-token/jwt-framework] Old recipe removed
2017-12-04 21:38:16 +01:00
symfony-flex-server[bot] and GitHub
d6e497622b
Merge pull request #176
2017-12-04 19:00:27 +00:00
Wouter J
86b96e0b21
Added recipe for WouterJEloquentBundle
2017-12-04 19:59:22 +01:00
Christian Stocker
39251ed68e
4 spaces instead of 2
2017-12-04 16:41:16 +01:00
Christian Stocker
7035351ee7
add rokka/client-bundle to flex
2017-12-04 16:37:40 +01:00
symfony-flex-server[bot] and GitHub
dc31748ff5
Merge pull request #173
2017-12-03 19:23:04 +00:00
Tobias Nyholm and GitHub
ed5567cc4d
Backticks is not needed
2017-12-03 19:56:22 +01:00
symfony-flex-server[bot] and GitHub
355ab1be5a
Merge pull request #172
2017-12-03 15:34:01 +00:00
symfony-flex-server[bot] and GitHub
1f5281ab31
Merge pull request #169
2017-12-03 15:26:35 +00:00
symfony-flex-server[bot] and GitHub
31d628190d
Merge pull request #168
2017-12-03 15:26:08 +00:00
Niels Keurentjes
2802310b87
Add datatables bundle
2017-12-03 15:04:39 +01:00
symfony-flex-server[bot] and GitHub
7fd0d5402e
Merge pull request #171
2017-12-03 13:34:49 +00:00
David Maicher
e339851f63
fix indentation
2017-12-03 14:28:45 +01:00
David Maicher
1dfb3277d1
Add recipe for dama/doctrine-test-bundle
2017-12-03 14:23:12 +01:00
Samuel Chiriluta and GitHub
27bd47c46e
Create post-install.txt
2017-12-03 02:20:29 +02:00
Spomky
c3dcb7bb21
[Lexik Jose Bridge] Recipe for the v2.0
2017-12-02 22:32:37 +01:00
endroid
f5ccb54ca7
Fix routes name
2017-12-02 20:11:23 +00:00
Massimiliano Arione
cc14e9ff72
add recipe for BeelabTestBundle
2017-12-02 14:29:26 +01:00
endroid
4a444ef4e9
Fix routes file name
2017-12-01 23:57:06 +00:00
endroid
a994421a21
Fix yaml file extension
2017-12-01 23:07:23 +00:00
endroid
190d587afd
Support version 2.x and drop 1.x
2017-12-01 21:38:56 +00:00
endroid
bb1cedcc1a
Use bundle name
2017-12-01 21:23:19 +00:00
endroid
385965ff50
Prepare recipe for version 3.x and drop 2.x
2017-12-01 21:20:55 +00:00
symfony-flex-server[bot] and GitHub
a791f0a873
Merge pull request #167
2017-12-01 21:18:45 +00:00
symfony-flex-server[bot] and GitHub
a1ca642a9c
Merge pull request #160
2017-11-30 19:40:57 +00:00
Artem Genvald
92c094ec47
Add fresh/doctrine-enum-bundle
2017-11-30 21:37:44 +02:00
symfony-flex-server[bot] and GitHub
6c701037a3
Merge pull request #165
2017-11-30 19:09:03 +00:00
symfony-flex-server[bot] and GitHub
fc46852f44
Merge pull request #166
2017-11-30 17:12:25 +00:00
Ryan Weaver
e875a540b7
removing old recipe - we have a new one in core recipes
2017-11-30 11:58:09 -05:00
Grégoire Paris and GitHub
893d8c7da0
Forbid method switching
...
This averts the following scenario:
1. Client POSTs
2. server does not support mod rewrite and 302 redirects to /index.php/theaction
3. client follows, but with a GET
4. 405
2017-11-30 16:41:50 +01:00
symfony-flex-server[bot] and GitHub
dc56354838
Merge pull request #164
2017-11-30 15:30:23 +00:00
Ricardo de Vries
ede139a37f
Aliases are not supported in the contrib repository.
2017-11-30 16:25:22 +01:00
Ricardo de Vries
da5a9bbe60
Merge changes from @Pierstoval.
2017-11-30 16:23:00 +01:00
Ricardo de Vries
b0cf5a18da
Created the Apache recipe.
2017-11-30 16:10:49 +01:00
Ruud Kamphuis
2179822de2
Add recipe for LongRunning
2017-11-30 15:23:58 +01:00
symfony-flex-server[bot] and GitHub
2c32d50410
Merge pull request #161
2017-11-29 20:15:39 +00:00
Nicolas Thal
7d84cd9e11
update to new tag
2017-11-29 17:51:18 +01:00
Nicolas Thal
51bbd22791
typo
2017-11-29 17:49:53 +01:00
Nicolas Thal
ca081d79b9
rename for good tag
2017-11-29 17:46:57 +01:00
Nicolas Thal
fe28c4c1b9
update wording
2017-11-29 17:43:18 +01:00
Nicolas Thal
b85b8b82d1
add adback-sdk-php recipe
2017-11-29 17:39:13 +01:00
Nicolas Thal
3cb9cc987f
update wording
2017-11-29 12:29:34 +01:00
Nicolas Thal
072675ecdb
dekalee-cdn77-bundle recipe
2017-11-29 12:24:23 +01:00
symfony-flex-server[bot] and GitHub
291c1b0457
Merge pull request #123
2017-11-27 15:54:40 +00:00
Renato Mendes Figueiredo
15dc54b36f
OverblogGraphQLBundle: Updated recipe to support version 0.11.* where GraphiQL is now split from the bundle
2017-11-27 16:45:48 +01:00
symfony-flex-server[bot] and GitHub
8211cbf64c
Merge pull request #139
2017-11-24 15:19:09 +00:00
Fabien Potencier and GitHub
7239a67573
fixed config
2017-11-24 07:18:35 -08:00
symfony-flex-server[bot] and GitHub
6e6741d0c5
Merge pull request #140
2017-11-24 15:16:51 +00:00
Fabien Potencier and GitHub
4c21e4a736
fixed config
2017-11-24 07:11:52 -08:00
symfony-flex-server[bot] and GitHub
71dce401ae
Merge pull request #154
2017-11-24 15:07:43 +00:00
Filip Sobalski and GitHub
d930d096e3
Fix typo in gearman.yml
2017-11-23 23:27:47 +01:00
Filip Sobalski
9a9895866f
Add recipe for mmoreram/gearman-bundle 4.1+
2017-11-23 18:18:55 +01:00
symfony-flex-server[bot] and GitHub
db04a7b8ce
Merge pull request #150
2017-11-23 13:47:50 +00:00
symfony-flex-server[bot] and GitHub
528ca1684d
Merge pull request #137
2017-11-22 15:14:09 +00:00
symfony-flex-server[bot] and GitHub
4dcad8c5cf
Merge pull request #153
2017-11-22 09:41:11 +00:00
Spomky
4bf9e8a290
Commented configuration removed.
2017-11-22 10:35:25 +01:00
Tobias Nyholm
a1d8b56232
Removed HTTPlug
2017-11-22 08:52:09 +01:00
Vlad
15399ce1b2
Fix config for eightpoints/guzzle-bundle
2017-11-21 15:36:36 +02:00
Patrick Landolt
06b2b387de
removed empty line
2017-11-21 08:52:24 +01:00
Patrick Landolt
a590eb0be3
using env vars for id and secreat; removing dummy constructor
2017-11-21 08:47:41 +01:00
symfony-flex-server[bot] and GitHub
b160c5d377
Merge pull request #143
2017-11-21 06:54:12 +00:00
Samuel Chiriluta and GitHub
d5c8c33eec
Create bcc_cron_manager_bundle.yaml
2017-11-21 02:01:59 +02:00
Samuel Chiriluta and GitHub
1339b25b06
Create bcc_cron_manager_bundle.yaml
2017-11-21 01:53:47 +02:00
Samuel Chiriluta and GitHub
4042cc0044
Create manifest.json
2017-11-21 01:50:47 +02:00
Samuel Chiriluta and GitHub
e22c861523
Adding global routing prefix
2017-11-21 01:33:37 +02:00
Samuel Chiriluta and GitHub
090abad724
Update manifest.json
2017-11-21 01:32:28 +02:00
symfony-flex-server[bot] and GitHub
fb6ec7da2f
Merge pull request #144
2017-11-20 20:20:44 +00:00
Olivier Dolbeau
a3f8c7c1fc
Add odolbeau/datagen recipe
2017-11-20 10:04:23 +01:00
symfony-flex-server[bot] and GitHub
459f5cc6b5
Merge pull request #135
2017-11-19 21:03:37 +00:00
Samuel Chiriluta and GitHub
7413f362be
Update manifest.json
2017-11-18 14:22:06 +02:00
Samuel Chiriluta and GitHub
880ca1599b
Update manifest.json
2017-11-18 14:16:45 +02:00
Samuel Chiriluta and GitHub
0f10aa1985
Create sg_datatables_bundle.yaml
2017-11-18 14:09:44 +02:00
Samuel Chiriluta and GitHub
9297b97a0b
Create manifest.json
2017-11-18 14:07:59 +02:00
symfony-flex-server[bot] and GitHub
46abc292bc
Merge pull request #141
2017-11-18 11:32:15 +00:00
Patrick Landolt
21041004db
fixed class namespace
2017-11-18 12:26:54 +01:00
Dawid Spiechowicz
f27d732dfc
remove commented out configuration
2017-11-18 11:32:30 +01:00
Emanuele Panzeri
de3ced82d8
Added NelmioSolariumBundle v2.4 recipe
2017-11-18 11:31:07 +01:00
Patrick Landolt
d4af2280bb
mailxpert apibundle
2017-11-18 11:25:55 +01:00
Jerzy Zawadzki
6241b82258
Fix intendation
2017-11-18 11:24:19 +02:00
Jerzy Zawadzki
3a2e1c2c68
small knp-snappy-bundle recipe
2017-11-18 11:16:16 +02:00
Spomky
ac283ac967
JWT Framework Suite Recipes
...
Configuration Sample added
2017-11-18 09:10:47 +01:00
symfony-flex-server[bot] and GitHub
f546718680
Merge pull request #134
2017-11-18 07:15:12 +00:00
symfony-flex-server[bot] and GitHub
375468975f
Merge pull request #138
2017-11-18 07:13:46 +00:00
Asmir Mustafic and GitHub
04c4ea7c7d
fixed wrong bundle name
2017-11-17 14:54:03 +01:00
Vlad
264fd866bd
Fix config for eightpoints/guzzle-bundle
2017-11-17 14:09:49 +02:00
Vlad
ee13f3c706
Fix config for eightpoints/guzzle-bundle
2017-11-17 11:16:17 +02:00
Vlad
cd088c7226
Add comments in config for eightpoints/guzzle-bundle
2017-11-17 09:56:57 +02:00
Vlad
8739af46c5
Remove dev config for eightpoints/guzzle-bundle and add client in main config
2017-11-17 09:31:06 +02:00
Dawid Spiechowicz
37745d9604
add spiechu bundle with default disabled configuration
2017-11-16 19:04:53 +01:00
Vlad
9e7a6c24e6
Add recipe for eightpoints/guzzle-bundle
2017-11-16 19:27:31 +02:00
symfony-flex-server[bot] and GitHub
d34168fa9c
Merge pull request #112
2017-11-14 10:21:31 +00:00
symfony-flex-server[bot] and GitHub
85f6b606c2
Merge pull request #110
2017-11-14 10:17:20 +00:00
Tobias Nyholm
2ab7409c4e
Added new line
2017-11-14 11:14:39 +01:00
Tobias Nyholm
e89892acab
Moved config to dev
2017-11-14 11:13:58 +01:00
Tobias Nyholm
9f7e92fc06
Updates according to feedback
2017-11-14 10:47:33 +01:00
Tobias Nyholm
891aea8bdc
Removed comment
2017-11-14 09:49:21 +01:00
symfony-flex-server[bot] and GitHub
74494a7888
Merge pull request #133
2017-11-13 14:45:09 +00:00
Denis Golubovskiy
8617150bb1
➕ Add Bukashk0zzz LiipImagineSerializationBundle
2017-11-13 14:07:01 +02:00
symfony-flex-server[bot] and GitHub
d2705e1531
Merge pull request #38
2017-11-11 19:25:02 +00:00
Baptiste Clavié
3a54acfb47
Add recipe for Wisembly AMQP bundle
2017-11-11 20:20:03 +01:00
symfony-flex-server[bot] and GitHub
17415f1b57
Merge pull request #120
2017-11-11 17:43:28 +00:00
symfony-flex-server[bot] and GitHub
e234b18277
Merge pull request #128
2017-11-07 15:40:32 +00:00
Ruud Kamphuis
9bb26fbbd3
Add Sentry 1.0
2017-11-07 10:50:05 +01:00
symfony-flex-server[bot] and GitHub
5ba51f0173
Merge pull request #131
2017-11-06 12:01:33 +00:00
Jérôme Parmentier
4483222447
Remove nelmio/security-bundle recipe
2017-11-06 12:58:07 +01:00
symfony-flex-server[bot] and GitHub
6ad0ccd4fc
Merge pull request #127
2017-10-30 20:59:13 +00:00
Renato Mendes Figueiredo
cfb699bee6
OverblogGraphiQLBundle: Added recipe for ^0.1.0
2017-10-30 21:18:28 +01:00
symfony-flex-server[bot] and GitHub
c240f2bdd2
Merge pull request #126
2017-10-30 13:58:19 +00:00
Samuel ROZE and GitHub
cf9c6772f7
Remove ignores as nothing related to openwhisk
2017-10-30 09:17:11 +00:00
Tri Tran
62af845e3d
Rename the env variables
2017-10-30 09:43:20 +07:00
Samuel ROZE and GitHub
2abcbd8588
Ignore serverless and node_moduless
2017-10-29 16:15:12 +00:00
symfony-flex-server[bot] and GitHub
02fa85d2ec
Merge pull request #122
2017-10-29 16:02:54 +00:00
Samuel ROZE
fd6fa81001
Add the openwhisk-bundle recipe
2017-10-29 14:55:02 +00:00
Alex Rock Ancelet
2541ec1911
Add Orbitale EasyImpressBundle
2017-10-29 10:39:47 +01:00
Tri Tran
49e2812f9d
Remove the comment in configuration
2017-10-28 19:29:55 +07:00
Tri Tran
f9951a3d21
Defined the key and secret via ENV vars
2017-10-28 19:29:37 +07:00
symfony-flex-server[bot] and GitHub
c6cfc77e7b
Merge pull request #121
2017-10-27 09:09:25 +00:00
Alex Rock Ancelet
d17feb1a48
Fix routing vs routes directory bug
2017-10-27 10:33:53 +02:00
Tri Tran
bf862a97fe
Added Manifest file for AWS SDK Bundle
2017-10-27 11:50:44 +07:00
symfony-flex-server[bot] and GitHub
fdc2860a86
Merge pull request #117
2017-10-26 14:14:06 +00:00
Roni Saha
6bac26ff0b
Remove post-install.txt
2017-10-26 20:04:41 +06:00
Roni Saha
b8386214d9
Add a required option to config file
2017-10-25 09:59:27 +06:00
symfony-flex-server[bot] and GitHub
1798b9c853
Merge pull request #118
2017-10-23 15:00:59 +00:00
Roni Saha
49958dce14
Update default config file
2017-10-23 17:49:20 +06:00
Roni Saha
d124483ace
Add new line in post install text
2017-10-23 16:44:03 +06:00
Roni Saha
a6abd85f79
Add post install text and set default logger false
2017-10-23 14:57:41 +06:00
Asmir Mustafic
a87abd8a9e
change default options for json
2017-10-23 10:10:51 +02:00
Asmir Mustafic
f4b14fb3a5
use config dir instead of etc dir
2017-10-23 10:04:27 +02:00
Asmir Mustafic
c11b2d1b0b
remove support for old versions
2017-10-23 10:03:49 +02:00
symfony-flex-server[bot] and GitHub
8703cee602
Merge pull request #13
2017-10-23 07:51:52 +00:00
Roni Saha
8170563f40
Fix copy from attribute and empty config issue
2017-10-23 12:25:59 +06:00
Roni Saha
da6a94da72
Add XiideaEasyAuditBundle
2017-10-23 11:44:00 +06:00
symfony-flex-server[bot] and GitHub
e170210e7e
Merge pull request #111
2017-10-22 15:23:30 +00:00
Tobias Nyholm
f10a0c6984
Register the bundle
2017-10-21 09:58:05 -07:00
Tobias Nyholm
ccb5872a85
Updated paths
2017-10-21 09:53:18 -07:00
Tobias Nyholm
7283a283d4
Adding PHP translation
2017-10-21 09:47:20 -07:00
Tobias Nyholm
03ec65d9d7
Added LinkedIn API client
2017-10-21 09:38:27 -07:00
Tobias Nyholm
c220e28680
Updated indentation
2017-10-21 09:29:00 -07:00
Tobias Nyholm
0168702faf
Updated indentations
2017-10-21 09:28:29 -07:00
Tobias Nyholm
fc9fadf453
Adding support for Geocoder 5.
...
This will fix #87
2017-10-21 09:26:06 -07:00
symfony-flex-server[bot] and GitHub
a6a59ff17a
Merge pull request #108
2017-10-21 16:15:11 +00:00
Tobias Nyholm
2db613ad51
Using underscore notation
2017-10-21 09:13:30 -07:00
symfony-flex-server[bot] and GitHub
26b1eddd78
Merge pull request #80
2017-10-21 16:13:20 +00:00
symfony-flex-server[bot] and GitHub
4ee480dad5
Merge pull request #86
2017-10-21 16:12:31 +00:00
Tobias Nyholm
b286d493fe
Adding KNPLabs Github API client
2017-10-21 09:11:45 -07:00
symfony-flex-server[bot] and GitHub
9725dc2a34
Merge pull request #96
2017-10-21 16:11:34 +00:00
symfony-flex-server[bot] and GitHub
84b6f3ebbd
Merge pull request #104
2017-10-21 16:09:22 +00:00
symfony-flex-server[bot] and GitHub
883a04ff79
Merge pull request #102
2017-10-21 16:07:43 +00:00
symfony-flex-server[bot] and GitHub
c0fe61d896
Merge pull request #107
2017-10-21 15:53:46 +00:00
symfony-flex-server[bot] and GitHub
17399f26c7
Merge pull request #106
2017-10-21 15:53:12 +00:00
Tobias Nyholm
5861ab4308
Removed alias
2017-10-21 08:38:12 -07:00
Tobias Nyholm
9538f64f16
Minor fix
2017-10-20 17:16:55 -07:00
Tobias Nyholm
02072a6a91
Added mailgun api client
2017-10-20 16:05:58 -07:00
Robert Slootjes and Symfony
a3400b857d
Add mediamonks/rest-api-bundle ( #105 )
2017-10-20 13:39:00 -07:00
Alex Rock Ancelet
701c4c6561
Introduce PierstovalCharacterManagerBundle
2017-10-20 20:58:26 +02:00
Aaron Scherer
55cc62c969
Removing uncessary caches
2017-10-20 11:09:20 -07:00
Aaron Scherer
31488e6448
Adding php-cache's adapter-bundle and cache-bundle
2017-10-19 14:05:44 -07:00
Tomasz Gemza
f40fb5a7b9
Add secit-pl/imap-bundle recipe
2017-10-17 15:43:14 +02:00
Tomasz Gemza
ba439131b8
Add secit-pl/imap-bundle recipe
2017-10-17 15:26:54 +02:00
Romain Neutron and Symfony
fc02fcf66d
Fix bundle namespace in BazingaGeocoderBundle 4.1 ( #101 )
2017-10-16 06:58:14 -07:00
Matt Brunt
3afe66a07c
Remove aliases
2017-10-15 13:09:36 +01:00
Matt Brunt
ffa1047584
Add elephantly/kahlan-bundle to recipes
2017-10-15 12:51:54 +01:00
Mateusz Sip
5bee1efdb2
Added middleware examples, recipe targets 1.0
2017-10-15 00:55:00 +02:00
Mateusz Sip
afe12a008f
Fixed example buses indentation
2017-10-15 00:31:36 +02:00
Mateusz Sip
d1d42ee1d3
Tell flex to copy example config
2017-10-15 00:31:36 +02:00
Mateusz Sip
e4618e292d
Example tactician-bundle config
2017-10-15 00:31:36 +02:00
Mateusz Sip
eb8df5127d
Moved recipe to directory reflecting packagist name
2017-10-15 00:31:36 +02:00
Mateusz Sip
68af58946b
Added manifest for thephpleague/tactician-bundle
2017-10-15 00:31:36 +02:00
Renato Mefi and Symfony
2ae5a2817a
Add OverblogGraphqlBundle recipe ( #94 )
2017-10-04 16:03:54 -07:00
Muhamad Surya Iksanudin and Symfony
4e9fb878dc
Add Ad3n Ratchet Bundle ( #98 )
2017-10-03 18:25:50 -07:00
Muhamad Surya Iksanudin and Symfony
7e0362e10e
add ad3n ratchet bundle ( #97 )
2017-10-02 18:04:39 -07:00
David Barratt and Symfony
908a72dff0
Add GeoSocio Http Serializer Bundle ( #65 )
2017-09-30 15:24:21 -07:00
leogout
32c6186b55
Added loegout-seo bundle
2017-09-30 16:13:13 +02:00
Symfony and GitHub
dba9f9ec2f
Merge pull request #91 from ElectricMaxxx/cmf_routing_bundle_
2017-09-28 06:36:01 -07:00
ElectricMaxxx
573fda2b83
reciepe for symfony-cmf/routing-bundle
...
base reciepe for routing bundle including
do not enable phpcr depending configuration by default
add missing #
do not add framework configuration
re add templating configuration
remove template configuration
remove empty lines in configuration
2017-09-28 06:07:29 +02:00
Symfony and GitHub
2f647f2034
Merge pull request #93 from makasim/enqueue-additions2
2017-09-27 03:43:59 -07:00
Maksim Kotlyar
155cf8871e
Enqueue lost packages.
2017-09-27 13:42:46 +03:00
Symfony and GitHub
8af558832c
Merge pull request #78 from ElectricMaxxx/cmf_seo_bundle
2017-09-26 23:53:28 -07:00
Symfony and GitHub
5d74a9abff
Merge pull request #88 from Bukashk0zzz/master
2017-09-26 21:54:21 -07:00
Symfony and GitHub
751e6530dc
Merge pull request #92 from makasim/enqueue-additions
2017-09-26 21:15:32 -07:00
ElectricMaxxx
ea96d3e04d
toggle description placeholder
2017-09-26 22:36:01 +02:00
Maksim Kotlyar
48b0fcae67
[enqueue] add missing manifiest file.
2017-09-26 12:21:48 +03:00
Maksim Kotlyar
eb743c6b0f
[enqueue] add Enqueue packages
2017-09-26 12:19:52 +03:00
Symfony and GitHub
290e54fe80
Merge pull request #90 from Spomky/lexik-jose-bridge
2017-09-25 03:22:47 -07:00
Denis Golubovskiy
b48eebdb51
➕ Add Bukashk0zzz FilterBundle
2017-09-24 08:30:30 +03:00
Spomky
c5cb0c26c8
env value changed
2017-09-23 21:31:24 +02:00
Spomky
031a64e6ba
Fix error on spomky-labs/jose-bundle
2017-09-23 16:06:00 +02:00
Spomky
41d61bac0f
Adds Spomky-Labs Lexik Jose Bridge v1.0
2017-09-23 15:59:21 +02:00
Symfony and GitHub
7c0f85696f
Merge pull request #89 from symfony/NelmioSecurityBundle
2017-09-22 08:34:02 -07:00
Fabien Potencier
1ba0c3aa38
added NelmioSecurityBundle
2017-09-22 16:32:26 +01:00
BoShurik
575ddaab0f
Set mongodb-odm-bundle default database
2017-09-22 08:52:25 +03:00
Symfony and GitHub
8ec8b7ecb9
Merge pull request #77 from Spomky-Labs/master
2017-09-17 10:03:57 -07:00
Spomky
52f9d85b7e
Fix as per bot comments
2017-09-17 18:48:33 +02:00
Spomky
343bcf21da
Adds
...
* spomky-labs/jose 7.0
* spomky-labs/jose-bundle 2.2
2017-09-17 18:44:25 +02:00
Symfony and GitHub
ea3d35aa22
Merge pull request #83 from DerStoffel/broadway
2017-09-17 08:35:49 -07:00
DerStoffel
2beb5ab10b
removed broadway-bundle from recipe, since no default config is required so far
2017-09-17 17:22:32 +02:00
DerStoffel
009c99927f
removed empty config from broadway-bundle
2017-09-17 17:18:24 +02:00
DerStoffel
5ee5b6028c
altered version directory to new release of broadway-bundle
2017-09-17 12:42:55 +02:00
Symfony and GitHub
e528eb930f
Merge pull request #82 from DerStoffel/master
2017-09-16 08:58:36 -07:00
DerStoffel
acccbd93da
added default config for broadway-bundle
2017-09-16 10:28:19 +02:00
DerStoffel
e5bd8012ba
fixed indentation of bracket
2017-09-16 10:26:08 +02:00
DerStoffel
5616549839
added broadway-bundle & event-store-dbal recipes
2017-09-16 10:24:51 +02:00
DerStoffel
6c53dc26af
updated to minimum working version
2017-09-16 10:15:53 +02:00
DerStoffel
4ae645f0cf
reverted
2017-09-16 10:13:47 +02:00
DerStoffel
288863f8a0
added broadway-bundel & event-store-dbal recipes
2017-09-16 10:07:26 +02:00
DerStoffel
8e42742837
renamed version, again
2017-09-15 18:50:53 +02:00
DerStoffel
75587658cb
fixed version
2017-09-15 18:48:19 +02:00
DerStoffel
878befd633
moved manifest.json
2017-09-15 17:47:40 +02:00
DerStoffel
bc4e5c46d5
yml to yaml
2017-09-15 17:46:45 +02:00
DerStoffel
1b43cc8a61
lines and blanks
2017-09-15 17:45:12 +02:00
DerStoffel
33a981e72a
added empty lines to the end of files
2017-09-15 17:31:28 +02:00
DerStoffel
a27cd7491c
Added ramsey/uuid-doctrine to recipes
2017-09-15 17:03:44 +02:00
Jakub Janata
9448e9b422
Add XcoreCMSInlineEditingBundle recipe
2017-09-14 10:19:47 +02:00
Symfony and GitHub
10ecc04954
Merge pull request #81 from symfony/quick-fixes
2017-09-13 13:32:12 -07:00
Fabien Potencier
69ce9c3387
removed orbitale CMS 2 as it depends on symfony/symfony
2017-09-13 12:32:59 -07:00
Fabien Potencier
94d818bc44
fixed typo in namespace
2017-09-13 12:32:27 -07:00
Fabien Potencier
5a70a15f7a
renamed ETC_DIR to CONFIG_DIR
2017-09-13 12:32:22 -07:00
Symfony and GitHub
ab3dd940d1
Merge pull request #79 from symfony/doctrine-fixtures
2017-09-11 05:41:45 -07:00
Fabien Potencier
9b33b0a42e
bump min version of Doctrine fixtures to 2.4
2017-09-11 05:39:48 -07:00
ElectricMaxxx
18dc0ba641
fix title/description default values
2017-09-09 10:50:57 +02:00
ElectricMaxxx
4a2c5a8cac
fix yaml
2017-09-08 21:36:29 +02:00
ElectricMaxxx
7d54d6be64
remove some config and non default routing
2017-09-08 21:08:36 +02:00
ElectricMaxxx
218096b764
fix docs route
2017-09-08 19:03:03 +02:00
ElectricMaxxx
1331bed60c
fix indent
2017-09-08 19:01:46 +02:00
ElectricMaxxx
97e66b727e
create recipe
2017-09-08 18:59:05 +02:00
Symfony and GitHub
76ee0b2bbe
Merge pull request #74 from endroid/master
2017-09-07 09:40:05 -07:00
endroid
7a431ed1ce
Rename variable
2017-09-07 15:55:09 +02:00
endroid
ab49293bea
Make default sender a valid one
2017-09-03 23:36:19 +02:00
endroid
3ace1f7e21
Set default sender (required for dashboard)
2017-09-03 22:51:10 +02:00
endroid
5f907aa0b1
Remove deleted package
2017-09-03 22:50:51 +02:00
Symfony and GitHub
e93daec18c
Merge pull request #72 from symfony/connect-bundle
2017-08-28 12:08:20 -07:00
Fabien Potencier
ae57a723f2
added support for SensioLabs Connect bundle
2017-08-27 08:36:49 -07:00
Symfony and GitHub
58fd024f9a
Merge pull request #70 from endroid/master
2017-08-16 23:45:41 -07:00
endroid
7d65f8f7bc
Remove newline
2017-08-07 23:00:40 +00:00
endroid
b14bbd3eee
Trigger update
2017-08-07 22:59:23 +00:00
endroid
46d5d97bef
Add endroid flusher and import
2017-08-07 22:52:16 +00:00
endroid
0c02d3ec5e
Add recipes for asset and cm-sms
2017-08-06 21:31:51 +00:00
Symfony and GitHub
8ab75c5d9a
Merge pull request #69 from endroid/master
2017-08-06 05:09:06 -07:00
endroid
defc3bac83
Update version to version suggested by checker
2017-08-05 23:47:44 +02:00
endroid
ec9f921de7
Minor change
2017-08-05 23:46:45 +02:00
endroid
84dbf5869f
Update minimum version
2017-08-05 23:44:25 +02:00
endroid
2bb664dbb8
Rename yml files
2017-08-05 21:39:25 +00:00
endroid
4ea484df20
Add newlines
2017-08-05 21:36:23 +00:00
endroid
24481242f4
Add recipe for endroid qrcode
2017-08-05 21:34:27 +00:00
Symfony and GitHub
434cfd5f9b
Merge pull request #68 from Nyholm/patch-1
2017-08-04 07:38:29 -07:00
Tobias Nyholm and GitHub
b9cc664094
Do not use logger plugin since it has external dependency.
2017-08-04 15:48:20 +02:00
Symfony and GitHub
55ccb38860
Merge pull request #31 from javiereguiluz/geocoder-bundle
2017-08-04 05:02:15 -07:00
Symfony and GitHub
b5ed974a8d
Merge pull request #12 from Pierstoval/orbitale_cms_bundle
2017-08-04 03:22:01 -07:00
Alex Rock Ancelet
dfb0da7048
Added OrbitaleCms 2.0 & 3.0 recipe
2017-08-04 12:00:19 +02:00
Symfony and GitHub
3191ab722f
Merge pull request #66 from pyrech/recipes-add-gif-exception
2017-08-03 08:50:48 -07:00
Loïck Piera
775b4045ff
Add recipe for GifExceptionBundle
2017-08-03 17:40:46 +02:00
Symfony and GitHub
bf690be905
Merge pull request #64 from symfony/routes
2017-07-21 01:20:13 -07:00
Fabien Potencier
9bf6806f2f
moved routing configuration to routes/ instead of routing/
2017-07-21 10:06:51 +02:00
Fabien Potencier
1b812a2918
feature #62 Move etc/ to config/ and web/ to public/ (fabpot)
...
This PR was merged into the master branch.
Discussion
----------
Move etc/ to config/ and web/ to public/
| Q | A
| ------------- | ---
| License | MIT
Must be merged just after symfony/flex#122
Commits
-------
11c3e5e moved etc/ to config/ and web/ to public/
2017-07-03 15:38:30 +03:00
Fabien Potencier
11c3e5eac1
moved etc/ to config/ and web/ to public/
2017-07-03 15:36:01 +03:00
Symfony and GitHub
b19c3fd4c8
Merge pull request #61 from alexdebril/rss-atom-bundle
2017-06-30 00:13:10 -07:00
Alex Debril
a842d6e93f
Move packages in the good place
2017-06-29 20:51:38 +02:00
Alex Debril
68ddf217cb
fix typo : missing s
2017-06-28 17:29:17 +02:00
Alex Debril
f916c317bf
No aliases in contrib-recipes
2017-06-28 17:14:05 +02:00
Alex Debril
c024a8b07d
add rss-atom-bundle recipe
2017-06-28 17:08:00 +02:00
Symfony and GitHub
e71617a199
Merge pull request #58 from symfony/cs
2017-06-25 20:37:39 -07:00
Symfony and GitHub
0156d7fe6d
Merge pull request #39 from 20uf/nelmio-api-doc-bundle
2017-06-25 08:58:56 -07:00
Fabien Potencier
b2eeef8e56
fixed CS
2017-06-25 08:57:30 -07:00
Michael COULLERET
29094b47af
Fixed according to feedback
2017-06-25 17:47:16 +02:00
Michael COULLERET
a7f6fd9fbd
Fixed according to feedback
2017-06-25 16:43:28 +02:00
Symfony and GitHub
18dfd03883
Merge pull request #47 from 20uf/fos-rest-bundle
2017-06-24 09:39:36 -07:00
Michael COULLERET
cc5375c233
Remove useless lines
2017-06-24 11:07:43 +02:00
Michael COULLERET
3fde493f8a
Changes according to feedback
2017-06-19 15:58:06 +02:00
Symfony and GitHub
40d69cc1b8
Merge pull request #48 from 20uf/stof-doctrine-extensions-bundle
2017-06-16 10:54:07 -07:00
Symfony and GitHub
a09569331c
Merge pull request #53 from orions/mobile-detector
2017-06-13 09:13:36 -07:00
Florent DESPIERRES
b9ca3bedf7
Remove unneeded configuration items
2017-06-13 10:07:43 +02:00
Florent DESPIERRES
c35d9738c5
Fix version
2017-06-11 13:24:57 +02:00
Florent DESPIERRES
5dac511704
Fix symfony-bot warnings
2017-06-11 13:19:39 +02:00
Florent DESPIERRES
5a22924ae3
Add MobileDetectorBundle recipe
2017-06-11 12:09:39 +02:00
Michael COULLERET
8711ebee37
Fixes body_listener reference
2017-06-04 16:53:24 +02:00
Michael COULLERET
2106f9a6e0
Add body_listener reference
2017-06-04 16:50:44 +02:00
Michael COULLERET
78af4b7559
Changes according to feedback
2017-06-04 13:32:36 +02:00
Michael COULLERET
aa66099b8d
fixes doctrine extensions referencing
2017-06-03 11:35:26 +02:00
Michael COULLERET
7a372ff9c8
fixes the referencing the Symfony website
2017-06-03 11:33:46 +02:00
Michael COULLERET
f4c9ac9d76
Adding documentation links
2017-06-03 11:28:41 +02:00
Symfony and GitHub
22b836dacf
Merge pull request #46 from 20uf/fos-elastica-bundle
2017-06-02 14:47:33 -07:00
Symfony and GitHub
63688944eb
Merge pull request #49 from alOneh/hautelook-alice-bundle
2017-06-01 14:32:51 -07:00
Hippolyte Alain
169d83c6f8
Fix missing file after renaming
2017-06-01 23:20:38 +02:00
Hippolyte Alain
5ce51554b5
Rename .gitkeep to .gitignore
2017-06-01 22:50:48 +02:00
Hippolyte Alain
253ed5a70b
Add HautelookAliceBundle recipe
2017-06-01 15:38:19 +02:00
Fabien Potencier
8eba88fe54
moved .gitkeep to .gitignore
2017-05-30 13:12:06 -07:00
Michael COULLERET
2992199997
Add StofDoctrineExtensionsBundle recipe
2017-05-29 21:58:29 +02:00
Michael COULLERET
cfc6666190
Add FOSRestBundle recipe
2017-05-29 21:29:34 +02:00
Symfony and GitHub
fe0d45429c
Merge pull request #23 from javiereguiluz/doctrine-fixtures
2017-05-29 06:05:02 -07:00
Michael COULLERET
2499b51341
Fixes file naming
2017-05-28 22:42:40 +02:00
Michael COULLERET
685624eaf8
Add FOSElasticaBundle recipe
2017-05-28 22:37:33 +02:00
Michael COULLERET
c2c07d8e90
Fix according to feedback
2017-05-28 17:43:47 +02:00
Symfony and GitHub
9f09e7a9c0
Merge pull request #27 from javiereguiluz/htmlpurifier-bundle
2017-05-26 14:45:10 -07:00
Javier Eguiluz and Fabien Potencier
1cfa232337
Added ExerciseHTMLPurifierBundle
2017-05-26 14:44:08 -07:00
Symfony and GitHub
f6fb92a289
Merge pull request #35 from javiereguiluz/algolia-search-bundle
2017-05-26 14:32:47 -07:00
Symfony and GitHub
ad960de208
Merge pull request #22 from javiereguiluz/vichuploader
2017-05-26 14:30:36 -07:00
Javier Eguiluz
fbae397330
Removed an unnecesary file
2017-05-26 19:38:12 +02:00
Javier Eguiluz
c427572b03
Added better placeholders for env vars
2017-05-26 19:35:02 +02:00
Javier Eguiluz
8b5ec0742b
Removed an extra space in the comments
2017-05-26 19:33:22 +02:00
Javier Eguiluz
48fa53531c
Removed the fixture file
2017-05-26 19:26:59 +02:00
Michael COULLERET and GitHub
8aa758c66d
Merge branch 'master' into nelmio-api-doc-bundle
2017-05-26 18:57:58 +02:00
Symfony and GitHub
24b2855b68
Merge pull request #43 from makasim/enqueue-dbal
2017-05-26 07:13:18 -07:00
Maksim Kotlyar
8c7ee43d24
Add enqueue/dbal transport.
2017-05-26 10:42:43 +03:00
Maksim Kotlyar
3dea7c40b3
Fix enqueue/fs DSN. Must have one more "/"
2017-05-26 10:39:37 +03:00
Symfony and GitHub
60e6d43364
Merge pull request #14 from robfrawley/master
2017-05-24 01:02:00 -07:00
Rob Frawley 2nd
d33246716c
add liip/imagine-bundle recipe
2017-05-24 03:49:52 -04:00
Symfony and GitHub
1043324052
Merge pull request #16 from makasim/enqueue-recipes
2017-05-23 23:16:24 -07:00
Symfony and GitHub
746568de1d
Merge pull request #19 from Nyholm/httplug
2017-05-23 04:40:59 -07:00
Tobias Nyholm
c718f16007
renamed "acme" to "app"
2017-05-23 13:00:38 +02:00
Tobias Nyholm
ddf22c7e3f
Typo
2017-05-23 12:53:55 +02:00
Tobias Nyholm
a588b3c2a3
Added %kernel.debug%
2017-05-23 12:30:37 +02:00
Tobias Nyholm
66f72b9ac5
Uncommented the config
2017-05-23 12:11:14 +02:00
Symfony and GitHub
5b20138fae
Merge pull request #24 from javiereguiluz/snc_redis_bundle
2017-05-22 22:34:47 -07:00
Symfony and GitHub
6cad7e468c
Merge pull request #42 from lemoinem/recipe/wmc/doctrine-naming-strategy
2017-05-22 22:31:38 -07:00
Mathieu Lemoine
889a674304
WMC's Doctrine Naming Strategy Recipe
2017-05-22 22:50:18 -04:00
Asmir Mustafic
c0082ba856
improving configs by using the debug parameter
2017-05-17 16:56:05 +02:00
Michael COULLERET
853054988b
Fix indendation manifest
2017-05-17 14:59:23 +02:00
Michael COULLERET
c662564dd6
Fix indendation manifest bis
2017-05-17 14:58:17 +02:00
Michael COULLERET
8fc152882d
Fix indendation manifest
2017-05-17 14:56:59 +02:00
Michael COULLERET
b18c2b1215
Add NelmioApiDocBundle recipe
2017-05-17 14:45:00 +02:00
Asmir Mustafic
32b9b9aac7
added configs for jms serializer bundle 2.0
2017-05-17 13:57:55 +02:00
Symfony and GitHub
4a965dbf0f
Merge pull request #18 from javiereguiluz/ckeditor
2017-05-16 06:15:32 -07:00
Maksim Kotlyar
95f1347955
upd
2017-05-15 15:40:55 +03:00
Symfony and GitHub
8f9895810c
Merge pull request #25 from javiereguiluz/fos_js_routing
2017-05-15 02:23:39 -07:00
Symfony and GitHub
f9b3eeec9c
Merge pull request #33 from symfony/contributing
2017-05-15 01:52:16 -07:00
Javier Eguiluz
b338e8d703
Added a help note about the "fake_ip" parameter
2017-05-14 20:20:35 +02:00
Javier Eguiluz
507554f404
Added AlgoliaAlgoliaSearchBundle
2017-05-14 20:05:18 +02:00
Fabien Potencier and GitHub
a446312fe5
Merge pull request #34 from symfony/revert-30-phone-number-bundle
...
Revert "Added MisdPhoneNumberBundle"
2017-05-14 09:49:27 -07:00
Fabien Potencier and GitHub
2438ad6bab
Revert "Added MisdPhoneNumberBundle"
2017-05-14 09:49:00 -07:00
Fabien Potencier
72606042c4
added a PR template
2017-05-14 09:39:35 -07:00
Symfony and GitHub
06afad9261
Merge pull request #30 from javiereguiluz/phone-number-bundle
2017-05-14 05:24:18 -07:00
Javier Eguiluz
114f7b6ab9
Added BazingaGeocoderBundle
2017-05-14 14:20:38 +02:00
Javier Eguiluz
af1beb176e
Added MisdPhoneNumberBundle
2017-05-14 14:12:36 +02:00
Javier Eguiluz
95e949d072
Added FOSJsRoutingBundle
2017-05-14 12:32:43 +02:00
Javier Eguiluz
0f042f8213
Added SncRedisBundle
2017-05-14 12:21:11 +02:00
Javier Eguiluz
a70fbde7e8
Added DoctrineFixturesBundle
2017-05-14 12:12:06 +02:00
Javier Eguiluz
2b595ca65e
Added VichUploaderBundle recipe
2017-05-14 10:37:57 +02:00
Javier Eguiluz
fed1337f15
Renamed some dirs
2017-05-13 13:18:31 +02:00
Maksim Kotlyar
0fc35f2130
upd
2017-05-13 09:12:09 +03:00
Fabien Potencier
12753492fd
added some precision about auto-merging
2017-05-12 19:06:07 -07:00
Symfony and GitHub
da0625a75c
Merge pull request #21 from symfony/readme-auto-merge
2017-05-12 18:22:02 -07:00
Fabien Potencier
8bd202c0ac
added a note about PRs being merged automatically
2017-05-12 17:04:13 -07:00
Symfony and GitHub
50d1f340e6
Merge pull request #20 from yceruto/rabbitmq_bundle
2017-05-12 15:55:28 -07:00
Maksim Kotlyar
e1e07238d1
upd
2017-05-13 00:24:14 +03:00
Yonel Ceruto
70332eec74
fix cs
2017-05-12 17:21:46 -04:00
Maksim Kotlyar
fbd9322a1a
upd
2017-05-13 00:18:52 +03:00
Maksim Kotlyar
0911f27c12
Address review comments.
2017-05-13 00:04:19 +03:00
Yonel Ceruto
025dd9c4b5
Add OldSoundRabbitMqBundle recipe
2017-05-12 16:31:09 -04:00
Tobias Nyholm
a62b1cb801
cs
2017-05-12 21:03:20 +02:00
Tobias Nyholm
6fc1682a44
Added HTTPlug manifest
2017-05-12 20:58:32 +02:00
Javier Eguiluz
e595779836
Added a recipe for IvoryCKEditorBundle
2017-05-12 18:00:50 +02:00
Maksim Kotlyar
f432413481
remove post install text.
2017-05-11 19:34:10 +03:00
Maksim Kotlyar
1e47192b40
remove gitignore rule for fs transport.
2017-05-11 18:45:18 +03:00
Maksim Kotlyar
3ad516f717
fix env default value
2017-05-11 18:36:55 +03:00
Maksim Kotlyar
ae9a9f6b0d
Enqueue recipes.
2017-05-11 18:24:51 +03:00
Asmir Mustafic
d71e31c141
to avoid naming conflicts, renamed files to jms_serializer
2017-05-10 12:48:20 +02:00
Asmir Mustafic
e75853f3f0
prepare recipe for serializer 1.5
2017-05-10 12:48:20 +02:00
Asmir Mustafic
9f20f156b6
Added jms serializer options
2017-05-10 12:48:20 +02:00
Fabien Potencier
b165dcdfda
feature #10 Add DoctrineMongoDBBundle recipe (Lctrs)
...
This PR was squashed before being merged into the master branch (closes #10 ).
Discussion
----------
Add DoctrineMongoDBBundle recipe
Commits
-------
2c5799f Add DoctrineMongoDBBundle recipe
2017-05-03 07:08:15 -07:00
Jérôme Parmentier and Fabien Potencier
2c5799ffd4
Add DoctrineMongoDBBundle recipe
2017-05-03 07:08:14 -07:00
Fabien Potencier
27f70e8f29
feature #9 Add pomm bundle recipe (sanpii)
...
This PR was merged into the master branch.
Discussion
----------
Add pomm bundle recipe
https://github.com/pomm-project/pomm-bundle
Commits
-------
ecd2608 Add pomm bundle recipe
2017-05-02 07:23:07 -07:00
Fabien Potencier
eec63dc6a6
feature #4 Add EkinoNewrelicBundle (GromNaN)
...
This PR was squashed before being merged into the master branch (closes #4 ).
Discussion
----------
Add EkinoNewrelicBundle
* Is it possible to add conditional configuration when an other bundle is installed? This bundle has interactions with [SonataBlockBundle](https://github.com/ekino/EkinoNewRelicBundle#integration-with-sonatablockbundle ).
* Configuration could be made interactive with questions like "What transaction naming do you want to use?" or "Are you using Symfony HTTP Cache?"
Commits
-------
9f04f15 Add EkinoNewrelicBundle
2017-05-02 07:20:02 -07:00
Jérôme TAMARELLE and Fabien Potencier
9f04f153e3
Add EkinoNewrelicBundle
2017-05-02 07:20:01 -07:00
Sanpi
ecd260878f
Add pomm bundle recipe
2017-05-02 16:17:20 +02:00
Fabien Potencier
b5f5292903
minor #8 Add a simple README file (fabpot)
...
This PR was merged into the master branch.
Discussion
----------
Add a simple README file
Commits
-------
7ab4c34 added a simple README file
2017-04-28 15:31:40 -07:00
Fabien Potencier
7ab4c34e1c
added a simple README file
2017-04-28 15:08:59 -07:00
Fabien Potencier
3dba6fb3bf
removed useless recipe
2017-04-27 11:37:04 -04:00
Fabien Potencier
7e20f61346
feature #2 Added hostnet/form-handler-bundle/1.2 (iltar)
...
This PR was merged into the master branch.
Discussion
----------
Added hostnet/form-handler-bundle/1.2
Added the hostnet/form-handler-bundle: https://github.com/hostnet/form-handler-bundle/wiki
Commits
-------
b94ab56 Added hostnet/form-handler-bundle/1.2
2017-04-21 17:50:34 -06:00
Iltar van der Berg
b94ab56b5c
Added hostnet/form-handler-bundle/1.2
2017-04-21 13:47:36 +02:00
Fabien Potencier
d0763ae0d3
added LICENSE
2017-04-13 16:30:51 -07:00