Commit Graph
3037 Commits
Author SHA1 Message Date
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ôstkaandGitHub 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 BreretonandGitHub d10e49cd4e Add zestly/dev-login-bundle recipe for 0.1 (#2026) 2026-08-19 15:48:28 +04:00
SiganushkaandGitHub 50aef8d3a6 Add siganushka/region-bundle v1.3 (#2025) 2026-08-14 11:32:22 +04:00
OtezVikentiyandGitHub 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.andGitHub 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 SabicandGitHub 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
CholinandGitHub 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
SiganushkaandGitHub 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
SovianandGitHub 60759ac2b7 Add soviann/deploy-tasks-bundle recipe (#2014) 2026-07-20 18:57:54 +04:00
Benjamin YAOandGitHub 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 IvanouandGitHub 8cf16a49a9 [alexivanou/russian-text-bundle] add recipe for v1.0 (#2010) 2026-07-09 19:17:29 +04:00
Ramon Damian JamesandGitHub 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 AmstoutzandGitHub c3209d68f8 feat(symfony-security-auditor): add JSON schema modeline for editor completion (#2007) 2026-07-07 16:41:50 +04:00
Silas JoistenandGitHub b54a3a1cd9 feat(storyblok/symfony-bundle): Recipe for version 1.18 (#2008) 2026-07-07 11:21:16 +02:00
Loïc FrémontandGitHub 7a93483242 feat(sylius-stripe-plugin): Improve vendor file links (#2006) 2026-06-26 16:55:55 +04:00
Pierre IaccarinoandGitHub 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 CalmaandGitHub 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 CindricandFabien 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 CESCONandGitHub 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émontandGitHub cfad76d7e3 Fix JoliMedia indentation (#1998) 2026-06-10 17:47:04 +04:00
Trino CalmaandGitHub 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 DimitrovandFabien Potencier 2149ed95b3 Add netbull/media-bundle 2026-06-07 17:57:07 +02:00
Manoj KumarandFabien Potencier 74fbeaaf51 fix: menifest.json 2026-06-07 17:53:59 +02:00
Manoj KumarandFabien Potencier 153fddfaab fix: indentation 2026-06-07 17:53:59 +02:00
Manoj KumarandFabien Potencier 7f2bf00bf8 fix: end with new line 2026-06-07 17:53:59 +02:00
Manoj KumarandFabien Potencier 4340aa087f update the fraud_defense recipe 2026-06-07 17:53:59 +02:00
Manoj KumarandFabien 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 StojiljkovicandGitHub 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
FlaweandGitHub 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 SadowskiandGitHub 658a26dd7f Add recipe for flux-se/sylius-stripe-plugin 2.0 (#1992) 2026-06-03 21:55:54 +04:00
Grzegorz SadowskiandGitHub 5c4aea8f80 Add recipe for flux-se/sylius-stripe-plugin 1.0 (#1986) 2026-06-03 21:53:32 +04:00
Alexander SchranzandGitHub 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 SchranzandGitHub 378c7a18b7 Update Sulu Redirect Bundle recipe for 3.0 release (#1983) 2026-06-01 16:20:21 +04:00
Alexander SchranzandGitHub 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émontandGitHub 3050b3d745 feat(jolimedia): Add Flex recipe for JoliMediaSylius bridge (#1980) 2026-05-18 16:43:48 +04:00